* src/mm/boehm-gc/include/private/config.h.in,
[cacao.git] / src / mm / boehm-gc / Makefile.in
1 # Makefile.in generated by automake 1.10.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  Free Software Foundation, Inc.
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
15 @SET_MAKE@
16
17 # Copyright (c) 1999-2001 by Red Hat, Inc. All rights reserved.
18 #
19 # THIS MATERIAL IS PROVIDED AS IS, WITH ABSOLUTELY NO WARRANTY EXPRESSED
20 # OR IMPLIED.  ANY USE IS AT YOUR OWN RISK.
21 #
22 # Permission is hereby granted to use or copy this program
23 # for any purpose,  provided the above notices are retained on all copies.
24 # Permission to modify the code and to distribute modified code is granted,
25 # provided the above notices are retained, and a notice that the code was
26 # modified is included with the above copyright notice.
27 #
28 # Original author: Tom Tromey
29 # Severely truncated by Hans-J. Boehm
30 # Modified by: Grzegorz Jakacki <jakacki at acm dot org>
31 # Modified by: Petter Urkedal <petter.urkedal@nordita.dk> (2005-04)
32
33
34
35 # THIS MATERIAL IS PROVIDED AS IS, WITH ABSOLUTELY NO WARRANTY EXPRESSED
36 # OR IMPLIED.  ANY USE IS AT YOUR OWN RISK.
37
38 # Permission is hereby granted to use or copy this program
39 # for any purpose,  provided the above notices are retained on all copies.
40 # Permission to modify the code and to distribute modified code is granted,
41 # provided the above notices are retained, and a notice that the code was
42 # modified is included with the above copyright notice.
43 #
44 # Modified by: Grzegorz Jakacki <jakacki at acm dot org>
45 # Modified by: Petter Urkedal <petter.urkedal@nordita.dk>
46
47 #
48 #
49 # THIS MATERIAL IS PROVIDED AS IS, WITH ABSOLUTELY NO WARRANTY EXPRESSED
50 # OR IMPLIED.  ANY USE IS AT YOUR OWN RISK.
51 #
52 # Permission is hereby granted to use or copy this program
53 # for any purpose,  provided the above notices are retained on all copies.
54 # Permission to modify the code and to distribute modified code is granted,
55 # provided the above notices are retained, and a notice that the code was
56 # modified is included with the above copyright notice.
57
58
59
60 # THIS MATERIAL IS PROVIDED AS IS, WITH ABSOLUTELY NO WARRANTY EXPRESSED
61 # OR IMPLIED.  ANY USE IS AT YOUR OWN RISK.
62
63 # Permission is hereby granted to use or copy this program
64 # for any purpose,  provided the above notices are retained on all copies.
65 # Permission to modify the code and to distribute modified code is granted,
66 # provided the above notices are retained, and a notice that the code was
67 # modified is included with the above copyright notice.
68 #
69 # Modified by: Grzegorz Jakacki <jakacki at acm dot org>
70 # Modified by: Petter Urkedal <petter.urkedal@nordita.dk>
71
72
73
74
75 VPATH = @srcdir@
76 pkgdatadir = $(datadir)/@PACKAGE@
77 pkglibdir = $(libdir)/@PACKAGE@
78 pkgincludedir = $(includedir)/@PACKAGE@
79 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
80 install_sh_DATA = $(install_sh) -c -m 644
81 install_sh_PROGRAM = $(install_sh) -c
82 install_sh_SCRIPT = $(install_sh) -c
83 INSTALL_HEADER = $(INSTALL_DATA)
84 transform = $(program_transform_name)
85 NORMAL_INSTALL = :
86 PRE_INSTALL = :
87 POST_INSTALL = :
88 NORMAL_UNINSTALL = :
89 PRE_UNINSTALL = :
90 POST_UNINSTALL = :
91 build_triplet = @build@
92 host_triplet = @host@
93 target_triplet = @target@
94 @USE_INTERNAL_LIBATOMIC_OPS_TRUE@am__append_1 = -I$(top_builddir)/libatomic_ops/src \
95 @USE_INTERNAL_LIBATOMIC_OPS_TRUE@              -I$(top_srcdir)/libatomic_ops/src
96
97 check_PROGRAMS = gctest$(EXEEXT) leaktest$(EXEEXT) middletest$(EXEEXT) \
98         smashtest$(EXEEXT) hugetest$(EXEEXT) $(am__EXEEXT_1) \
99         $(am__EXEEXT_2) $(am__EXEEXT_3)
100
101 # C Library: Architecture Dependent
102 # ---------------------------------
103 @PTHREADS_TRUE@am__append_2 = pthread_support.c pthread_stop_world.c
104 @DARWIN_THREADS_TRUE@am__append_3 = darwin_stop_world.c
105 @WIN32_THREADS_TRUE@am__append_4 = win32_threads.c
106
107 # C++ Interface
108 # -------------
109 @CPLUSPLUS_TRUE@am__append_5 = libgccpp.la
110 @CPLUSPLUS_TRUE@am__append_6 = include/gc_cpp.h include/gc_allocator.h
111 DIST_COMMON = $(am__configure_deps) $(am__pkginclude_HEADERS_DIST) \
112         $(dist_noinst_HEADERS) $(dist_noinst_SCRIPTS) \
113         $(dist_pkgdata_DATA) $(include_HEADERS) $(srcdir)/Makefile.am \
114         $(srcdir)/Makefile.in $(srcdir)/bdw-gc.pc.in \
115         $(srcdir)/cord/cord.am $(srcdir)/doc/doc.am \
116         $(srcdir)/include/include.am $(srcdir)/tests/tests.am \
117         $(top_srcdir)/configure \
118         $(top_srcdir)/include/private/config.h.in ChangeLog compile \
119         config.guess config.sub depcomp install-sh ltmain.sh missing \
120         mkinstalldirs
121 @KEEP_BACK_PTRS_TRUE@am__append_7 = tracetest$(EXEEXT)
122 @KEEP_BACK_PTRS_TRUE@am__append_8 = tracetest
123 @THREADS_TRUE@am__append_9 = threadleaktest$(EXEEXT)
124 @THREADS_TRUE@am__append_10 = threadleaktest
125 @CPLUSPLUS_TRUE@am__append_11 = test_cpp$(EXEEXT)
126 @CPLUSPLUS_TRUE@am__append_12 = test_cpp
127 subdir = .
128 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
129 am__aclocal_m4_deps = $(top_srcdir)/configure.ac
130 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
131         $(ACLOCAL_M4)
132 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
133  configure.lineno config.status.lineno
134 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
135 CONFIG_HEADER = $(top_builddir)/include/private/config.h
136 CONFIG_CLEAN_FILES = bdw-gc.pc
137 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
138 am__vpath_adj = case $$p in \
139     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
140     *) f=$$p;; \
141   esac;
142 am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
143 am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(pkgdatadir)" \
144         "$(DESTDIR)$(pkgconfigdir)" "$(DESTDIR)$(includedir)" \
145         "$(DESTDIR)$(pkgincludedir)"
146 libLTLIBRARIES_INSTALL = $(INSTALL)
147 LTLIBRARIES = $(lib_LTLIBRARIES) $(noinst_LTLIBRARIES)
148 libcord_la_DEPENDENCIES = $(top_builddir)/libgc.la
149 am_libcord_la_OBJECTS = cordbscs.lo cordprnt.lo cordtest.lo \
150         cordxtra.lo
151 libcord_la_OBJECTS = $(am_libcord_la_OBJECTS)
152 libcord_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
153         $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
154         $(libcord_la_LDFLAGS) $(LDFLAGS) -o $@
155 am__DEPENDENCIES_1 =
156 am__libgc_la_SOURCES_DIST = allchblk.c alloc.c blacklst.c checksums.c \
157         dbg_mlc.c dyn_load.c finalize.c gc_dlopen.c gcj_mlc.c \
158         headers.c malloc.c mallocx.c mark.c mark_rts.c misc.c \
159         new_hblk.c obj_map.c os_dep.c pcr_interface.c ptr_chck.c \
160         real_malloc.c reclaim.c specific.c stubborn.c typd_mlc.c \
161         backgraph.c thread_local_alloc.c pthread_support.c \
162         pthread_stop_world.c darwin_stop_world.c win32_threads.c
163 @PTHREADS_TRUE@am__objects_1 = pthread_support.lo \
164 @PTHREADS_TRUE@ pthread_stop_world.lo
165 @DARWIN_THREADS_TRUE@am__objects_2 = darwin_stop_world.lo
166 @WIN32_THREADS_TRUE@am__objects_3 = win32_threads.lo
167 am_libgc_la_OBJECTS = allchblk.lo alloc.lo blacklst.lo checksums.lo \
168         dbg_mlc.lo dyn_load.lo finalize.lo gc_dlopen.lo gcj_mlc.lo \
169         headers.lo malloc.lo mallocx.lo mark.lo mark_rts.lo misc.lo \
170         new_hblk.lo obj_map.lo os_dep.lo pcr_interface.lo ptr_chck.lo \
171         real_malloc.lo reclaim.lo specific.lo stubborn.lo typd_mlc.lo \
172         backgraph.lo thread_local_alloc.lo $(am__objects_1) \
173         $(am__objects_2) $(am__objects_3)
174 @NEED_ATOMIC_OPS_ASM_FALSE@@USE_INTERNAL_LIBATOMIC_OPS_TRUE@nodist_libgc_la_OBJECTS = atomic_ops.lo
175 @NEED_ATOMIC_OPS_ASM_TRUE@nodist_libgc_la_OBJECTS =  \
176 @NEED_ATOMIC_OPS_ASM_TRUE@      atomic_ops_sysdeps.lo
177 libgc_la_OBJECTS = $(am_libgc_la_OBJECTS) $(nodist_libgc_la_OBJECTS)
178 libgc_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
179         --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(libgc_la_LDFLAGS) \
180         $(LDFLAGS) -o $@
181 @CPLUSPLUS_TRUE@libgccpp_la_DEPENDENCIES = ./libgc.la
182 am__libgccpp_la_SOURCES_DIST = gc_cpp.cc
183 @CPLUSPLUS_TRUE@am_libgccpp_la_OBJECTS = gc_cpp.lo
184 libgccpp_la_OBJECTS = $(am_libgccpp_la_OBJECTS)
185 libgccpp_la_LINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) \
186         $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \
187         $(CXXFLAGS) $(libgccpp_la_LDFLAGS) $(LDFLAGS) -o $@
188 @CPLUSPLUS_TRUE@am_libgccpp_la_rpath = -rpath $(libdir)
189 @KEEP_BACK_PTRS_TRUE@am__EXEEXT_1 = tracetest$(EXEEXT)
190 @THREADS_TRUE@am__EXEEXT_2 = threadleaktest$(EXEEXT)
191 @CPLUSPLUS_TRUE@am__EXEEXT_3 = test_cpp$(EXEEXT)
192 am_gctest_OBJECTS = test.$(OBJEXT)
193 gctest_OBJECTS = $(am_gctest_OBJECTS)
194 am__DEPENDENCIES_2 = $(top_builddir)/libgc.la $(am__DEPENDENCIES_1)
195 am_hugetest_OBJECTS = huge_test.$(OBJEXT)
196 hugetest_OBJECTS = $(am_hugetest_OBJECTS)
197 hugetest_DEPENDENCIES = $(am__DEPENDENCIES_2)
198 am_leaktest_OBJECTS = leak_test.$(OBJEXT)
199 leaktest_OBJECTS = $(am_leaktest_OBJECTS)
200 leaktest_DEPENDENCIES = $(am__DEPENDENCIES_2)
201 am_middletest_OBJECTS = middle.$(OBJEXT)
202 middletest_OBJECTS = $(am_middletest_OBJECTS)
203 middletest_DEPENDENCIES = $(am__DEPENDENCIES_2)
204 am_smashtest_OBJECTS = smash_test.$(OBJEXT)
205 smashtest_OBJECTS = $(am_smashtest_OBJECTS)
206 smashtest_DEPENDENCIES = $(am__DEPENDENCIES_2)
207 am__test_cpp_SOURCES_DIST = tests/test_cpp.cc
208 @CPLUSPLUS_TRUE@am_test_cpp_OBJECTS = test_cpp.$(OBJEXT)
209 test_cpp_OBJECTS = $(am_test_cpp_OBJECTS)
210 @AVOID_CPP_LIB_FALSE@@CPLUSPLUS_TRUE@test_cpp_DEPENDENCIES =  \
211 @AVOID_CPP_LIB_FALSE@@CPLUSPLUS_TRUE@   libgccpp.la \
212 @AVOID_CPP_LIB_FALSE@@CPLUSPLUS_TRUE@   $(am__DEPENDENCIES_2)
213 @AVOID_CPP_LIB_TRUE@@CPLUSPLUS_TRUE@test_cpp_DEPENDENCIES = gc_cpp.o \
214 @AVOID_CPP_LIB_TRUE@@CPLUSPLUS_TRUE@    $(am__DEPENDENCIES_2)
215 am__threadleaktest_SOURCES_DIST = tests/thread_leak_test.c
216 @THREADS_TRUE@am_threadleaktest_OBJECTS = thread_leak_test.$(OBJEXT)
217 threadleaktest_OBJECTS = $(am_threadleaktest_OBJECTS)
218 @THREADS_TRUE@threadleaktest_DEPENDENCIES = $(am__DEPENDENCIES_2)
219 am__tracetest_SOURCES_DIST = tests/trace_test.c
220 @KEEP_BACK_PTRS_TRUE@am_tracetest_OBJECTS = trace_test.$(OBJEXT)
221 tracetest_OBJECTS = $(am_tracetest_OBJECTS)
222 @KEEP_BACK_PTRS_TRUE@tracetest_DEPENDENCIES = $(am__DEPENDENCIES_2)
223 SCRIPTS = $(dist_noinst_SCRIPTS)
224 DEFAULT_INCLUDES = 
225 depcomp = $(SHELL) $(top_srcdir)/depcomp
226 am__depfiles_maybe = depfiles
227 CPPASCOMPILE = $(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
228         $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS)
229 LTCPPASCOMPILE = $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
230         --mode=compile $(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
231         $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS)
232 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
233         $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
234 LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
235         --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
236         $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
237 CCLD = $(CC)
238 LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
239         --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
240         $(LDFLAGS) -o $@
241 CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
242         $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
243 LTCXXCOMPILE = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
244         --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
245         $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
246 CXXLD = $(CXX)
247 CXXLINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
248         --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) \
249         $(LDFLAGS) -o $@
250 CCASCOMPILE = $(CCAS) $(AM_CCASFLAGS) $(CCASFLAGS)
251 LTCCASCOMPILE = $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
252         --mode=compile $(CCAS) $(AM_CCASFLAGS) $(CCASFLAGS)
253 SOURCES = $(libcord_la_SOURCES) $(libgc_la_SOURCES) \
254         $(EXTRA_libgc_la_SOURCES) $(nodist_libgc_la_SOURCES) \
255         $(libgccpp_la_SOURCES) $(gctest_SOURCES) $(hugetest_SOURCES) \
256         $(leaktest_SOURCES) $(middletest_SOURCES) $(smashtest_SOURCES) \
257         $(test_cpp_SOURCES) $(threadleaktest_SOURCES) \
258         $(tracetest_SOURCES)
259 DIST_SOURCES = $(libcord_la_SOURCES) $(am__libgc_la_SOURCES_DIST) \
260         $(EXTRA_libgc_la_SOURCES) $(am__libgccpp_la_SOURCES_DIST) \
261         $(gctest_SOURCES) $(hugetest_SOURCES) $(leaktest_SOURCES) \
262         $(middletest_SOURCES) $(smashtest_SOURCES) \
263         $(am__test_cpp_SOURCES_DIST) \
264         $(am__threadleaktest_SOURCES_DIST) \
265         $(am__tracetest_SOURCES_DIST)
266 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
267         html-recursive info-recursive install-data-recursive \
268         install-dvi-recursive install-exec-recursive \
269         install-html-recursive install-info-recursive \
270         install-pdf-recursive install-ps-recursive install-recursive \
271         installcheck-recursive installdirs-recursive pdf-recursive \
272         ps-recursive uninstall-recursive
273 dist_pkgdataDATA_INSTALL = $(INSTALL_DATA)
274 pkgconfigDATA_INSTALL = $(INSTALL_DATA)
275 DATA = $(dist_pkgdata_DATA) $(pkgconfig_DATA)
276 includeHEADERS_INSTALL = $(INSTALL_HEADER)
277 am__pkginclude_HEADERS_DIST = include/gc_cpp.h include/gc_allocator.h \
278         include/gc.h include/gc_typed.h include/gc_inline.h \
279         include/gc_mark.h include/weakpointer.h include/new_gc_alloc.h \
280         include/gc_backptr.h include/gc_gcj.h include/leak_detector.h \
281         include/gc_amiga_redirects.h include/gc_pthread_redirects.h \
282         include/gc_config_macros.h include/gc_tiny_fl.h \
283         include/gc_version.h include/cord.h
284 pkgincludeHEADERS_INSTALL = $(INSTALL_HEADER)
285 HEADERS = $(dist_noinst_HEADERS) $(include_HEADERS) \
286         $(pkginclude_HEADERS)
287 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
288   distclean-recursive maintainer-clean-recursive
289 ETAGS = etags
290 CTAGS = ctags
291 DIST_SUBDIRS = $(SUBDIRS)
292 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
293 distdir = $(PACKAGE)-$(VERSION)
294 top_distdir = $(distdir)
295 am__remove_distdir = \
296   { test ! -d $(distdir) \
297     || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
298          && rm -fr $(distdir); }; }
299 DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.bz2
300 GZIP_ENV = --best
301 distuninstallcheck_listfiles = find . -type f -print
302 distcleancheck_listfiles = find . -type f -print
303 ACLOCAL = @ACLOCAL@
304 AMTAR = @AMTAR@
305 AR = @AR@
306 ATOMIC_OPS_LIBS = @ATOMIC_OPS_LIBS@
307 AUTOCONF = @AUTOCONF@
308 AUTOHEADER = @AUTOHEADER@
309 AUTOMAKE = @AUTOMAKE@
310 AWK = @AWK@
311 CC = @CC@
312 CCAS = @CCAS@
313 CCASDEPMODE = @CCASDEPMODE@
314 CCASFLAGS = @CCASFLAGS@ $(DEFS)
315 CCDEPMODE = @CCDEPMODE@
316 CFLAGS = @CFLAGS@
317 CPP = @CPP@
318 CPPFLAGS = @CPPFLAGS@
319 CXX = @CXX@
320 CXXCPP = @CXXCPP@
321 CXXDEPMODE = @CXXDEPMODE@
322 CXXFLAGS = @CXXFLAGS@
323 CXXINCLUDES = @CXXINCLUDES@
324 CYGPATH_W = @CYGPATH_W@
325 DEFS = @DEFS@
326 DEPDIR = @DEPDIR@
327 DSYMUTIL = @DSYMUTIL@
328 ECHO = @ECHO@
329 ECHO_C = @ECHO_C@
330 ECHO_N = @ECHO_N@
331 ECHO_T = @ECHO_T@
332 EGREP = @EGREP@
333 EXEEXT = @EXEEXT@
334 EXTRA_TEST_LIBS = @EXTRA_TEST_LIBS@
335 F77 = @F77@
336 FFLAGS = @FFLAGS@
337 GC_CFLAGS = @GC_CFLAGS@
338 GC_VERSION = @GC_VERSION@
339 GREP = @GREP@
340 INCLUDES = @INCLUDES@
341 INSTALL = @INSTALL@
342 INSTALL_DATA = @INSTALL_DATA@
343 INSTALL_PROGRAM = @INSTALL_PROGRAM@
344 INSTALL_SCRIPT = @INSTALL_SCRIPT@
345 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
346 LDFLAGS = @LDFLAGS@
347 LIBOBJS = @LIBOBJS@
348 LIBS = @LIBS@
349 LIBTOOL = @LIBTOOL@
350 LN_S = @LN_S@
351 LTLIBOBJS = @LTLIBOBJS@
352 MAINT = @MAINT@
353 MAKEINFO = @MAKEINFO@
354 MKDIR_P = @MKDIR_P@
355 NMEDIT = @NMEDIT@
356 OBJEXT = @OBJEXT@
357 PACKAGE = @PACKAGE@
358 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
359 PACKAGE_NAME = @PACKAGE_NAME@
360 PACKAGE_STRING = @PACKAGE_STRING@
361 PACKAGE_TARNAME = @PACKAGE_TARNAME@
362 PACKAGE_VERSION = @PACKAGE_VERSION@
363 PATH_SEPARATOR = @PATH_SEPARATOR@
364 RANLIB = @RANLIB@
365 SED = @SED@
366 SET_MAKE = @SET_MAKE@
367 SHELL = @SHELL@
368 STRIP = @STRIP@
369 THREADDLLIBS = @THREADDLLIBS@
370 UNWINDLIBS = @UNWINDLIBS@
371 VERSION = @VERSION@
372 abs_builddir = @abs_builddir@
373 abs_srcdir = @abs_srcdir@
374 abs_top_builddir = @abs_top_builddir@
375 abs_top_srcdir = @abs_top_srcdir@
376 ac_ct_CC = @ac_ct_CC@
377 ac_ct_CXX = @ac_ct_CXX@
378 ac_ct_F77 = @ac_ct_F77@
379 addlibs = @addlibs@
380 addobjs = @addobjs@
381 am__include = @am__include@
382 am__leading_dot = @am__leading_dot@
383 am__quote = @am__quote@
384 am__tar = @am__tar@
385 am__untar = @am__untar@
386 bindir = @bindir@
387 build = @build@
388 build_alias = @build_alias@
389 build_cpu = @build_cpu@
390 build_os = @build_os@
391 build_vendor = @build_vendor@
392 builddir = @builddir@
393 datadir = @datadir@
394 datarootdir = @datarootdir@
395 docdir = @docdir@
396 dvidir = @dvidir@
397 exec_prefix = @exec_prefix@
398 extra_ldflags_libgc = @extra_ldflags_libgc@
399 host = @host@
400 host_alias = @host_alias@
401 host_cpu = @host_cpu@
402 host_os = @host_os@
403 host_vendor = @host_vendor@
404 htmldir = @htmldir@
405 includedir = @includedir@
406 infodir = @infodir@
407 install_sh = @install_sh@
408 libdir = @libdir@
409 libexecdir = @libexecdir@
410 localedir = @localedir@
411 localstatedir = @localstatedir@
412 mandir = @mandir@
413 mkdir_p = @mkdir_p@
414 oldincludedir = @oldincludedir@
415 pdfdir = @pdfdir@
416 prefix = @prefix@
417 program_transform_name = @program_transform_name@
418 psdir = @psdir@
419 sbindir = @sbindir@
420 sharedstatedir = @sharedstatedir@
421 srcdir = @srcdir@
422 subdirs = @subdirs@
423 sysconfdir = @sysconfdir@
424 target = @target@
425 target_alias = @target_alias@
426 target_all = @target_all@
427 target_cpu = @target_cpu@
428 target_os = @target_os@
429 target_vendor = @target_vendor@
430 top_build_prefix = @top_build_prefix@
431 top_builddir = @top_builddir@
432 top_srcdir = @top_srcdir@
433
434 # We currently use the source files directly from libatomic_ops, if we
435 # use the internal version.  This is done since libatomic_ops doesn't
436 # use libtool, since it has no real use for it.  But that seems to make
437 # it hard to use either the resulting object files or libraries.
438 # Thus there seems too be no real reason to recursively build in the
439 # libatomic_ops directory.
440 # if USE_INTERNAL_LIBATOMICS_OPS
441 # SUBDIRS = @maybe_libatomic_ops@
442 # else
443 # SUBDIRS =
444 # endif
445 SUBDIRS = 
446 ACLOCAL_AMFLAGS = -I m4
447 AM_CPPFLAGS = -I$(top_builddir)/include -I$(top_srcdir)/include \
448         $(am__append_1)
449
450 # Initialize variables so that we can declare files locally.
451
452 # FIXME: If Visual C++ users use Makefile.am, this should go into
453 # pkginclude_HEADERS with proper AM_CONDITIONALization.  Otherwise
454 # delete this comment.
455
456 # headers which are not installed
457 # (see include/include.am for more)
458 #
459
460 # documentation which is not installed
461 #
462
463 # other makefiles
464 # :GOTCHA: deliberately we do not include 'Makefile'
465
466 # files used by makefiles other than Makefile.am
467 #
468
469 # The libatomic_ops library.  This is not ideal, since we pick up junk from
470 # there.
471 EXTRA_DIST = gc_cpp.cpp README.QUICK BCC_MAKEFILE NT_MAKEFILE \
472         OS2_MAKEFILE PCR-Makefile digimars.mak EMX_MAKEFILE \
473         Makefile.direct Makefile.dj Makefile.DLLs SMakefile.amiga \
474         WCC_MAKEFILE build_atomic_ops.sh build_atomic_ops.sh.cygwin \
475         NT_STATIC_THREADS_MAKEFILE NT_X64_STATIC_THREADS_MAKEFILE \
476         NT_X64_THREADS_MAKEFILE extra/add_gc_prefix.c extra/gc.c \
477         extra/gcname.c extra/if_mach.c extra/if_not_there.c \
478         hpux_test_and_clear.s gc.mak extra/MacOS.c MacProjects.sit.hqx \
479         mach_dep.c extra/setjmp_t.c extra/threadlibs.c extra/AmigaOS.c \
480         Mac_files/datastart.c Mac_files/dataend.c \
481         Mac_files/MacOS_config.h Mac_files/MacOS_Test_config.h \
482         include/private/msvc_dbg.h extra/msvc_dbg.c libatomic_ops \
483         cord/cordbscs.c cord/cordtest.c cord/de.c cord/cordprnt.c \
484         cord/cordxtra.c cord/de_cmds.h cord/de_win.h cord/de_win.c \
485         cord/de_win.RC cord/de_win.ICO
486 lib_LTLIBRARIES = $(am__append_5) libcord.la
487
488 # C Library
489 # ---------
490 noinst_LTLIBRARIES = libgc.la
491
492 # unprefixed header
493 include_HEADERS = include/extra/gc.h include/extra/gc_cpp.h
494
495 # installed headers
496 #
497 pkginclude_HEADERS = $(am__append_6) include/gc.h include/gc_typed.h \
498         include/gc_inline.h include/gc_mark.h include/gc_cpp.h \
499         include/weakpointer.h include/new_gc_alloc.h \
500         include/gc_allocator.h include/gc_backptr.h include/gc_gcj.h \
501         include/leak_detector.h include/gc_amiga_redirects.h \
502         include/gc_pthread_redirects.h include/gc_config_macros.h \
503         include/gc_tiny_fl.h include/gc_version.h include/cord.h
504
505 # headers which are not installed
506 #
507 dist_noinst_HEADERS = include/private/gc_hdrs.h \
508         include/private/gc_priv.h include/private/gcconfig.h \
509         include/private/gc_pmark.h include/private/gc_locks.h \
510         include/private/dbg_mlc.h include/private/specific.h \
511         include/private/cord_pos.h include/private/pthread_support.h \
512         include/private/pthread_stop_world.h \
513         include/private/darwin_semaphore.h \
514         include/private/darwin_stop_world.h \
515         include/private/thread_local_alloc.h include/cord.h \
516         include/ec.h include/javaxfc.h
517 TESTS = gctest$(EXEEXT) leaktest$(EXEEXT) middletest$(EXEEXT) \
518         smashtest$(EXEEXT) hugetest$(EXEEXT) $(am__append_7) \
519         $(am__append_9) $(am__append_11)
520 pkgconfigdir = $(libdir)/pkgconfig
521 pkgconfig_DATA = bdw-gc.pc
522 libgc_la_SOURCES = allchblk.c alloc.c blacklst.c checksums.c dbg_mlc.c \
523         dyn_load.c finalize.c gc_dlopen.c gcj_mlc.c headers.c malloc.c \
524         mallocx.c mark.c mark_rts.c misc.c new_hblk.c obj_map.c \
525         os_dep.c pcr_interface.c ptr_chck.c real_malloc.c reclaim.c \
526         specific.c stubborn.c typd_mlc.c backgraph.c \
527         thread_local_alloc.c $(am__append_2) $(am__append_3) \
528         $(am__append_4)
529 @NEED_ATOMIC_OPS_ASM_TRUE@nodist_libgc_la_SOURCES = libatomic_ops/src/atomic_ops_sysdeps.S
530 @USE_INTERNAL_LIBATOMIC_OPS_TRUE@nodist_libgc_la_SOURCES = libatomic_ops/src/atomic_ops.c
531
532 # Include THREADDLLIBS here to ensure that the correct versions of
533 # linuxthread semaphore functions get linked:
534 libgc_la_LIBADD = @addobjs@ $(THREADDLLIBS) $(UNWINDLIBS) $(ATOMIC_OPS_LIBS)
535 libgc_la_DEPENDENCIES = @addobjs@
536 libgc_la_LDFLAGS = $(extra_ldflags_libgc) -version-info 1:3:0 -no-undefined
537 EXTRA_libgc_la_SOURCES = alpha_mach_dep.S \
538     mips_sgi_mach_dep.s mips_ultrix_mach_dep.s \
539     rs6000_mach_dep.s sparc_mach_dep.S sparc_netbsd_mach_dep.s \
540     sparc_sunos4_mach_dep.s ia64_save_regs_in_stack.s
541
542 @CPLUSPLUS_TRUE@libgccpp_la_SOURCES = gc_cpp.cc
543 @CPLUSPLUS_TRUE@libgccpp_la_LIBADD = ./libgc.la
544 @CPLUSPLUS_TRUE@libgccpp_la_LDFLAGS = -version-info 1:3:0 -no-undefined
545
546 # Misc
547 # ----
548 AM_CXXFLAGS = @GC_CFLAGS@
549 AM_CFLAGS = @GC_CFLAGS@
550 @COMPILER_XLC_FALSE@ASM_CPP_OPTIONS = -Wp,-P -x assembler-with-cpp
551
552 #all_objs = @addobjs@ $(libgc_la_OBJECTS)
553 #$(all_objs) : include/private/gcconfig.h include/private/gc_priv.h \
554 #include/private/gc_hdrs.h include/gc.h include/gc_gcj.h \
555 #include/gc_pthread_redirects.h include/gc_config_macros.h \
556 #include/private/thread_local_alloc.h include/private_support.h \
557 #include/private/pthread_stop_world.h \
558 #include/gc_mark.h @addincludes@
559 @COMPILER_XLC_TRUE@ASM_CPP_OPTIONS = 
560 dist_noinst_SCRIPTS = callprocs configure.host
561
562 # this is an auxiliary shell file used by Makefile and Makefile.direct
563 #
564 CONFIG_STATUS_DEPENDENCIES = $(srcdir)/configure.host
565 libcord_la_LIBADD = $(top_builddir)/libgc.la
566 libcord_la_LDFLAGS = -version-info 1:3:0 -no-undefined
567 libcord_la_SOURCES = \
568         cord/cordbscs.c                         \
569         cord/cordprnt.c                         \
570         cord/cordtest.c                         \
571         cord/cordxtra.c                         
572
573
574 # Common libs to _LDADD for all tests.
575 test_ldadd = $(top_builddir)/libgc.la $(EXTRA_TEST_LIBS)
576 gctest_SOURCES = tests/test.c
577 gctest_LDADD = $(test_ldadd)
578 gctest_DEPENDENCIES = $(top_builddir)/libgc.la
579 leaktest_SOURCES = tests/leak_test.c
580 leaktest_LDADD = $(test_ldadd)
581 middletest_SOURCES = tests/middle.c
582 middletest_LDADD = $(test_ldadd)
583 smashtest_SOURCES = tests/smash_test.c
584 smashtest_LDADD = $(test_ldadd)
585 hugetest_SOURCES = tests/huge_test.c
586 hugetest_LDADD = $(test_ldadd)
587 @KEEP_BACK_PTRS_TRUE@tracetest_SOURCES = tests/trace_test.c
588 @KEEP_BACK_PTRS_TRUE@tracetest_LDADD = $(test_ldadd)
589 @THREADS_TRUE@threadleaktest_SOURCES = tests/thread_leak_test.c
590 @THREADS_TRUE@threadleaktest_LDADD = $(test_ldadd)
591 @CPLUSPLUS_TRUE@test_cpp_SOURCES = tests/test_cpp.cc
592 @AVOID_CPP_LIB_FALSE@@CPLUSPLUS_TRUE@test_cpp_LDADD = libgccpp.la $(test_ldadd)
593 @AVOID_CPP_LIB_TRUE@@CPLUSPLUS_TRUE@test_cpp_LDADD = gc_cpp.o $(test_ldadd)
594
595 # installed documentation
596 #
597 dist_pkgdata_DATA = \
598         doc/barrett_diagram \
599         doc/debugging.html \
600         doc/gc.man \
601         doc/gcdescr.html \
602         doc/README \
603         doc/README.amiga \
604         doc/README.arm.cross \
605         doc/README.autoconf \
606         doc/README.changes \
607         doc/README.contributors \
608         doc/README.cords \
609         doc/README.DGUX386 \
610         doc/README.dj \
611         doc/README.environment \
612         doc/README.ews4800 \
613         doc/README.hp \
614         doc/README.linux \
615         doc/README.Mac \
616         doc/README.MacOSX \
617         doc/README.macros \
618         doc/README.OS2 \
619         doc/README.rs6000 \
620         doc/README.sgi \
621         doc/README.solaris2 \
622         doc/README.uts \
623         doc/README.win32 \
624         doc/README.win64 \
625         doc/overview.html \
626         doc/tree.html \
627         doc/leak.html \
628         doc/gcinterface.html \
629         doc/scale.html \
630         doc/README.darwin \
631         doc/simple_example.html \
632         doc/porting.html
633
634 all: all-recursive
635
636 .SUFFIXES:
637 .SUFFIXES: .S .c .cc .lo .o .obj .s
638 am--refresh:
639         @:
640 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(srcdir)/include/include.am $(srcdir)/cord/cord.am $(srcdir)/tests/tests.am $(srcdir)/doc/doc.am $(am__configure_deps)
641         @for dep in $?; do \
642           case '$(am__configure_deps)' in \
643             *$$dep*) \
644               echo ' cd $(srcdir) && $(AUTOMAKE) --foreign '; \
645               cd $(srcdir) && $(AUTOMAKE) --foreign  \
646                 && exit 0; \
647               exit 1;; \
648           esac; \
649         done; \
650         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  Makefile'; \
651         cd $(top_srcdir) && \
652           $(AUTOMAKE) --foreign  Makefile
653 .PRECIOUS: Makefile
654 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
655         @case '$?' in \
656           *config.status*) \
657             echo ' $(SHELL) ./config.status'; \
658             $(SHELL) ./config.status;; \
659           *) \
660             echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
661             cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
662         esac;
663
664 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
665         $(SHELL) ./config.status --recheck
666
667 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
668         cd $(srcdir) && $(AUTOCONF)
669 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
670         cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
671
672 include/private/config.h: include/private/stamp-h1
673         @if test ! -f $@; then \
674           rm -f include/private/stamp-h1; \
675           $(MAKE) $(AM_MAKEFLAGS) include/private/stamp-h1; \
676         else :; fi
677
678 include/private/stamp-h1: $(top_srcdir)/include/private/config.h.in $(top_builddir)/config.status
679         @rm -f include/private/stamp-h1
680         cd $(top_builddir) && $(SHELL) ./config.status include/private/config.h
681 $(top_srcdir)/include/private/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 
682         cd $(top_srcdir) && $(AUTOHEADER)
683         rm -f include/private/stamp-h1
684         touch $@
685
686 distclean-hdr:
687         -rm -f include/private/config.h include/private/stamp-h1
688 bdw-gc.pc: $(top_builddir)/config.status $(srcdir)/bdw-gc.pc.in
689         cd $(top_builddir) && $(SHELL) ./config.status $@
690 install-libLTLIBRARIES: $(lib_LTLIBRARIES)
691         @$(NORMAL_INSTALL)
692         test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)"
693         @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
694           if test -f $$p; then \
695             f=$(am__strip_dir) \
696             echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libdir)/$$f'"; \
697             $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libdir)/$$f"; \
698           else :; fi; \
699         done
700
701 uninstall-libLTLIBRARIES:
702         @$(NORMAL_UNINSTALL)
703         @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
704           p=$(am__strip_dir) \
705           echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$p'"; \
706           $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$p"; \
707         done
708
709 clean-libLTLIBRARIES:
710         -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
711         @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
712           dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
713           test "$$dir" != "$$p" || dir=.; \
714           echo "rm -f \"$${dir}/so_locations\""; \
715           rm -f "$${dir}/so_locations"; \
716         done
717
718 clean-noinstLTLIBRARIES:
719         -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
720         @list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
721           dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
722           test "$$dir" != "$$p" || dir=.; \
723           echo "rm -f \"$${dir}/so_locations\""; \
724           rm -f "$${dir}/so_locations"; \
725         done
726 libcord.la: $(libcord_la_OBJECTS) $(libcord_la_DEPENDENCIES) 
727         $(libcord_la_LINK) -rpath $(libdir) $(libcord_la_OBJECTS) $(libcord_la_LIBADD) $(LIBS)
728 libgc.la: $(libgc_la_OBJECTS) $(libgc_la_DEPENDENCIES) 
729         $(libgc_la_LINK)  $(libgc_la_OBJECTS) $(libgc_la_LIBADD) $(LIBS)
730 libgccpp.la: $(libgccpp_la_OBJECTS) $(libgccpp_la_DEPENDENCIES) 
731         $(libgccpp_la_LINK) $(am_libgccpp_la_rpath) $(libgccpp_la_OBJECTS) $(libgccpp_la_LIBADD) $(LIBS)
732
733 clean-checkPROGRAMS:
734         @list='$(check_PROGRAMS)'; for p in $$list; do \
735           f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
736           echo " rm -f $$p $$f"; \
737           rm -f $$p $$f ; \
738         done
739 gctest$(EXEEXT): $(gctest_OBJECTS) $(gctest_DEPENDENCIES) 
740         @rm -f gctest$(EXEEXT)
741         $(LINK) $(gctest_OBJECTS) $(gctest_LDADD) $(LIBS)
742 hugetest$(EXEEXT): $(hugetest_OBJECTS) $(hugetest_DEPENDENCIES) 
743         @rm -f hugetest$(EXEEXT)
744         $(LINK) $(hugetest_OBJECTS) $(hugetest_LDADD) $(LIBS)
745 leaktest$(EXEEXT): $(leaktest_OBJECTS) $(leaktest_DEPENDENCIES) 
746         @rm -f leaktest$(EXEEXT)
747         $(LINK) $(leaktest_OBJECTS) $(leaktest_LDADD) $(LIBS)
748 middletest$(EXEEXT): $(middletest_OBJECTS) $(middletest_DEPENDENCIES) 
749         @rm -f middletest$(EXEEXT)
750         $(LINK) $(middletest_OBJECTS) $(middletest_LDADD) $(LIBS)
751 smashtest$(EXEEXT): $(smashtest_OBJECTS) $(smashtest_DEPENDENCIES) 
752         @rm -f smashtest$(EXEEXT)
753         $(LINK) $(smashtest_OBJECTS) $(smashtest_LDADD) $(LIBS)
754 test_cpp$(EXEEXT): $(test_cpp_OBJECTS) $(test_cpp_DEPENDENCIES) 
755         @rm -f test_cpp$(EXEEXT)
756         $(CXXLINK) $(test_cpp_OBJECTS) $(test_cpp_LDADD) $(LIBS)
757 threadleaktest$(EXEEXT): $(threadleaktest_OBJECTS) $(threadleaktest_DEPENDENCIES) 
758         @rm -f threadleaktest$(EXEEXT)
759         $(LINK) $(threadleaktest_OBJECTS) $(threadleaktest_LDADD) $(LIBS)
760 tracetest$(EXEEXT): $(tracetest_OBJECTS) $(tracetest_DEPENDENCIES) 
761         @rm -f tracetest$(EXEEXT)
762         $(LINK) $(tracetest_OBJECTS) $(tracetest_LDADD) $(LIBS)
763
764 mostlyclean-compile:
765         -rm -f *.$(OBJEXT)
766
767 distclean-compile:
768         -rm -f *.tab.c
769
770 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/allchblk.Plo@am__quote@
771 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/alloc.Plo@am__quote@
772 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/alpha_mach_dep.Plo@am__quote@
773 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/atomic_ops.Plo@am__quote@
774 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/atomic_ops_sysdeps.Plo@am__quote@
775 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/backgraph.Plo@am__quote@
776 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/blacklst.Plo@am__quote@
777 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/checksums.Plo@am__quote@
778 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cordbscs.Plo@am__quote@
779 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cordprnt.Plo@am__quote@
780 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cordtest.Plo@am__quote@
781 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cordxtra.Plo@am__quote@
782 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/darwin_stop_world.Plo@am__quote@
783 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dbg_mlc.Plo@am__quote@
784 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dyn_load.Plo@am__quote@
785 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/finalize.Plo@am__quote@
786 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gc_cpp.Plo@am__quote@
787 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gc_dlopen.Plo@am__quote@
788 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gcj_mlc.Plo@am__quote@
789 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/headers.Plo@am__quote@
790 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/huge_test.Po@am__quote@
791 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/leak_test.Po@am__quote@
792 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/malloc.Plo@am__quote@
793 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mallocx.Plo@am__quote@
794 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mark.Plo@am__quote@
795 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mark_rts.Plo@am__quote@
796 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/middle.Po@am__quote@
797 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/misc.Plo@am__quote@
798 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/new_hblk.Plo@am__quote@
799 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/obj_map.Plo@am__quote@
800 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/os_dep.Plo@am__quote@
801 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pcr_interface.Plo@am__quote@
802 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pthread_stop_world.Plo@am__quote@
803 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pthread_support.Plo@am__quote@
804 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ptr_chck.Plo@am__quote@
805 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/real_malloc.Plo@am__quote@
806 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/reclaim.Plo@am__quote@
807 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/smash_test.Po@am__quote@
808 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sparc_mach_dep.Plo@am__quote@
809 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/specific.Plo@am__quote@
810 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/stubborn.Plo@am__quote@
811 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test.Po@am__quote@
812 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_cpp.Po@am__quote@
813 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/thread_leak_test.Po@am__quote@
814 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/thread_local_alloc.Plo@am__quote@
815 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/trace_test.Po@am__quote@
816 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/typd_mlc.Plo@am__quote@
817 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/win32_threads.Plo@am__quote@
818
819 .S.o:
820 @am__fastdepCCAS_TRUE@  $(CPPASCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
821 @am__fastdepCCAS_TRUE@  mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
822 @AMDEP_TRUE@@am__fastdepCCAS_FALSE@     source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
823 @AMDEP_TRUE@@am__fastdepCCAS_FALSE@     DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@
824 @am__fastdepCCAS_FALSE@ $(CPPASCOMPILE) -c -o $@ $<
825
826 .S.obj:
827 @am__fastdepCCAS_TRUE@  $(CPPASCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
828 @am__fastdepCCAS_TRUE@  mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
829 @AMDEP_TRUE@@am__fastdepCCAS_FALSE@     source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
830 @AMDEP_TRUE@@am__fastdepCCAS_FALSE@     DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@
831 @am__fastdepCCAS_FALSE@ $(CPPASCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
832
833 atomic_ops_sysdeps.lo: libatomic_ops/src/atomic_ops_sysdeps.S
834 @am__fastdepCCAS_TRUE@  $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT atomic_ops_sysdeps.lo -MD -MP -MF $(DEPDIR)/atomic_ops_sysdeps.Tpo -c -o atomic_ops_sysdeps.lo `test -f 'libatomic_ops/src/atomic_ops_sysdeps.S' || echo '$(srcdir)/'`libatomic_ops/src/atomic_ops_sysdeps.S
835 @am__fastdepCCAS_TRUE@  mv -f $(DEPDIR)/atomic_ops_sysdeps.Tpo $(DEPDIR)/atomic_ops_sysdeps.Plo
836 @AMDEP_TRUE@@am__fastdepCCAS_FALSE@     source='libatomic_ops/src/atomic_ops_sysdeps.S' object='atomic_ops_sysdeps.lo' libtool=yes @AMDEPBACKSLASH@
837 @AMDEP_TRUE@@am__fastdepCCAS_FALSE@     DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@
838 @am__fastdepCCAS_FALSE@ $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o atomic_ops_sysdeps.lo `test -f 'libatomic_ops/src/atomic_ops_sysdeps.S' || echo '$(srcdir)/'`libatomic_ops/src/atomic_ops_sysdeps.S
839
840 .c.o:
841 @am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
842 @am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
843 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
844 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
845 @am__fastdepCC_FALSE@   $(COMPILE) -c $<
846
847 .c.obj:
848 @am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
849 @am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
850 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
851 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
852 @am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
853
854 .c.lo:
855 @am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
856 @am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
857 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
858 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
859 @am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
860
861 cordbscs.lo: cord/cordbscs.c
862 @am__fastdepCC_TRUE@    $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT cordbscs.lo -MD -MP -MF $(DEPDIR)/cordbscs.Tpo -c -o cordbscs.lo `test -f 'cord/cordbscs.c' || echo '$(srcdir)/'`cord/cordbscs.c
863 @am__fastdepCC_TRUE@    mv -f $(DEPDIR)/cordbscs.Tpo $(DEPDIR)/cordbscs.Plo
864 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='cord/cordbscs.c' object='cordbscs.lo' libtool=yes @AMDEPBACKSLASH@
865 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
866 @am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o cordbscs.lo `test -f 'cord/cordbscs.c' || echo '$(srcdir)/'`cord/cordbscs.c
867
868 cordprnt.lo: cord/cordprnt.c
869 @am__fastdepCC_TRUE@    $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT cordprnt.lo -MD -MP -MF $(DEPDIR)/cordprnt.Tpo -c -o cordprnt.lo `test -f 'cord/cordprnt.c' || echo '$(srcdir)/'`cord/cordprnt.c
870 @am__fastdepCC_TRUE@    mv -f $(DEPDIR)/cordprnt.Tpo $(DEPDIR)/cordprnt.Plo
871 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='cord/cordprnt.c' object='cordprnt.lo' libtool=yes @AMDEPBACKSLASH@
872 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
873 @am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o cordprnt.lo `test -f 'cord/cordprnt.c' || echo '$(srcdir)/'`cord/cordprnt.c
874
875 cordtest.lo: cord/cordtest.c
876 @am__fastdepCC_TRUE@    $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT cordtest.lo -MD -MP -MF $(DEPDIR)/cordtest.Tpo -c -o cordtest.lo `test -f 'cord/cordtest.c' || echo '$(srcdir)/'`cord/cordtest.c
877 @am__fastdepCC_TRUE@    mv -f $(DEPDIR)/cordtest.Tpo $(DEPDIR)/cordtest.Plo
878 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='cord/cordtest.c' object='cordtest.lo' libtool=yes @AMDEPBACKSLASH@
879 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
880 @am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o cordtest.lo `test -f 'cord/cordtest.c' || echo '$(srcdir)/'`cord/cordtest.c
881
882 cordxtra.lo: cord/cordxtra.c
883 @am__fastdepCC_TRUE@    $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT cordxtra.lo -MD -MP -MF $(DEPDIR)/cordxtra.Tpo -c -o cordxtra.lo `test -f 'cord/cordxtra.c' || echo '$(srcdir)/'`cord/cordxtra.c
884 @am__fastdepCC_TRUE@    mv -f $(DEPDIR)/cordxtra.Tpo $(DEPDIR)/cordxtra.Plo
885 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='cord/cordxtra.c' object='cordxtra.lo' libtool=yes @AMDEPBACKSLASH@
886 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
887 @am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o cordxtra.lo `test -f 'cord/cordxtra.c' || echo '$(srcdir)/'`cord/cordxtra.c
888
889 atomic_ops.lo: libatomic_ops/src/atomic_ops.c
890 @am__fastdepCC_TRUE@    $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT atomic_ops.lo -MD -MP -MF $(DEPDIR)/atomic_ops.Tpo -c -o atomic_ops.lo `test -f 'libatomic_ops/src/atomic_ops.c' || echo '$(srcdir)/'`libatomic_ops/src/atomic_ops.c
891 @am__fastdepCC_TRUE@    mv -f $(DEPDIR)/atomic_ops.Tpo $(DEPDIR)/atomic_ops.Plo
892 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='libatomic_ops/src/atomic_ops.c' object='atomic_ops.lo' libtool=yes @AMDEPBACKSLASH@
893 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
894 @am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o atomic_ops.lo `test -f 'libatomic_ops/src/atomic_ops.c' || echo '$(srcdir)/'`libatomic_ops/src/atomic_ops.c
895
896 test.o: tests/test.c
897 @am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test.o -MD -MP -MF $(DEPDIR)/test.Tpo -c -o test.o `test -f 'tests/test.c' || echo '$(srcdir)/'`tests/test.c
898 @am__fastdepCC_TRUE@    mv -f $(DEPDIR)/test.Tpo $(DEPDIR)/test.Po
899 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='tests/test.c' object='test.o' libtool=no @AMDEPBACKSLASH@
900 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
901 @am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test.o `test -f 'tests/test.c' || echo '$(srcdir)/'`tests/test.c
902
903 test.obj: tests/test.c
904 @am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test.obj -MD -MP -MF $(DEPDIR)/test.Tpo -c -o test.obj `if test -f 'tests/test.c'; then $(CYGPATH_W) 'tests/test.c'; else $(CYGPATH_W) '$(srcdir)/tests/test.c'; fi`
905 @am__fastdepCC_TRUE@    mv -f $(DEPDIR)/test.Tpo $(DEPDIR)/test.Po
906 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='tests/test.c' object='test.obj' libtool=no @AMDEPBACKSLASH@
907 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
908 @am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test.obj `if test -f 'tests/test.c'; then $(CYGPATH_W) 'tests/test.c'; else $(CYGPATH_W) '$(srcdir)/tests/test.c'; fi`
909
910 huge_test.o: tests/huge_test.c
911 @am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT huge_test.o -MD -MP -MF $(DEPDIR)/huge_test.Tpo -c -o huge_test.o `test -f 'tests/huge_test.c' || echo '$(srcdir)/'`tests/huge_test.c
912 @am__fastdepCC_TRUE@    mv -f $(DEPDIR)/huge_test.Tpo $(DEPDIR)/huge_test.Po
913 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='tests/huge_test.c' object='huge_test.o' libtool=no @AMDEPBACKSLASH@
914 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
915 @am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o huge_test.o `test -f 'tests/huge_test.c' || echo '$(srcdir)/'`tests/huge_test.c
916
917 huge_test.obj: tests/huge_test.c
918 @am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT huge_test.obj -MD -MP -MF $(DEPDIR)/huge_test.Tpo -c -o huge_test.obj `if test -f 'tests/huge_test.c'; then $(CYGPATH_W) 'tests/huge_test.c'; else $(CYGPATH_W) '$(srcdir)/tests/huge_test.c'; fi`
919 @am__fastdepCC_TRUE@    mv -f $(DEPDIR)/huge_test.Tpo $(DEPDIR)/huge_test.Po
920 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='tests/huge_test.c' object='huge_test.obj' libtool=no @AMDEPBACKSLASH@
921 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
922 @am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o huge_test.obj `if test -f 'tests/huge_test.c'; then $(CYGPATH_W) 'tests/huge_test.c'; else $(CYGPATH_W) '$(srcdir)/tests/huge_test.c'; fi`
923
924 leak_test.o: tests/leak_test.c
925 @am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT leak_test.o -MD -MP -MF $(DEPDIR)/leak_test.Tpo -c -o leak_test.o `test -f 'tests/leak_test.c' || echo '$(srcdir)/'`tests/leak_test.c
926 @am__fastdepCC_TRUE@    mv -f $(DEPDIR)/leak_test.Tpo $(DEPDIR)/leak_test.Po
927 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='tests/leak_test.c' object='leak_test.o' libtool=no @AMDEPBACKSLASH@
928 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
929 @am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o leak_test.o `test -f 'tests/leak_test.c' || echo '$(srcdir)/'`tests/leak_test.c
930
931 leak_test.obj: tests/leak_test.c
932 @am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT leak_test.obj -MD -MP -MF $(DEPDIR)/leak_test.Tpo -c -o leak_test.obj `if test -f 'tests/leak_test.c'; then $(CYGPATH_W) 'tests/leak_test.c'; else $(CYGPATH_W) '$(srcdir)/tests/leak_test.c'; fi`
933 @am__fastdepCC_TRUE@    mv -f $(DEPDIR)/leak_test.Tpo $(DEPDIR)/leak_test.Po
934 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='tests/leak_test.c' object='leak_test.obj' libtool=no @AMDEPBACKSLASH@
935 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
936 @am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o leak_test.obj `if test -f 'tests/leak_test.c'; then $(CYGPATH_W) 'tests/leak_test.c'; else $(CYGPATH_W) '$(srcdir)/tests/leak_test.c'; fi`
937
938 middle.o: tests/middle.c
939 @am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT middle.o -MD -MP -MF $(DEPDIR)/middle.Tpo -c -o middle.o `test -f 'tests/middle.c' || echo '$(srcdir)/'`tests/middle.c
940 @am__fastdepCC_TRUE@    mv -f $(DEPDIR)/middle.Tpo $(DEPDIR)/middle.Po
941 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='tests/middle.c' object='middle.o' libtool=no @AMDEPBACKSLASH@
942 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
943 @am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o middle.o `test -f 'tests/middle.c' || echo '$(srcdir)/'`tests/middle.c
944
945 middle.obj: tests/middle.c
946 @am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT middle.obj -MD -MP -MF $(DEPDIR)/middle.Tpo -c -o middle.obj `if test -f 'tests/middle.c'; then $(CYGPATH_W) 'tests/middle.c'; else $(CYGPATH_W) '$(srcdir)/tests/middle.c'; fi`
947 @am__fastdepCC_TRUE@    mv -f $(DEPDIR)/middle.Tpo $(DEPDIR)/middle.Po
948 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='tests/middle.c' object='middle.obj' libtool=no @AMDEPBACKSLASH@
949 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
950 @am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o middle.obj `if test -f 'tests/middle.c'; then $(CYGPATH_W) 'tests/middle.c'; else $(CYGPATH_W) '$(srcdir)/tests/middle.c'; fi`
951
952 smash_test.o: tests/smash_test.c
953 @am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT smash_test.o -MD -MP -MF $(DEPDIR)/smash_test.Tpo -c -o smash_test.o `test -f 'tests/smash_test.c' || echo '$(srcdir)/'`tests/smash_test.c
954 @am__fastdepCC_TRUE@    mv -f $(DEPDIR)/smash_test.Tpo $(DEPDIR)/smash_test.Po
955 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='tests/smash_test.c' object='smash_test.o' libtool=no @AMDEPBACKSLASH@
956 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
957 @am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o smash_test.o `test -f 'tests/smash_test.c' || echo '$(srcdir)/'`tests/smash_test.c
958
959 smash_test.obj: tests/smash_test.c
960 @am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT smash_test.obj -MD -MP -MF $(DEPDIR)/smash_test.Tpo -c -o smash_test.obj `if test -f 'tests/smash_test.c'; then $(CYGPATH_W) 'tests/smash_test.c'; else $(CYGPATH_W) '$(srcdir)/tests/smash_test.c'; fi`
961 @am__fastdepCC_TRUE@    mv -f $(DEPDIR)/smash_test.Tpo $(DEPDIR)/smash_test.Po
962 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='tests/smash_test.c' object='smash_test.obj' libtool=no @AMDEPBACKSLASH@
963 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
964 @am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o smash_test.obj `if test -f 'tests/smash_test.c'; then $(CYGPATH_W) 'tests/smash_test.c'; else $(CYGPATH_W) '$(srcdir)/tests/smash_test.c'; fi`
965
966 thread_leak_test.o: tests/thread_leak_test.c
967 @am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT thread_leak_test.o -MD -MP -MF $(DEPDIR)/thread_leak_test.Tpo -c -o thread_leak_test.o `test -f 'tests/thread_leak_test.c' || echo '$(srcdir)/'`tests/thread_leak_test.c
968 @am__fastdepCC_TRUE@    mv -f $(DEPDIR)/thread_leak_test.Tpo $(DEPDIR)/thread_leak_test.Po
969 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='tests/thread_leak_test.c' object='thread_leak_test.o' libtool=no @AMDEPBACKSLASH@
970 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
971 @am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o thread_leak_test.o `test -f 'tests/thread_leak_test.c' || echo '$(srcdir)/'`tests/thread_leak_test.c
972
973 thread_leak_test.obj: tests/thread_leak_test.c
974 @am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT thread_leak_test.obj -MD -MP -MF $(DEPDIR)/thread_leak_test.Tpo -c -o thread_leak_test.obj `if test -f 'tests/thread_leak_test.c'; then $(CYGPATH_W) 'tests/thread_leak_test.c'; else $(CYGPATH_W) '$(srcdir)/tests/thread_leak_test.c'; fi`
975 @am__fastdepCC_TRUE@    mv -f $(DEPDIR)/thread_leak_test.Tpo $(DEPDIR)/thread_leak_test.Po
976 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='tests/thread_leak_test.c' object='thread_leak_test.obj' libtool=no @AMDEPBACKSLASH@
977 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
978 @am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o thread_leak_test.obj `if test -f 'tests/thread_leak_test.c'; then $(CYGPATH_W) 'tests/thread_leak_test.c'; else $(CYGPATH_W) '$(srcdir)/tests/thread_leak_test.c'; fi`
979
980 trace_test.o: tests/trace_test.c
981 @am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT trace_test.o -MD -MP -MF $(DEPDIR)/trace_test.Tpo -c -o trace_test.o `test -f 'tests/trace_test.c' || echo '$(srcdir)/'`tests/trace_test.c
982 @am__fastdepCC_TRUE@    mv -f $(DEPDIR)/trace_test.Tpo $(DEPDIR)/trace_test.Po
983 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='tests/trace_test.c' object='trace_test.o' libtool=no @AMDEPBACKSLASH@
984 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
985 @am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o trace_test.o `test -f 'tests/trace_test.c' || echo '$(srcdir)/'`tests/trace_test.c
986
987 trace_test.obj: tests/trace_test.c
988 @am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT trace_test.obj -MD -MP -MF $(DEPDIR)/trace_test.Tpo -c -o trace_test.obj `if test -f 'tests/trace_test.c'; then $(CYGPATH_W) 'tests/trace_test.c'; else $(CYGPATH_W) '$(srcdir)/tests/trace_test.c'; fi`
989 @am__fastdepCC_TRUE@    mv -f $(DEPDIR)/trace_test.Tpo $(DEPDIR)/trace_test.Po
990 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='tests/trace_test.c' object='trace_test.obj' libtool=no @AMDEPBACKSLASH@
991 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
992 @am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o trace_test.obj `if test -f 'tests/trace_test.c'; then $(CYGPATH_W) 'tests/trace_test.c'; else $(CYGPATH_W) '$(srcdir)/tests/trace_test.c'; fi`
993
994 .cc.o:
995 @am__fastdepCXX_TRUE@   $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
996 @am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
997 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
998 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
999 @am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ $<
1000
1001 .cc.obj:
1002 @am__fastdepCXX_TRUE@   $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
1003 @am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
1004 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
1005 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1006 @am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
1007
1008 .cc.lo:
1009 @am__fastdepCXX_TRUE@   $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
1010 @am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
1011 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
1012 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1013 @am__fastdepCXX_FALSE@  $(LTCXXCOMPILE) -c -o $@ $<
1014
1015 test_cpp.o: tests/test_cpp.cc
1016 @am__fastdepCXX_TRUE@   $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT test_cpp.o -MD -MP -MF $(DEPDIR)/test_cpp.Tpo -c -o test_cpp.o `test -f 'tests/test_cpp.cc' || echo '$(srcdir)/'`tests/test_cpp.cc
1017 @am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/test_cpp.Tpo $(DEPDIR)/test_cpp.Po
1018 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='tests/test_cpp.cc' object='test_cpp.o' libtool=no @AMDEPBACKSLASH@
1019 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1020 @am__fastdepCXX_FALSE@  $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o test_cpp.o `test -f 'tests/test_cpp.cc' || echo '$(srcdir)/'`tests/test_cpp.cc
1021
1022 test_cpp.obj: tests/test_cpp.cc
1023 @am__fastdepCXX_TRUE@   $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT test_cpp.obj -MD -MP -MF $(DEPDIR)/test_cpp.Tpo -c -o test_cpp.obj `if test -f 'tests/test_cpp.cc'; then $(CYGPATH_W) 'tests/test_cpp.cc'; else $(CYGPATH_W) '$(srcdir)/tests/test_cpp.cc'; fi`
1024 @am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/test_cpp.Tpo $(DEPDIR)/test_cpp.Po
1025 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='tests/test_cpp.cc' object='test_cpp.obj' libtool=no @AMDEPBACKSLASH@
1026 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1027 @am__fastdepCXX_FALSE@  $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o test_cpp.obj `if test -f 'tests/test_cpp.cc'; then $(CYGPATH_W) 'tests/test_cpp.cc'; else $(CYGPATH_W) '$(srcdir)/tests/test_cpp.cc'; fi`
1028
1029 .s.o:
1030         $(CCASCOMPILE) -c -o $@ $<
1031
1032 .s.obj:
1033         $(CCASCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
1034
1035 mostlyclean-libtool:
1036         -rm -f *.lo
1037
1038 clean-libtool:
1039         -rm -rf .libs _libs
1040
1041 distclean-libtool:
1042         -rm -f libtool
1043 install-dist_pkgdataDATA: $(dist_pkgdata_DATA)
1044         @$(NORMAL_INSTALL)
1045         test -z "$(pkgdatadir)" || $(MKDIR_P) "$(DESTDIR)$(pkgdatadir)"
1046         @list='$(dist_pkgdata_DATA)'; for p in $$list; do \
1047           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
1048           f=$(am__strip_dir) \
1049           echo " $(dist_pkgdataDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(pkgdatadir)/$$f'"; \
1050           $(dist_pkgdataDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(pkgdatadir)/$$f"; \
1051         done
1052
1053 uninstall-dist_pkgdataDATA:
1054         @$(NORMAL_UNINSTALL)
1055         @list='$(dist_pkgdata_DATA)'; for p in $$list; do \
1056           f=$(am__strip_dir) \
1057           echo " rm -f '$(DESTDIR)$(pkgdatadir)/$$f'"; \
1058           rm -f "$(DESTDIR)$(pkgdatadir)/$$f"; \
1059         done
1060 install-pkgconfigDATA: $(pkgconfig_DATA)
1061         @$(NORMAL_INSTALL)
1062         test -z "$(pkgconfigdir)" || $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)"
1063         @list='$(pkgconfig_DATA)'; for p in $$list; do \
1064           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
1065           f=$(am__strip_dir) \
1066           echo " $(pkgconfigDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(pkgconfigdir)/$$f'"; \
1067           $(pkgconfigDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(pkgconfigdir)/$$f"; \
1068         done
1069
1070 uninstall-pkgconfigDATA:
1071         @$(NORMAL_UNINSTALL)
1072         @list='$(pkgconfig_DATA)'; for p in $$list; do \
1073           f=$(am__strip_dir) \
1074           echo " rm -f '$(DESTDIR)$(pkgconfigdir)/$$f'"; \
1075           rm -f "$(DESTDIR)$(pkgconfigdir)/$$f"; \
1076         done
1077 install-includeHEADERS: $(include_HEADERS)
1078         @$(NORMAL_INSTALL)
1079         test -z "$(includedir)" || $(MKDIR_P) "$(DESTDIR)$(includedir)"
1080         @list='$(include_HEADERS)'; for p in $$list; do \
1081           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
1082           f=$(am__strip_dir) \
1083           echo " $(includeHEADERS_INSTALL) '$$d$$p' '$(DESTDIR)$(includedir)/$$f'"; \
1084           $(includeHEADERS_INSTALL) "$$d$$p" "$(DESTDIR)$(includedir)/$$f"; \
1085         done
1086
1087 uninstall-includeHEADERS:
1088         @$(NORMAL_UNINSTALL)
1089         @list='$(include_HEADERS)'; for p in $$list; do \
1090           f=$(am__strip_dir) \
1091           echo " rm -f '$(DESTDIR)$(includedir)/$$f'"; \
1092           rm -f "$(DESTDIR)$(includedir)/$$f"; \
1093         done
1094 install-pkgincludeHEADERS: $(pkginclude_HEADERS)
1095         @$(NORMAL_INSTALL)
1096         test -z "$(pkgincludedir)" || $(MKDIR_P) "$(DESTDIR)$(pkgincludedir)"
1097         @list='$(pkginclude_HEADERS)'; for p in $$list; do \
1098           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
1099           f=$(am__strip_dir) \
1100           echo " $(pkgincludeHEADERS_INSTALL) '$$d$$p' '$(DESTDIR)$(pkgincludedir)/$$f'"; \
1101           $(pkgincludeHEADERS_INSTALL) "$$d$$p" "$(DESTDIR)$(pkgincludedir)/$$f"; \
1102         done
1103
1104 uninstall-pkgincludeHEADERS:
1105         @$(NORMAL_UNINSTALL)
1106         @list='$(pkginclude_HEADERS)'; for p in $$list; do \
1107           f=$(am__strip_dir) \
1108           echo " rm -f '$(DESTDIR)$(pkgincludedir)/$$f'"; \
1109           rm -f "$(DESTDIR)$(pkgincludedir)/$$f"; \
1110         done
1111
1112 # This directory's subdirectories are mostly independent; you can cd
1113 # into them and run `make' without going through this Makefile.
1114 # To change the values of `make' variables: instead of editing Makefiles,
1115 # (1) if the variable is set in `config.status', edit `config.status'
1116 #     (which will cause the Makefiles to be regenerated when you run `make');
1117 # (2) otherwise, pass the desired values on the `make' command line.
1118 $(RECURSIVE_TARGETS):
1119         @failcom='exit 1'; \
1120         for f in x $$MAKEFLAGS; do \
1121           case $$f in \
1122             *=* | --[!k]*);; \
1123             *k*) failcom='fail=yes';; \
1124           esac; \
1125         done; \
1126         dot_seen=no; \
1127         target=`echo $@ | sed s/-recursive//`; \
1128         list='$(SUBDIRS)'; for subdir in $$list; do \
1129           echo "Making $$target in $$subdir"; \
1130           if test "$$subdir" = "."; then \
1131             dot_seen=yes; \
1132             local_target="$$target-am"; \
1133           else \
1134             local_target="$$target"; \
1135           fi; \
1136           (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
1137           || eval $$failcom; \
1138         done; \
1139         if test "$$dot_seen" = "no"; then \
1140           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
1141         fi; test -z "$$fail"
1142
1143 $(RECURSIVE_CLEAN_TARGETS):
1144         @failcom='exit 1'; \
1145         for f in x $$MAKEFLAGS; do \
1146           case $$f in \
1147             *=* | --[!k]*);; \
1148             *k*) failcom='fail=yes';; \
1149           esac; \
1150         done; \
1151         dot_seen=no; \
1152         case "$@" in \
1153           distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
1154           *) list='$(SUBDIRS)' ;; \
1155         esac; \
1156         rev=''; for subdir in $$list; do \
1157           if test "$$subdir" = "."; then :; else \
1158             rev="$$subdir $$rev"; \
1159           fi; \
1160         done; \
1161         rev="$$rev ."; \
1162         target=`echo $@ | sed s/-recursive//`; \
1163         for subdir in $$rev; do \
1164           echo "Making $$target in $$subdir"; \
1165           if test "$$subdir" = "."; then \
1166             local_target="$$target-am"; \
1167           else \
1168             local_target="$$target"; \
1169           fi; \
1170           (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
1171           || eval $$failcom; \
1172         done && test -z "$$fail"
1173 tags-recursive:
1174         list='$(SUBDIRS)'; for subdir in $$list; do \
1175           test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
1176         done
1177 ctags-recursive:
1178         list='$(SUBDIRS)'; for subdir in $$list; do \
1179           test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
1180         done
1181
1182 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
1183         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
1184         unique=`for i in $$list; do \
1185             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
1186           done | \
1187           $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
1188               END { if (nonempty) { for (i in files) print i; }; }'`; \
1189         mkid -fID $$unique
1190 tags: TAGS
1191
1192 TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
1193                 $(TAGS_FILES) $(LISP)
1194         tags=; \
1195         here=`pwd`; \
1196         if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
1197           include_option=--etags-include; \
1198           empty_fix=.; \
1199         else \
1200           include_option=--include; \
1201           empty_fix=; \
1202         fi; \
1203         list='$(SUBDIRS)'; for subdir in $$list; do \
1204           if test "$$subdir" = .; then :; else \
1205             test ! -f $$subdir/TAGS || \
1206               tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
1207           fi; \
1208         done; \
1209         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
1210         unique=`for i in $$list; do \
1211             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
1212           done | \
1213           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
1214               END { if (nonempty) { for (i in files) print i; }; }'`; \
1215         if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
1216           test -n "$$unique" || unique=$$empty_fix; \
1217           $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
1218             $$tags $$unique; \
1219         fi
1220 ctags: CTAGS
1221 CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
1222                 $(TAGS_FILES) $(LISP)
1223         tags=; \
1224         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
1225         unique=`for i in $$list; do \
1226             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
1227           done | \
1228           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
1229               END { if (nonempty) { for (i in files) print i; }; }'`; \
1230         test -z "$(CTAGS_ARGS)$$tags$$unique" \
1231           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
1232              $$tags $$unique
1233
1234 GTAGS:
1235         here=`$(am__cd) $(top_builddir) && pwd` \
1236           && cd $(top_srcdir) \
1237           && gtags -i $(GTAGS_ARGS) $$here
1238
1239 distclean-tags:
1240         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
1241
1242 check-TESTS: $(TESTS)
1243         @failed=0; all=0; xfail=0; xpass=0; skip=0; ws='[        ]'; \
1244         srcdir=$(srcdir); export srcdir; \
1245         list=' $(TESTS) '; \
1246         if test -n "$$list"; then \
1247           for tst in $$list; do \
1248             if test -f ./$$tst; then dir=./; \
1249             elif test -f $$tst; then dir=; \
1250             else dir="$(srcdir)/"; fi; \
1251             if $(TESTS_ENVIRONMENT) $${dir}$$tst; then \
1252               all=`expr $$all + 1`; \
1253               case " $(XFAIL_TESTS) " in \
1254               *$$ws$$tst$$ws*) \
1255                 xpass=`expr $$xpass + 1`; \
1256                 failed=`expr $$failed + 1`; \
1257                 echo "XPASS: $$tst"; \
1258               ;; \
1259               *) \
1260                 echo "PASS: $$tst"; \
1261               ;; \
1262               esac; \
1263             elif test $$? -ne 77; then \
1264               all=`expr $$all + 1`; \
1265               case " $(XFAIL_TESTS) " in \
1266               *$$ws$$tst$$ws*) \
1267                 xfail=`expr $$xfail + 1`; \
1268                 echo "XFAIL: $$tst"; \
1269               ;; \
1270               *) \
1271                 failed=`expr $$failed + 1`; \
1272                 echo "FAIL: $$tst"; \
1273               ;; \
1274               esac; \
1275             else \
1276               skip=`expr $$skip + 1`; \
1277               echo "SKIP: $$tst"; \
1278             fi; \
1279           done; \
1280           if test "$$failed" -eq 0; then \
1281             if test "$$xfail" -eq 0; then \
1282               banner="All $$all tests passed"; \
1283             else \
1284               banner="All $$all tests behaved as expected ($$xfail expected failures)"; \
1285             fi; \
1286           else \
1287             if test "$$xpass" -eq 0; then \
1288               banner="$$failed of $$all tests failed"; \
1289             else \
1290               banner="$$failed of $$all tests did not behave as expected ($$xpass unexpected passes)"; \
1291             fi; \
1292           fi; \
1293           dashes="$$banner"; \
1294           skipped=""; \
1295           if test "$$skip" -ne 0; then \
1296             skipped="($$skip tests were not run)"; \
1297             test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \
1298               dashes="$$skipped"; \
1299           fi; \
1300           report=""; \
1301           if test "$$failed" -ne 0 && test -n "$(PACKAGE_BUGREPORT)"; then \
1302             report="Please report to $(PACKAGE_BUGREPORT)"; \
1303             test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \
1304               dashes="$$report"; \
1305           fi; \
1306           dashes=`echo "$$dashes" | sed s/./=/g`; \
1307           echo "$$dashes"; \
1308           echo "$$banner"; \
1309           test -z "$$skipped" || echo "$$skipped"; \
1310           test -z "$$report" || echo "$$report"; \
1311           echo "$$dashes"; \
1312           test "$$failed" -eq 0; \
1313         else :; fi
1314
1315 distdir: $(DISTFILES)
1316         $(am__remove_distdir)
1317         test -d $(distdir) || mkdir $(distdir)
1318         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
1319         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
1320         list='$(DISTFILES)'; \
1321           dist_files=`for file in $$list; do echo $$file; done | \
1322           sed -e "s|^$$srcdirstrip/||;t" \
1323               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
1324         case $$dist_files in \
1325           */*) $(MKDIR_P) `echo "$$dist_files" | \
1326                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
1327                            sort -u` ;; \
1328         esac; \
1329         for file in $$dist_files; do \
1330           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
1331           if test -d $$d/$$file; then \
1332             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
1333             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
1334               cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
1335             fi; \
1336             cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
1337           else \
1338             test -f $(distdir)/$$file \
1339             || cp -p $$d/$$file $(distdir)/$$file \
1340             || exit 1; \
1341           fi; \
1342         done
1343         list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
1344           if test "$$subdir" = .; then :; else \
1345             test -d "$(distdir)/$$subdir" \
1346             || $(MKDIR_P) "$(distdir)/$$subdir" \
1347             || exit 1; \
1348             distdir=`$(am__cd) $(distdir) && pwd`; \
1349             top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
1350             (cd $$subdir && \
1351               $(MAKE) $(AM_MAKEFLAGS) \
1352                 top_distdir="$$top_distdir" \
1353                 distdir="$$distdir/$$subdir" \
1354                 am__remove_distdir=: \
1355                 am__skip_length_check=: \
1356                 distdir) \
1357               || exit 1; \
1358           fi; \
1359         done
1360         -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
1361           ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
1362           ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
1363           ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
1364         || chmod -R a+r $(distdir)
1365 dist-gzip: distdir
1366         tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
1367         $(am__remove_distdir)
1368 dist-bzip2: distdir
1369         tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
1370         $(am__remove_distdir)
1371
1372 dist-lzma: distdir
1373         tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
1374         $(am__remove_distdir)
1375
1376 dist-tarZ: distdir
1377         tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
1378         $(am__remove_distdir)
1379
1380 dist-shar: distdir
1381         shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
1382         $(am__remove_distdir)
1383
1384 dist-zip: distdir
1385         -rm -f $(distdir).zip
1386         zip -rq $(distdir).zip $(distdir)
1387         $(am__remove_distdir)
1388
1389 dist dist-all: distdir
1390         tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
1391         tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
1392         $(am__remove_distdir)
1393
1394 # This target untars the dist file and tries a VPATH configuration.  Then
1395 # it guarantees that the distribution is self-contained by making another
1396 # tarfile.
1397 distcheck: dist
1398         case '$(DIST_ARCHIVES)' in \
1399         *.tar.gz*) \
1400           GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
1401         *.tar.bz2*) \
1402           bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
1403         *.tar.lzma*) \
1404           unlzma -c $(distdir).tar.lzma | $(am__untar) ;;\
1405         *.tar.Z*) \
1406           uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
1407         *.shar.gz*) \
1408           GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
1409         *.zip*) \
1410           unzip $(distdir).zip ;;\
1411         esac
1412         chmod -R a-w $(distdir); chmod a+w $(distdir)
1413         mkdir $(distdir)/_build
1414         mkdir $(distdir)/_inst
1415         chmod a-w $(distdir)
1416         dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
1417           && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
1418           && cd $(distdir)/_build \
1419           && ../configure --srcdir=.. --prefix="$$dc_install_base" \
1420             $(DISTCHECK_CONFIGURE_FLAGS) \
1421           && $(MAKE) $(AM_MAKEFLAGS) \
1422           && $(MAKE) $(AM_MAKEFLAGS) dvi \
1423           && $(MAKE) $(AM_MAKEFLAGS) check \
1424           && $(MAKE) $(AM_MAKEFLAGS) install \
1425           && $(MAKE) $(AM_MAKEFLAGS) installcheck \
1426           && $(MAKE) $(AM_MAKEFLAGS) uninstall \
1427           && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
1428                 distuninstallcheck \
1429           && chmod -R a-w "$$dc_install_base" \
1430           && ({ \
1431                (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
1432                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
1433                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
1434                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
1435                     distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
1436               } || { rm -rf "$$dc_destdir"; exit 1; }) \
1437           && rm -rf "$$dc_destdir" \
1438           && $(MAKE) $(AM_MAKEFLAGS) dist \
1439           && rm -rf $(DIST_ARCHIVES) \
1440           && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
1441         $(am__remove_distdir)
1442         @(echo "$(distdir) archives ready for distribution: "; \
1443           list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
1444           sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
1445 distuninstallcheck:
1446         @cd $(distuninstallcheck_dir) \
1447         && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
1448            || { echo "ERROR: files left after uninstall:" ; \
1449                 if test -n "$(DESTDIR)"; then \
1450                   echo "  (check DESTDIR support)"; \
1451                 fi ; \
1452                 $(distuninstallcheck_listfiles) ; \
1453                 exit 1; } >&2
1454 distcleancheck: distclean
1455         @if test '$(srcdir)' = . ; then \
1456           echo "ERROR: distcleancheck can only run from a VPATH build" ; \
1457           exit 1 ; \
1458         fi
1459         @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
1460           || { echo "ERROR: files left in build directory after distclean:" ; \
1461                $(distcleancheck_listfiles) ; \
1462                exit 1; } >&2
1463 check-am: all-am
1464         $(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS)
1465         $(MAKE) $(AM_MAKEFLAGS) check-TESTS
1466 check: check-recursive
1467 all-am: Makefile $(LTLIBRARIES) $(SCRIPTS) $(DATA) $(HEADERS)
1468 installdirs: installdirs-recursive
1469 installdirs-am:
1470         for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(pkgdatadir)" "$(DESTDIR)$(pkgconfigdir)" "$(DESTDIR)$(includedir)" "$(DESTDIR)$(pkgincludedir)"; do \
1471           test -z "$$dir" || $(MKDIR_P) "$$dir"; \
1472         done
1473 install: install-recursive
1474 install-exec: install-exec-recursive
1475 install-data: install-data-recursive
1476 uninstall: uninstall-recursive
1477
1478 install-am: all-am
1479         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
1480
1481 installcheck: installcheck-recursive
1482 install-strip:
1483         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1484           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1485           `test -z '$(STRIP)' || \
1486             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
1487 mostlyclean-generic:
1488
1489 clean-generic:
1490
1491 distclean-generic:
1492         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
1493
1494 maintainer-clean-generic:
1495         @echo "This command is intended for maintainers to use"
1496         @echo "it deletes files that may require special tools to rebuild."
1497 clean: clean-recursive
1498
1499 clean-am: clean-checkPROGRAMS clean-generic clean-libLTLIBRARIES \
1500         clean-libtool clean-noinstLTLIBRARIES mostlyclean-am
1501
1502 distclean: distclean-recursive
1503         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
1504         -rm -rf ./$(DEPDIR)
1505         -rm -f Makefile
1506 distclean-am: clean-am distclean-compile distclean-generic \
1507         distclean-hdr distclean-libtool distclean-tags
1508
1509 dvi: dvi-recursive
1510
1511 dvi-am:
1512
1513 html: html-recursive
1514
1515 info: info-recursive
1516
1517 info-am:
1518
1519 install-data-am: install-dist_pkgdataDATA install-includeHEADERS \
1520         install-pkgconfigDATA install-pkgincludeHEADERS
1521
1522 install-dvi: install-dvi-recursive
1523
1524 install-exec-am: install-libLTLIBRARIES
1525
1526 install-html: install-html-recursive
1527
1528 install-info: install-info-recursive
1529
1530 install-man:
1531
1532 install-pdf: install-pdf-recursive
1533
1534 install-ps: install-ps-recursive
1535
1536 installcheck-am:
1537
1538 maintainer-clean: maintainer-clean-recursive
1539         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
1540         -rm -rf $(top_srcdir)/autom4te.cache
1541         -rm -rf ./$(DEPDIR)
1542         -rm -f Makefile
1543 maintainer-clean-am: distclean-am maintainer-clean-generic
1544
1545 mostlyclean: mostlyclean-recursive
1546
1547 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
1548         mostlyclean-libtool
1549
1550 pdf: pdf-recursive
1551
1552 pdf-am:
1553
1554 ps: ps-recursive
1555
1556 ps-am:
1557
1558 uninstall-am: uninstall-dist_pkgdataDATA uninstall-includeHEADERS \
1559         uninstall-libLTLIBRARIES uninstall-pkgconfigDATA \
1560         uninstall-pkgincludeHEADERS
1561
1562 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
1563         install-strip
1564
1565 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
1566         all all-am am--refresh check check-TESTS check-am clean \
1567         clean-checkPROGRAMS clean-generic clean-libLTLIBRARIES \
1568         clean-libtool clean-noinstLTLIBRARIES ctags ctags-recursive \
1569         dist dist-all dist-bzip2 dist-gzip dist-lzma dist-shar \
1570         dist-tarZ dist-zip distcheck distclean distclean-compile \
1571         distclean-generic distclean-hdr distclean-libtool \
1572         distclean-tags distcleancheck distdir distuninstallcheck dvi \
1573         dvi-am html html-am info info-am install install-am \
1574         install-data install-data-am install-dist_pkgdataDATA \
1575         install-dvi install-dvi-am install-exec install-exec-am \
1576         install-html install-html-am install-includeHEADERS \
1577         install-info install-info-am install-libLTLIBRARIES \
1578         install-man install-pdf install-pdf-am install-pkgconfigDATA \
1579         install-pkgincludeHEADERS install-ps install-ps-am \
1580         install-strip installcheck installcheck-am installdirs \
1581         installdirs-am maintainer-clean maintainer-clean-generic \
1582         mostlyclean mostlyclean-compile mostlyclean-generic \
1583         mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
1584         uninstall uninstall-am uninstall-dist_pkgdataDATA \
1585         uninstall-includeHEADERS uninstall-libLTLIBRARIES \
1586         uninstall-pkgconfigDATA uninstall-pkgincludeHEADERS
1587
1588 .s.lo:
1589         $(LTCOMPILE) $(ASM_CPP_OPTIONS) -c $<
1590
1591 .S.lo:
1592         $(LTCOMPILE) $(ASM_CPP_OPTIONS) -c $<
1593
1594 #
1595 # :GOTCHA: GNU make rule for making .s out of .S is flawed,
1596 # it will not remove dest if building fails
1597 .S.s:
1598         if $(CPP) $< >$@ ; then :; else rm -f $@; fi
1599
1600 # Putting these at the top causes cord to be built first, and not find libgc.a
1601 # on HP/UX.  There may be a better fix.
1602 # Tell versions [3.59,3.63) of GNU make to not export all variables.
1603 # Otherwise a system limit (for SysV at least) may be exceeded.
1604 .NOEXPORT: