Makefile.in 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482
  1. # Makefile.in generated by automake 1.11.1 from Makefile.am.
  2. # @configure_input@
  3. # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
  4. # 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
  5. # Inc.
  6. # This Makefile.in is free software; the Free Software Foundation
  7. # gives unlimited permission to copy and/or distribute it,
  8. # with or without modifications, as long as this notice is preserved.
  9. # This program is distributed in the hope that it will be useful,
  10. # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
  11. # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
  12. # PARTICULAR PURPOSE.
  13. @SET_MAKE@
  14. VPATH = @srcdir@
  15. pkgdatadir = $(datadir)/@PACKAGE@
  16. pkgincludedir = $(includedir)/@PACKAGE@
  17. pkglibdir = $(libdir)/@PACKAGE@
  18. pkglibexecdir = $(libexecdir)/@PACKAGE@
  19. am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
  20. install_sh_DATA = $(install_sh) -c -m 644
  21. install_sh_PROGRAM = $(install_sh) -c
  22. install_sh_SCRIPT = $(install_sh) -c
  23. INSTALL_HEADER = $(INSTALL_DATA)
  24. transform = $(program_transform_name)
  25. NORMAL_INSTALL = :
  26. PRE_INSTALL = :
  27. POST_INSTALL = :
  28. NORMAL_UNINSTALL = :
  29. PRE_UNINSTALL = :
  30. POST_UNINSTALL = :
  31. build_triplet = @build@
  32. host_triplet = @host@
  33. target_triplet = @target@
  34. subdir = testsuite
  35. DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am
  36. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  37. am__aclocal_m4_deps = $(top_srcdir)/../config/acx.m4 \
  38. $(top_srcdir)/../config/asmcfi.m4 \
  39. $(top_srcdir)/../config/depstand.m4 \
  40. $(top_srcdir)/../config/lead-dot.m4 \
  41. $(top_srcdir)/../config/multi.m4 \
  42. $(top_srcdir)/../config/override.m4 \
  43. $(top_srcdir)/../libtool.m4 $(top_srcdir)/../ltoptions.m4 \
  44. $(top_srcdir)/../ltsugar.m4 $(top_srcdir)/../ltversion.m4 \
  45. $(top_srcdir)/../lt~obsolete.m4 $(top_srcdir)/acinclude.m4 \
  46. $(top_srcdir)/configure.ac
  47. am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
  48. $(ACLOCAL_M4)
  49. mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
  50. CONFIG_HEADER = $(top_builddir)/fficonfig.h
  51. CONFIG_CLEAN_FILES =
  52. CONFIG_CLEAN_VPATH_FILES =
  53. SOURCES =
  54. DEJATOOL = $(PACKAGE)
  55. RUNTESTDEFAULTFLAGS = --tool $$tool --srcdir $$srcdir
  56. ACLOCAL = @ACLOCAL@
  57. ALLOCA = @ALLOCA@
  58. AMTAR = @AMTAR@
  59. AM_LTLDFLAGS = @AM_LTLDFLAGS@
  60. AM_RUNTESTFLAGS =
  61. AR = @AR@
  62. AUTOCONF = @AUTOCONF@
  63. AUTOHEADER = @AUTOHEADER@
  64. AUTOMAKE = @AUTOMAKE@
  65. AWK = @AWK@
  66. CC = @CC@
  67. CCAS = @CCAS@
  68. CCASDEPMODE = @CCASDEPMODE@
  69. CCASFLAGS = @CCASFLAGS@
  70. CCDEPMODE = @CCDEPMODE@
  71. CFLAGS = @CFLAGS@
  72. CPP = @CPP@
  73. CPPFLAGS = @CPPFLAGS@
  74. CXX = @CXX@
  75. CXXCPP = @CXXCPP@
  76. CXXDEPMODE = @CXXDEPMODE@
  77. CXXFLAGS = @CXXFLAGS@
  78. CYGPATH_W = @CYGPATH_W@
  79. DEFS = @DEFS@
  80. DEPDIR = @DEPDIR@
  81. DSYMUTIL = @DSYMUTIL@
  82. DUMPBIN = @DUMPBIN@
  83. ECHO_C = @ECHO_C@
  84. ECHO_N = @ECHO_N@
  85. ECHO_T = @ECHO_T@
  86. EGREP = @EGREP@
  87. EXEEXT = @EXEEXT@
  88. FFI_EXEC_TRAMPOLINE_TABLE = @FFI_EXEC_TRAMPOLINE_TABLE@
  89. FGREP = @FGREP@
  90. GREP = @GREP@
  91. HAVE_LONG_DOUBLE = @HAVE_LONG_DOUBLE@
  92. HAVE_LONG_DOUBLE_VARIANT = @HAVE_LONG_DOUBLE_VARIANT@
  93. INSTALL = @INSTALL@
  94. INSTALL_DATA = @INSTALL_DATA@
  95. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  96. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  97. INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  98. LD = @LD@
  99. LDFLAGS = @LDFLAGS@
  100. LIBOBJS = @LIBOBJS@
  101. LIBS = @LIBS@
  102. LIBTOOL = @LIBTOOL@
  103. LIPO = @LIPO@
  104. LN_S = @LN_S@
  105. LTLIBOBJS = @LTLIBOBJS@
  106. MAINT = @MAINT@
  107. MAKEINFO = @MAKEINFO@
  108. MKDIR_P = @MKDIR_P@
  109. NM = @NM@
  110. NMEDIT = @NMEDIT@
  111. OBJDUMP = @OBJDUMP@
  112. OBJEXT = @OBJEXT@
  113. OTOOL = @OTOOL@
  114. OTOOL64 = @OTOOL64@
  115. PACKAGE = @PACKAGE@
  116. PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  117. PACKAGE_NAME = @PACKAGE_NAME@
  118. PACKAGE_STRING = @PACKAGE_STRING@
  119. PACKAGE_TARNAME = @PACKAGE_TARNAME@
  120. PACKAGE_URL = @PACKAGE_URL@
  121. PACKAGE_VERSION = @PACKAGE_VERSION@
  122. PATH_SEPARATOR = @PATH_SEPARATOR@
  123. RANLIB = @RANLIB@
  124. SED = @SED@
  125. SET_MAKE = @SET_MAKE@
  126. SHELL = @SHELL@
  127. STRIP = @STRIP@
  128. TARGET = @TARGET@
  129. TARGETDIR = @TARGETDIR@
  130. TARGET_OBJ = @TARGET_OBJ@
  131. VERSION = @VERSION@
  132. abs_builddir = @abs_builddir@
  133. abs_srcdir = @abs_srcdir@
  134. abs_top_builddir = @abs_top_builddir@
  135. abs_top_srcdir = @abs_top_srcdir@
  136. ac_ct_CC = @ac_ct_CC@
  137. ac_ct_CXX = @ac_ct_CXX@
  138. ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
  139. am__include = @am__include@
  140. am__leading_dot = @am__leading_dot@
  141. am__quote = @am__quote@
  142. am__tar = @am__tar@
  143. am__untar = @am__untar@
  144. bindir = @bindir@
  145. build = @build@
  146. build_alias = @build_alias@
  147. build_cpu = @build_cpu@
  148. build_os = @build_os@
  149. build_vendor = @build_vendor@
  150. builddir = @builddir@
  151. datadir = @datadir@
  152. datarootdir = @datarootdir@
  153. docdir = @docdir@
  154. dvidir = @dvidir@
  155. exec_prefix = @exec_prefix@
  156. host = @host@
  157. host_alias = @host_alias@
  158. host_cpu = @host_cpu@
  159. host_os = @host_os@
  160. host_vendor = @host_vendor@
  161. htmldir = @htmldir@
  162. includedir = @includedir@
  163. infodir = @infodir@
  164. install_sh = @install_sh@
  165. libdir = @libdir@
  166. libexecdir = @libexecdir@
  167. localedir = @localedir@
  168. localstatedir = @localstatedir@
  169. mandir = @mandir@
  170. mkdir_p = @mkdir_p@
  171. multi_basedir = @multi_basedir@
  172. oldincludedir = @oldincludedir@
  173. pdfdir = @pdfdir@
  174. prefix = @prefix@
  175. program_transform_name = @program_transform_name@
  176. psdir = @psdir@
  177. sbindir = @sbindir@
  178. sharedstatedir = @sharedstatedir@
  179. srcdir = @srcdir@
  180. sysconfdir = @sysconfdir@
  181. target = @target@
  182. target_alias = @target_alias@
  183. target_cpu = @target_cpu@
  184. target_os = @target_os@
  185. target_vendor = @target_vendor@
  186. toolexecdir = @toolexecdir@
  187. toolexeclibdir = @toolexeclibdir@
  188. top_build_prefix = @top_build_prefix@
  189. top_builddir = @top_builddir@
  190. top_srcdir = @top_srcdir@
  191. AUTOMAKE_OPTIONS = foreign dejagnu
  192. # Setup the testing framework, if you have one
  193. EXPECT = `if [ -f $(top_builddir)/../expect/expect ] ; then \
  194. echo $(top_builddir)/../expect/expect ; \
  195. else echo expect ; fi`
  196. RUNTEST = `if [ -f $(top_srcdir)/../dejagnu/runtest ] ; then \
  197. echo $(top_srcdir)/../dejagnu/runtest ; \
  198. else echo runtest; fi`
  199. CLEANFILES = *.exe core* *.log *.sum
  200. EXTRA_DIST = config/default.exp libffi.call/cls_19byte.c \
  201. libffi.call/cls_align_longdouble_split.c \
  202. libffi.call/closure_loc_fn0.c libffi.call/cls_schar.c \
  203. libffi.call/closure_fn1.c \
  204. libffi.call/return_ul.c libffi.call/cls_align_double.c \
  205. libffi.call/return_fl2.c libffi.call/cls_1_1byte.c \
  206. libffi.call/cls_64byte.c libffi.call/nested_struct7.c \
  207. libffi.call/cls_align_sint32.c libffi.call/nested_struct2.c \
  208. libffi.call/ffitest.h libffi.call/nested_struct4.c \
  209. libffi.call/cls_multi_ushort.c libffi.call/struct3.c \
  210. libffi.call/cls_3byte1.c libffi.call/cls_16byte.c \
  211. libffi.call/struct8.c libffi.call/nested_struct8.c \
  212. libffi.call/cls_multi_sshort.c libffi.call/cls_3byte2.c \
  213. libffi.call/cls_pointer.c \
  214. libffi.call/err_bad_typedef.c libffi.call/cls_4_1byte.c \
  215. libffi.call/cls_9byte2.c libffi.call/cls_multi_schar.c \
  216. libffi.call/stret_medium2.c libffi.call/cls_5_1_byte.c \
  217. libffi.call/call.exp libffi.call/cls_double.c \
  218. libffi.call/cls_align_sint16.c libffi.call/cls_uint.c \
  219. libffi.call/return_ll1.c libffi.call/nested_struct3.c \
  220. libffi.call/cls_20byte1.c libffi.call/closure_fn4.c \
  221. libffi.call/cls_uchar.c libffi.call/struct2.c libffi.call/cls_7byte.c \
  222. libffi.call/strlen.c libffi.call/many.c libffi.call/testclosure.c \
  223. libffi.call/return_fl.c libffi.call/struct5.c \
  224. libffi.call/cls_12byte.c libffi.call/cls_multi_sshortchar.c \
  225. libffi.call/cls_align_longdouble_split2.c libffi.call/return_dbl2.c \
  226. libffi.call/return_fl3.c libffi.call/stret_medium.c \
  227. libffi.call/nested_struct6.c libffi.call/closure_fn3.c \
  228. libffi.call/float3.c libffi.call/many2.c \
  229. libffi.call/closure_simple.c libffi.call/cls_align_uint16.c \
  230. libffi.call/cls_9byte1.c libffi.call/closure_fn6.c \
  231. libffi.call/cls_double_va.c libffi.call/cls_align_pointer.c \
  232. libffi.call/cls_align_longdouble.c libffi.call/closure_fn2.c \
  233. libffi.call/cls_sshort.c \
  234. libffi.call/nested_struct.c libffi.call/cls_20byte.c \
  235. libffi.call/cls_longdouble.c libffi.call/cls_multi_uchar.c \
  236. libffi.call/return_uc.c \
  237. libffi.call/cls_18byte.c libffi.call/cls_8byte.c \
  238. libffi.call/promotion.c \
  239. libffi.call/return_dbl.c libffi.call/cls_24byte.c \
  240. libffi.call/struct4.c libffi.call/cls_6byte.c \
  241. libffi.call/cls_align_uint32.c libffi.call/float.c \
  242. libffi.call/float1.c libffi.call/float_va.c libffi.call/negint.c \
  243. libffi.call/return_dbl1.c libffi.call/cls_3_1byte.c \
  244. libffi.call/cls_align_float.c libffi.call/return_fl1.c \
  245. libffi.call/nested_struct10.c libffi.call/nested_struct5.c \
  246. libffi.call/cls_align_sint64.c \
  247. libffi.call/stret_large2.c libffi.call/return_sl.c \
  248. libffi.call/closure_fn0.c libffi.call/cls_5byte.c \
  249. libffi.call/cls_2byte.c libffi.call/float2.c \
  250. libffi.call/cls_dbls_struct.c libffi.call/cls_sint.c \
  251. libffi.call/stret_large.c libffi.call/cls_ulonglong.c \
  252. libffi.call/cls_ushort.c libffi.call/nested_struct1.c \
  253. libffi.call/err_bad_abi.c libffi.call/cls_longdouble_va.c \
  254. libffi.call/cls_float.c libffi.call/cls_pointer_stack.c \
  255. libffi.call/pyobjc-tc.c libffi.call/cls_multi_ushortchar.c \
  256. libffi.call/struct1.c libffi.call/nested_struct9.c \
  257. libffi.call/huge_struct.c libffi.call/problem1.c \
  258. libffi.call/float4.c \
  259. libffi.call/return_ldl.c \
  260. libffi.call/closure_fn5.c \
  261. libffi.call/struct6.c libffi.call/return_ll.c libffi.call/struct9.c \
  262. libffi.call/return_sc.c libffi.call/struct7.c \
  263. libffi.call/cls_align_uint64.c libffi.call/cls_4byte.c \
  264. libffi.call/cls_6_1_byte.c \
  265. libffi.call/cls_7_1_byte.c libffi.call/unwindtest.cc \
  266. libffi.call/unwindtest_ffi_call.cc \
  267. lib/wrapper.exp lib/target-libpath.exp \
  268. lib/libffi.exp libffi.call/cls_struct_va1.c \
  269. libffi.call/cls_uchar_va.c libffi.call/cls_uint_va.c \
  270. libffi.call/cls_ulong_va.c libffi.call/cls_ushort_va.c \
  271. libffi.call/nested_struct11.c libffi.call/uninitialized.c \
  272. libffi.call/va_1.c libffi.call/va_struct1.c libffi.call/va_struct2.c \
  273. libffi.call/va_struct3.c \
  274. libffi.call/strlen2.c \
  275. libffi.call/strlen3.c \
  276. libffi.call/strlen4.c
  277. all: all-am
  278. .SUFFIXES:
  279. $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
  280. @for dep in $?; do \
  281. case '$(am__configure_deps)' in \
  282. *$$dep*) \
  283. ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
  284. && { if test -f $@; then exit 0; else break; fi; }; \
  285. exit 1;; \
  286. esac; \
  287. done; \
  288. echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign testsuite/Makefile'; \
  289. $(am__cd) $(top_srcdir) && \
  290. $(AUTOMAKE) --foreign testsuite/Makefile
  291. .PRECIOUS: Makefile
  292. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  293. @case '$?' in \
  294. *config.status*) \
  295. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
  296. *) \
  297. echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
  298. cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
  299. esac;
  300. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  301. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  302. $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
  303. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  304. $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
  305. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  306. $(am__aclocal_m4_deps):
  307. mostlyclean-libtool:
  308. -rm -f *.lo
  309. clean-libtool:
  310. -rm -rf .libs _libs
  311. tags: TAGS
  312. TAGS:
  313. ctags: CTAGS
  314. CTAGS:
  315. check-DEJAGNU: site.exp
  316. srcdir=`$(am__cd) $(srcdir) && pwd`; export srcdir; \
  317. EXPECT=$(EXPECT); export EXPECT; \
  318. runtest=$(RUNTEST); \
  319. if $(SHELL) -c "$$runtest --version" > /dev/null 2>&1; then \
  320. exit_status=0; l='$(DEJATOOL)'; for tool in $$l; do \
  321. if $$runtest $(AM_RUNTESTFLAGS) $(RUNTESTDEFAULTFLAGS) $(RUNTESTFLAGS); \
  322. then :; else exit_status=1; fi; \
  323. done; \
  324. else echo "WARNING: could not find \`runtest'" 1>&2; :;\
  325. fi; \
  326. exit $$exit_status
  327. site.exp: Makefile
  328. @echo 'Making a new site.exp file...'
  329. @echo '## these variables are automatically generated by make ##' >site.tmp
  330. @echo '# Do not edit here. If you wish to override these values' >>site.tmp
  331. @echo '# edit the last section' >>site.tmp
  332. @echo 'set srcdir $(srcdir)' >>site.tmp
  333. @echo "set objdir `pwd`" >>site.tmp
  334. @echo 'set build_alias "$(build_alias)"' >>site.tmp
  335. @echo 'set build_triplet $(build_triplet)' >>site.tmp
  336. @echo 'set host_alias "$(host_alias)"' >>site.tmp
  337. @echo 'set host_triplet $(host_triplet)' >>site.tmp
  338. @echo 'set target_alias "$(target_alias)"' >>site.tmp
  339. @echo 'set target_triplet $(target_triplet)' >>site.tmp
  340. @echo '## All variables above are generated by configure. Do Not Edit ##' >>site.tmp
  341. @test ! -f site.exp || \
  342. sed '1,/^## All variables above are.*##/ d' site.exp >> site.tmp
  343. @-rm -f site.bak
  344. @test ! -f site.exp || mv site.exp site.bak
  345. @mv site.tmp site.exp
  346. distclean-DEJAGNU:
  347. -rm -f site.exp site.bak
  348. -l='$(DEJATOOL)'; for tool in $$l; do \
  349. rm -f $$tool.sum $$tool.log; \
  350. done
  351. check-am: all-am
  352. $(MAKE) $(AM_MAKEFLAGS) check-DEJAGNU
  353. check: check-am
  354. all-am: Makefile
  355. installdirs:
  356. install: install-am
  357. install-exec: install-exec-am
  358. install-data: install-data-am
  359. uninstall: uninstall-am
  360. install-am: all-am
  361. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  362. installcheck: installcheck-am
  363. install-strip:
  364. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  365. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  366. `test -z '$(STRIP)' || \
  367. echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
  368. mostlyclean-generic:
  369. clean-generic:
  370. -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
  371. distclean-generic:
  372. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  373. -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  374. maintainer-clean-generic:
  375. @echo "This command is intended for maintainers to use"
  376. @echo "it deletes files that may require special tools to rebuild."
  377. clean: clean-am
  378. clean-am: clean-generic clean-libtool mostlyclean-am
  379. distclean: distclean-am
  380. -rm -f Makefile
  381. distclean-am: clean-am distclean-DEJAGNU distclean-generic
  382. dvi: dvi-am
  383. dvi-am:
  384. html: html-am
  385. html-am:
  386. info: info-am
  387. info-am:
  388. install-data-am:
  389. install-dvi: install-dvi-am
  390. install-dvi-am:
  391. install-exec-am:
  392. install-html: install-html-am
  393. install-html-am:
  394. install-info: install-info-am
  395. install-info-am:
  396. install-man:
  397. install-pdf: install-pdf-am
  398. install-pdf-am:
  399. install-ps: install-ps-am
  400. install-ps-am:
  401. installcheck-am:
  402. maintainer-clean: maintainer-clean-am
  403. -rm -f Makefile
  404. maintainer-clean-am: distclean-am maintainer-clean-generic
  405. mostlyclean: mostlyclean-am
  406. mostlyclean-am: mostlyclean-generic mostlyclean-libtool
  407. pdf: pdf-am
  408. pdf-am:
  409. ps: ps-am
  410. ps-am:
  411. uninstall-am:
  412. .MAKE: check-am install-am install-strip
  413. .PHONY: all all-am check check-DEJAGNU check-am clean clean-generic \
  414. clean-libtool distclean distclean-DEJAGNU distclean-generic \
  415. distclean-libtool dvi dvi-am html html-am info info-am install \
  416. install-am install-data install-data-am install-dvi \
  417. install-dvi-am install-exec install-exec-am install-html \
  418. install-html-am install-info install-info-am install-man \
  419. install-pdf install-pdf-am install-ps install-ps-am \
  420. install-strip installcheck installcheck-am installdirs \
  421. maintainer-clean maintainer-clean-generic mostlyclean \
  422. mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
  423. uninstall uninstall-am
  424. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  425. # Otherwise a system limit (for SysV at least) may be exceeded.
  426. .NOEXPORT: