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