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