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