OSDN Git Service

* tests/leak_test.c (main): Declare as int. Return 0.
[pf3gnuchains/gcc-fork.git] / boehm-gc / Makefile.in
1 # Makefile.in generated by automake 1.11.1 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  Free Software Foundation,
6 # 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
18 VPATH = @srcdir@
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)
29 NORMAL_INSTALL = :
30 PRE_INSTALL = :
31 POST_INSTALL = :
32 NORMAL_UNINSTALL = :
33 PRE_UNINSTALL = :
34 POST_UNINSTALL = :
35 build_triplet = @build@
36 host_triplet = @host@
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)
42 subdir = .
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) \
57         $(ACLOCAL_M4)
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)
65 am__DEPENDENCIES_1 =
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) \
94         $(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) \
105         libstaticrootslib.la
106 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/include
107 depcomp =
108 am__depfiles_maybe =
109 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
110         $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
111 CCLD = $(CC)
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)
119 MULTISRCTOP = 
120 MULTIBUILDTOP = 
121 MULTIDIRS = 
122 MULTISUBDIR = 
123 MULTIDO = true
124 MULTICLEAN = true
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
136 ETAGS = etags
137 CTAGS = ctags
138 am__tty_colors = \
139 red=; grn=; lgn=; blu=; std=
140 DIST_SUBDIRS = $(SUBDIRS)
141 ACLOCAL = @ACLOCAL@
142 AMTAR = @AMTAR@
143 AM_CPPFLAGS = @AM_CPPFLAGS@
144 AR = @AR@
145 AS = @AS@
146 AUTOCONF = @AUTOCONF@
147 AUTOHEADER = @AUTOHEADER@
148 AUTOMAKE = @AUTOMAKE@
149 AWK = @AWK@
150 CC = @CC@
151 CCAS = @CCAS@
152 CCASFLAGS = @CCASFLAGS@
153 CCDEPMODE = @CCDEPMODE@
154 CFLAGS = @CFLAGS@
155 CPP = @CPP@
156 CPPFLAGS = @CPPFLAGS@
157 CXX = @CXX@
158 CXXCPP = @CXXCPP@
159 CXXDEPMODE = @CXXDEPMODE@
160 CXXFLAGS = @CXXFLAGS@
161 CYGPATH_W = @CYGPATH_W@
162 DEFS = @DEFS@
163 DEPDIR = @DEPDIR@
164 DSYMUTIL = @DSYMUTIL@
165 DUMPBIN = @DUMPBIN@
166 ECHO_C = @ECHO_C@
167 ECHO_N = @ECHO_N@
168 ECHO_T = @ECHO_T@
169 EGREP = @EGREP@
170 EXEEXT = @EXEEXT@
171 EXTRA_TEST_LIBS = @EXTRA_TEST_LIBS@
172 FGREP = @FGREP@
173 GC_CFLAGS = @GC_CFLAGS@
174 GREP = @GREP@
175 INSTALL = @INSTALL@
176 INSTALL_DATA = @INSTALL_DATA@
177 INSTALL_PROGRAM = @INSTALL_PROGRAM@
178 INSTALL_SCRIPT = @INSTALL_SCRIPT@
179 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
180 LD = @LD@
181 LDFLAGS = @LDFLAGS@
182 LIBOBJS = @LIBOBJS@
183 LIBS = @LIBS@
184 LIBTOOL = @LIBTOOL@
185 LIPO = @LIPO@
186 LN_S = @LN_S@
187 LTLIBOBJS = @LTLIBOBJS@
188 MAINT = @MAINT@
189 MAKEINFO = @MAKEINFO@
190 MKDIR_P = @MKDIR_P@
191 MY_CFLAGS = @MY_CFLAGS@
192 NM = @NM@
193 NMEDIT = @NMEDIT@
194 OBJDUMP = @OBJDUMP@
195 OBJEXT = @OBJEXT@
196 OTOOL = @OTOOL@
197 OTOOL64 = @OTOOL64@
198 PACKAGE = @PACKAGE@
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@
206 RANLIB = @RANLIB@
207 SED = @SED@
208 SET_MAKE = @SET_MAKE@
209 SHELL = @SHELL@
210 STRIP = @STRIP@
211 THREADLIBS = @THREADLIBS@
212 VERSION = @VERSION@
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@
221 addlibs = @addlibs@
222 addobjs = @addobjs@
223 addtests = @addtests@
224 am__include = @am__include@
225 am__leading_dot = @am__leading_dot@
226 am__quote = @am__quote@
227 am__tar = @am__tar@
228 am__untar = @am__untar@
229 bindir = @bindir@
230 build = @build@
231 build_alias = @build_alias@
232 build_cpu = @build_cpu@
233 build_os = @build_os@
234 build_vendor = @build_vendor@
235 builddir = @builddir@
236 datadir = @datadir@
237 datarootdir = @datarootdir@
238 docdir = @docdir@
239 dvidir = @dvidir@
240 exec_prefix = @exec_prefix@
241 extra_ldflags_libgc = @extra_ldflags_libgc@
242 host = @host@
243 host_alias = @host_alias@
244 host_cpu = @host_cpu@
245 host_os = @host_os@
246 host_vendor = @host_vendor@
247 htmldir = @htmldir@
248 includedir = @includedir@
249 infodir = @infodir@
250 install_sh = @install_sh@
251 libdir = @libdir@
252 libexecdir = @libexecdir@
253 localedir = @localedir@
254 localstatedir = @localstatedir@
255 mandir = @mandir@
256 mkdir_p = @mkdir_p@
257 mkinstalldirs = @mkinstalldirs@
258 multi_basedir = @multi_basedir@
259 oldincludedir = @oldincludedir@
260 pdfdir = @pdfdir@
261 prefix = @prefix@
262 program_transform_name = @program_transform_name@
263 psdir = @psdir@
264 sbindir = @sbindir@
265 sharedstatedir = @sharedstatedir@
266 srcdir = @srcdir@
267 sysconfdir = @sysconfdir@
268 target = @target@
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
282 SUBDIRS = include
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)
294
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
300
301
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
335
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) 
340
341 LTLDFLAGS = $(shell $(top_srcdir)/../libtool-ldflags $(LDFLAGS))
342 LINK = $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link \
343         $(CC) $(AM_CFLAGS) $(MY_CFLAGS) $(LTLDFLAGS) -o $@
344
345
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.
349 AM_MAKEFLAGS = \
350         "AR_FLAGS=$(AR_FLAGS)" \
351         "CC_FOR_BUILD=$(CC_FOR_BUILD)" \
352         "CFLAGS=$(CFLAGS)" \
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)" \
363         "MAKE=$(MAKE)" \
364         "MAKEINFO=$(MAKEINFO) $(MAKEINFOFLAGS)" \
365         "PICFLAG=$(PICFLAG)" \
366         "PICFLAG_FOR_TARGET=$(PICFLAG_FOR_TARGET)" \
367         "SHELL=$(SHELL)" \
368         "EXPECT=$(EXPECT)" \
369         "RUNTEST=$(RUNTEST)" \
370         "RUNTESTFLAGS=$(RUNTESTFLAGS)" \
371         "exec_prefix=$(exec_prefix)" \
372         "infodir=$(infodir)" \
373         "libdir=$(libdir)" \
374         "prefix=$(prefix)" \
375         "tooldir=$(tooldir)" \
376         "AR=$(AR)" \
377         "AS=$(AS)" \
378         "CC=$(CC)" \
379         "CXX=$(CXX)" \
380         "LD=$(LD)" \
381         "LIBCFLAGS=$(LIBCFLAGS)" \
382         "NM=$(NM)" \
383         "PICFLAG=$(PICFLAG)" \
384         "RANLIB=$(RANLIB)" \
385         "DESTDIR=$(DESTDIR)"
386
387 CONFIG_STATUS_DEPENDENCIES = $(srcdir)/configure.host
388 MAKEOVERRIDES = 
389 all: all-recursive
390
391 .SUFFIXES:
392 .SUFFIXES: .S .c .lo .o .obj .s
393 am--refresh:
394         @:
395 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
396         @for dep in $?; do \
397           case '$(am__configure_deps)' in \
398             *$$dep*) \
399               echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
400               $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
401                 && exit 0; \
402               exit 1;; \
403           esac; \
404         done; \
405         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
406         $(am__cd) $(top_srcdir) && \
407           $(AUTOMAKE) --foreign Makefile
408 .PRECIOUS: Makefile
409 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
410         @case '$?' in \
411           *config.status*) \
412             echo ' $(SHELL) ./config.status'; \
413             $(SHELL) ./config.status;; \
414           *) \
415             echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
416             cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
417         esac;
418
419 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
420         $(SHELL) ./config.status --recheck
421
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 $@
429
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"; \
437         done
438
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"; \
446         done
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):
452         @$(MKDIR_P) tests
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)
457
458 clean-checkPROGRAMS:
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; \
465         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)
482
483 mostlyclean-compile:
484         -rm -f *.$(OBJEXT)
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)
491
492 distclean-compile:
493         -rm -f *.tab.c
494
495 .c.o:
496         $(COMPILE) -c -o $@ $<
497
498 .c.obj:
499         $(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
500
501 .c.lo:
502         $(LTCOMPILE) -c -o $@ $<
503
504 .s.o:
505         $(CCASCOMPILE) -c -o $@ $<
506
507 .s.obj:
508         $(CCASCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
509
510 mostlyclean-libtool:
511         -rm -f *.lo
512
513 clean-libtool:
514         -rm -rf .libs _libs
515         -rm -rf tests/.libs tests/_libs
516
517 distclean-libtool:
518         -rm -f libtool config.lt
519
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
522 # comments below.
523 all-multi:
524         $(MULTIDO) $(AM_MAKEFLAGS) DO=all multi-do # $(MAKE)
525 install-multi:
526         $(MULTIDO) $(AM_MAKEFLAGS) DO=install multi-do # $(MAKE)
527
528 mostlyclean-multi:
529         $(MULTICLEAN) $(AM_MAKEFLAGS) DO=mostlyclean multi-clean # $(MAKE)
530 clean-multi:
531         $(MULTICLEAN) $(AM_MAKEFLAGS) DO=clean multi-clean # $(MAKE)
532 distclean-multi:
533         $(MULTICLEAN) $(AM_MAKEFLAGS) DO=distclean multi-clean # $(MAKE)
534 maintainer-clean-multi:
535         $(MULTICLEAN) $(AM_MAKEFLAGS) DO=maintainer-clean multi-clean # $(MAKE)
536
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 \
546           case $$f in \
547             *=* | --[!k]*);; \
548             *k*) failcom='fail=yes';; \
549           esac; \
550         done; \
551         dot_seen=no; \
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 \
556             dot_seen=yes; \
557             local_target="$$target-am"; \
558           else \
559             local_target="$$target"; \
560           fi; \
561           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
562           || eval $$failcom; \
563         done; \
564         if test "$$dot_seen" = "no"; then \
565           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
566         fi; test -z "$$fail"
567
568 $(RECURSIVE_CLEAN_TARGETS):
569         @fail= failcom='exit 1'; \
570         for f in x $$MAKEFLAGS; do \
571           case $$f in \
572             *=* | --[!k]*);; \
573             *k*) failcom='fail=yes';; \
574           esac; \
575         done; \
576         dot_seen=no; \
577         case "$@" in \
578           distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
579           *) list='$(SUBDIRS)' ;; \
580         esac; \
581         rev=''; for subdir in $$list; do \
582           if test "$$subdir" = "."; then :; else \
583             rev="$$subdir $$rev"; \
584           fi; \
585         done; \
586         rev="$$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"; \
592           else \
593             local_target="$$target"; \
594           fi; \
595           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
596           || eval $$failcom; \
597         done && test -z "$$fail"
598 tags-recursive:
599         list='$(SUBDIRS)'; for subdir in $$list; do \
600           test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
601         done
602 ctags-recursive:
603         list='$(SUBDIRS)'; for subdir in $$list; do \
604           test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
605         done
606
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; \
611           done | \
612           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
613               END { if (nonempty) { for (i in files) print i; }; }'`; \
614         mkid -fID $$unique
615 tags: TAGS
616
617 TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
618                 $(TAGS_FILES) $(LISP)
619         set x; \
620         here=`pwd`; \
621         if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
622           include_option=--etags-include; \
623           empty_fix=.; \
624         else \
625           include_option=--include; \
626           empty_fix=; \
627         fi; \
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"; \
632           fi; \
633         done; \
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; \
637           done | \
638           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
639               END { if (nonempty) { for (i in files) print i; }; }'`; \
640         shift; \
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) \
645               "$$@" $$unique; \
646           else \
647             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
648               $$unique; \
649           fi; \
650         fi
651 ctags: CTAGS
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; \
657           done | \
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) \
662              $$unique
663
664 GTAGS:
665         here=`$(am__cd) $(top_builddir) && pwd` \
666           && $(am__cd) $(top_srcdir) \
667           && gtags -i $(GTAGS_ARGS) "$$here"
668
669 distclean-tags:
670         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
671
672 check-TESTS: $(TESTS)
673         @failed=0; all=0; xfail=0; xpass=0; skip=0; \
674         srcdir=$(srcdir); export srcdir; \
675         list=' $(TESTS) '; \
676         $(am__tty_colors); \
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; \
689               ;; \
690               *) \
691                 col=$$grn; res=PASS; \
692               ;; \
693               esac; \
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; \
700               ;; \
701               *) \
702                 failed=`expr $$failed + 1`; \
703                 col=$$red; res=FAIL; \
704               ;; \
705               esac; \
706             else \
707               skip=`expr $$skip + 1`; \
708               col=$$blu; res=SKIP; \
709             fi; \
710             echo "$${col}$$res$${std}: $$tst"; \
711           done; \
712           if test "$$all" -eq 1; then \
713             tests="test"; \
714             All=""; \
715           else \
716             tests="tests"; \
717             All="All "; \
718           fi; \
719           if test "$$failed" -eq 0; then \
720             if test "$$xfail" -eq 0; then \
721               banner="$$All$$all $$tests passed"; \
722             else \
723               if test "$$xfail" -eq 1; then failures=failure; else failures=failures; fi; \
724               banner="$$All$$all $$tests behaved as expected ($$xfail expected $$failures)"; \
725             fi; \
726           else \
727             if test "$$xpass" -eq 0; then \
728               banner="$$failed of $$all $$tests failed"; \
729             else \
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)"; \
732             fi; \
733           fi; \
734           dashes="$$banner"; \
735           skipped=""; \
736           if test "$$skip" -ne 0; then \
737             if test "$$skip" -eq 1; then \
738               skipped="($$skip test was not run)"; \
739             else \
740               skipped="($$skip tests were not run)"; \
741             fi; \
742             test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \
743               dashes="$$skipped"; \
744           fi; \
745           report=""; \
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` || \
749               dashes="$$report"; \
750           fi; \
751           dashes=`echo "$$dashes" | sed s/./=/g`; \
752           if test "$$failed" -eq 0; then \
753             echo "$$grn$$dashes"; \
754           else \
755             echo "$$red$$dashes"; \
756           fi; \
757           echo "$$banner"; \
758           test -z "$$skipped" || echo "$$skipped"; \
759           test -z "$$report" || echo "$$report"; \
760           echo "$$dashes$$std"; \
761           test "$$failed" -eq 0; \
762         else :; fi
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
768 installdirs-am:
769 install: install-recursive
770 install-exec: install-exec-recursive
771 install-data: install-data-recursive
772 uninstall: uninstall-recursive
773
774 install-am: all-am
775         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
776
777 installcheck: installcheck-recursive
778 install-strip:
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
783 mostlyclean-generic:
784
785 clean-generic:
786
787 distclean-generic:
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)
791
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
796
797 clean-am: clean-checkLTLIBRARIES clean-checkPROGRAMS clean-generic \
798         clean-libtool clean-noinstLTLIBRARIES mostlyclean-am
799
800 distclean: distclean-multi distclean-recursive
801         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
802         -rm -f Makefile
803 distclean-am: clean-am distclean-compile distclean-generic \
804         distclean-libtool distclean-tags
805
806 dvi: dvi-recursive
807
808 dvi-am:
809
810 html: html-recursive
811
812 html-am:
813
814 info: info-recursive
815
816 info-am:
817
818 install-data-am:
819
820 install-dvi: install-dvi-recursive
821
822 install-dvi-am:
823
824 install-exec-am: install-multi
825
826 install-html: install-html-recursive
827
828 install-html-am:
829
830 install-info: install-info-recursive
831
832 install-info-am:
833
834 install-man:
835
836 install-pdf: install-pdf-recursive
837
838 install-pdf-am:
839
840 install-ps: install-ps-recursive
841
842 install-ps-am:
843
844 installcheck-am:
845
846 maintainer-clean: maintainer-clean-multi maintainer-clean-recursive
847         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
848         -rm -rf $(top_srcdir)/autom4te.cache
849         -rm -f Makefile
850 maintainer-clean-am: distclean-am maintainer-clean-generic
851
852 mostlyclean: mostlyclean-multi mostlyclean-recursive
853
854 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
855         mostlyclean-libtool
856
857 pdf: pdf-recursive
858
859 pdf-am:
860
861 ps: ps-recursive
862
863 ps-am:
864
865 uninstall-am:
866
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
871
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
888
889
890 .s.lo:
891         $(LTCOMPILE) -Wp,-P -x assembler-with-cpp -c $<
892 .S.lo:
893         $(LTCOMPILE) -Wp,-P -x assembler-with-cpp -c $<
894
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.
897 .NOEXPORT: