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