OSDN Git Service

Daily bump.
[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 subdir = .
39 DIST_COMMON = ChangeLog $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
40         $(top_srcdir)/configure $(am__configure_deps) \
41         $(srcdir)/../mkinstalldirs $(srcdir)/threads.mk.in \
42         $(srcdir)/../depcomp
43 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
44 am__aclocal_m4_deps = $(top_srcdir)/../config/acx.m4 \
45         $(top_srcdir)/../config/depstand.m4 \
46         $(top_srcdir)/../config/lead-dot.m4 \
47         $(top_srcdir)/../config/multi.m4 \
48         $(top_srcdir)/../config/no-executables.m4 \
49         $(top_srcdir)/../config/override.m4 \
50         $(top_srcdir)/../libtool.m4 $(top_srcdir)/../ltoptions.m4 \
51         $(top_srcdir)/../ltsugar.m4 $(top_srcdir)/../ltversion.m4 \
52         $(top_srcdir)/../lt~obsolete.m4 $(top_srcdir)/configure.ac
53 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
54         $(ACLOCAL_M4)
55 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
56  configure.lineno config.status.lineno
57 CONFIG_HEADER = $(top_builddir)/include/gc_config.h \
58         $(top_builddir)/include/gc_ext_config.h
59 CONFIG_CLEAN_FILES = threads.mk
60 CONFIG_CLEAN_VPATH_FILES =
61 LTLIBRARIES = $(noinst_LTLIBRARIES)
62 am__DEPENDENCIES_1 =
63 @POWERPC_DARWIN_TRUE@am__objects_1 = powerpc_darwin_mach_dep.lo
64 am_libgcjgc_la_OBJECTS = allchblk.lo alloc.lo blacklst.lo checksums.lo \
65         dbg_mlc.lo dyn_load.lo finalize.lo gc_dlopen.lo gcj_mlc.lo \
66         headers.lo malloc.lo mallocx.lo mark.lo mark_rts.lo misc.lo \
67         new_hblk.lo obj_map.lo os_dep.lo pcr_interface.lo ptr_chck.lo \
68         real_malloc.lo reclaim.lo specific.lo stubborn.lo typd_mlc.lo \
69         backgraph.lo win32_threads.lo pthread_support.lo \
70         pthread_stop_world.lo darwin_stop_world.lo $(am__objects_1)
71 libgcjgc_la_OBJECTS = $(am_libgcjgc_la_OBJECTS)
72 am__objects_2 = allchblk.lo alloc.lo blacklst.lo checksums.lo \
73         dbg_mlc.lo dyn_load.lo finalize.lo gc_dlopen.lo gcj_mlc.lo \
74         headers.lo malloc.lo mallocx.lo mark.lo mark_rts.lo misc.lo \
75         new_hblk.lo obj_map.lo os_dep.lo pcr_interface.lo ptr_chck.lo \
76         real_malloc.lo reclaim.lo specific.lo stubborn.lo typd_mlc.lo \
77         backgraph.lo win32_threads.lo pthread_support.lo \
78         pthread_stop_world.lo darwin_stop_world.lo $(am__objects_1)
79 am_libgcjgc_convenience_la_OBJECTS = $(am__objects_2)
80 libgcjgc_convenience_la_OBJECTS =  \
81         $(am_libgcjgc_convenience_la_OBJECTS)
82 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/include
83 depcomp = $(SHELL) $(top_srcdir)/../depcomp
84 am__depfiles_maybe = depfiles
85 am__mv = mv -f
86 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
87         $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
88 LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
89         --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
90         $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
91 CCLD = $(CC)
92 LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
93         --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
94         $(LDFLAGS) -o $@
95 CCASCOMPILE = $(CCAS) $(AM_CCASFLAGS) $(CCASFLAGS)
96 LTCCASCOMPILE = $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
97         --mode=compile $(CCAS) $(AM_CCASFLAGS) $(CCASFLAGS)
98 SOURCES = $(libgcjgc_la_SOURCES) $(libgcjgc_convenience_la_SOURCES)
99 MULTISRCTOP = 
100 MULTIBUILDTOP = 
101 MULTIDIRS = 
102 MULTISUBDIR = 
103 MULTIDO = true
104 MULTICLEAN = true
105 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
106         html-recursive info-recursive install-data-recursive \
107         install-dvi-recursive install-exec-recursive \
108         install-html-recursive install-info-recursive \
109         install-pdf-recursive install-ps-recursive install-recursive \
110         installcheck-recursive installdirs-recursive pdf-recursive \
111         ps-recursive uninstall-recursive
112 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
113   distclean-recursive maintainer-clean-recursive
114 AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
115         $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS
116 ETAGS = etags
117 CTAGS = ctags
118 DIST_SUBDIRS = $(SUBDIRS)
119 ACLOCAL = @ACLOCAL@
120 AMTAR = @AMTAR@
121 AM_CPPFLAGS = @AM_CPPFLAGS@
122 AR = @AR@
123 AS = @AS@
124 AUTOCONF = @AUTOCONF@
125 AUTOHEADER = @AUTOHEADER@
126 AUTOMAKE = @AUTOMAKE@
127 AWK = @AWK@
128 CC = @CC@
129 CCAS = @CCAS@
130 CCASFLAGS = @CCASFLAGS@
131 CCDEPMODE = @CCDEPMODE@
132 CFLAGS = @CFLAGS@
133 CPP = @CPP@
134 CPPFLAGS = @CPPFLAGS@
135 CXX = @CXX@
136 CXXCPP = @CXXCPP@
137 CXXDEPMODE = @CXXDEPMODE@
138 CXXFLAGS = @CXXFLAGS@
139 CYGPATH_W = @CYGPATH_W@
140 DEFS = @DEFS@
141 DEPDIR = @DEPDIR@
142 DSYMUTIL = @DSYMUTIL@
143 DUMPBIN = @DUMPBIN@
144 ECHO_C = @ECHO_C@
145 ECHO_N = @ECHO_N@
146 ECHO_T = @ECHO_T@
147 EGREP = @EGREP@
148 EXEEXT = @EXEEXT@
149 EXTRA_TEST_LIBS = @EXTRA_TEST_LIBS@
150 FGREP = @FGREP@
151 GC_CFLAGS = @GC_CFLAGS@
152 GREP = @GREP@
153 INSTALL = @INSTALL@
154 INSTALL_DATA = @INSTALL_DATA@
155 INSTALL_PROGRAM = @INSTALL_PROGRAM@
156 INSTALL_SCRIPT = @INSTALL_SCRIPT@
157 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
158 LD = @LD@
159 LDFLAGS = @LDFLAGS@
160 LIBOBJS = @LIBOBJS@
161 LIBS = @LIBS@
162 LIBTOOL = @LIBTOOL@
163 LIPO = @LIPO@
164 LN_S = @LN_S@
165 LTLIBOBJS = @LTLIBOBJS@
166 MAINT = @MAINT@
167 MAKEINFO = @MAKEINFO@
168 MKDIR_P = @MKDIR_P@
169 NM = @NM@
170 NMEDIT = @NMEDIT@
171 O0_CFLAGS = @O0_CFLAGS@
172 OBJDUMP = @OBJDUMP@
173 OBJEXT = @OBJEXT@
174 OTOOL = @OTOOL@
175 OTOOL64 = @OTOOL64@
176 PACKAGE = @PACKAGE@
177 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
178 PACKAGE_NAME = @PACKAGE_NAME@
179 PACKAGE_STRING = @PACKAGE_STRING@
180 PACKAGE_TARNAME = @PACKAGE_TARNAME@
181 PACKAGE_URL = @PACKAGE_URL@
182 PACKAGE_VERSION = @PACKAGE_VERSION@
183 PATH_SEPARATOR = @PATH_SEPARATOR@
184 RANLIB = @RANLIB@
185 SED = @SED@
186 SET_MAKE = @SET_MAKE@
187 SHELL = @SHELL@
188 STRIP = @STRIP@
189 THREADCFLAGS = @THREADCFLAGS@
190 THREADLIBS = @THREADLIBS@
191 VERSION = @VERSION@
192 abs_builddir = @abs_builddir@
193 abs_srcdir = @abs_srcdir@
194 abs_top_builddir = @abs_top_builddir@
195 abs_top_srcdir = @abs_top_srcdir@
196 ac_ct_CC = @ac_ct_CC@
197 ac_ct_CXX = @ac_ct_CXX@
198 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
199 addincludes = @addincludes@
200 addlibs = @addlibs@
201 addobjs = @addobjs@
202 addtests = @addtests@
203 am__include = @am__include@
204 am__leading_dot = @am__leading_dot@
205 am__quote = @am__quote@
206 am__tar = @am__tar@
207 am__untar = @am__untar@
208 bindir = @bindir@
209 build = @build@
210 build_alias = @build_alias@
211 build_cpu = @build_cpu@
212 build_os = @build_os@
213 build_vendor = @build_vendor@
214 builddir = @builddir@
215 datadir = @datadir@
216 datarootdir = @datarootdir@
217 docdir = @docdir@
218 dvidir = @dvidir@
219 exec_prefix = @exec_prefix@
220 extra_ldflags_libgc = @extra_ldflags_libgc@
221 host = @host@
222 host_alias = @host_alias@
223 host_cpu = @host_cpu@
224 host_os = @host_os@
225 host_vendor = @host_vendor@
226 htmldir = @htmldir@
227 includedir = @includedir@
228 infodir = @infodir@
229 install_sh = @install_sh@
230 libdir = @libdir@
231 libexecdir = @libexecdir@
232 localedir = @localedir@
233 localstatedir = @localstatedir@
234 mandir = @mandir@
235 mkdir_p = @mkdir_p@
236 mkinstalldirs = @mkinstalldirs@
237 multi_basedir = @multi_basedir@
238 oldincludedir = @oldincludedir@
239 pdfdir = @pdfdir@
240 prefix = @prefix@
241 program_transform_name = @program_transform_name@
242 psdir = @psdir@
243 sbindir = @sbindir@
244 sharedstatedir = @sharedstatedir@
245 srcdir = @srcdir@
246 sysconfdir = @sysconfdir@
247 target = @target@
248 target_alias = @target_alias@
249 target_all = @target_all@
250 target_cpu = @target_cpu@
251 target_noncanonical = @target_noncanonical@
252 target_os = @target_os@
253 target_vendor = @target_vendor@
254 toolexecdir = @toolexecdir@
255 toolexeclibdir = @toolexeclibdir@
256 top_build_prefix = @top_build_prefix@
257 top_builddir = @top_builddir@
258 top_srcdir = @top_srcdir@
259 AUTOMAKE_OPTIONS = foreign subdir-objects no-dist
260 ACLOCAL_AMFLAGS = -I .. -I ../config
261 SUBDIRS = include testsuite
262 noinst_LTLIBRARIES = libgcjgc.la libgcjgc_convenience.la
263 @POWERPC_DARWIN_FALSE@asm_libgcjgc_sources = 
264 @POWERPC_DARWIN_TRUE@asm_libgcjgc_sources = powerpc_darwin_mach_dep.s
265 libgcjgc_la_SOURCES = allchblk.c alloc.c blacklst.c checksums.c dbg_mlc.c \
266 dyn_load.c finalize.c gc_dlopen.c gcj_mlc.c headers.c \
267 malloc.c mallocx.c mark.c mark_rts.c misc.c new_hblk.c \
268 obj_map.c os_dep.c pcr_interface.c ptr_chck.c real_malloc.c reclaim.c \
269 specific.c stubborn.c typd_mlc.c \
270 backgraph.c win32_threads.c \
271 pthread_support.c pthread_stop_world.c darwin_stop_world.c \
272 $(asm_libgcjgc_sources)
273
274 libgcjgc_convenience_la_SOURCES = $(libgcjgc_la_SOURCES)
275 EXTRA_DIST = alpha_mach_dep.S \
276 mips_sgi_mach_dep.s mips_ultrix_mach_dep.s powerpc_darwin_mach_dep.s \
277 rs6000_mach_dep.s sparc_mach_dep.S sparc_netbsd_mach_dep.s \
278 sparc_sunos4_mach_dep.s ia64_save_regs_in_stack.s
279
280
281 # Include THREADLIBS here to ensure that the correct versions of
282 # linuxthread semaphore functions get linked:
283 libgcjgc_la_LIBADD = $(addobjs) $(THREADLIBS)
284 libgcjgc_la_DEPENDENCIES = $(addobjs)
285 libgcjgc_la_LDFLAGS = $(extra_ldflags_libgc) -version-info 1:2:0 -rpath $(toolexeclibdir)
286 libgcjgc_la_LINK = $(LINK) $(libgcjgc_la_LDFLAGS)
287 libgcjgc_convenience_la_LIBADD = $(addobjs)
288 libgcjgc_convenience_la_DEPENDENCIES = $(addobjs)
289 AM_CXXFLAGS = $(GC_CFLAGS) $(THREADCFLAGS)
290 AM_CFLAGS = $(GC_CFLAGS) $(THREADCFLAGS)
291 AM_LDFLAGS = $(shell $(top_srcdir)/../libtool-ldflags $(LDFLAGS))
292
293 # Work around what appears to be a GNU make bug handling MAKEFLAGS
294 # values defined in terms of make variables, as is the case for CC and
295 # friends when we are called from the top level Makefile.
296 AM_MAKEFLAGS = \
297         "AR_FLAGS=$(AR_FLAGS)" \
298         "CC_FOR_BUILD=$(CC_FOR_BUILD)" \
299         "CFLAGS=$(CFLAGS)" \
300         "CXXFLAGS=$(CXXFLAGS)" \
301         "CFLAGS_FOR_BUILD=$(CFLAGS_FOR_BUILD)" \
302         "CFLAGS_FOR_TARGET=$(CFLAGS_FOR_TARGET)" \
303         "INSTALL=$(INSTALL)" \
304         "INSTALL_DATA=$(INSTALL_DATA)" \
305         "INSTALL_PROGRAM=$(INSTALL_PROGRAM)" \
306         "INSTALL_SCRIPT=$(INSTALL_SCRIPT)" \
307         "LDFLAGS=$(LDFLAGS)" \
308         "LIBCFLAGS=$(LIBCFLAGS)" \
309         "LIBCFLAGS_FOR_TARGET=$(LIBCFLAGS_FOR_TARGET)" \
310         "MAKE=$(MAKE)" \
311         "MAKEINFO=$(MAKEINFO) $(MAKEINFOFLAGS)" \
312         "PICFLAG=$(PICFLAG)" \
313         "PICFLAG_FOR_TARGET=$(PICFLAG_FOR_TARGET)" \
314         "SHELL=$(SHELL)" \
315         "EXPECT=$(EXPECT)" \
316         "RUNTEST=$(RUNTEST)" \
317         "RUNTESTFLAGS=$(RUNTESTFLAGS)" \
318         "exec_prefix=$(exec_prefix)" \
319         "infodir=$(infodir)" \
320         "libdir=$(libdir)" \
321         "prefix=$(prefix)" \
322         "tooldir=$(tooldir)" \
323         "AR=$(AR)" \
324         "AS=$(AS)" \
325         "CC=$(CC)" \
326         "CXX=$(CXX)" \
327         "LD=$(LD)" \
328         "LIBCFLAGS=$(LIBCFLAGS)" \
329         "NM=$(NM)" \
330         "PICFLAG=$(PICFLAG)" \
331         "RANLIB=$(RANLIB)" \
332         "DESTDIR=$(DESTDIR)"
333
334 CONFIG_STATUS_DEPENDENCIES = $(srcdir)/configure.host
335 MAKEOVERRIDES = 
336 all: all-recursive
337
338 .SUFFIXES:
339 .SUFFIXES: .S .c .lo .o .obj .s
340 am--refresh:
341         @:
342 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
343         @for dep in $?; do \
344           case '$(am__configure_deps)' in \
345             *$$dep*) \
346               echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
347               $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
348                 && exit 0; \
349               exit 1;; \
350           esac; \
351         done; \
352         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
353         $(am__cd) $(top_srcdir) && \
354           $(AUTOMAKE) --foreign Makefile
355 .PRECIOUS: Makefile
356 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
357         @case '$?' in \
358           *config.status*) \
359             echo ' $(SHELL) ./config.status'; \
360             $(SHELL) ./config.status;; \
361           *) \
362             echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
363             cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
364         esac;
365
366 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
367         $(SHELL) ./config.status --recheck
368
369 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
370         $(am__cd) $(srcdir) && $(AUTOCONF)
371 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
372         $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
373 $(am__aclocal_m4_deps):
374 threads.mk: $(top_builddir)/config.status $(srcdir)/threads.mk.in
375         cd $(top_builddir) && $(SHELL) ./config.status $@
376
377 clean-noinstLTLIBRARIES:
378         -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
379         @list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
380           dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
381           test "$$dir" != "$$p" || dir=.; \
382           echo "rm -f \"$${dir}/so_locations\""; \
383           rm -f "$${dir}/so_locations"; \
384         done
385 libgcjgc.la: $(libgcjgc_la_OBJECTS) $(libgcjgc_la_DEPENDENCIES) 
386         $(libgcjgc_la_LINK)  $(libgcjgc_la_OBJECTS) $(libgcjgc_la_LIBADD) $(LIBS)
387 libgcjgc_convenience.la: $(libgcjgc_convenience_la_OBJECTS) $(libgcjgc_convenience_la_DEPENDENCIES) 
388         $(LINK)  $(libgcjgc_convenience_la_OBJECTS) $(libgcjgc_convenience_la_LIBADD) $(LIBS)
389
390 mostlyclean-compile:
391         -rm -f *.$(OBJEXT)
392
393 distclean-compile:
394         -rm -f *.tab.c
395
396 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/allchblk.Plo@am__quote@
397 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/alloc.Plo@am__quote@
398 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/backgraph.Plo@am__quote@
399 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/blacklst.Plo@am__quote@
400 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/checksums.Plo@am__quote@
401 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/darwin_stop_world.Plo@am__quote@
402 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dbg_mlc.Plo@am__quote@
403 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dyn_load.Plo@am__quote@
404 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/finalize.Plo@am__quote@
405 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gc_dlopen.Plo@am__quote@
406 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gcj_mlc.Plo@am__quote@
407 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/headers.Plo@am__quote@
408 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/malloc.Plo@am__quote@
409 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mallocx.Plo@am__quote@
410 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mark.Plo@am__quote@
411 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mark_rts.Plo@am__quote@
412 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/misc.Plo@am__quote@
413 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/new_hblk.Plo@am__quote@
414 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/obj_map.Plo@am__quote@
415 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/os_dep.Plo@am__quote@
416 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pcr_interface.Plo@am__quote@
417 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pthread_stop_world.Plo@am__quote@
418 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pthread_support.Plo@am__quote@
419 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ptr_chck.Plo@am__quote@
420 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/real_malloc.Plo@am__quote@
421 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/reclaim.Plo@am__quote@
422 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/specific.Plo@am__quote@
423 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/stubborn.Plo@am__quote@
424 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/typd_mlc.Plo@am__quote@
425 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/win32_threads.Plo@am__quote@
426
427 .c.o:
428 @am__fastdepCC_TRUE@    depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
429 @am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
430 @am__fastdepCC_TRUE@    $(am__mv) $$depbase.Tpo $$depbase.Po
431 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
432 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
433 @am__fastdepCC_FALSE@   $(COMPILE) -c -o $@ $<
434
435 .c.obj:
436 @am__fastdepCC_TRUE@    depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
437 @am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
438 @am__fastdepCC_TRUE@    $(am__mv) $$depbase.Tpo $$depbase.Po
439 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
440 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
441 @am__fastdepCC_FALSE@   $(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
442
443 .c.lo:
444 @am__fastdepCC_TRUE@    depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
445 @am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
446 @am__fastdepCC_TRUE@    $(am__mv) $$depbase.Tpo $$depbase.Plo
447 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
448 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
449 @am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
450
451 .s.o:
452         $(CCASCOMPILE) -c -o $@ $<
453
454 .s.obj:
455         $(CCASCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
456
457 mostlyclean-libtool:
458         -rm -f *.lo
459
460 clean-libtool:
461         -rm -rf .libs _libs
462
463 distclean-libtool:
464         -rm -f libtool config.lt
465
466 # GNU Make needs to see an explicit $(MAKE) variable in the command it
467 # runs to enable its job server during parallel builds.  Hence the
468 # comments below.
469 all-multi:
470         $(MULTIDO) $(AM_MAKEFLAGS) DO=all multi-do # $(MAKE)
471 install-multi:
472         $(MULTIDO) $(AM_MAKEFLAGS) DO=install multi-do # $(MAKE)
473
474 mostlyclean-multi:
475         $(MULTICLEAN) $(AM_MAKEFLAGS) DO=mostlyclean multi-clean # $(MAKE)
476 clean-multi:
477         $(MULTICLEAN) $(AM_MAKEFLAGS) DO=clean multi-clean # $(MAKE)
478 distclean-multi:
479         $(MULTICLEAN) $(AM_MAKEFLAGS) DO=distclean multi-clean # $(MAKE)
480 maintainer-clean-multi:
481         $(MULTICLEAN) $(AM_MAKEFLAGS) DO=maintainer-clean multi-clean # $(MAKE)
482
483 # This directory's subdirectories are mostly independent; you can cd
484 # into them and run `make' without going through this Makefile.
485 # To change the values of `make' variables: instead of editing Makefiles,
486 # (1) if the variable is set in `config.status', edit `config.status'
487 #     (which will cause the Makefiles to be regenerated when you run `make');
488 # (2) otherwise, pass the desired values on the `make' command line.
489 $(RECURSIVE_TARGETS):
490         @fail= failcom='exit 1'; \
491         for f in x $$MAKEFLAGS; do \
492           case $$f in \
493             *=* | --[!k]*);; \
494             *k*) failcom='fail=yes';; \
495           esac; \
496         done; \
497         dot_seen=no; \
498         target=`echo $@ | sed s/-recursive//`; \
499         list='$(SUBDIRS)'; for subdir in $$list; do \
500           echo "Making $$target in $$subdir"; \
501           if test "$$subdir" = "."; then \
502             dot_seen=yes; \
503             local_target="$$target-am"; \
504           else \
505             local_target="$$target"; \
506           fi; \
507           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
508           || eval $$failcom; \
509         done; \
510         if test "$$dot_seen" = "no"; then \
511           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
512         fi; test -z "$$fail"
513
514 $(RECURSIVE_CLEAN_TARGETS):
515         @fail= failcom='exit 1'; \
516         for f in x $$MAKEFLAGS; do \
517           case $$f in \
518             *=* | --[!k]*);; \
519             *k*) failcom='fail=yes';; \
520           esac; \
521         done; \
522         dot_seen=no; \
523         case "$@" in \
524           distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
525           *) list='$(SUBDIRS)' ;; \
526         esac; \
527         rev=''; for subdir in $$list; do \
528           if test "$$subdir" = "."; then :; else \
529             rev="$$subdir $$rev"; \
530           fi; \
531         done; \
532         rev="$$rev ."; \
533         target=`echo $@ | sed s/-recursive//`; \
534         for subdir in $$rev; do \
535           echo "Making $$target in $$subdir"; \
536           if test "$$subdir" = "."; then \
537             local_target="$$target-am"; \
538           else \
539             local_target="$$target"; \
540           fi; \
541           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
542           || eval $$failcom; \
543         done && test -z "$$fail"
544 tags-recursive:
545         list='$(SUBDIRS)'; for subdir in $$list; do \
546           test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
547         done
548 ctags-recursive:
549         list='$(SUBDIRS)'; for subdir in $$list; do \
550           test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
551         done
552
553 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
554         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
555         unique=`for i in $$list; do \
556             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
557           done | \
558           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
559               END { if (nonempty) { for (i in files) print i; }; }'`; \
560         mkid -fID $$unique
561 tags: TAGS
562
563 TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
564                 $(TAGS_FILES) $(LISP)
565         set x; \
566         here=`pwd`; \
567         if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
568           include_option=--etags-include; \
569           empty_fix=.; \
570         else \
571           include_option=--include; \
572           empty_fix=; \
573         fi; \
574         list='$(SUBDIRS)'; for subdir in $$list; do \
575           if test "$$subdir" = .; then :; else \
576             test ! -f $$subdir/TAGS || \
577               set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
578           fi; \
579         done; \
580         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
581         unique=`for i in $$list; do \
582             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
583           done | \
584           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
585               END { if (nonempty) { for (i in files) print i; }; }'`; \
586         shift; \
587         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
588           test -n "$$unique" || unique=$$empty_fix; \
589           if test $$# -gt 0; then \
590             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
591               "$$@" $$unique; \
592           else \
593             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
594               $$unique; \
595           fi; \
596         fi
597 ctags: CTAGS
598 CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
599                 $(TAGS_FILES) $(LISP)
600         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
601         unique=`for i in $$list; do \
602             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
603           done | \
604           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
605               END { if (nonempty) { for (i in files) print i; }; }'`; \
606         test -z "$(CTAGS_ARGS)$$unique" \
607           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
608              $$unique
609
610 GTAGS:
611         here=`$(am__cd) $(top_builddir) && pwd` \
612           && $(am__cd) $(top_srcdir) \
613           && gtags -i $(GTAGS_ARGS) "$$here"
614
615 distclean-tags:
616         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
617 check-am: all-am
618 check: check-recursive
619 all-am: Makefile $(LTLIBRARIES) all-multi
620 installdirs: installdirs-recursive
621 installdirs-am:
622 install: install-recursive
623 install-exec: install-exec-recursive
624 install-data: install-data-recursive
625 uninstall: uninstall-recursive
626
627 install-am: all-am
628         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
629
630 installcheck: installcheck-recursive
631 install-strip:
632         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
633           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
634           `test -z '$(STRIP)' || \
635             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
636 mostlyclean-generic:
637
638 clean-generic:
639
640 distclean-generic:
641         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
642         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
643
644 maintainer-clean-generic:
645         @echo "This command is intended for maintainers to use"
646         @echo "it deletes files that may require special tools to rebuild."
647 clean: clean-multi clean-recursive
648
649 clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \
650         mostlyclean-am
651
652 distclean: distclean-multi distclean-recursive
653         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
654         -rm -rf ./$(DEPDIR)
655         -rm -f Makefile
656 distclean-am: clean-am distclean-compile distclean-generic \
657         distclean-libtool distclean-tags
658
659 dvi: dvi-recursive
660
661 dvi-am:
662
663 html: html-recursive
664
665 html-am:
666
667 info: info-recursive
668
669 info-am:
670
671 install-data-am:
672
673 install-dvi: install-dvi-recursive
674
675 install-dvi-am:
676
677 install-exec-am: install-multi
678
679 install-html: install-html-recursive
680
681 install-html-am:
682
683 install-info: install-info-recursive
684
685 install-info-am:
686
687 install-man:
688
689 install-pdf: install-pdf-recursive
690
691 install-pdf-am:
692
693 install-ps: install-ps-recursive
694
695 install-ps-am:
696
697 installcheck-am:
698
699 maintainer-clean: maintainer-clean-multi maintainer-clean-recursive
700         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
701         -rm -rf $(top_srcdir)/autom4te.cache
702         -rm -rf ./$(DEPDIR)
703         -rm -f Makefile
704 maintainer-clean-am: distclean-am maintainer-clean-generic
705
706 mostlyclean: mostlyclean-multi mostlyclean-recursive
707
708 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
709         mostlyclean-libtool
710
711 pdf: pdf-recursive
712
713 pdf-am:
714
715 ps: ps-recursive
716
717 ps-am:
718
719 uninstall-am:
720
721 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all-multi \
722         clean-multi ctags-recursive distclean-multi install-am \
723         install-multi install-strip maintainer-clean-multi \
724         mostlyclean-multi tags-recursive
725
726 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
727         all all-am all-multi am--refresh check check-am clean \
728         clean-generic clean-libtool clean-multi \
729         clean-noinstLTLIBRARIES ctags ctags-recursive distclean \
730         distclean-compile distclean-generic distclean-libtool \
731         distclean-multi distclean-tags dvi dvi-am html html-am info \
732         info-am install install-am install-data install-data-am \
733         install-dvi install-dvi-am install-exec install-exec-am \
734         install-html install-html-am install-info install-info-am \
735         install-man install-multi install-pdf install-pdf-am \
736         install-ps install-ps-am install-strip installcheck \
737         installcheck-am installdirs installdirs-am maintainer-clean \
738         maintainer-clean-generic maintainer-clean-multi mostlyclean \
739         mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
740         mostlyclean-multi pdf pdf-am ps ps-am tags tags-recursive \
741         uninstall uninstall-am
742
743 override CFLAGS := $(filter-out $(O0_CFLAGS), $(CFLAGS)) $(O0_CFLAGS)
744
745 .s.lo:
746         $(LTCOMPILE) -Wp,-P -x assembler-with-cpp -c $<
747 .S.lo:
748         $(LTCOMPILE) -Wp,-P -x assembler-with-cpp -c $<
749
750 # Tell versions [3.59,3.63) of GNU make to not export all variables.
751 # Otherwise a system limit (for SysV at least) may be exceeded.
752 .NOEXPORT: