Mercurial > hg > CbC > CbC_gcc
comparison libffi/testsuite/Makefile.in @ 111:04ced10e8804
gcc 7
author | kono |
---|---|
date | Fri, 27 Oct 2017 22:46:09 +0900 |
parents | |
children | 1830386684a0 |
comparison
equal
deleted
inserted
replaced
68:561a7518be6b | 111:04ced10e8804 |
---|---|
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 get_gcc_base_ver = @get_gcc_base_ver@ | |
184 host = @host@ | |
185 host_alias = @host_alias@ | |
186 host_cpu = @host_cpu@ | |
187 host_os = @host_os@ | |
188 host_vendor = @host_vendor@ | |
189 htmldir = @htmldir@ | |
190 includedir = @includedir@ | |
191 infodir = @infodir@ | |
192 install_sh = @install_sh@ | |
193 libdir = @libdir@ | |
194 libexecdir = @libexecdir@ | |
195 localedir = @localedir@ | |
196 localstatedir = @localstatedir@ | |
197 mandir = @mandir@ | |
198 mkdir_p = @mkdir_p@ | |
199 multi_basedir = @multi_basedir@ | |
200 oldincludedir = @oldincludedir@ | |
201 pdfdir = @pdfdir@ | |
202 prefix = @prefix@ | |
203 program_transform_name = @program_transform_name@ | |
204 psdir = @psdir@ | |
205 sbindir = @sbindir@ | |
206 sharedstatedir = @sharedstatedir@ | |
207 srcdir = @srcdir@ | |
208 sysconfdir = @sysconfdir@ | |
209 target = @target@ | |
210 target_alias = @target_alias@ | |
211 target_cpu = @target_cpu@ | |
212 target_os = @target_os@ | |
213 target_vendor = @target_vendor@ | |
214 toolexecdir = @toolexecdir@ | |
215 toolexeclibdir = @toolexeclibdir@ | |
216 top_build_prefix = @top_build_prefix@ | |
217 top_builddir = @top_builddir@ | |
218 top_srcdir = @top_srcdir@ | |
219 AUTOMAKE_OPTIONS = foreign dejagnu | |
220 | |
221 # Setup the testing framework, if you have one | |
222 EXPECT = `if [ -f $(top_builddir)/../expect/expect ] ; then \ | |
223 echo $(top_builddir)/../expect/expect ; \ | |
224 else echo expect ; fi` | |
225 | |
226 RUNTEST = `if [ -f $(top_srcdir)/../dejagnu/runtest ] ; then \ | |
227 echo $(top_srcdir)/../dejagnu/runtest ; \ | |
228 else echo runtest; fi` | |
229 | |
230 CLEANFILES = *.exe core* *.log *.sum | |
231 EXTRA_DIST = config/default.exp libffi.call/cls_19byte.c \ | |
232 libffi.call/cls_align_longdouble_split.c \ | |
233 libffi.call/closure_loc_fn0.c libffi.call/cls_schar.c \ | |
234 libffi.call/closure_fn1.c \ | |
235 libffi.call/return_ul.c libffi.call/cls_align_double.c \ | |
236 libffi.call/return_fl2.c libffi.call/cls_1_1byte.c \ | |
237 libffi.call/cls_64byte.c libffi.call/nested_struct7.c \ | |
238 libffi.call/cls_align_sint32.c libffi.call/nested_struct2.c \ | |
239 libffi.call/ffitest.h libffi.call/nested_struct4.c \ | |
240 libffi.call/cls_multi_ushort.c libffi.call/struct3.c \ | |
241 libffi.call/cls_3byte1.c libffi.call/cls_16byte.c \ | |
242 libffi.call/struct8.c libffi.call/nested_struct8.c \ | |
243 libffi.call/cls_multi_sshort.c libffi.call/cls_3byte2.c \ | |
244 libffi.call/cls_pointer.c \ | |
245 libffi.call/err_bad_typedef.c libffi.call/cls_4_1byte.c \ | |
246 libffi.call/cls_9byte2.c libffi.call/cls_multi_schar.c \ | |
247 libffi.call/stret_medium2.c libffi.call/cls_5_1_byte.c \ | |
248 libffi.call/call.exp libffi.call/cls_double.c \ | |
249 libffi.call/cls_align_sint16.c libffi.call/cls_uint.c \ | |
250 libffi.call/return_ll1.c libffi.call/nested_struct3.c \ | |
251 libffi.call/cls_20byte1.c libffi.call/closure_fn4.c \ | |
252 libffi.call/cls_uchar.c libffi.call/struct2.c libffi.call/cls_7byte.c \ | |
253 libffi.call/strlen.c libffi.call/many.c libffi.call/testclosure.c \ | |
254 libffi.call/return_fl.c libffi.call/struct5.c \ | |
255 libffi.call/cls_12byte.c libffi.call/cls_multi_sshortchar.c \ | |
256 libffi.call/cls_align_longdouble_split2.c libffi.call/return_dbl2.c \ | |
257 libffi.call/return_fl3.c libffi.call/stret_medium.c \ | |
258 libffi.call/nested_struct6.c libffi.call/closure_fn3.c \ | |
259 libffi.call/float3.c libffi.call/many2.c \ | |
260 libffi.call/closure_simple.c libffi.call/cls_align_uint16.c \ | |
261 libffi.call/cls_9byte1.c libffi.call/closure_fn6.c \ | |
262 libffi.call/cls_double_va.c libffi.call/cls_align_pointer.c \ | |
263 libffi.call/cls_align_longdouble.c libffi.call/closure_fn2.c \ | |
264 libffi.call/cls_sshort.c \ | |
265 libffi.call/nested_struct.c libffi.call/cls_20byte.c \ | |
266 libffi.call/cls_longdouble.c libffi.call/cls_multi_uchar.c \ | |
267 libffi.call/return_uc.c \ | |
268 libffi.call/cls_18byte.c libffi.call/cls_8byte.c \ | |
269 libffi.call/promotion.c \ | |
270 libffi.call/return_dbl.c libffi.call/cls_24byte.c \ | |
271 libffi.call/struct4.c libffi.call/cls_6byte.c \ | |
272 libffi.call/cls_align_uint32.c libffi.call/float.c \ | |
273 libffi.call/float1.c libffi.call/float_va.c libffi.call/negint.c \ | |
274 libffi.call/return_dbl1.c libffi.call/cls_3_1byte.c \ | |
275 libffi.call/cls_align_float.c libffi.call/return_fl1.c \ | |
276 libffi.call/nested_struct10.c libffi.call/nested_struct5.c \ | |
277 libffi.call/cls_align_sint64.c \ | |
278 libffi.call/stret_large2.c libffi.call/return_sl.c \ | |
279 libffi.call/closure_fn0.c libffi.call/cls_5byte.c \ | |
280 libffi.call/cls_2byte.c libffi.call/float2.c \ | |
281 libffi.call/cls_dbls_struct.c libffi.call/cls_sint.c \ | |
282 libffi.call/stret_large.c libffi.call/cls_ulonglong.c \ | |
283 libffi.call/cls_ushort.c libffi.call/nested_struct1.c \ | |
284 libffi.call/err_bad_abi.c libffi.call/cls_longdouble_va.c \ | |
285 libffi.call/cls_float.c libffi.call/cls_pointer_stack.c \ | |
286 libffi.call/pyobjc-tc.c libffi.call/cls_multi_ushortchar.c \ | |
287 libffi.call/struct1.c libffi.call/nested_struct9.c \ | |
288 libffi.call/huge_struct.c libffi.call/problem1.c \ | |
289 libffi.call/float4.c \ | |
290 libffi.call/return_ldl.c \ | |
291 libffi.call/closure_fn5.c \ | |
292 libffi.call/struct6.c libffi.call/return_ll.c libffi.call/struct9.c \ | |
293 libffi.call/return_sc.c libffi.call/struct7.c \ | |
294 libffi.call/cls_align_uint64.c libffi.call/cls_4byte.c \ | |
295 libffi.call/cls_6_1_byte.c \ | |
296 libffi.call/cls_7_1_byte.c libffi.call/unwindtest.cc \ | |
297 libffi.call/unwindtest_ffi_call.cc \ | |
298 lib/wrapper.exp lib/target-libpath.exp \ | |
299 lib/libffi.exp libffi.call/cls_struct_va1.c \ | |
300 libffi.call/cls_uchar_va.c libffi.call/cls_uint_va.c \ | |
301 libffi.call/cls_ulong_va.c libffi.call/cls_ushort_va.c \ | |
302 libffi.call/nested_struct11.c libffi.call/uninitialized.c \ | |
303 libffi.call/va_1.c libffi.call/va_struct1.c libffi.call/va_struct2.c \ | |
304 libffi.call/va_struct3.c \ | |
305 libffi.call/strlen2.c \ | |
306 libffi.call/strlen3.c \ | |
307 libffi.call/strlen4.c | |
308 | |
309 all: all-am | |
310 | |
311 .SUFFIXES: | |
312 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) | |
313 @for dep in $?; do \ | |
314 case '$(am__configure_deps)' in \ | |
315 *$$dep*) \ | |
316 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ | |
317 && { if test -f $@; then exit 0; else break; fi; }; \ | |
318 exit 1;; \ | |
319 esac; \ | |
320 done; \ | |
321 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign testsuite/Makefile'; \ | |
322 $(am__cd) $(top_srcdir) && \ | |
323 $(AUTOMAKE) --foreign testsuite/Makefile | |
324 .PRECIOUS: Makefile | |
325 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status | |
326 @case '$?' in \ | |
327 *config.status*) \ | |
328 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ | |
329 *) \ | |
330 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ | |
331 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ | |
332 esac; | |
333 | |
334 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) | |
335 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh | |
336 | |
337 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) | |
338 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh | |
339 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) | |
340 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh | |
341 $(am__aclocal_m4_deps): | |
342 | |
343 mostlyclean-libtool: | |
344 -rm -f *.lo | |
345 | |
346 clean-libtool: | |
347 -rm -rf .libs _libs | |
348 tags: TAGS | |
349 TAGS: | |
350 | |
351 ctags: CTAGS | |
352 CTAGS: | |
353 | |
354 | |
355 check-DEJAGNU: site.exp | |
356 srcdir='$(srcdir)'; export srcdir; \ | |
357 EXPECT=$(EXPECT); export EXPECT; \ | |
358 runtest=$(RUNTEST); \ | |
359 if $(SHELL) -c "$$runtest --version" > /dev/null 2>&1; then \ | |
360 exit_status=0; l='$(DEJATOOL)'; for tool in $$l; do \ | |
361 if $$runtest $(AM_RUNTESTFLAGS) $(RUNTESTDEFAULTFLAGS) $(RUNTESTFLAGS); \ | |
362 then :; else exit_status=1; fi; \ | |
363 done; \ | |
364 else echo "WARNING: could not find \`runtest'" 1>&2; :;\ | |
365 fi; \ | |
366 exit $$exit_status | |
367 site.exp: Makefile $(EXTRA_DEJAGNU_SITE_CONFIG) | |
368 @echo 'Making a new site.exp file...' | |
369 @echo '## these variables are automatically generated by make ##' >site.tmp | |
370 @echo '# Do not edit here. If you wish to override these values' >>site.tmp | |
371 @echo '# edit the last section' >>site.tmp | |
372 @echo 'set srcdir "$(srcdir)"' >>site.tmp | |
373 @echo "set objdir `pwd`" >>site.tmp | |
374 @echo 'set build_alias "$(build_alias)"' >>site.tmp | |
375 @echo 'set build_triplet $(build_triplet)' >>site.tmp | |
376 @echo 'set host_alias "$(host_alias)"' >>site.tmp | |
377 @echo 'set host_triplet $(host_triplet)' >>site.tmp | |
378 @echo 'set target_alias "$(target_alias)"' >>site.tmp | |
379 @echo 'set target_triplet $(target_triplet)' >>site.tmp | |
380 @list='$(EXTRA_DEJAGNU_SITE_CONFIG)'; for f in $$list; do \ | |
381 echo "## Begin content included from file $$f. Do not modify. ##" \ | |
382 && cat `test -f "$$f" || echo '$(srcdir)/'`$$f \ | |
383 && echo "## End content included from file $$f. ##" \ | |
384 || exit 1; \ | |
385 done >> site.tmp | |
386 @echo "## End of auto-generated content; you can edit from here. ##" >> site.tmp | |
387 @if test -f site.exp; then \ | |
388 sed -e '1,/^## End of auto-generated content.*##/d' site.exp >> site.tmp; \ | |
389 fi | |
390 @-rm -f site.bak | |
391 @test ! -f site.exp || mv site.exp site.bak | |
392 @mv site.tmp site.exp | |
393 | |
394 distclean-DEJAGNU: | |
395 -rm -f site.exp site.bak | |
396 -l='$(DEJATOOL)'; for tool in $$l; do \ | |
397 rm -f $$tool.sum $$tool.log; \ | |
398 done | |
399 check-am: all-am | |
400 $(MAKE) $(AM_MAKEFLAGS) check-DEJAGNU | |
401 check: check-am | |
402 all-am: Makefile | |
403 installdirs: | |
404 install: install-am | |
405 install-exec: install-exec-am | |
406 install-data: install-data-am | |
407 uninstall: uninstall-am | |
408 | |
409 install-am: all-am | |
410 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am | |
411 | |
412 installcheck: installcheck-am | |
413 install-strip: | |
414 if test -z '$(STRIP)'; then \ | |
415 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ | |
416 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ | |
417 install; \ | |
418 else \ | |
419 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ | |
420 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ | |
421 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ | |
422 fi | |
423 mostlyclean-generic: | |
424 | |
425 clean-generic: | |
426 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) | |
427 | |
428 distclean-generic: | |
429 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) | |
430 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) | |
431 | |
432 maintainer-clean-generic: | |
433 @echo "This command is intended for maintainers to use" | |
434 @echo "it deletes files that may require special tools to rebuild." | |
435 clean: clean-am | |
436 | |
437 clean-am: clean-generic clean-libtool mostlyclean-am | |
438 | |
439 distclean: distclean-am | |
440 -rm -f Makefile | |
441 distclean-am: clean-am distclean-DEJAGNU distclean-generic | |
442 | |
443 dvi: dvi-am | |
444 | |
445 dvi-am: | |
446 | |
447 html: html-am | |
448 | |
449 html-am: | |
450 | |
451 info: info-am | |
452 | |
453 info-am: | |
454 | |
455 install-data-am: | |
456 | |
457 install-dvi: install-dvi-am | |
458 | |
459 install-dvi-am: | |
460 | |
461 install-exec-am: | |
462 | |
463 install-html: install-html-am | |
464 | |
465 install-html-am: | |
466 | |
467 install-info: install-info-am | |
468 | |
469 install-info-am: | |
470 | |
471 install-man: | |
472 | |
473 install-pdf: install-pdf-am | |
474 | |
475 install-pdf-am: | |
476 | |
477 install-ps: install-ps-am | |
478 | |
479 install-ps-am: | |
480 | |
481 installcheck-am: | |
482 | |
483 maintainer-clean: maintainer-clean-am | |
484 -rm -f Makefile | |
485 maintainer-clean-am: distclean-am maintainer-clean-generic | |
486 | |
487 mostlyclean: mostlyclean-am | |
488 | |
489 mostlyclean-am: mostlyclean-generic mostlyclean-libtool | |
490 | |
491 pdf: pdf-am | |
492 | |
493 pdf-am: | |
494 | |
495 ps: ps-am | |
496 | |
497 ps-am: | |
498 | |
499 uninstall-am: | |
500 | |
501 .MAKE: check-am install-am install-strip | |
502 | |
503 .PHONY: all all-am check check-DEJAGNU check-am clean clean-generic \ | |
504 clean-libtool distclean distclean-DEJAGNU distclean-generic \ | |
505 distclean-libtool dvi dvi-am html html-am info info-am install \ | |
506 install-am install-data install-data-am install-dvi \ | |
507 install-dvi-am install-exec install-exec-am install-html \ | |
508 install-html-am install-info install-info-am install-man \ | |
509 install-pdf install-pdf-am install-ps install-ps-am \ | |
510 install-strip installcheck installcheck-am installdirs \ | |
511 maintainer-clean maintainer-clean-generic mostlyclean \ | |
512 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ | |
513 uninstall uninstall-am | |
514 | |
515 | |
516 # Tell versions [3.59,3.63) of GNU make to not export all variables. | |
517 # Otherwise a system limit (for SysV at least) may be exceeded. | |
518 .NOEXPORT: |