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