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
)
111 LTCOMPILE
= $(LIBTOOL
) --tag
=CC
$(AM_LIBTOOLFLAGS
) $(LIBTOOLFLAGS
) \
112 --mode
=compile
$(CC
) $(DEFS
) $(DEFAULT_INCLUDES
) $(INCLUDES
) \
113 $(AM_CPPFLAGS
) $(CPPFLAGS
) $(AM_CFLAGS
) $(CFLAGS
)
115 LINK
= $(LIBTOOL
) --tag
=CC
$(AM_LIBTOOLFLAGS
) $(LIBTOOLFLAGS
) \
116 --mode
=link
$(CCLD
) $(AM_CFLAGS
) $(CFLAGS
) $(AM_LDFLAGS
) \
118 CCASCOMPILE
= $(CCAS
) $(AM_CCASFLAGS
) $(CCASFLAGS
)
119 LTCCASCOMPILE
= $(LIBTOOL
) $(AM_LIBTOOLFLAGS
) $(LIBTOOLFLAGS
) \
120 --mode
=compile
$(CCAS
) $(AM_CCASFLAGS
) $(CCASFLAGS
)
121 SOURCES
= $(libgcjgc_la_SOURCES
) $(libgcjgc_convenience_la_SOURCES
) \
122 $(libstaticrootslib_la_SOURCES
) $(gctest_SOURCES
) \
123 $(leaktest_SOURCES
) $(middletest_SOURCES
) \
124 $(staticrootstest_SOURCES
)
131 RECURSIVE_TARGETS
= all-recursive check-recursive dvi-recursive \
132 html-recursive info-recursive install-data-recursive \
133 install-dvi-recursive install-exec-recursive \
134 install-html-recursive install-info-recursive \
135 install-pdf-recursive install-ps-recursive install-recursive \
136 installcheck-recursive installdirs-recursive pdf-recursive \
137 ps-recursive uninstall-recursive
138 RECURSIVE_CLEAN_TARGETS
= mostlyclean-recursive clean-recursive \
139 distclean-recursive maintainer-clean-recursive
140 AM_RECURSIVE_TARGETS
= $(RECURSIVE_TARGETS
:-recursive
=) \
141 $(RECURSIVE_CLEAN_TARGETS
:-recursive
=) tags TAGS ctags CTAGS
145 red
=; grn
=; lgn
=; blu
=; std
=
146 DIST_SUBDIRS
= $(SUBDIRS
)
149 AM_CPPFLAGS
= @AM_CPPFLAGS@
152 AUTOCONF
= @AUTOCONF@
153 AUTOHEADER
= @AUTOHEADER@
154 AUTOMAKE
= @AUTOMAKE@
158 CCASFLAGS
= @CCASFLAGS@
159 CCDEPMODE
= @CCDEPMODE@
162 CPPFLAGS
= @CPPFLAGS@
165 CXXDEPMODE
= @CXXDEPMODE@
166 CXXFLAGS
= @CXXFLAGS@
167 CYGPATH_W
= @CYGPATH_W@
170 DSYMUTIL
= @DSYMUTIL@
177 EXTRA_TEST_LIBS
= @EXTRA_TEST_LIBS@
179 GC_CFLAGS
= @GC_CFLAGS@
182 INSTALL_DATA
= @INSTALL_DATA@
183 INSTALL_PROGRAM
= @INSTALL_PROGRAM@
184 INSTALL_SCRIPT
= @INSTALL_SCRIPT@
185 INSTALL_STRIP_PROGRAM
= @INSTALL_STRIP_PROGRAM@
193 LTLIBOBJS
= @LTLIBOBJS@
195 MAKEINFO
= @MAKEINFO@
199 O0_CFLAGS
= @O0_CFLAGS@
205 PACKAGE_BUGREPORT
= @PACKAGE_BUGREPORT@
206 PACKAGE_NAME
= @PACKAGE_NAME@
207 PACKAGE_STRING
= @PACKAGE_STRING@
208 PACKAGE_TARNAME
= @PACKAGE_TARNAME@
209 PACKAGE_URL
= @PACKAGE_URL@
210 PACKAGE_VERSION
= @PACKAGE_VERSION@
211 PATH_SEPARATOR
= @PATH_SEPARATOR@
214 SET_MAKE
= @SET_MAKE@
217 THREADLIBS
= @THREADLIBS@
219 abs_builddir
= @abs_builddir@
220 abs_srcdir
= @abs_srcdir@
221 abs_top_builddir
= @abs_top_builddir@
222 abs_top_srcdir
= @abs_top_srcdir@
223 ac_ct_CC
= @ac_ct_CC@
224 ac_ct_CXX
= @ac_ct_CXX@
225 ac_ct_DUMPBIN
= @ac_ct_DUMPBIN@
226 addincludes
= @addincludes@
229 addtests
= @addtests@
230 am__include
= @am__include@
231 am__leading_dot
= @am__leading_dot@
232 am__quote
= @am__quote@
234 am__untar
= @am__untar@
237 build_alias
= @build_alias@
238 build_cpu
= @build_cpu@
239 build_os
= @build_os@
240 build_vendor
= @build_vendor@
241 builddir
= @builddir@
243 datarootdir
= @datarootdir@
246 exec_prefix = @
exec_prefix@
247 extra_ldflags_libgc
= @extra_ldflags_libgc@
249 host_alias
= @host_alias@
250 host_cpu
= @host_cpu@
252 host_vendor
= @host_vendor@
254 includedir = @
includedir@
256 install_sh
= @install_sh@
258 libexecdir
= @libexecdir@
259 localedir
= @localedir@
260 localstatedir
= @localstatedir@
263 mkinstalldirs
= @mkinstalldirs@
264 multi_basedir
= @multi_basedir@
265 oldincludedir = @
oldincludedir@
268 program_transform_name
= @program_transform_name@
271 sharedstatedir
= @sharedstatedir@
273 sysconfdir
= @sysconfdir@
275 target_alias
= @target_alias@
276 target_all
= @target_all@
277 target_cpu
= @target_cpu@
278 target_noncanonical
= @target_noncanonical@
279 target_os
= @target_os@
280 target_vendor
= @target_vendor@
281 toolexecdir
= @toolexecdir@
282 toolexeclibdir
= @toolexeclibdir@
283 top_build_prefix
= @top_build_prefix@
284 top_builddir
= @top_builddir@
285 top_srcdir
= @top_srcdir@
286 AUTOMAKE_OPTIONS
= cygnus subdir-objects
287 ACLOCAL_AMFLAGS
= -I ..
-I ..
/config
289 noinst_LTLIBRARIES
= libgcjgc.la libgcjgc_convenience.la
290 @POWERPC_DARWIN_FALSE@asm_libgcjgc_sources
=
291 @POWERPC_DARWIN_TRUE@asm_libgcjgc_sources
= powerpc_darwin_mach_dep.s
292 libgcjgc_la_SOURCES
= allchblk.c alloc.c blacklst.c checksums.c dbg_mlc.c \
293 dyn_load.c finalize.c gc_dlopen.c gcj_mlc.c headers.c \
294 malloc.c mallocx.c mark.c mark_rts.c misc.c new_hblk.c \
295 obj_map.c os_dep.c pcr_interface.c ptr_chck.c real_malloc.c reclaim.c \
296 specific.c stubborn.c typd_mlc.c \
297 backgraph.c win32_threads.c \
298 pthread_support.c pthread_stop_world.c darwin_stop_world.c \
299 $(asm_libgcjgc_sources
)
301 libgcjgc_convenience_la_SOURCES
= $(libgcjgc_la_SOURCES
)
302 EXTRA_DIST
= alpha_mach_dep.S \
303 mips_sgi_mach_dep.s mips_ultrix_mach_dep.s powerpc_darwin_mach_dep.s \
304 rs6000_mach_dep.s sparc_mach_dep.S sparc_netbsd_mach_dep.s \
305 sparc_sunos4_mach_dep.s ia64_save_regs_in_stack.s
308 # Include THREADLIBS here to ensure that the correct versions of
309 # linuxthread semaphore functions get linked:
310 libgcjgc_la_LIBADD
= $(addobjs
) $(THREADLIBS
) $(UNWINDLIBS
)
311 libgcjgc_la_DEPENDENCIES
= $(addobjs
)
312 libgcjgc_la_LDFLAGS
= $(extra_ldflags_libgc
) -version-info
1:2:0 -rpath
$(toolexeclibdir
)
313 libgcjgc_la_LINK
= $(LINK
) $(libgcjgc_la_LDFLAGS
)
314 libgcjgc_convenience_la_LIBADD
= $(addobjs
)
315 libgcjgc_convenience_la_DEPENDENCIES
= $(addobjs
)
316 AM_CXXFLAGS
= $(GC_CFLAGS
)
317 AM_CFLAGS
= $(GC_CFLAGS
)
318 AM_LDFLAGS
= $(shell $(top_srcdir
)/..
/libtool-ldflags
$(LDFLAGS
))
319 test_ldadd
= libgcjgc.la
$(THREADLIBS
) $(UNWINDLIBS
) $(EXTRA_TEST_LIBS
)
320 gctest_SOURCES
= tests
/test.c
321 gctest_LDADD
= $(test_ldadd
)
322 gctest_LDFLAGS
= -shared-libgcc
323 gctest_LINK
= $(LINK
) $(gctest_LDFLAGS
)
324 TESTS_ENVIRONMENT
= LD_LIBRARY_PATH
=..
/..
/$(MULTIBUILDTOP
)gcc
325 leaktest_SOURCES
= tests
/leak_test.c
326 leaktest_LDADD
= $(test_ldadd
)
327 leaktest_LDFLAGS
= -shared-libgcc
328 leaktest_LINK
= $(LINK
) $(leaktest_LDFLAGS
)
329 middletest_SOURCES
= tests
/middle.c
330 middletest_LDADD
= $(test_ldadd
)
331 middletest_LDFLAGS
= -shared-libgcc
332 middletest_LINK
= $(LINK
) $(middletest_LDFLAGS
)
333 staticrootstest_SOURCES
= tests
/staticrootstest.c
334 staticrootstest_LDADD
= $(test_ldadd
) libstaticrootslib.la
335 staticrootstest_LDFLAGS
= -shared-libgcc
336 staticrootstest_LINK
= $(LINK
) $(staticrootstest_LDFLAGS
)
337 check_LTLIBRARIES
= libstaticrootslib.la
338 libstaticrootslib_la_SOURCES
= tests
/staticrootslib.c
339 libstaticrootslib_la_LIBADD
= libgcjgc_convenience.la
340 libstaticrootslib_la_LDFLAGS
= -version-info
1:2:0 -no-undefined \
341 -rpath
/nowhere
-shared-libgcc
343 libstaticrootslib_la_DEPENDENCIES
= libgcjgc_convenience.la
345 # Work around what appears to be a GNU make bug handling MAKEFLAGS
346 # values defined in terms of make variables, as is the case for CC and
347 # friends when we are called from the top level Makefile.
349 "AR_FLAGS=$(AR_FLAGS)" \
350 "CC_FOR_BUILD=$(CC_FOR_BUILD)" \
352 "CXXFLAGS=$(CXXFLAGS)" \
353 "CFLAGS_FOR_BUILD=$(CFLAGS_FOR_BUILD)" \
354 "CFLAGS_FOR_TARGET=$(CFLAGS_FOR_TARGET)" \
355 "INSTALL=$(INSTALL)" \
356 "INSTALL_DATA=$(INSTALL_DATA)" \
357 "INSTALL_PROGRAM=$(INSTALL_PROGRAM)" \
358 "INSTALL_SCRIPT=$(INSTALL_SCRIPT)" \
359 "LDFLAGS=$(LDFLAGS)" \
360 "LIBCFLAGS=$(LIBCFLAGS)" \
361 "LIBCFLAGS_FOR_TARGET=$(LIBCFLAGS_FOR_TARGET)" \
363 "MAKEINFO=$(MAKEINFO) $(MAKEINFOFLAGS)" \
364 "PICFLAG=$(PICFLAG)" \
365 "PICFLAG_FOR_TARGET=$(PICFLAG_FOR_TARGET)" \
368 "RUNTEST=$(RUNTEST)" \
369 "RUNTESTFLAGS=$(RUNTESTFLAGS)" \
370 "exec_prefix=$(exec_prefix)" \
371 "infodir=$(infodir)" \
374 "tooldir=$(tooldir)" \
380 "LIBCFLAGS=$(LIBCFLAGS)" \
382 "PICFLAG=$(PICFLAG)" \
386 CONFIG_STATUS_DEPENDENCIES
= $(srcdir)/configure.host
391 .SUFFIXES
: .S .c .lo .o .obj .s
394 $(srcdir)/Makefile.in
: @MAINTAINER_MODE_TRUE@
$(srcdir)/Makefile.am
$(am__configure_deps
)
396 case
'$(am__configure_deps)' in \
398 echo
' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
399 $(am__cd
) $(srcdir) && $(AUTOMAKE
) --foreign \
404 echo
' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
405 $(am__cd
) $(top_srcdir
) && \
406 $(AUTOMAKE
) --foreign Makefile
408 Makefile
: $(srcdir)/Makefile.in
$(top_builddir
)/config.status
411 echo
' $(SHELL) ./config.status'; \
412 $(SHELL
) .
/config.status
;; \
414 echo
' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
415 cd
$(top_builddir
) && $(SHELL
) .
/config.status
$@
$(am__depfiles_maybe
);; \
418 $(top_builddir
)/config.status
: $(top_srcdir
)/configure
$(CONFIG_STATUS_DEPENDENCIES
)
419 $(SHELL
) .
/config.status
--recheck
421 $(top_srcdir
)/configure
: @MAINTAINER_MODE_TRUE@
$(am__configure_deps
)
422 $(am__cd
) $(srcdir) && $(AUTOCONF
)
423 $(ACLOCAL_M4
): @MAINTAINER_MODE_TRUE@
$(am__aclocal_m4_deps
)
424 $(am__cd
) $(srcdir) && $(ACLOCAL
) $(ACLOCAL_AMFLAGS
)
425 $(am__aclocal_m4_deps
):
426 threads.mk
: $(top_builddir
)/config.status
$(srcdir)/threads.mk.in
427 cd
$(top_builddir
) && $(SHELL
) .
/config.status
$@
429 clean-checkLTLIBRARIES
:
430 -test -z
"$(check_LTLIBRARIES)" ||
rm -f
$(check_LTLIBRARIES
)
431 @list
='$(check_LTLIBRARIES)'; for p in
$$list; do \
432 dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
433 test "$$dir" != "$$p" ||
dir=.
; \
434 echo
"rm -f \"$${dir}/so_locations\""; \
435 rm -f
"$${dir}/so_locations"; \
438 clean-noinstLTLIBRARIES
:
439 -test -z
"$(noinst_LTLIBRARIES)" ||
rm -f
$(noinst_LTLIBRARIES
)
440 @list
='$(noinst_LTLIBRARIES)'; for p in
$$list; do \
441 dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
442 test "$$dir" != "$$p" ||
dir=.
; \
443 echo
"rm -f \"$${dir}/so_locations\""; \
444 rm -f
"$${dir}/so_locations"; \
446 libgcjgc.la
: $(libgcjgc_la_OBJECTS
) $(libgcjgc_la_DEPENDENCIES
)
447 $(libgcjgc_la_LINK
) $(libgcjgc_la_OBJECTS
) $(libgcjgc_la_LIBADD
) $(LIBS
)
448 libgcjgc_convenience.la
: $(libgcjgc_convenience_la_OBJECTS
) $(libgcjgc_convenience_la_DEPENDENCIES
)
449 $(LINK
) $(libgcjgc_convenience_la_OBJECTS
) $(libgcjgc_convenience_la_LIBADD
) $(LIBS
)
450 tests
/$(am__dirstamp
):
452 @
: > tests
/$(am__dirstamp
)
453 tests
/staticrootslib.lo
: tests
/$(am__dirstamp
)
454 libstaticrootslib.la
: $(libstaticrootslib_la_OBJECTS
) $(libstaticrootslib_la_DEPENDENCIES
)
455 $(libstaticrootslib_la_LINK
) $(libstaticrootslib_la_OBJECTS
) $(libstaticrootslib_la_LIBADD
) $(LIBS
)
458 @list
='$(check_PROGRAMS)'; test -n
"$$list" || exit
0; \
459 echo
" rm -f" $$list; \
460 rm -f
$$list || exit
$$?
; \
461 test -n
"$(EXEEXT)" || exit
0; \
462 list
=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
463 echo
" rm -f" $$list; \
465 tests
/test.
$(OBJEXT
): tests
/$(am__dirstamp
)
466 gctest
$(EXEEXT
): $(gctest_OBJECTS
) $(gctest_DEPENDENCIES
)
467 @
rm -f gctest
$(EXEEXT
)
468 $(gctest_LINK
) $(gctest_OBJECTS
) $(gctest_LDADD
) $(LIBS
)
469 tests
/leak_test.
$(OBJEXT
): tests
/$(am__dirstamp
)
470 leaktest
$(EXEEXT
): $(leaktest_OBJECTS
) $(leaktest_DEPENDENCIES
)
471 @
rm -f leaktest
$(EXEEXT
)
472 $(leaktest_LINK
) $(leaktest_OBJECTS
) $(leaktest_LDADD
) $(LIBS
)
473 tests
/middle.
$(OBJEXT
): tests
/$(am__dirstamp
)
474 middletest
$(EXEEXT
): $(middletest_OBJECTS
) $(middletest_DEPENDENCIES
)
475 @
rm -f middletest
$(EXEEXT
)
476 $(middletest_LINK
) $(middletest_OBJECTS
) $(middletest_LDADD
) $(LIBS
)
477 tests
/staticrootstest.
$(OBJEXT
): tests
/$(am__dirstamp
)
478 staticrootstest
$(EXEEXT
): $(staticrootstest_OBJECTS
) $(staticrootstest_DEPENDENCIES
)
479 @
rm -f staticrootstest
$(EXEEXT
)
480 $(staticrootstest_LINK
) $(staticrootstest_OBJECTS
) $(staticrootstest_LDADD
) $(LIBS
)
484 -rm -f tests
/leak_test.
$(OBJEXT
)
485 -rm -f tests
/middle.
$(OBJEXT
)
486 -rm -f tests
/staticrootslib.
$(OBJEXT
)
487 -rm -f tests
/staticrootslib.lo
488 -rm -f tests
/staticrootstest.
$(OBJEXT
)
489 -rm -f tests
/test.
$(OBJEXT
)
495 $(COMPILE
) -c
-o
$@
$<
498 $(COMPILE
) -c
-o
$@
`$(CYGPATH_W) '$<'`
501 $(LTCOMPILE
) -c
-o
$@
$<
504 $(CCASCOMPILE
) -c
-o
$@
$<
507 $(CCASCOMPILE
) -c
-o
$@
`$(CYGPATH_W) '$<'`
514 -rm -rf tests
/.libs tests
/_libs
517 -rm -f libtool config.lt
519 # GNU Make needs to see an explicit $(MAKE) variable in the command it
520 # runs to enable its job server during parallel builds. Hence the
523 $(MULTIDO
) $(AM_MAKEFLAGS
) DO
=all multi-do
# $(MAKE)
525 $(MULTIDO
) $(AM_MAKEFLAGS
) DO
=install multi-do
# $(MAKE)
528 $(MULTICLEAN
) $(AM_MAKEFLAGS
) DO
=mostlyclean multi-clean
# $(MAKE)
530 $(MULTICLEAN
) $(AM_MAKEFLAGS
) DO
=clean multi-clean
# $(MAKE)
532 $(MULTICLEAN
) $(AM_MAKEFLAGS
) DO
=distclean multi-clean
# $(MAKE)
533 maintainer-clean-multi
:
534 $(MULTICLEAN
) $(AM_MAKEFLAGS
) DO
=maintainer-clean multi-clean
# $(MAKE)
536 # This directory's subdirectories are mostly independent; you can cd
537 # into them and run `make' without going through this Makefile.
538 # To change the values of `make' variables: instead of editing Makefiles,
539 # (1) if the variable is set in `config.status', edit `config.status'
540 # (which will cause the Makefiles to be regenerated when you run `make');
541 # (2) otherwise, pass the desired values on the `make' command line.
542 $(RECURSIVE_TARGETS
):
543 @fail
= failcom
='exit 1'; \
544 for f in x
$$MAKEFLAGS; do \
547 *k
*) failcom
='fail=yes';; \
551 target
=`echo $@ | sed s/-recursive//`; \
552 list
='$(SUBDIRS)'; for subdir in
$$list; do \
553 echo
"Making $$target in $$subdir"; \
554 if
test "$$subdir" = "."; then \
556 local_target
="$$target-am"; \
558 local_target
="$$target"; \
560 ($(am__cd
) $$subdir && $(MAKE
) $(AM_MAKEFLAGS
) $$local_target) \
563 if
test "$$dot_seen" = "no"; then \
564 $(MAKE
) $(AM_MAKEFLAGS
) "$$target-am" || exit
1; \
567 $(RECURSIVE_CLEAN_TARGETS
):
568 @fail
= failcom
='exit 1'; \
569 for f in x
$$MAKEFLAGS; do \
572 *k
*) failcom
='fail=yes';; \
577 distclean-
* | maintainer-clean-
*) list
='$(DIST_SUBDIRS)' ;; \
578 *) list
='$(SUBDIRS)' ;; \
580 rev
=''; for subdir in
$$list; do \
581 if
test "$$subdir" = "."; then
:; else \
582 rev
="$$subdir $$rev"; \
586 target
=`echo $@ | sed s/-recursive//`; \
587 for subdir in
$$rev; do \
588 echo
"Making $$target in $$subdir"; \
589 if
test "$$subdir" = "."; then \
590 local_target
="$$target-am"; \
592 local_target
="$$target"; \
594 ($(am__cd
) $$subdir && $(MAKE
) $(AM_MAKEFLAGS
) $$local_target) \
596 done
&& test -z
"$$fail"
598 list
='$(SUBDIRS)'; for subdir in
$$list; do \
599 test "$$subdir" = . ||
($(am__cd
) $$subdir && $(MAKE
) $(AM_MAKEFLAGS
) tags); \
602 list
='$(SUBDIRS)'; for subdir in
$$list; do \
603 test "$$subdir" = . ||
($(am__cd
) $$subdir && $(MAKE
) $(AM_MAKEFLAGS
) ctags
); \
606 ID
: $(HEADERS
) $(SOURCES
) $(LISP
) $(TAGS_FILES
)
607 list
='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
608 unique
=`for i in $$list; do \
609 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
611 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
612 END { if (nonempty) { for (i in files) print i; }; }'`; \
616 TAGS
: tags-recursive
$(HEADERS
) $(SOURCES
) $(TAGS_DEPENDENCIES
) \
617 $(TAGS_FILES
) $(LISP
)
620 if
($(ETAGS
) --etags-include
--version
) >/dev
/null
2>&1; then \
621 include_option
=--etags-include
; \
624 include_option
=--include; \
627 list
='$(SUBDIRS)'; for subdir in
$$list; do \
628 if
test "$$subdir" = .
; then
:; else \
629 test ! -f
$$subdir/TAGS || \
630 set
"$$@" "$$include_option=$$here/$$subdir/TAGS"; \
633 list
='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
634 unique
=`for i in $$list; do \
635 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
637 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
638 END { if (nonempty) { for (i in files) print i; }; }'`; \
640 if
test -z
"$(ETAGS_ARGS)$$*$$unique"; then
:; else \
641 test -n
"$$unique" || unique
=$$empty_fix; \
642 if
test $$# -gt 0; then \
643 $(ETAGS
) $(ETAGSFLAGS
) $(AM_ETAGSFLAGS
) $(ETAGS_ARGS
) \
646 $(ETAGS
) $(ETAGSFLAGS
) $(AM_ETAGSFLAGS
) $(ETAGS_ARGS
) \
651 CTAGS
: ctags-recursive
$(HEADERS
) $(SOURCES
) $(TAGS_DEPENDENCIES
) \
652 $(TAGS_FILES
) $(LISP
)
653 list
='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
654 unique
=`for i in $$list; do \
655 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
657 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
658 END { if (nonempty) { for (i in files) print i; }; }'`; \
659 test -z
"$(CTAGS_ARGS)$$unique" \
660 ||
$(CTAGS
) $(CTAGSFLAGS
) $(AM_CTAGSFLAGS
) $(CTAGS_ARGS
) \
664 here
=`$(am__cd) $(top_builddir) && pwd` \
665 && $(am__cd
) $(top_srcdir
) \
666 && gtags
-i
$(GTAGS_ARGS
) "$$here"
669 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
tags
671 check-TESTS
: $(TESTS
)
672 @failed
=0; all=0; xfail
=0; xpass
=0; skip
=0; \
673 srcdir=$(srcdir); export srcdir; \
676 if
test -n
"$$list"; then \
677 for tst in
$$list; do \
678 if
test -f .
/$$tst; then
dir=.
/; \
679 elif
test -f
$$tst; then
dir=; \
680 else dir="$(srcdir)/"; fi
; \
681 if
$(TESTS_ENVIRONMENT
) $${dir}$$tst; then \
682 all=`expr $$all + 1`; \
683 case
" $(XFAIL_TESTS) " in \
684 *[\ \
]$$tst[\ \
]*) \
685 xpass
=`expr $$xpass + 1`; \
686 failed
=`expr $$failed + 1`; \
687 col
=$$red; res
=XPASS
; \
690 col
=$$grn; res
=PASS
; \
693 elif
test $$?
-ne
77; then \
694 all=`expr $$all + 1`; \
695 case
" $(XFAIL_TESTS) " in \
696 *[\ \
]$$tst[\ \
]*) \
697 xfail
=`expr $$xfail + 1`; \
698 col
=$$lgn; res
=XFAIL
; \
701 failed
=`expr $$failed + 1`; \
702 col
=$$red; res
=FAIL
; \
706 skip
=`expr $$skip + 1`; \
707 col
=$$blu; res
=SKIP
; \
709 echo
"$${col}$$res$${std}: $$tst"; \
711 if
test "$$all" -eq
1; then \
718 if
test "$$failed" -eq
0; then \
719 if
test "$$xfail" -eq
0; then \
720 banner
="$$All$$all $$tests passed"; \
722 if
test "$$xfail" -eq
1; then failures
=failure
; else failures
=failures
; fi
; \
723 banner
="$$All$$all $$tests behaved as expected ($$xfail expected $$failures)"; \
726 if
test "$$xpass" -eq
0; then \
727 banner
="$$failed of $$all $$tests failed"; \
729 if
test "$$xpass" -eq
1; then passes
=pass
; else passes
=passes
; fi
; \
730 banner
="$$failed of $$all $$tests did not behave as expected ($$xpass unexpected $$passes)"; \
735 if
test "$$skip" -ne
0; then \
736 if
test "$$skip" -eq
1; then \
737 skipped
="($$skip test was not run)"; \
739 skipped
="($$skip tests were not run)"; \
741 test `echo "$$skipped" | wc -c` -le
`echo "$$banner" | wc -c` || \
742 dashes
="$$skipped"; \
745 if
test "$$failed" -ne
0 && test -n
"$(PACKAGE_BUGREPORT)"; then \
746 report
="Please report to $(PACKAGE_BUGREPORT)"; \
747 test `echo "$$report" | wc -c` -le
`echo "$$banner" | wc -c` || \
750 dashes
=`echo "$$dashes" | sed s/./=/g`; \
751 if
test "$$failed" -eq
0; then \
752 echo
"$$grn$$dashes"; \
754 echo
"$$red$$dashes"; \
757 test -z
"$$skipped" || echo
"$$skipped"; \
758 test -z
"$$report" || echo
"$$report"; \
759 echo
"$$dashes$$std"; \
760 test "$$failed" -eq
0; \
762 check-am
: $(check_LTLIBRARIES
) $(check_PROGRAMS
)
763 $(MAKE
) $(AM_MAKEFLAGS
) check-TESTS
764 check: check-recursive
765 all-am
: Makefile
$(LTLIBRARIES
) all-multi
766 installdirs: installdirs-recursive
768 install: install-recursive
769 install-exec
: install-exec-recursive
770 install-data
: install-data-recursive
771 uninstall: uninstall-recursive
774 @
$(MAKE
) $(AM_MAKEFLAGS
) install-exec-am install-data-am
776 installcheck: installcheck-recursive
778 $(MAKE
) $(AM_MAKEFLAGS
) INSTALL_PROGRAM
="$(INSTALL_STRIP_PROGRAM)" \
779 install_sh_PROGRAM
="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG
=-s \
780 `test -z '$(STRIP)' || \
781 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
787 -test -z
"$(CONFIG_CLEAN_FILES)" ||
rm -f
$(CONFIG_CLEAN_FILES
)
788 -test .
= "$(srcdir)" ||
test -z
"$(CONFIG_CLEAN_VPATH_FILES)" ||
rm -f
$(CONFIG_CLEAN_VPATH_FILES
)
789 -rm -f tests
/$(am__dirstamp
)
791 maintainer-clean-generic
:
792 @echo
"This command is intended for maintainers to use"
793 @echo
"it deletes files that may require special tools to rebuild."
794 clean: clean-multi clean-recursive
796 clean-am
: clean-checkLTLIBRARIES clean-checkPROGRAMS clean-generic \
797 clean-libtool clean-noinstLTLIBRARIES mostlyclean-am
799 distclean: distclean-multi distclean-recursive
800 -rm -f
$(am__CONFIG_DISTCLEAN_FILES
)
802 distclean-am
: clean-am distclean-compile distclean-generic \
803 distclean-libtool distclean-tags
819 install-dvi
: install-dvi-recursive
823 install-exec-am
: install-multi
825 install-html
: install-html-recursive
829 install-info
: install-info-recursive
835 install-pdf
: install-pdf-recursive
839 install-ps
: install-ps-recursive
845 maintainer-clean
: maintainer-clean-multi maintainer-clean-recursive
846 -rm -f
$(am__CONFIG_DISTCLEAN_FILES
)
847 -rm -rf
$(top_srcdir
)/autom4te.cache
849 maintainer-clean-am
: distclean-am maintainer-clean-generic
851 mostlyclean: mostlyclean-multi mostlyclean-recursive
853 mostlyclean-am
: mostlyclean-compile mostlyclean-generic \
866 .MAKE
: $(RECURSIVE_CLEAN_TARGETS
) $(RECURSIVE_TARGETS
) all-multi \
867 check-am clean-multi ctags-recursive distclean-multi \
868 install-am install-multi install-strip maintainer-clean-multi \
869 mostlyclean-multi tags-recursive
871 .PHONY
: $(RECURSIVE_CLEAN_TARGETS
) $(RECURSIVE_TARGETS
) CTAGS GTAGS \
872 all all-am all-multi am--refresh
check check-TESTS check-am \
873 clean clean-checkLTLIBRARIES clean-checkPROGRAMS clean-generic \
874 clean-libtool clean-multi clean-noinstLTLIBRARIES ctags \
875 ctags-recursive
distclean distclean-compile distclean-generic \
876 distclean-libtool distclean-multi distclean-tags
dvi dvi-am \
877 html html-am
info info-am
install install-am install-data \
878 install-data-am install-dvi install-dvi-am install-exec \
879 install-exec-am install-html install-html-am install-info \
880 install-info-am install-man install-multi install-pdf \
881 install-pdf-am install-ps install-ps-am install-strip \
882 installcheck installcheck-am
installdirs installdirs-am \
883 maintainer-clean maintainer-clean-generic \
884 maintainer-clean-multi
mostlyclean mostlyclean-compile \
885 mostlyclean-generic mostlyclean-libtool mostlyclean-multi pdf \
886 pdf-am ps ps-am
tags tags-recursive
uninstall uninstall-am
888 override CFLAGS
:= $(filter-out $(O0_CFLAGS
), $(CFLAGS
)) $(O0_CFLAGS
)
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.