1 # Makefile.in generated by automake 1.11.1 from Makefile.am.
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
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.
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
19 pkgdatadir
= $(datadir)/@PACKAGE@
20 pkgincludedir
= $(includedir)/@PACKAGE@
21 pkglibdir
= $(libdir)/@PACKAGE@
22 pkglibexecdir
= $(libexecdir
)/@PACKAGE@
23 am__cd
= CDPATH
="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
24 install_sh_DATA
= $(install_sh
) -c
-m
644
25 install_sh_PROGRAM
= $(install_sh
) -c
26 install_sh_SCRIPT
= $(install_sh
) -c
27 INSTALL_HEADER
= $(INSTALL_DATA
)
28 transform
= $(program_transform_name
)
35 build_triplet
= @build@
37 target_triplet
= @target@
38 check_PROGRAMS
= gctest
$(EXEEXT
) leaktest
$(EXEEXT
) middletest
$(EXEEXT
) \
39 staticrootstest
$(EXEEXT
)
40 TESTS
= gctest
$(EXEEXT
) leaktest
$(EXEEXT
) middletest
$(EXEEXT
) \
41 staticrootstest
$(EXEEXT
)
43 DIST_COMMON
= ChangeLog
$(srcdir)/Makefile.in
$(srcdir)/Makefile.am \
44 $(top_srcdir
)/configure
$(am__configure_deps
) \
45 $(srcdir)/..
/mkinstalldirs
$(srcdir)/threads.mk.in
46 ACLOCAL_M4
= $(top_srcdir
)/aclocal.m4
47 am__aclocal_m4_deps
= $(top_srcdir
)/..
/config
/acx.m4 \
48 $(top_srcdir
)/..
/config
/depstand.m4 \
49 $(top_srcdir
)/..
/config
/lead-dot.m4 \
50 $(top_srcdir
)/..
/config
/multi.m4 \
51 $(top_srcdir
)/..
/config
/no-executables.m4 \
52 $(top_srcdir
)/..
/config
/override.m4 \
53 $(top_srcdir
)/..
/libtool.m4
$(top_srcdir
)/..
/ltoptions.m4 \
54 $(top_srcdir
)/..
/ltsugar.m4
$(top_srcdir
)/..
/ltversion.m4 \
55 $(top_srcdir
)/..
/lt~obsolete.m4
$(top_srcdir
)/configure.ac
56 am__configure_deps
= $(am__aclocal_m4_deps
) $(CONFIGURE_DEPENDENCIES
) \
58 am__CONFIG_DISTCLEAN_FILES
= config.status config.cache config.log \
59 configure.lineno config.status.lineno
60 CONFIG_HEADER
= $(top_builddir
)/include/gc_config.h \
61 $(top_builddir
)/include/gc_ext_config.h
62 CONFIG_CLEAN_FILES
= threads.mk
63 CONFIG_CLEAN_VPATH_FILES
=
64 LTLIBRARIES
= $(noinst_LTLIBRARIES
)
66 @POWERPC_DARWIN_TRUE@am__objects_1
= powerpc_darwin_mach_dep.lo
67 am_libgcjgc_la_OBJECTS
= allchblk.lo alloc.lo blacklst.lo checksums.lo \
68 dbg_mlc.lo dyn_load.lo finalize.lo gc_dlopen.lo gcj_mlc.lo \
69 headers.lo malloc.lo mallocx.lo mark.lo mark_rts.lo misc.lo \
70 new_hblk.lo obj_map.lo os_dep.lo pcr_interface.lo ptr_chck.lo \
71 real_malloc.lo reclaim.lo specific.lo stubborn.lo typd_mlc.lo \
72 backgraph.lo win32_threads.lo pthread_support.lo \
73 pthread_stop_world.lo darwin_stop_world.lo
$(am__objects_1
)
74 libgcjgc_la_OBJECTS
= $(am_libgcjgc_la_OBJECTS
)
75 am__objects_2
= allchblk.lo alloc.lo blacklst.lo checksums.lo \
76 dbg_mlc.lo dyn_load.lo finalize.lo gc_dlopen.lo gcj_mlc.lo \
77 headers.lo malloc.lo mallocx.lo mark.lo mark_rts.lo misc.lo \
78 new_hblk.lo obj_map.lo os_dep.lo pcr_interface.lo ptr_chck.lo \
79 real_malloc.lo reclaim.lo specific.lo stubborn.lo typd_mlc.lo \
80 backgraph.lo win32_threads.lo pthread_support.lo \
81 pthread_stop_world.lo darwin_stop_world.lo
$(am__objects_1
)
82 am_libgcjgc_convenience_la_OBJECTS
= $(am__objects_2
)
83 libgcjgc_convenience_la_OBJECTS
= \
84 $(am_libgcjgc_convenience_la_OBJECTS
)
85 am__dirstamp
= $(am__leading_dot
)dirstamp
86 am_libstaticrootslib_la_OBJECTS
= tests
/staticrootslib.lo
87 libstaticrootslib_la_OBJECTS
= $(am_libstaticrootslib_la_OBJECTS
)
88 libstaticrootslib_la_LINK
= $(LIBTOOL
) --tag
=CC
$(AM_LIBTOOLFLAGS
) \
89 $(LIBTOOLFLAGS
) --mode
=link
$(CCLD
) $(AM_CFLAGS
) $(CFLAGS
) \
90 $(libstaticrootslib_la_LDFLAGS
) $(LDFLAGS
) -o
$@
91 am_gctest_OBJECTS
= tests
/test.
$(OBJEXT
)
92 gctest_OBJECTS
= $(am_gctest_OBJECTS
)
93 am__DEPENDENCIES_2
= libgcjgc.la
$(am__DEPENDENCIES_1
) \
95 gctest_DEPENDENCIES
= $(am__DEPENDENCIES_2
)
96 am_leaktest_OBJECTS
= tests
/leak_test.
$(OBJEXT
)
97 leaktest_OBJECTS
= $(am_leaktest_OBJECTS
)
98 leaktest_DEPENDENCIES
= $(am__DEPENDENCIES_2
)
99 am_middletest_OBJECTS
= tests
/middle.
$(OBJEXT
)
100 middletest_OBJECTS
= $(am_middletest_OBJECTS
)
101 middletest_DEPENDENCIES
= $(am__DEPENDENCIES_2
)
102 am_staticrootstest_OBJECTS
= tests
/staticrootstest.
$(OBJEXT
)
103 staticrootstest_OBJECTS
= $(am_staticrootstest_OBJECTS
)
104 staticrootstest_DEPENDENCIES
= $(am__DEPENDENCIES_2
) \
106 DEFAULT_INCLUDES
= -I.@am__isrc@
-I
$(top_builddir
)/include
109 COMPILE
= $(CC
) $(DEFS
) $(DEFAULT_INCLUDES
) $(INCLUDES
) $(AM_CPPFLAGS
) \
110 $(CPPFLAGS
) $(AM_CFLAGS
) $(CFLAGS
)
112 CCASCOMPILE
= $(CCAS
) $(AM_CCASFLAGS
) $(CCASFLAGS
)
113 LTCCASCOMPILE
= $(LIBTOOL
) $(AM_LIBTOOLFLAGS
) $(LIBTOOLFLAGS
) \
114 --mode
=compile
$(CCAS
) $(AM_CCASFLAGS
) $(CCASFLAGS
)
115 SOURCES
= $(libgcjgc_la_SOURCES
) $(libgcjgc_convenience_la_SOURCES
) \
116 $(libstaticrootslib_la_SOURCES
) $(gctest_SOURCES
) \
117 $(leaktest_SOURCES
) $(middletest_SOURCES
) \
118 $(staticrootstest_SOURCES
)
125 RECURSIVE_TARGETS
= all-recursive check-recursive dvi-recursive \
126 html-recursive info-recursive install-data-recursive \
127 install-dvi-recursive install-exec-recursive \
128 install-html-recursive install-info-recursive \
129 install-pdf-recursive install-ps-recursive install-recursive \
130 installcheck-recursive installdirs-recursive pdf-recursive \
131 ps-recursive uninstall-recursive
132 RECURSIVE_CLEAN_TARGETS
= mostlyclean-recursive clean-recursive \
133 distclean-recursive maintainer-clean-recursive
134 AM_RECURSIVE_TARGETS
= $(RECURSIVE_TARGETS
:-recursive
=) \
135 $(RECURSIVE_CLEAN_TARGETS
:-recursive
=) tags TAGS ctags CTAGS
139 red
=; grn
=; lgn
=; blu
=; std
=
140 DIST_SUBDIRS
= $(SUBDIRS
)
143 AM_CPPFLAGS
= @AM_CPPFLAGS@
146 AUTOCONF
= @AUTOCONF@
147 AUTOHEADER
= @AUTOHEADER@
148 AUTOMAKE
= @AUTOMAKE@
152 CCASFLAGS
= @CCASFLAGS@
153 CCDEPMODE
= @CCDEPMODE@
156 CPPFLAGS
= @CPPFLAGS@
159 CXXDEPMODE
= @CXXDEPMODE@
160 CXXFLAGS
= @CXXFLAGS@
161 CYGPATH_W
= @CYGPATH_W@
164 DSYMUTIL
= @DSYMUTIL@
171 EXTRA_TEST_LIBS
= @EXTRA_TEST_LIBS@
173 GC_CFLAGS
= @GC_CFLAGS@
176 INSTALL_DATA
= @INSTALL_DATA@
177 INSTALL_PROGRAM
= @INSTALL_PROGRAM@
178 INSTALL_SCRIPT
= @INSTALL_SCRIPT@
179 INSTALL_STRIP_PROGRAM
= @INSTALL_STRIP_PROGRAM@
187 LTLIBOBJS
= @LTLIBOBJS@
189 MAKEINFO
= @MAKEINFO@
191 MY_CFLAGS
= @MY_CFLAGS@
199 PACKAGE_BUGREPORT
= @PACKAGE_BUGREPORT@
200 PACKAGE_NAME
= @PACKAGE_NAME@
201 PACKAGE_STRING
= @PACKAGE_STRING@
202 PACKAGE_TARNAME
= @PACKAGE_TARNAME@
203 PACKAGE_URL
= @PACKAGE_URL@
204 PACKAGE_VERSION
= @PACKAGE_VERSION@
205 PATH_SEPARATOR
= @PATH_SEPARATOR@
208 SET_MAKE
= @SET_MAKE@
211 THREADLIBS
= @THREADLIBS@
213 abs_builddir
= @abs_builddir@
214 abs_srcdir
= @abs_srcdir@
215 abs_top_builddir
= @abs_top_builddir@
216 abs_top_srcdir
= @abs_top_srcdir@
217 ac_ct_CC
= @ac_ct_CC@
218 ac_ct_CXX
= @ac_ct_CXX@
219 ac_ct_DUMPBIN
= @ac_ct_DUMPBIN@
220 addincludes
= @addincludes@
223 addtests
= @addtests@
224 am__include
= @am__include@
225 am__leading_dot
= @am__leading_dot@
226 am__quote
= @am__quote@
228 am__untar
= @am__untar@
231 build_alias
= @build_alias@
232 build_cpu
= @build_cpu@
233 build_os
= @build_os@
234 build_vendor
= @build_vendor@
235 builddir
= @builddir@
237 datarootdir
= @datarootdir@
240 exec_prefix = @
exec_prefix@
241 extra_ldflags_libgc
= @extra_ldflags_libgc@
243 host_alias
= @host_alias@
244 host_cpu
= @host_cpu@
246 host_vendor
= @host_vendor@
248 includedir = @
includedir@
250 install_sh
= @install_sh@
252 libexecdir
= @libexecdir@
253 localedir
= @localedir@
254 localstatedir
= @localstatedir@
257 mkinstalldirs
= @mkinstalldirs@
258 multi_basedir
= @multi_basedir@
259 oldincludedir = @
oldincludedir@
262 program_transform_name
= @program_transform_name@
265 sharedstatedir
= @sharedstatedir@
267 sysconfdir
= @sysconfdir@
269 target_alias
= @target_alias@
270 target_all
= @target_all@
271 target_cpu
= @target_cpu@
272 target_noncanonical
= @target_noncanonical@
273 target_os
= @target_os@
274 target_vendor
= @target_vendor@
275 toolexecdir
= @toolexecdir@
276 toolexeclibdir
= @toolexeclibdir@
277 top_build_prefix
= @top_build_prefix@
278 top_builddir
= @top_builddir@
279 top_srcdir
= @top_srcdir@
280 AUTOMAKE_OPTIONS
= cygnus subdir-objects
281 ACLOCAL_AMFLAGS
= -I ..
-I ..
/config
283 noinst_LTLIBRARIES
= libgcjgc.la libgcjgc_convenience.la
284 @POWERPC_DARWIN_FALSE@asm_libgcjgc_sources
=
285 @POWERPC_DARWIN_TRUE@asm_libgcjgc_sources
= powerpc_darwin_mach_dep.s
286 libgcjgc_la_SOURCES
= allchblk.c alloc.c blacklst.c checksums.c dbg_mlc.c \
287 dyn_load.c finalize.c gc_dlopen.c gcj_mlc.c headers.c \
288 malloc.c mallocx.c mark.c mark_rts.c misc.c new_hblk.c \
289 obj_map.c os_dep.c pcr_interface.c ptr_chck.c real_malloc.c reclaim.c \
290 specific.c stubborn.c typd_mlc.c \
291 backgraph.c win32_threads.c \
292 pthread_support.c pthread_stop_world.c darwin_stop_world.c \
293 $(asm_libgcjgc_sources
)
295 libgcjgc_convenience_la_SOURCES
= $(libgcjgc_la_SOURCES
)
296 EXTRA_DIST
= alpha_mach_dep.S \
297 mips_sgi_mach_dep.s mips_ultrix_mach_dep.s powerpc_darwin_mach_dep.s \
298 rs6000_mach_dep.s sparc_mach_dep.S sparc_netbsd_mach_dep.s \
299 sparc_sunos4_mach_dep.s ia64_save_regs_in_stack.s
302 # Include THREADLIBS here to ensure that the correct versions of
303 # linuxthread semaphore functions get linked:
304 libgcjgc_la_LIBADD
= @addobjs@
$(THREADLIBS
) $(UNWINDLIBS
)
305 libgcjgc_la_DEPENDENCIES
= @addobjs@
306 libgcjgc_la_LDFLAGS
= $(extra_ldflags_libgc
) -version-info
1:2:0 -rpath
$(toolexeclibdir
)
307 libgcjgc_la_LINK
= $(LINK
) $(libgcjgc_la_LDFLAGS
)
308 libgcjgc_convenience_la_LIBADD
= @addobjs@
309 libgcjgc_convenience_la_DEPENDENCIES
= @addobjs@
310 AM_CXXFLAGS
= @GC_CFLAGS@
311 AM_CFLAGS
= @GC_CFLAGS@
312 test_ldadd
= libgcjgc.la
$(THREADLIBS
) $(UNWINDLIBS
) $(EXTRA_TEST_LIBS
)
313 gctest_SOURCES
= tests
/test.c
314 gctest_LDADD
= $(test_ldadd
)
315 gctest_LDFLAGS
= -shared-libgcc
316 gctest_LINK
= $(LINK
) $(gctest_LDFLAGS
)
317 TESTS_ENVIRONMENT
= LD_LIBRARY_PATH
=..
/..
/$(MULTIBUILDTOP
)gcc
318 leaktest_SOURCES
= tests
/leak_test.c
319 leaktest_LDADD
= $(test_ldadd
)
320 leaktest_LDFLAGS
= -shared-libgcc
321 leaktest_LINK
= $(LINK
) $(leaktest_LDFLAGS
)
322 middletest_SOURCES
= tests
/middle.c
323 middletest_LDADD
= $(test_ldadd
)
324 middletest_LDFLAGS
= -shared-libgcc
325 middletest_LINK
= $(LINK
) $(middletest_LDFLAGS
)
326 staticrootstest_SOURCES
= tests
/staticrootstest.c
327 staticrootstest_LDADD
= $(test_ldadd
) libstaticrootslib.la
328 staticrootstest_LDFLAGS
= -shared-libgcc
329 staticrootstest_LINK
= $(LINK
) $(staticrootstest_LDFLAGS
)
330 check_LTLIBRARIES
= libstaticrootslib.la
331 libstaticrootslib_la_SOURCES
= tests
/staticrootslib.c
332 libstaticrootslib_la_LIBADD
= libgcjgc_convenience.la
333 libstaticrootslib_la_LDFLAGS
= -version-info
1:2:0 -no-undefined \
334 -rpath
/nowhere
-shared-libgcc
336 libstaticrootslib_la_DEPENDENCIES
= libgcjgc_convenience.la
337 LTCOMPILE
= $(LIBTOOL
) $(AM_LIBTOOLFLAGS
) $(LIBTOOLFLAGS
) --mode
=compile \
338 $(CC
) $(DEFS
) $(AM_CPPFLAGS
) $(CPPFLAGS
) \
339 $(AM_CFLAGS
) $(MY_CFLAGS
) $(GC_CFLAGS
)
341 LTLDFLAGS
= $(shell $(top_srcdir
)/..
/libtool-ldflags
$(LDFLAGS
))
342 LINK
= $(LIBTOOL
) $(AM_LIBTOOLFLAGS
) $(LIBTOOLFLAGS
) --mode
=link \
343 $(CC
) $(AM_CFLAGS
) $(MY_CFLAGS
) $(LTLDFLAGS
) -o
$@
346 # Work around what appears to be a GNU make bug handling MAKEFLAGS
347 # values defined in terms of make variables, as is the case for CC and
348 # friends when we are called from the top level Makefile.
350 "AR_FLAGS=$(AR_FLAGS)" \
351 "CC_FOR_BUILD=$(CC_FOR_BUILD)" \
353 "CXXFLAGS=$(CXXFLAGS)" \
354 "CFLAGS_FOR_BUILD=$(CFLAGS_FOR_BUILD)" \
355 "CFLAGS_FOR_TARGET=$(CFLAGS_FOR_TARGET)" \
356 "INSTALL=$(INSTALL)" \
357 "INSTALL_DATA=$(INSTALL_DATA)" \
358 "INSTALL_PROGRAM=$(INSTALL_PROGRAM)" \
359 "INSTALL_SCRIPT=$(INSTALL_SCRIPT)" \
360 "LDFLAGS=$(LDFLAGS)" \
361 "LIBCFLAGS=$(LIBCFLAGS)" \
362 "LIBCFLAGS_FOR_TARGET=$(LIBCFLAGS_FOR_TARGET)" \
364 "MAKEINFO=$(MAKEINFO) $(MAKEINFOFLAGS)" \
365 "PICFLAG=$(PICFLAG)" \
366 "PICFLAG_FOR_TARGET=$(PICFLAG_FOR_TARGET)" \
369 "RUNTEST=$(RUNTEST)" \
370 "RUNTESTFLAGS=$(RUNTESTFLAGS)" \
371 "exec_prefix=$(exec_prefix)" \
372 "infodir=$(infodir)" \
375 "tooldir=$(tooldir)" \
381 "LIBCFLAGS=$(LIBCFLAGS)" \
383 "PICFLAG=$(PICFLAG)" \
387 CONFIG_STATUS_DEPENDENCIES
= $(srcdir)/configure.host
392 .SUFFIXES
: .S .c .lo .o .obj .s
395 $(srcdir)/Makefile.in
: @MAINTAINER_MODE_TRUE@
$(srcdir)/Makefile.am
$(am__configure_deps
)
397 case
'$(am__configure_deps)' in \
399 echo
' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
400 $(am__cd
) $(srcdir) && $(AUTOMAKE
) --foreign \
405 echo
' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
406 $(am__cd
) $(top_srcdir
) && \
407 $(AUTOMAKE
) --foreign Makefile
409 Makefile
: $(srcdir)/Makefile.in
$(top_builddir
)/config.status
412 echo
' $(SHELL) ./config.status'; \
413 $(SHELL
) .
/config.status
;; \
415 echo
' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
416 cd
$(top_builddir
) && $(SHELL
) .
/config.status
$@
$(am__depfiles_maybe
);; \
419 $(top_builddir
)/config.status
: $(top_srcdir
)/configure
$(CONFIG_STATUS_DEPENDENCIES
)
420 $(SHELL
) .
/config.status
--recheck
422 $(top_srcdir
)/configure
: @MAINTAINER_MODE_TRUE@
$(am__configure_deps
)
423 $(am__cd
) $(srcdir) && $(AUTOCONF
)
424 $(ACLOCAL_M4
): @MAINTAINER_MODE_TRUE@
$(am__aclocal_m4_deps
)
425 $(am__cd
) $(srcdir) && $(ACLOCAL
) $(ACLOCAL_AMFLAGS
)
426 $(am__aclocal_m4_deps
):
427 threads.mk
: $(top_builddir
)/config.status
$(srcdir)/threads.mk.in
428 cd
$(top_builddir
) && $(SHELL
) .
/config.status
$@
430 clean-checkLTLIBRARIES
:
431 -test -z
"$(check_LTLIBRARIES)" ||
rm -f
$(check_LTLIBRARIES
)
432 @list
='$(check_LTLIBRARIES)'; for p in
$$list; do \
433 dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
434 test "$$dir" != "$$p" ||
dir=.
; \
435 echo
"rm -f \"$${dir}/so_locations\""; \
436 rm -f
"$${dir}/so_locations"; \
439 clean-noinstLTLIBRARIES
:
440 -test -z
"$(noinst_LTLIBRARIES)" ||
rm -f
$(noinst_LTLIBRARIES
)
441 @list
='$(noinst_LTLIBRARIES)'; for p in
$$list; do \
442 dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
443 test "$$dir" != "$$p" ||
dir=.
; \
444 echo
"rm -f \"$${dir}/so_locations\""; \
445 rm -f
"$${dir}/so_locations"; \
447 libgcjgc.la
: $(libgcjgc_la_OBJECTS
) $(libgcjgc_la_DEPENDENCIES
)
448 $(libgcjgc_la_LINK
) $(libgcjgc_la_OBJECTS
) $(libgcjgc_la_LIBADD
) $(LIBS
)
449 libgcjgc_convenience.la
: $(libgcjgc_convenience_la_OBJECTS
) $(libgcjgc_convenience_la_DEPENDENCIES
)
450 $(LINK
) $(libgcjgc_convenience_la_OBJECTS
) $(libgcjgc_convenience_la_LIBADD
) $(LIBS
)
451 tests
/$(am__dirstamp
):
453 @
: > tests
/$(am__dirstamp
)
454 tests
/staticrootslib.lo
: tests
/$(am__dirstamp
)
455 libstaticrootslib.la
: $(libstaticrootslib_la_OBJECTS
) $(libstaticrootslib_la_DEPENDENCIES
)
456 $(libstaticrootslib_la_LINK
) $(libstaticrootslib_la_OBJECTS
) $(libstaticrootslib_la_LIBADD
) $(LIBS
)
459 @list
='$(check_PROGRAMS)'; test -n
"$$list" || exit
0; \
460 echo
" rm -f" $$list; \
461 rm -f
$$list || exit
$$?
; \
462 test -n
"$(EXEEXT)" || exit
0; \
463 list
=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
464 echo
" rm -f" $$list; \
466 tests
/test.
$(OBJEXT
): tests
/$(am__dirstamp
)
467 gctest
$(EXEEXT
): $(gctest_OBJECTS
) $(gctest_DEPENDENCIES
)
468 @
rm -f gctest
$(EXEEXT
)
469 $(gctest_LINK
) $(gctest_OBJECTS
) $(gctest_LDADD
) $(LIBS
)
470 tests
/leak_test.
$(OBJEXT
): tests
/$(am__dirstamp
)
471 leaktest
$(EXEEXT
): $(leaktest_OBJECTS
) $(leaktest_DEPENDENCIES
)
472 @
rm -f leaktest
$(EXEEXT
)
473 $(leaktest_LINK
) $(leaktest_OBJECTS
) $(leaktest_LDADD
) $(LIBS
)
474 tests
/middle.
$(OBJEXT
): tests
/$(am__dirstamp
)
475 middletest
$(EXEEXT
): $(middletest_OBJECTS
) $(middletest_DEPENDENCIES
)
476 @
rm -f middletest
$(EXEEXT
)
477 $(middletest_LINK
) $(middletest_OBJECTS
) $(middletest_LDADD
) $(LIBS
)
478 tests
/staticrootstest.
$(OBJEXT
): tests
/$(am__dirstamp
)
479 staticrootstest
$(EXEEXT
): $(staticrootstest_OBJECTS
) $(staticrootstest_DEPENDENCIES
)
480 @
rm -f staticrootstest
$(EXEEXT
)
481 $(staticrootstest_LINK
) $(staticrootstest_OBJECTS
) $(staticrootstest_LDADD
) $(LIBS
)
485 -rm -f tests
/leak_test.
$(OBJEXT
)
486 -rm -f tests
/middle.
$(OBJEXT
)
487 -rm -f tests
/staticrootslib.
$(OBJEXT
)
488 -rm -f tests
/staticrootslib.lo
489 -rm -f tests
/staticrootstest.
$(OBJEXT
)
490 -rm -f tests
/test.
$(OBJEXT
)
496 $(COMPILE
) -c
-o
$@
$<
499 $(COMPILE
) -c
-o
$@
`$(CYGPATH_W) '$<'`
502 $(LTCOMPILE
) -c
-o
$@
$<
505 $(CCASCOMPILE
) -c
-o
$@
$<
508 $(CCASCOMPILE
) -c
-o
$@
`$(CYGPATH_W) '$<'`
515 -rm -rf tests
/.libs tests
/_libs
518 -rm -f libtool config.lt
520 # GNU Make needs to see an explicit $(MAKE) variable in the command it
521 # runs to enable its job server during parallel builds. Hence the
524 $(MULTIDO
) $(AM_MAKEFLAGS
) DO
=all multi-do
# $(MAKE)
526 $(MULTIDO
) $(AM_MAKEFLAGS
) DO
=install multi-do
# $(MAKE)
529 $(MULTICLEAN
) $(AM_MAKEFLAGS
) DO
=mostlyclean multi-clean
# $(MAKE)
531 $(MULTICLEAN
) $(AM_MAKEFLAGS
) DO
=clean multi-clean
# $(MAKE)
533 $(MULTICLEAN
) $(AM_MAKEFLAGS
) DO
=distclean multi-clean
# $(MAKE)
534 maintainer-clean-multi
:
535 $(MULTICLEAN
) $(AM_MAKEFLAGS
) DO
=maintainer-clean multi-clean
# $(MAKE)
537 # This directory's subdirectories are mostly independent; you can cd
538 # into them and run `make' without going through this Makefile.
539 # To change the values of `make' variables: instead of editing Makefiles,
540 # (1) if the variable is set in `config.status', edit `config.status'
541 # (which will cause the Makefiles to be regenerated when you run `make');
542 # (2) otherwise, pass the desired values on the `make' command line.
543 $(RECURSIVE_TARGETS
):
544 @fail
= failcom
='exit 1'; \
545 for f in x
$$MAKEFLAGS; do \
548 *k
*) failcom
='fail=yes';; \
552 target
=`echo $@ | sed s/-recursive//`; \
553 list
='$(SUBDIRS)'; for subdir in
$$list; do \
554 echo
"Making $$target in $$subdir"; \
555 if
test "$$subdir" = "."; then \
557 local_target
="$$target-am"; \
559 local_target
="$$target"; \
561 ($(am__cd
) $$subdir && $(MAKE
) $(AM_MAKEFLAGS
) $$local_target) \
564 if
test "$$dot_seen" = "no"; then \
565 $(MAKE
) $(AM_MAKEFLAGS
) "$$target-am" || exit
1; \
568 $(RECURSIVE_CLEAN_TARGETS
):
569 @fail
= failcom
='exit 1'; \
570 for f in x
$$MAKEFLAGS; do \
573 *k
*) failcom
='fail=yes';; \
578 distclean-
* | maintainer-clean-
*) list
='$(DIST_SUBDIRS)' ;; \
579 *) list
='$(SUBDIRS)' ;; \
581 rev
=''; for subdir in
$$list; do \
582 if
test "$$subdir" = "."; then
:; else \
583 rev
="$$subdir $$rev"; \
587 target
=`echo $@ | sed s/-recursive//`; \
588 for subdir in
$$rev; do \
589 echo
"Making $$target in $$subdir"; \
590 if
test "$$subdir" = "."; then \
591 local_target
="$$target-am"; \
593 local_target
="$$target"; \
595 ($(am__cd
) $$subdir && $(MAKE
) $(AM_MAKEFLAGS
) $$local_target) \
597 done
&& test -z
"$$fail"
599 list
='$(SUBDIRS)'; for subdir in
$$list; do \
600 test "$$subdir" = . ||
($(am__cd
) $$subdir && $(MAKE
) $(AM_MAKEFLAGS
) tags); \
603 list
='$(SUBDIRS)'; for subdir in
$$list; do \
604 test "$$subdir" = . ||
($(am__cd
) $$subdir && $(MAKE
) $(AM_MAKEFLAGS
) ctags
); \
607 ID
: $(HEADERS
) $(SOURCES
) $(LISP
) $(TAGS_FILES
)
608 list
='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
609 unique
=`for i in $$list; do \
610 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
612 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
613 END { if (nonempty) { for (i in files) print i; }; }'`; \
617 TAGS
: tags-recursive
$(HEADERS
) $(SOURCES
) $(TAGS_DEPENDENCIES
) \
618 $(TAGS_FILES
) $(LISP
)
621 if
($(ETAGS
) --etags-include
--version
) >/dev
/null
2>&1; then \
622 include_option
=--etags-include
; \
625 include_option
=--include; \
628 list
='$(SUBDIRS)'; for subdir in
$$list; do \
629 if
test "$$subdir" = .
; then
:; else \
630 test ! -f
$$subdir/TAGS || \
631 set
"$$@" "$$include_option=$$here/$$subdir/TAGS"; \
634 list
='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
635 unique
=`for i in $$list; do \
636 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
638 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
639 END { if (nonempty) { for (i in files) print i; }; }'`; \
641 if
test -z
"$(ETAGS_ARGS)$$*$$unique"; then
:; else \
642 test -n
"$$unique" || unique
=$$empty_fix; \
643 if
test $$# -gt 0; then \
644 $(ETAGS
) $(ETAGSFLAGS
) $(AM_ETAGSFLAGS
) $(ETAGS_ARGS
) \
647 $(ETAGS
) $(ETAGSFLAGS
) $(AM_ETAGSFLAGS
) $(ETAGS_ARGS
) \
652 CTAGS
: ctags-recursive
$(HEADERS
) $(SOURCES
) $(TAGS_DEPENDENCIES
) \
653 $(TAGS_FILES
) $(LISP
)
654 list
='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
655 unique
=`for i in $$list; do \
656 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
658 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
659 END { if (nonempty) { for (i in files) print i; }; }'`; \
660 test -z
"$(CTAGS_ARGS)$$unique" \
661 ||
$(CTAGS
) $(CTAGSFLAGS
) $(AM_CTAGSFLAGS
) $(CTAGS_ARGS
) \
665 here
=`$(am__cd) $(top_builddir) && pwd` \
666 && $(am__cd
) $(top_srcdir
) \
667 && gtags
-i
$(GTAGS_ARGS
) "$$here"
670 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
tags
672 check-TESTS
: $(TESTS
)
673 @failed
=0; all=0; xfail
=0; xpass
=0; skip
=0; \
674 srcdir=$(srcdir); export srcdir; \
677 if
test -n
"$$list"; then \
678 for tst in
$$list; do \
679 if
test -f .
/$$tst; then
dir=.
/; \
680 elif
test -f
$$tst; then
dir=; \
681 else dir="$(srcdir)/"; fi
; \
682 if
$(TESTS_ENVIRONMENT
) $${dir}$$tst; then \
683 all=`expr $$all + 1`; \
684 case
" $(XFAIL_TESTS) " in \
685 *[\ \
]$$tst[\ \
]*) \
686 xpass
=`expr $$xpass + 1`; \
687 failed
=`expr $$failed + 1`; \
688 col
=$$red; res
=XPASS
; \
691 col
=$$grn; res
=PASS
; \
694 elif
test $$?
-ne
77; then \
695 all=`expr $$all + 1`; \
696 case
" $(XFAIL_TESTS) " in \
697 *[\ \
]$$tst[\ \
]*) \
698 xfail
=`expr $$xfail + 1`; \
699 col
=$$lgn; res
=XFAIL
; \
702 failed
=`expr $$failed + 1`; \
703 col
=$$red; res
=FAIL
; \
707 skip
=`expr $$skip + 1`; \
708 col
=$$blu; res
=SKIP
; \
710 echo
"$${col}$$res$${std}: $$tst"; \
712 if
test "$$all" -eq
1; then \
719 if
test "$$failed" -eq
0; then \
720 if
test "$$xfail" -eq
0; then \
721 banner
="$$All$$all $$tests passed"; \
723 if
test "$$xfail" -eq
1; then failures
=failure
; else failures
=failures
; fi
; \
724 banner
="$$All$$all $$tests behaved as expected ($$xfail expected $$failures)"; \
727 if
test "$$xpass" -eq
0; then \
728 banner
="$$failed of $$all $$tests failed"; \
730 if
test "$$xpass" -eq
1; then passes
=pass
; else passes
=passes
; fi
; \
731 banner
="$$failed of $$all $$tests did not behave as expected ($$xpass unexpected $$passes)"; \
736 if
test "$$skip" -ne
0; then \
737 if
test "$$skip" -eq
1; then \
738 skipped
="($$skip test was not run)"; \
740 skipped
="($$skip tests were not run)"; \
742 test `echo "$$skipped" | wc -c` -le
`echo "$$banner" | wc -c` || \
743 dashes
="$$skipped"; \
746 if
test "$$failed" -ne
0 && test -n
"$(PACKAGE_BUGREPORT)"; then \
747 report
="Please report to $(PACKAGE_BUGREPORT)"; \
748 test `echo "$$report" | wc -c` -le
`echo "$$banner" | wc -c` || \
751 dashes
=`echo "$$dashes" | sed s/./=/g`; \
752 if
test "$$failed" -eq
0; then \
753 echo
"$$grn$$dashes"; \
755 echo
"$$red$$dashes"; \
758 test -z
"$$skipped" || echo
"$$skipped"; \
759 test -z
"$$report" || echo
"$$report"; \
760 echo
"$$dashes$$std"; \
761 test "$$failed" -eq
0; \
763 check-am
: $(check_LTLIBRARIES
) $(check_PROGRAMS
)
764 $(MAKE
) $(AM_MAKEFLAGS
) check-TESTS
765 check: check-recursive
766 all-am
: Makefile
$(LTLIBRARIES
) all-multi
767 installdirs: installdirs-recursive
769 install: install-recursive
770 install-exec
: install-exec-recursive
771 install-data
: install-data-recursive
772 uninstall: uninstall-recursive
775 @
$(MAKE
) $(AM_MAKEFLAGS
) install-exec-am install-data-am
777 installcheck: installcheck-recursive
779 $(MAKE
) $(AM_MAKEFLAGS
) INSTALL_PROGRAM
="$(INSTALL_STRIP_PROGRAM)" \
780 install_sh_PROGRAM
="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG
=-s \
781 `test -z '$(STRIP)' || \
782 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
788 -test -z
"$(CONFIG_CLEAN_FILES)" ||
rm -f
$(CONFIG_CLEAN_FILES
)
789 -test .
= "$(srcdir)" ||
test -z
"$(CONFIG_CLEAN_VPATH_FILES)" ||
rm -f
$(CONFIG_CLEAN_VPATH_FILES
)
790 -rm -f tests
/$(am__dirstamp
)
792 maintainer-clean-generic
:
793 @echo
"This command is intended for maintainers to use"
794 @echo
"it deletes files that may require special tools to rebuild."
795 clean: clean-multi clean-recursive
797 clean-am
: clean-checkLTLIBRARIES clean-checkPROGRAMS clean-generic \
798 clean-libtool clean-noinstLTLIBRARIES mostlyclean-am
800 distclean: distclean-multi distclean-recursive
801 -rm -f
$(am__CONFIG_DISTCLEAN_FILES
)
803 distclean-am
: clean-am distclean-compile distclean-generic \
804 distclean-libtool distclean-tags
820 install-dvi
: install-dvi-recursive
824 install-exec-am
: install-multi
826 install-html
: install-html-recursive
830 install-info
: install-info-recursive
836 install-pdf
: install-pdf-recursive
840 install-ps
: install-ps-recursive
846 maintainer-clean
: maintainer-clean-multi maintainer-clean-recursive
847 -rm -f
$(am__CONFIG_DISTCLEAN_FILES
)
848 -rm -rf
$(top_srcdir
)/autom4te.cache
850 maintainer-clean-am
: distclean-am maintainer-clean-generic
852 mostlyclean: mostlyclean-multi mostlyclean-recursive
854 mostlyclean-am
: mostlyclean-compile mostlyclean-generic \
867 .MAKE
: $(RECURSIVE_CLEAN_TARGETS
) $(RECURSIVE_TARGETS
) all-multi \
868 check-am clean-multi ctags-recursive distclean-multi \
869 install-am install-multi install-strip maintainer-clean-multi \
870 mostlyclean-multi tags-recursive
872 .PHONY
: $(RECURSIVE_CLEAN_TARGETS
) $(RECURSIVE_TARGETS
) CTAGS GTAGS \
873 all all-am all-multi am--refresh
check check-TESTS check-am \
874 clean clean-checkLTLIBRARIES clean-checkPROGRAMS clean-generic \
875 clean-libtool clean-multi clean-noinstLTLIBRARIES ctags \
876 ctags-recursive
distclean distclean-compile distclean-generic \
877 distclean-libtool distclean-multi distclean-tags
dvi dvi-am \
878 html html-am
info info-am
install install-am install-data \
879 install-data-am install-dvi install-dvi-am install-exec \
880 install-exec-am install-html install-html-am install-info \
881 install-info-am install-man install-multi install-pdf \
882 install-pdf-am install-ps install-ps-am install-strip \
883 installcheck installcheck-am
installdirs installdirs-am \
884 maintainer-clean maintainer-clean-generic \
885 maintainer-clean-multi
mostlyclean mostlyclean-compile \
886 mostlyclean-generic mostlyclean-libtool mostlyclean-multi pdf \
887 pdf-am ps ps-am
tags tags-recursive
uninstall uninstall-am
891 $(LTCOMPILE
) -Wp
,-P
-x assembler-with-cpp
-c
$<
893 $(LTCOMPILE
) -Wp
,-P
-x assembler-with-cpp
-c
$<
895 # Tell versions [3.59,3.63) of GNU make to not export all variables.
896 # Otherwise a system limit (for SysV at least) may be exceeded.