]> git.ipfire.org Git - thirdparty/gcc.git/blame - boehm-gc/Makefile.in
gcconfig.h: Revert to GC 6.6 version, removing all local changes.
[thirdparty/gcc.git] / boehm-gc / Makefile.in
CommitLineData
97ee7627 1# Makefile.in generated by automake 1.9.3 from Makefile.am.
bf9a420e 2# @configure_input@
1530be84 3
bf9a420e
PB
4# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5# 2003, 2004 Free Software Foundation, Inc.
1530be84
TT
6# This Makefile.in is free software; the Free Software Foundation
7# gives unlimited permission to copy and/or distribute it,
8# with or without modifications, as long as this notice is preserved.
9
10# This program is distributed in the hope that it will be useful,
11# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13# PARTICULAR PURPOSE.
14
bf9a420e 15@SET_MAKE@
1530be84 16
bf9a420e 17SOURCES = $(libgcjgc_la_SOURCES) $(libgcjgc_convenience_la_SOURCES) $(gctest_SOURCES)
1530be84
TT
18
19srcdir = @srcdir@
20top_srcdir = @top_srcdir@
21VPATH = @srcdir@
1530be84
TT
22pkgdatadir = $(datadir)/@PACKAGE@
23pkglibdir = $(libdir)/@PACKAGE@
24pkgincludedir = $(includedir)/@PACKAGE@
1530be84 25top_builddir = .
bf9a420e 26am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
1530be84 27INSTALL = @INSTALL@
bf9a420e
PB
28install_sh_DATA = $(install_sh) -c -m 644
29install_sh_PROGRAM = $(install_sh) -c
30install_sh_SCRIPT = $(install_sh) -c
31INSTALL_HEADER = $(INSTALL_DATA)
32transform = $(program_transform_name)
1530be84
TT
33NORMAL_INSTALL = :
34PRE_INSTALL = :
35POST_INSTALL = :
36NORMAL_UNINSTALL = :
37PRE_UNINSTALL = :
38POST_UNINSTALL = :
1530be84 39build_triplet = @build@
1530be84 40host_triplet = @host@
1530be84 41target_triplet = @target@
bf9a420e
PB
42check_PROGRAMS = gctest$(EXEEXT)
43DIST_COMMON = $(srcdir)/../config.guess $(srcdir)/../config.sub \
44 ChangeLog $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
45 $(top_srcdir)/configure $(am__configure_deps) \
46 $(srcdir)/../mkinstalldirs $(srcdir)/../compile \
47 $(srcdir)/../compile $(srcdir)/../compile $(srcdir)/../compile \
48 $(srcdir)/../compile $(srcdir)/../compile $(srcdir)/../compile \
49 $(srcdir)/../compile $(srcdir)/../compile $(srcdir)/../compile \
50 $(srcdir)/../compile $(srcdir)/../compile $(srcdir)/../compile \
51 $(srcdir)/../compile $(srcdir)/../compile $(srcdir)/../compile \
52 $(srcdir)/../compile $(srcdir)/../compile $(srcdir)/../compile \
53 $(srcdir)/../compile $(srcdir)/../compile $(srcdir)/../compile \
54 $(srcdir)/../compile $(srcdir)/../compile $(srcdir)/../compile \
55 $(srcdir)/../compile $(srcdir)/../compile $(srcdir)/../compile \
56 $(srcdir)/../compile $(srcdir)/../compile $(srcdir)/../compile \
57 $(srcdir)/../compile $(srcdir)/../compile $(srcdir)/../compile \
58 $(srcdir)/../compile $(srcdir)/../compile $(srcdir)/../compile \
59 $(srcdir)/../compile $(srcdir)/../compile $(srcdir)/../compile \
60 $(srcdir)/../compile $(srcdir)/../compile $(srcdir)/../compile \
61 $(srcdir)/../compile $(srcdir)/../compile $(srcdir)/../compile \
62 $(srcdir)/../compile $(srcdir)/../compile $(srcdir)/../compile \
63 $(srcdir)/../compile $(srcdir)/../compile $(srcdir)/../compile \
64 $(srcdir)/../compile $(srcdir)/../compile $(srcdir)/../compile \
65 $(srcdir)/../compile $(srcdir)/../compile $(srcdir)/../compile \
66 $(srcdir)/../compile $(srcdir)/../compile $(srcdir)/../compile \
67 $(srcdir)/../compile $(srcdir)/../compile $(srcdir)/../compile \
54f28c21
BM
68 $(srcdir)/../compile $(srcdir)/../ltmain.sh \
69 $(srcdir)/../config.guess $(srcdir)/../config.sub
bf9a420e
PB
70subdir = .
71ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
97ee7627 72am__aclocal_m4_deps = $(top_srcdir)/../config/acx.m4 \
54f28c21
BM
73 $(top_srcdir)/../config/depstand.m4 \
74 $(top_srcdir)/../config/lead-dot.m4 \
bf9a420e 75 $(top_srcdir)/../config/no-executables.m4 \
97ee7627 76 $(top_srcdir)/../libtool.m4 $(top_srcdir)/configure.ac
bf9a420e
PB
77am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
78 $(ACLOCAL_M4)
79am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
80 configure.lineno configure.status.lineno
e5aa6a0a
KC
81CONFIG_HEADER = $(top_builddir)/include/gc_config.h \
82 $(top_builddir)/include/gc_ext_config.h
bf9a420e
PB
83CONFIG_CLEAN_FILES =
84LTLIBRARIES = $(noinst_LTLIBRARIES)
85am__DEPENDENCIES_1 =
54f28c21 86am_libgcjgc_la_OBJECTS = allchblk.lo alloc.lo blacklst.lo checksums.lo \
bf9a420e 87 dbg_mlc.lo dyn_load.lo finalize.lo gc_dlopen.lo gcj_mlc.lo \
54f28c21
BM
88 headers.lo malloc.lo mallocx.lo mark.lo mark_rts.lo misc.lo \
89 new_hblk.lo obj_map.lo os_dep.lo pcr_interface.lo ptr_chck.lo \
90 real_malloc.lo reclaim.lo solaris_pthreads.lo \
91 solaris_threads.lo specific.lo stubborn.lo typd_mlc.lo \
92 backgraph.lo win32_threads.lo pthread_support.lo \
93 pthread_stop_world.lo darwin_stop_world.lo
bf9a420e 94libgcjgc_la_OBJECTS = $(am_libgcjgc_la_OBJECTS)
54f28c21
BM
95am__objects_1 = allchblk.lo alloc.lo blacklst.lo checksums.lo \
96 dbg_mlc.lo dyn_load.lo finalize.lo gc_dlopen.lo gcj_mlc.lo \
97 headers.lo malloc.lo mallocx.lo mark.lo mark_rts.lo misc.lo \
98 new_hblk.lo obj_map.lo os_dep.lo pcr_interface.lo ptr_chck.lo \
99 real_malloc.lo reclaim.lo solaris_pthreads.lo \
100 solaris_threads.lo specific.lo stubborn.lo typd_mlc.lo \
101 backgraph.lo win32_threads.lo pthread_support.lo \
102 pthread_stop_world.lo darwin_stop_world.lo
103am_libgcjgc_convenience_la_OBJECTS = $(am__objects_1)
bf9a420e
PB
104libgcjgc_convenience_la_OBJECTS = \
105 $(am_libgcjgc_convenience_la_OBJECTS)
106am__dirstamp = $(am__leading_dot)dirstamp
107am_gctest_OBJECTS = tests/test.$(OBJEXT)
108gctest_OBJECTS = $(am_gctest_OBJECTS)
54f28c21 109gctest_DEPENDENCIES = ./libgcjgc.la $(am__DEPENDENCIES_1)
e5aa6a0a 110DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)/include -I$(top_builddir)/include
bf9a420e
PB
111depcomp =
112am__depfiles_maybe =
113COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
114 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
115CCLD = $(CC)
bf9a420e
PB
116SOURCES = $(libgcjgc_la_SOURCES) $(libgcjgc_convenience_la_SOURCES) \
117 $(gctest_SOURCES)
bf9a420e
PB
118MULTISRCTOP =
119MULTIBUILDTOP =
120MULTIDIRS =
121MULTISUBDIR =
122MULTIDO = true
123MULTICLEAN = true
124RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
125 html-recursive info-recursive install-data-recursive \
126 install-exec-recursive install-info-recursive \
127 install-recursive installcheck-recursive installdirs-recursive \
128 pdf-recursive ps-recursive uninstall-info-recursive \
129 uninstall-recursive
130ETAGS = etags
131CTAGS = ctags
132DIST_SUBDIRS = $(SUBDIRS)
133ACLOCAL = @ACLOCAL@
134AMDEP_FALSE = @AMDEP_FALSE@
135AMDEP_TRUE = @AMDEP_TRUE@
136AMTAR = @AMTAR@
137AM_CPPFLAGS = @AM_CPPFLAGS@
1530be84
TT
138AR = @AR@
139AS = @AS@
bf9a420e
PB
140AUTOCONF = @AUTOCONF@
141AUTOHEADER = @AUTOHEADER@
142AUTOMAKE = @AUTOMAKE@
143AWK = @AWK@
1530be84 144CC = @CC@
7664e6f8
NN
145CCAS = @CCAS@
146CCASFLAGS = @CCASFLAGS@
bf9a420e 147CCDEPMODE = @CCDEPMODE@
30c3de1f 148CFLAGS = @CFLAGS@
bf9a420e
PB
149CPLUSPLUS_FALSE = @CPLUSPLUS_FALSE@
150CPLUSPLUS_TRUE = @CPLUSPLUS_TRUE@
1530be84 151CPP = @CPP@
bf9a420e 152CPPFLAGS = @CPPFLAGS@
1530be84
TT
153CXX = @CXX@
154CXXCPP = @CXXCPP@
bf9a420e 155CXXDEPMODE = @CXXDEPMODE@
30c3de1f 156CXXFLAGS = @CXXFLAGS@
bf9a420e
PB
157CYGPATH_W = @CYGPATH_W@
158DEFS = @DEFS@
159DEPDIR = @DEPDIR@
160ECHO_C = @ECHO_C@
161ECHO_N = @ECHO_N@
162ECHO_T = @ECHO_T@
163EGREP = @EGREP@
1530be84 164EXEEXT = @EXEEXT@
f2beb7ef 165EXTRA_TEST_LIBS = @EXTRA_TEST_LIBS@
5a2586cf 166GC_CFLAGS = @GC_CFLAGS@
bf9a420e
PB
167INSTALL_DATA = @INSTALL_DATA@
168INSTALL_PROGRAM = @INSTALL_PROGRAM@
169INSTALL_SCRIPT = @INSTALL_SCRIPT@
170INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
171LIBOBJS = @LIBOBJS@
172LIBS = @LIBS@
66deb2be
TT
173LIBTOOL = @LIBTOOL@
174LN_S = @LN_S@
bf9a420e 175LTLIBOBJS = @LTLIBOBJS@
1530be84 176MAINT = @MAINT@
bf9a420e
PB
177MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
178MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
1530be84
TT
179MAKEINFO = @MAKEINFO@
180MY_CFLAGS = @MY_CFLAGS@
0476f098 181OBJEXT = @OBJEXT@
1530be84 182PACKAGE = @PACKAGE@
bf9a420e
PB
183PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
184PACKAGE_NAME = @PACKAGE_NAME@
185PACKAGE_STRING = @PACKAGE_STRING@
186PACKAGE_TARNAME = @PACKAGE_TARNAME@
187PACKAGE_VERSION = @PACKAGE_VERSION@
188PATH_SEPARATOR = @PATH_SEPARATOR@
189POWERPC_DARWIN_FALSE = @POWERPC_DARWIN_FALSE@
190POWERPC_DARWIN_TRUE = @POWERPC_DARWIN_TRUE@
1530be84 191RANLIB = @RANLIB@
bf9a420e
PB
192SET_MAKE = @SET_MAKE@
193SHELL = @SHELL@
0476f098 194STRIP = @STRIP@
e301621d 195THREADLIBS = @THREADLIBS@
1530be84 196VERSION = @VERSION@
bf9a420e
PB
197ac_ct_AR = @ac_ct_AR@
198ac_ct_AS = @ac_ct_AS@
199ac_ct_CC = @ac_ct_CC@
200ac_ct_CXX = @ac_ct_CXX@
201ac_ct_RANLIB = @ac_ct_RANLIB@
202ac_ct_STRIP = @ac_ct_STRIP@
30c3de1f
JS
203addincludes = @addincludes@
204addlibs = @addlibs@
1530be84 205addobjs = @addobjs@
30c3de1f 206addtests = @addtests@
bf9a420e
PB
207am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
208am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
209am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
210am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
211am__include = @am__include@
212am__leading_dot = @am__leading_dot@
213am__quote = @am__quote@
4109fe85
BM
214am__tar = @am__tar@
215am__untar = @am__untar@
bf9a420e
PB
216bindir = @bindir@
217build = @build@
218build_alias = @build_alias@
219build_cpu = @build_cpu@
220build_os = @build_os@
221build_vendor = @build_vendor@
222datadir = @datadir@
223exec_prefix = @exec_prefix@
224host = @host@
225host_alias = @host_alias@
226host_cpu = @host_cpu@
227host_os = @host_os@
228host_vendor = @host_vendor@
229includedir = @includedir@
230infodir = @infodir@
231install_sh = @install_sh@
232libdir = @libdir@
233libexecdir = @libexecdir@
234localstatedir = @localstatedir@
235mandir = @mandir@
236mkdir_p = @mkdir_p@
57b74bf9 237mkinstalldirs = @mkinstalldirs@
bf9a420e
PB
238multi_basedir = @multi_basedir@
239oldincludedir = @oldincludedir@
240prefix = @prefix@
241program_transform_name = @program_transform_name@
242sbindir = @sbindir@
243sharedstatedir = @sharedstatedir@
244sysconfdir = @sysconfdir@
245target = @target@
246target_alias = @target_alias@
1530be84 247target_all = @target_all@
bf9a420e
PB
248target_cpu = @target_cpu@
249target_noncanonical = @target_noncanonical@
250target_os = @target_os@
251target_vendor = @target_vendor@
13b6e5b4
AO
252toolexecdir = @toolexecdir@
253toolexeclibdir = @toolexeclibdir@
bf9a420e 254AUTOMAKE_OPTIONS = cygnus subdir-objects
97ee7627 255ACLOCAL_AMFLAGS = -I .. -I ../config
dd071c20 256SUBDIRS = include
e3c98562 257noinst_LTLIBRARIES = libgcjgc.la libgcjgc_convenience.la
30c3de1f 258@POWERPC_DARWIN_FALSE@asm_libgc_sources =
bf9a420e 259@POWERPC_DARWIN_TRUE@asm_libgc_sources = powerpc_darwin_mach_dep.s
54f28c21
BM
260libgcjgc_la_SOURCES = allchblk.c alloc.c blacklst.c checksums.c dbg_mlc.c \
261dyn_load.c finalize.c gc_dlopen.c gcj_mlc.c headers.c \
30c3de1f 262malloc.c mallocx.c mark.c mark_rts.c misc.c new_hblk.c \
7d60eb23
TT
263obj_map.c os_dep.c pcr_interface.c ptr_chck.c real_malloc.c reclaim.c \
264solaris_pthreads.c solaris_threads.c specific.c stubborn.c typd_mlc.c \
30c3de1f
JS
265backgraph.c win32_threads.c \
266pthread_support.c pthread_stop_world.c darwin_stop_world.c \
54f28c21 267$(asm_libgcjgc_sources)
ce3b24a7 268
54f28c21 269libgcjgc_convenience_la_SOURCES = $(libgcjgc_la_SOURCES)
bf9a420e 270EXTRA_DIST = alpha_mach_dep.S \
30c3de1f 271mips_sgi_mach_dep.s mips_ultrix_mach_dep.s powerpc_darwin_mach_dep.s \
7d60eb23
TT
272rs6000_mach_dep.s sparc_mach_dep.S sparc_netbsd_mach_dep.s \
273sparc_sunos4_mach_dep.s ia64_save_regs_in_stack.s
ce3b24a7 274
e301621d
BM
275
276# Include THREADLIBS here to ensure that the correct versions of
277# linuxthread semaphore functions get linked:
54f28c21 278libgcjgc_la_LIBADD = @addobjs@ $(THREADLIBS) $(UNWINDLIBS)
66deb2be 279libgcjgc_la_DEPENDENCIES = @addobjs@
54f28c21 280libgcjgc_la_LDFLAGS = -version-info 1:2:0 -rpath $(toolexeclibdir)
ce3b24a7
BM
281libgcjgc_convenience_la_LIBADD = @addobjs@
282libgcjgc_convenience_la_DEPENDENCIES = @addobjs@
5a2586cf 283AM_CXXFLAGS = @GC_CFLAGS@
5a2586cf 284AM_CFLAGS = @GC_CFLAGS@
bf9a420e 285gctest_SOURCES = tests/test.c
54f28c21 286gctest_LDADD = ./libgcjgc.la $(THREADDLLIBS) $(UNWINDLIBS) $(EXTRA_TEST_LIBS)
ee402fc9 287gctest_LDFLAGS = -shared-libgcc
de5e27be 288TESTS_ENVIRONMENT = LD_LIBRARY_PATH=../../$(MULTIBUILDTOP)gcc
20bbd3cd 289TESTS = gctest
bf9a420e 290LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(AM_CPPFLAGS) $(CPPFLAGS) \
7d60eb23 291 $(AM_CFLAGS) $(MY_CFLAGS) $(GC_CFLAGS)
66deb2be
TT
292
293LINK = $(LIBTOOL) --mode=link $(CC) $(AM_CFLAGS) $(MY_CFLAGS) $(LDFLAGS) -o $@
1530be84
TT
294
295# Work around what appears to be a GNU make bug handling MAKEFLAGS
296# values defined in terms of make variables, as is the case for CC and
297# friends when we are called from the top level Makefile.
7d60eb23
TT
298AM_MAKEFLAGS = \
299 "AR_FLAGS=$(AR_FLAGS)" \
300 "CC_FOR_BUILD=$(CC_FOR_BUILD)" \
301 "CFLAGS=$(CFLAGS)" \
302 "CXXFLAGS=$(CXXFLAGS)" \
303 "CFLAGS_FOR_BUILD=$(CFLAGS_FOR_BUILD)" \
304 "CFLAGS_FOR_TARGET=$(CFLAGS_FOR_TARGET)" \
305 "INSTALL=$(INSTALL)" \
306 "INSTALL_DATA=$(INSTALL_DATA)" \
307 "INSTALL_PROGRAM=$(INSTALL_PROGRAM)" \
308 "INSTALL_SCRIPT=$(INSTALL_SCRIPT)" \
309 "LDFLAGS=$(LDFLAGS)" \
310 "LIBCFLAGS=$(LIBCFLAGS)" \
311 "LIBCFLAGS_FOR_TARGET=$(LIBCFLAGS_FOR_TARGET)" \
312 "MAKE=$(MAKE)" \
313 "MAKEINFO=$(MAKEINFO) $(MAKEINFOFLAGS)" \
314 "PICFLAG=$(PICFLAG)" \
315 "PICFLAG_FOR_TARGET=$(PICFLAG_FOR_TARGET)" \
316 "SHELL=$(SHELL)" \
317 "EXPECT=$(EXPECT)" \
318 "RUNTEST=$(RUNTEST)" \
319 "RUNTESTFLAGS=$(RUNTESTFLAGS)" \
320 "exec_prefix=$(exec_prefix)" \
321 "infodir=$(infodir)" \
322 "libdir=$(libdir)" \
323 "prefix=$(prefix)" \
324 "tooldir=$(tooldir)" \
325 "AR=$(AR)" \
326 "AS=$(AS)" \
327 "CC=$(CC)" \
328 "CXX=$(CXX)" \
329 "LD=$(LD)" \
330 "LIBCFLAGS=$(LIBCFLAGS)" \
331 "NM=$(NM)" \
332 "PICFLAG=$(PICFLAG)" \
333 "RANLIB=$(RANLIB)" \
334 "DESTDIR=$(DESTDIR)"
1530be84 335
a5440f9e 336CONFIG_STATUS_DEPENDENCIES = $(srcdir)/configure.host
1530be84 337MAKEOVERRIDES =
bf9a420e 338all: all-recursive
1530be84 339
1530be84 340.SUFFIXES:
500e1264 341.SUFFIXES: .S .c .lo .o .obj .s
bf9a420e
PB
342am--refresh:
343 @:
344$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
345 @for dep in $?; do \
346 case '$(am__configure_deps)' in \
347 *$$dep*) \
348 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign '; \
349 cd $(srcdir) && $(AUTOMAKE) --foreign \
350 && exit 0; \
351 exit 1;; \
352 esac; \
353 done; \
354 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
355 cd $(top_srcdir) && \
356 $(AUTOMAKE) --foreign Makefile
357.PRECIOUS: Makefile
358Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
359 @case '$?' in \
360 *config.status*) \
361 echo ' $(SHELL) ./config.status'; \
362 $(SHELL) ./config.status;; \
363 *) \
364 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
365 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
366 esac;
367
368$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
1530be84 369 $(SHELL) ./config.status --recheck
1530be84 370
bf9a420e
PB
371$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
372 cd $(srcdir) && $(AUTOCONF)
373$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
374 cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
ce3b24a7
BM
375
376clean-noinstLTLIBRARIES:
377 -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
bf9a420e
PB
378 @list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
379 dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
380 test "$$dir" != "$$p" || dir=.; \
381 echo "rm -f \"$${dir}/so_locations\""; \
382 rm -f "$${dir}/so_locations"; \
383 done
384libgcjgc.la: $(libgcjgc_la_OBJECTS) $(libgcjgc_la_DEPENDENCIES)
385 $(LINK) $(libgcjgc_la_LDFLAGS) $(libgcjgc_la_OBJECTS) $(libgcjgc_la_LIBADD) $(LIBS)
386libgcjgc_convenience.la: $(libgcjgc_convenience_la_OBJECTS) $(libgcjgc_convenience_la_DEPENDENCIES)
387 $(LINK) $(libgcjgc_convenience_la_LDFLAGS) $(libgcjgc_convenience_la_OBJECTS) $(libgcjgc_convenience_la_LIBADD) $(LIBS)
388
389clean-checkPROGRAMS:
390 @list='$(check_PROGRAMS)'; for p in $$list; do \
391 f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
392 echo " rm -f $$p $$f"; \
393 rm -f $$p $$f ; \
394 done
395tests/$(am__dirstamp):
396 @$(mkdir_p) tests
397 @: > tests/$(am__dirstamp)
398tests/test.$(OBJEXT): tests/$(am__dirstamp)
399gctest$(EXEEXT): $(gctest_OBJECTS) $(gctest_DEPENDENCIES)
400 @rm -f gctest$(EXEEXT)
401 $(LINK) $(gctest_LDFLAGS) $(gctest_OBJECTS) $(gctest_LDADD) $(LIBS)
ce3b24a7 402
bf9a420e
PB
403mostlyclean-compile:
404 -rm -f *.$(OBJEXT)
405 -rm -f tests/test.$(OBJEXT)
ce3b24a7 406
bf9a420e
PB
407distclean-compile:
408 -rm -f *.tab.c
ce3b24a7 409
1530be84 410.c.o:
bf9a420e 411 $(COMPILE) -c -o $@ $<
1530be84 412
0476f098 413.c.obj:
bf9a420e 414 $(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
1530be84 415
bf9a420e
PB
416.c.lo:
417 $(LTCOMPILE) -c -o $@ $<
1530be84 418
66deb2be
TT
419mostlyclean-libtool:
420 -rm -f *.lo
421
422clean-libtool:
423 -rm -rf .libs _libs
424
425distclean-libtool:
bf9a420e 426 -rm -f libtool
66deb2be 427
4109fe85
BM
428# GNU Make needs to see an explicit $(MAKE) variable in the command it
429# runs to enable its job server during parallel builds. Hence the
430# comments below.
bf9a420e 431all-multi:
4109fe85 432 $(MULTIDO) $(AM_MAKEFLAGS) DO=all multi-do # $(MAKE)
bf9a420e 433install-multi:
4109fe85 434 $(MULTIDO) $(AM_MAKEFLAGS) DO=install multi-do # $(MAKE)
1530be84 435
bf9a420e 436mostlyclean-multi:
4109fe85 437 $(MULTICLEAN) $(AM_MAKEFLAGS) DO=mostlyclean multi-clean # $(MAKE)
bf9a420e 438clean-multi:
4109fe85 439 $(MULTICLEAN) $(AM_MAKEFLAGS) DO=clean multi-clean # $(MAKE)
bf9a420e 440distclean-multi:
4109fe85 441 $(MULTICLEAN) $(AM_MAKEFLAGS) DO=distclean multi-clean # $(MAKE)
bf9a420e 442maintainer-clean-multi:
4109fe85 443 $(MULTICLEAN) $(AM_MAKEFLAGS) DO=maintainer-clean multi-clean # $(MAKE)
bf9a420e 444uninstall-info-am:
1530be84 445
dd071c20
BM
446# This directory's subdirectories are mostly independent; you can cd
447# into them and run `make' without going through this Makefile.
448# To change the values of `make' variables: instead of editing Makefiles,
449# (1) if the variable is set in `config.status', edit `config.status'
450# (which will cause the Makefiles to be regenerated when you run `make');
451# (2) otherwise, pass the desired values on the `make' command line.
bf9a420e
PB
452$(RECURSIVE_TARGETS):
453 @set fnord $$MAKEFLAGS; amf=$$2; \
dd071c20
BM
454 dot_seen=no; \
455 target=`echo $@ | sed s/-recursive//`; \
456 list='$(SUBDIRS)'; for subdir in $$list; do \
457 echo "Making $$target in $$subdir"; \
458 if test "$$subdir" = "."; then \
459 dot_seen=yes; \
460 local_target="$$target-am"; \
461 else \
462 local_target="$$target"; \
463 fi; \
464 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
465 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
466 done; \
467 if test "$$dot_seen" = "no"; then \
468 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
469 fi; test -z "$$fail"
470
471mostlyclean-recursive clean-recursive distclean-recursive \
472maintainer-clean-recursive:
bf9a420e 473 @set fnord $$MAKEFLAGS; amf=$$2; \
dd071c20 474 dot_seen=no; \
bf9a420e
PB
475 case "$@" in \
476 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
477 *) list='$(SUBDIRS)' ;; \
478 esac; \
479 rev=''; for subdir in $$list; do \
480 if test "$$subdir" = "."; then :; else \
481 rev="$$subdir $$rev"; \
482 fi; \
dd071c20 483 done; \
bf9a420e 484 rev="$$rev ."; \
dd071c20
BM
485 target=`echo $@ | sed s/-recursive//`; \
486 for subdir in $$rev; do \
487 echo "Making $$target in $$subdir"; \
488 if test "$$subdir" = "."; then \
489 local_target="$$target-am"; \
490 else \
491 local_target="$$target"; \
492 fi; \
493 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
494 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
495 done && test -z "$$fail"
496tags-recursive:
497 list='$(SUBDIRS)'; for subdir in $$list; do \
498 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
499 done
bf9a420e
PB
500ctags-recursive:
501 list='$(SUBDIRS)'; for subdir in $$list; do \
502 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
503 done
dd071c20 504
bf9a420e
PB
505ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
506 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
507 unique=`for i in $$list; do \
508 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
509 done | \
510 $(AWK) ' { files[$$0] = 1; } \
1530be84 511 END { for (i in files) print i; }'`; \
bf9a420e
PB
512 mkid -fID $$unique
513tags: TAGS
1530be84 514
bf9a420e
PB
515TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
516 $(TAGS_FILES) $(LISP)
1530be84
TT
517 tags=; \
518 here=`pwd`; \
bf9a420e
PB
519 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
520 include_option=--etags-include; \
521 empty_fix=.; \
522 else \
523 include_option=--include; \
524 empty_fix=; \
525 fi; \
dd071c20 526 list='$(SUBDIRS)'; for subdir in $$list; do \
bf9a420e
PB
527 if test "$$subdir" = .; then :; else \
528 test ! -f $$subdir/TAGS || \
529 tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
530 fi; \
dd071c20 531 done; \
bf9a420e
PB
532 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
533 unique=`for i in $$list; do \
534 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
535 done | \
536 $(AWK) ' { files[$$0] = 1; } \
1530be84 537 END { for (i in files) print i; }'`; \
bf9a420e
PB
538 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
539 test -n "$$unique" || unique=$$empty_fix; \
540 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
541 $$tags $$unique; \
542 fi
543ctags: CTAGS
544CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
545 $(TAGS_FILES) $(LISP)
546 tags=; \
547 here=`pwd`; \
548 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
549 unique=`for i in $$list; do \
550 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
551 done | \
552 $(AWK) ' { files[$$0] = 1; } \
553 END { for (i in files) print i; }'`; \
554 test -z "$(CTAGS_ARGS)$$tags$$unique" \
555 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
556 $$tags $$unique
1530be84 557
bf9a420e
PB
558GTAGS:
559 here=`$(am__cd) $(top_builddir) && pwd` \
560 && cd $(top_srcdir) \
561 && gtags -i $(GTAGS_ARGS) $$here
1530be84
TT
562
563distclean-tags:
bf9a420e
PB
564 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
565
566check-TESTS: $(TESTS)
567 @failed=0; all=0; xfail=0; xpass=0; skip=0; \
568 srcdir=$(srcdir); export srcdir; \
569 list='$(TESTS)'; \
570 if test -n "$$list"; then \
571 for tst in $$list; do \
572 if test -f ./$$tst; then dir=./; \
573 elif test -f $$tst; then dir=; \
574 else dir="$(srcdir)/"; fi; \
575 if $(TESTS_ENVIRONMENT) $${dir}$$tst; then \
576 all=`expr $$all + 1`; \
577 case " $(XFAIL_TESTS) " in \
578 *" $$tst "*) \
579 xpass=`expr $$xpass + 1`; \
580 failed=`expr $$failed + 1`; \
581 echo "XPASS: $$tst"; \
582 ;; \
583 *) \
584 echo "PASS: $$tst"; \
585 ;; \
586 esac; \
587 elif test $$? -ne 77; then \
588 all=`expr $$all + 1`; \
589 case " $(XFAIL_TESTS) " in \
590 *" $$tst "*) \
591 xfail=`expr $$xfail + 1`; \
592 echo "XFAIL: $$tst"; \
593 ;; \
594 *) \
595 failed=`expr $$failed + 1`; \
596 echo "FAIL: $$tst"; \
597 ;; \
598 esac; \
599 else \
600 skip=`expr $$skip + 1`; \
601 echo "SKIP: $$tst"; \
602 fi; \
603 done; \
604 if test "$$failed" -eq 0; then \
605 if test "$$xfail" -eq 0; then \
606 banner="All $$all tests passed"; \
607 else \
608 banner="All $$all tests behaved as expected ($$xfail expected failures)"; \
609 fi; \
1530be84 610 else \
bf9a420e
PB
611 if test "$$xpass" -eq 0; then \
612 banner="$$failed of $$all tests failed"; \
613 else \
614 banner="$$failed of $$all tests did not behave as expected ($$xpass unexpected passes)"; \
615 fi; \
1530be84 616 fi; \
bf9a420e
PB
617 dashes="$$banner"; \
618 skipped=""; \
619 if test "$$skip" -ne 0; then \
620 skipped="($$skip tests were not run)"; \
621 test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \
622 dashes="$$skipped"; \
dd071c20 623 fi; \
bf9a420e
PB
624 report=""; \
625 if test "$$failed" -ne 0 && test -n "$(PACKAGE_BUGREPORT)"; then \
626 report="Please report to $(PACKAGE_BUGREPORT)"; \
627 test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \
628 dashes="$$report"; \
20bbd3cd 629 fi; \
bf9a420e
PB
630 dashes=`echo "$$dashes" | sed s/./=/g`; \
631 echo "$$dashes"; \
632 echo "$$banner"; \
633 test -z "$$skipped" || echo "$$skipped"; \
634 test -z "$$report" || echo "$$report"; \
635 echo "$$dashes"; \
636 test "$$failed" -eq 0; \
637 else :; fi
1530be84 638check-am: $(check_PROGRAMS)
20bbd3cd 639 $(MAKE) $(AM_MAKEFLAGS) check-TESTS
dd071c20 640check: check-recursive
bf9a420e
PB
641all-am: Makefile $(LTLIBRARIES) all-multi
642installdirs: installdirs-recursive
643installdirs-am:
644install: install-recursive
dd071c20 645install-exec: install-exec-recursive
dd071c20 646install-data: install-data-recursive
bf9a420e 647uninstall: uninstall-recursive
1530be84
TT
648
649install-am: all-am
650 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
1530be84 651
bf9a420e
PB
652installcheck: installcheck-recursive
653install-strip:
654 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
655 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
656 `test -z '$(STRIP)' || \
657 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
1530be84
TT
658mostlyclean-generic:
659
660clean-generic:
661
662distclean-generic:
4109fe85 663 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
bf9a420e 664 -rm -f tests/$(am__dirstamp)
1530be84
TT
665
666maintainer-clean-generic:
bf9a420e
PB
667 @echo "This command is intended for maintainers to use"
668 @echo "it deletes files that may require special tools to rebuild."
669clean: clean-multi clean-recursive
1530be84 670
bf9a420e
PB
671clean-am: clean-checkPROGRAMS clean-generic clean-libtool \
672 clean-noinstLTLIBRARIES mostlyclean-am
1530be84 673
bf9a420e
PB
674distclean: distclean-multi distclean-recursive
675 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
676 -rm -f Makefile
677distclean-am: clean-am distclean-compile distclean-generic \
678 distclean-libtool distclean-tags
1530be84 679
bf9a420e 680dvi: dvi-recursive
1530be84 681
bf9a420e 682dvi-am:
1530be84 683
bf9a420e 684html: html-recursive
1530be84 685
bf9a420e 686info: info-recursive
1530be84 687
bf9a420e 688info-am:
1530be84 689
bf9a420e 690install-data-am:
1530be84 691
bf9a420e 692install-exec-am: install-multi
1530be84 693
bf9a420e 694install-info: install-info-recursive
1530be84 695
bf9a420e 696install-man:
1530be84 697
bf9a420e
PB
698installcheck-am:
699
700maintainer-clean: maintainer-clean-multi maintainer-clean-recursive
701 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
702 -rm -rf $(top_srcdir)/autom4te.cache
703 -rm -f Makefile
704maintainer-clean-am: distclean-am maintainer-clean-generic
705
706mostlyclean: mostlyclean-multi mostlyclean-recursive
707
708mostlyclean-am: mostlyclean-compile mostlyclean-generic \
709 mostlyclean-libtool
710
711pdf: pdf-recursive
712
713pdf-am:
714
715ps: ps-recursive
716
717ps-am:
718
719uninstall-am:
720
721uninstall-info: uninstall-info-recursive
722
723.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am all-multi \
724 am--refresh check check-TESTS check-am clean \
725 clean-checkPROGRAMS clean-generic clean-libtool clean-multi \
726 clean-noinstLTLIBRARIES clean-recursive ctags ctags-recursive \
727 distclean distclean-compile distclean-generic \
728 distclean-libtool distclean-multi distclean-recursive \
729 distclean-tags dvi dvi-am html html-am info info-am install \
730 install-am install-data install-data-am install-exec \
731 install-exec-am install-info install-info-am install-man \
732 install-multi install-strip installcheck installcheck-am \
733 installdirs installdirs-am maintainer-clean \
734 maintainer-clean-generic maintainer-clean-multi \
735 maintainer-clean-recursive mostlyclean mostlyclean-compile \
736 mostlyclean-generic mostlyclean-libtool mostlyclean-multi \
737 mostlyclean-recursive pdf pdf-am ps ps-am tags tags-recursive \
738 uninstall uninstall-am uninstall-info-am
739
740
741.s.lo:
742 $(LTCOMPILE) -Wp,-P -x assembler-with-cpp -c $<
500e1264
AT
743.S.lo:
744 $(LTCOMPILE) -Wp,-P -x assembler-with-cpp -c $<
1530be84
TT
745# Tell versions [3.59,3.63) of GNU make to not export all variables.
746# Otherwise a system limit (for SysV at least) may be exceeded.
747.NOEXPORT: