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