OSDN Git Service

PR c++/46807
[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 LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
112         --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
113         $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
114 CCLD = $(CC)
115 LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
116         --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
117         $(LDFLAGS) -o $@
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)
125 MULTISRCTOP = 
126 MULTIBUILDTOP = 
127 MULTIDIRS = 
128 MULTISUBDIR = 
129 MULTIDO = true
130 MULTICLEAN = true
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
142 ETAGS = etags
143 CTAGS = ctags
144 am__tty_colors = \
145 red=; grn=; lgn=; blu=; std=
146 DIST_SUBDIRS = $(SUBDIRS)
147 ACLOCAL = @ACLOCAL@
148 AMTAR = @AMTAR@
149 AM_CPPFLAGS = @AM_CPPFLAGS@
150 AR = @AR@
151 AS = @AS@
152 AUTOCONF = @AUTOCONF@
153 AUTOHEADER = @AUTOHEADER@
154 AUTOMAKE = @AUTOMAKE@
155 AWK = @AWK@
156 CC = @CC@
157 CCAS = @CCAS@
158 CCASFLAGS = @CCASFLAGS@
159 CCDEPMODE = @CCDEPMODE@
160 CFLAGS = @CFLAGS@
161 CPP = @CPP@
162 CPPFLAGS = @CPPFLAGS@
163 CXX = @CXX@
164 CXXCPP = @CXXCPP@
165 CXXDEPMODE = @CXXDEPMODE@
166 CXXFLAGS = @CXXFLAGS@
167 CYGPATH_W = @CYGPATH_W@
168 DEFS = @DEFS@
169 DEPDIR = @DEPDIR@
170 DSYMUTIL = @DSYMUTIL@
171 DUMPBIN = @DUMPBIN@
172 ECHO_C = @ECHO_C@
173 ECHO_N = @ECHO_N@
174 ECHO_T = @ECHO_T@
175 EGREP = @EGREP@
176 EXEEXT = @EXEEXT@
177 EXTRA_TEST_LIBS = @EXTRA_TEST_LIBS@
178 FGREP = @FGREP@
179 GC_CFLAGS = @GC_CFLAGS@
180 GREP = @GREP@
181 INSTALL = @INSTALL@
182 INSTALL_DATA = @INSTALL_DATA@
183 INSTALL_PROGRAM = @INSTALL_PROGRAM@
184 INSTALL_SCRIPT = @INSTALL_SCRIPT@
185 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
186 LD = @LD@
187 LDFLAGS = @LDFLAGS@
188 LIBOBJS = @LIBOBJS@
189 LIBS = @LIBS@
190 LIBTOOL = @LIBTOOL@
191 LIPO = @LIPO@
192 LN_S = @LN_S@
193 LTLIBOBJS = @LTLIBOBJS@
194 MAINT = @MAINT@
195 MAKEINFO = @MAKEINFO@
196 MKDIR_P = @MKDIR_P@
197 NM = @NM@
198 NMEDIT = @NMEDIT@
199 O0_CFLAGS = @O0_CFLAGS@
200 OBJDUMP = @OBJDUMP@
201 OBJEXT = @OBJEXT@
202 OTOOL = @OTOOL@
203 OTOOL64 = @OTOOL64@
204 PACKAGE = @PACKAGE@
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@
212 RANLIB = @RANLIB@
213 SED = @SED@
214 SET_MAKE = @SET_MAKE@
215 SHELL = @SHELL@
216 STRIP = @STRIP@
217 THREADLIBS = @THREADLIBS@
218 VERSION = @VERSION@
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@
227 addlibs = @addlibs@
228 addobjs = @addobjs@
229 addtests = @addtests@
230 am__include = @am__include@
231 am__leading_dot = @am__leading_dot@
232 am__quote = @am__quote@
233 am__tar = @am__tar@
234 am__untar = @am__untar@
235 bindir = @bindir@
236 build = @build@
237 build_alias = @build_alias@
238 build_cpu = @build_cpu@
239 build_os = @build_os@
240 build_vendor = @build_vendor@
241 builddir = @builddir@
242 datadir = @datadir@
243 datarootdir = @datarootdir@
244 docdir = @docdir@
245 dvidir = @dvidir@
246 exec_prefix = @exec_prefix@
247 extra_ldflags_libgc = @extra_ldflags_libgc@
248 host = @host@
249 host_alias = @host_alias@
250 host_cpu = @host_cpu@
251 host_os = @host_os@
252 host_vendor = @host_vendor@
253 htmldir = @htmldir@
254 includedir = @includedir@
255 infodir = @infodir@
256 install_sh = @install_sh@
257 libdir = @libdir@
258 libexecdir = @libexecdir@
259 localedir = @localedir@
260 localstatedir = @localstatedir@
261 mandir = @mandir@
262 mkdir_p = @mkdir_p@
263 mkinstalldirs = @mkinstalldirs@
264 multi_basedir = @multi_basedir@
265 oldincludedir = @oldincludedir@
266 pdfdir = @pdfdir@
267 prefix = @prefix@
268 program_transform_name = @program_transform_name@
269 psdir = @psdir@
270 sbindir = @sbindir@
271 sharedstatedir = @sharedstatedir@
272 srcdir = @srcdir@
273 sysconfdir = @sysconfdir@
274 target = @target@
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
288 SUBDIRS = include
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)
300
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
306
307
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
342
343 libstaticrootslib_la_DEPENDENCIES = libgcjgc_convenience.la
344
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.
348 AM_MAKEFLAGS = \
349         "AR_FLAGS=$(AR_FLAGS)" \
350         "CC_FOR_BUILD=$(CC_FOR_BUILD)" \
351         "CFLAGS=$(CFLAGS)" \
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)" \
362         "MAKE=$(MAKE)" \
363         "MAKEINFO=$(MAKEINFO) $(MAKEINFOFLAGS)" \
364         "PICFLAG=$(PICFLAG)" \
365         "PICFLAG_FOR_TARGET=$(PICFLAG_FOR_TARGET)" \
366         "SHELL=$(SHELL)" \
367         "EXPECT=$(EXPECT)" \
368         "RUNTEST=$(RUNTEST)" \
369         "RUNTESTFLAGS=$(RUNTESTFLAGS)" \
370         "exec_prefix=$(exec_prefix)" \
371         "infodir=$(infodir)" \
372         "libdir=$(libdir)" \
373         "prefix=$(prefix)" \
374         "tooldir=$(tooldir)" \
375         "AR=$(AR)" \
376         "AS=$(AS)" \
377         "CC=$(CC)" \
378         "CXX=$(CXX)" \
379         "LD=$(LD)" \
380         "LIBCFLAGS=$(LIBCFLAGS)" \
381         "NM=$(NM)" \
382         "PICFLAG=$(PICFLAG)" \
383         "RANLIB=$(RANLIB)" \
384         "DESTDIR=$(DESTDIR)"
385
386 CONFIG_STATUS_DEPENDENCIES = $(srcdir)/configure.host
387 MAKEOVERRIDES = 
388 all: all-recursive
389
390 .SUFFIXES:
391 .SUFFIXES: .S .c .lo .o .obj .s
392 am--refresh:
393         @:
394 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
395         @for dep in $?; do \
396           case '$(am__configure_deps)' in \
397             *$$dep*) \
398               echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
399               $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
400                 && exit 0; \
401               exit 1;; \
402           esac; \
403         done; \
404         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
405         $(am__cd) $(top_srcdir) && \
406           $(AUTOMAKE) --foreign Makefile
407 .PRECIOUS: Makefile
408 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
409         @case '$?' in \
410           *config.status*) \
411             echo ' $(SHELL) ./config.status'; \
412             $(SHELL) ./config.status;; \
413           *) \
414             echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
415             cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
416         esac;
417
418 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
419         $(SHELL) ./config.status --recheck
420
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 $@
428
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"; \
436         done
437
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"; \
445         done
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):
451         @$(MKDIR_P) tests
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)
456
457 clean-checkPROGRAMS:
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; \
464         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)
481
482 mostlyclean-compile:
483         -rm -f *.$(OBJEXT)
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)
490
491 distclean-compile:
492         -rm -f *.tab.c
493
494 .c.o:
495         $(COMPILE) -c -o $@ $<
496
497 .c.obj:
498         $(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
499
500 .c.lo:
501         $(LTCOMPILE) -c -o $@ $<
502
503 .s.o:
504         $(CCASCOMPILE) -c -o $@ $<
505
506 .s.obj:
507         $(CCASCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
508
509 mostlyclean-libtool:
510         -rm -f *.lo
511
512 clean-libtool:
513         -rm -rf .libs _libs
514         -rm -rf tests/.libs tests/_libs
515
516 distclean-libtool:
517         -rm -f libtool config.lt
518
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
521 # comments below.
522 all-multi:
523         $(MULTIDO) $(AM_MAKEFLAGS) DO=all multi-do # $(MAKE)
524 install-multi:
525         $(MULTIDO) $(AM_MAKEFLAGS) DO=install multi-do # $(MAKE)
526
527 mostlyclean-multi:
528         $(MULTICLEAN) $(AM_MAKEFLAGS) DO=mostlyclean multi-clean # $(MAKE)
529 clean-multi:
530         $(MULTICLEAN) $(AM_MAKEFLAGS) DO=clean multi-clean # $(MAKE)
531 distclean-multi:
532         $(MULTICLEAN) $(AM_MAKEFLAGS) DO=distclean multi-clean # $(MAKE)
533 maintainer-clean-multi:
534         $(MULTICLEAN) $(AM_MAKEFLAGS) DO=maintainer-clean multi-clean # $(MAKE)
535
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 \
545           case $$f in \
546             *=* | --[!k]*);; \
547             *k*) failcom='fail=yes';; \
548           esac; \
549         done; \
550         dot_seen=no; \
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 \
555             dot_seen=yes; \
556             local_target="$$target-am"; \
557           else \
558             local_target="$$target"; \
559           fi; \
560           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
561           || eval $$failcom; \
562         done; \
563         if test "$$dot_seen" = "no"; then \
564           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
565         fi; test -z "$$fail"
566
567 $(RECURSIVE_CLEAN_TARGETS):
568         @fail= failcom='exit 1'; \
569         for f in x $$MAKEFLAGS; do \
570           case $$f in \
571             *=* | --[!k]*);; \
572             *k*) failcom='fail=yes';; \
573           esac; \
574         done; \
575         dot_seen=no; \
576         case "$@" in \
577           distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
578           *) list='$(SUBDIRS)' ;; \
579         esac; \
580         rev=''; for subdir in $$list; do \
581           if test "$$subdir" = "."; then :; else \
582             rev="$$subdir $$rev"; \
583           fi; \
584         done; \
585         rev="$$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"; \
591           else \
592             local_target="$$target"; \
593           fi; \
594           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
595           || eval $$failcom; \
596         done && test -z "$$fail"
597 tags-recursive:
598         list='$(SUBDIRS)'; for subdir in $$list; do \
599           test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
600         done
601 ctags-recursive:
602         list='$(SUBDIRS)'; for subdir in $$list; do \
603           test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
604         done
605
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; \
610           done | \
611           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
612               END { if (nonempty) { for (i in files) print i; }; }'`; \
613         mkid -fID $$unique
614 tags: TAGS
615
616 TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
617                 $(TAGS_FILES) $(LISP)
618         set x; \
619         here=`pwd`; \
620         if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
621           include_option=--etags-include; \
622           empty_fix=.; \
623         else \
624           include_option=--include; \
625           empty_fix=; \
626         fi; \
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"; \
631           fi; \
632         done; \
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; \
636           done | \
637           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
638               END { if (nonempty) { for (i in files) print i; }; }'`; \
639         shift; \
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) \
644               "$$@" $$unique; \
645           else \
646             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
647               $$unique; \
648           fi; \
649         fi
650 ctags: CTAGS
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; \
656           done | \
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) \
661              $$unique
662
663 GTAGS:
664         here=`$(am__cd) $(top_builddir) && pwd` \
665           && $(am__cd) $(top_srcdir) \
666           && gtags -i $(GTAGS_ARGS) "$$here"
667
668 distclean-tags:
669         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
670
671 check-TESTS: $(TESTS)
672         @failed=0; all=0; xfail=0; xpass=0; skip=0; \
673         srcdir=$(srcdir); export srcdir; \
674         list=' $(TESTS) '; \
675         $(am__tty_colors); \
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; \
688               ;; \
689               *) \
690                 col=$$grn; res=PASS; \
691               ;; \
692               esac; \
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; \
699               ;; \
700               *) \
701                 failed=`expr $$failed + 1`; \
702                 col=$$red; res=FAIL; \
703               ;; \
704               esac; \
705             else \
706               skip=`expr $$skip + 1`; \
707               col=$$blu; res=SKIP; \
708             fi; \
709             echo "$${col}$$res$${std}: $$tst"; \
710           done; \
711           if test "$$all" -eq 1; then \
712             tests="test"; \
713             All=""; \
714           else \
715             tests="tests"; \
716             All="All "; \
717           fi; \
718           if test "$$failed" -eq 0; then \
719             if test "$$xfail" -eq 0; then \
720               banner="$$All$$all $$tests passed"; \
721             else \
722               if test "$$xfail" -eq 1; then failures=failure; else failures=failures; fi; \
723               banner="$$All$$all $$tests behaved as expected ($$xfail expected $$failures)"; \
724             fi; \
725           else \
726             if test "$$xpass" -eq 0; then \
727               banner="$$failed of $$all $$tests failed"; \
728             else \
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)"; \
731             fi; \
732           fi; \
733           dashes="$$banner"; \
734           skipped=""; \
735           if test "$$skip" -ne 0; then \
736             if test "$$skip" -eq 1; then \
737               skipped="($$skip test was not run)"; \
738             else \
739               skipped="($$skip tests were not run)"; \
740             fi; \
741             test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \
742               dashes="$$skipped"; \
743           fi; \
744           report=""; \
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` || \
748               dashes="$$report"; \
749           fi; \
750           dashes=`echo "$$dashes" | sed s/./=/g`; \
751           if test "$$failed" -eq 0; then \
752             echo "$$grn$$dashes"; \
753           else \
754             echo "$$red$$dashes"; \
755           fi; \
756           echo "$$banner"; \
757           test -z "$$skipped" || echo "$$skipped"; \
758           test -z "$$report" || echo "$$report"; \
759           echo "$$dashes$$std"; \
760           test "$$failed" -eq 0; \
761         else :; fi
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
767 installdirs-am:
768 install: install-recursive
769 install-exec: install-exec-recursive
770 install-data: install-data-recursive
771 uninstall: uninstall-recursive
772
773 install-am: all-am
774         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
775
776 installcheck: installcheck-recursive
777 install-strip:
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
782 mostlyclean-generic:
783
784 clean-generic:
785
786 distclean-generic:
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)
790
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
795
796 clean-am: clean-checkLTLIBRARIES clean-checkPROGRAMS clean-generic \
797         clean-libtool clean-noinstLTLIBRARIES mostlyclean-am
798
799 distclean: distclean-multi distclean-recursive
800         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
801         -rm -f Makefile
802 distclean-am: clean-am distclean-compile distclean-generic \
803         distclean-libtool distclean-tags
804
805 dvi: dvi-recursive
806
807 dvi-am:
808
809 html: html-recursive
810
811 html-am:
812
813 info: info-recursive
814
815 info-am:
816
817 install-data-am:
818
819 install-dvi: install-dvi-recursive
820
821 install-dvi-am:
822
823 install-exec-am: install-multi
824
825 install-html: install-html-recursive
826
827 install-html-am:
828
829 install-info: install-info-recursive
830
831 install-info-am:
832
833 install-man:
834
835 install-pdf: install-pdf-recursive
836
837 install-pdf-am:
838
839 install-ps: install-ps-recursive
840
841 install-ps-am:
842
843 installcheck-am:
844
845 maintainer-clean: maintainer-clean-multi maintainer-clean-recursive
846         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
847         -rm -rf $(top_srcdir)/autom4te.cache
848         -rm -f Makefile
849 maintainer-clean-am: distclean-am maintainer-clean-generic
850
851 mostlyclean: mostlyclean-multi mostlyclean-recursive
852
853 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
854         mostlyclean-libtool
855
856 pdf: pdf-recursive
857
858 pdf-am:
859
860 ps: ps-recursive
861
862 ps-am:
863
864 uninstall-am:
865
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
870
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
887
888 override CFLAGS := $(filter-out $(O0_CFLAGS), $(CFLAGS)) $(O0_CFLAGS)
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: