source: trunk/gc6.8/include/Makefile.in@ 265

Last change on this file since 265 was 132, checked in by cinc, 19 years ago

Boehm-Demers-Weiser garbage collector. Single-threaded for OS/2.

File size: 13.2 KB
Line 
1# Makefile.in generated by automake 1.9.3 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5# 2003, 2004 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#
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# Modified by: Grzegorz Jakacki <jakacki at acm dot org>
29
30srcdir = @srcdir@
31top_srcdir = @top_srcdir@
32VPATH = @srcdir@
33pkgdatadir = $(datadir)/@PACKAGE@
34pkglibdir = $(libdir)/@PACKAGE@
35pkgincludedir = $(includedir)/@PACKAGE@
36top_builddir = ..
37am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
38INSTALL = @INSTALL@
39install_sh_DATA = $(install_sh) -c -m 644
40install_sh_PROGRAM = $(install_sh) -c
41install_sh_SCRIPT = $(install_sh) -c
42INSTALL_HEADER = $(INSTALL_DATA)
43transform = $(program_transform_name)
44NORMAL_INSTALL = :
45PRE_INSTALL = :
46POST_INSTALL = :
47NORMAL_UNINSTALL = :
48PRE_UNINSTALL = :
49POST_UNINSTALL = :
50build_triplet = @build@
51host_triplet = @host@
52target_triplet = @target@
53subdir = include
54DIST_COMMON = $(dist_noinst_HEADERS) $(pkginclude_HEADERS) \
55 $(srcdir)/Makefile.am $(srcdir)/Makefile.in
56ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
57am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
58 $(top_srcdir)/libtool.m4 $(top_srcdir)/configure.in
59am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
60 $(ACLOCAL_M4)
61mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
62CONFIG_CLEAN_FILES =
63SOURCES =
64DIST_SOURCES =
65am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
66am__vpath_adj = case $$p in \
67 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
68 *) f=$$p;; \
69 esac;
70am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
71am__installdirs = "$(DESTDIR)$(pkgincludedir)"
72pkgincludeHEADERS_INSTALL = $(INSTALL_HEADER)
73HEADERS = $(dist_noinst_HEADERS) $(pkginclude_HEADERS)
74ETAGS = etags
75CTAGS = ctags
76DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
77ACLOCAL = @ACLOCAL@
78AMDEP_FALSE = @AMDEP_FALSE@
79AMDEP_TRUE = @AMDEP_TRUE@
80AMTAR = @AMTAR@
81AR = @AR@
82AUTOCONF = @AUTOCONF@
83AUTOHEADER = @AUTOHEADER@
84AUTOMAKE = @AUTOMAKE@
85AWK = @AWK@
86CC = @CC@
87CCAS = @CCAS@
88CCASFLAGS = @CCASFLAGS@
89CCDEPMODE = @CCDEPMODE@
90CFLAGS = @CFLAGS@
91COMPILER_XLC_FALSE = @COMPILER_XLC_FALSE@
92COMPILER_XLC_TRUE = @COMPILER_XLC_TRUE@
93CPLUSPLUS_FALSE = @CPLUSPLUS_FALSE@
94CPLUSPLUS_TRUE = @CPLUSPLUS_TRUE@
95CPP = @CPP@
96CPPFLAGS = @CPPFLAGS@
97CXX = @CXX@
98CXXDEPMODE = @CXXDEPMODE@
99CXXFLAGS = @CXXFLAGS@
100CXXINCLUDES = @CXXINCLUDES@
101CYGPATH_W = @CYGPATH_W@
102DEFS = @DEFS@
103DEPDIR = @DEPDIR@
104ECHO = @ECHO@
105ECHO_C = @ECHO_C@
106ECHO_N = @ECHO_N@
107ECHO_T = @ECHO_T@
108EGREP = @EGREP@
109EXEEXT = @EXEEXT@
110EXTRA_TEST_LIBS = @EXTRA_TEST_LIBS@
111GC_CFLAGS = @GC_CFLAGS@
112GC_VERSION = @GC_VERSION@
113INCLUDES = @INCLUDES@
114INSTALL_DATA = @INSTALL_DATA@
115INSTALL_PROGRAM = @INSTALL_PROGRAM@
116INSTALL_SCRIPT = @INSTALL_SCRIPT@
117INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
118LDFLAGS = @LDFLAGS@
119LIBOBJS = @LIBOBJS@
120LIBS = @LIBS@
121LIBTOOL = @LIBTOOL@
122LN_S = @LN_S@
123LTLIBOBJS = @LTLIBOBJS@
124MAINT = @MAINT@
125MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
126MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
127MAKEINFO = @MAKEINFO@
128MY_CFLAGS = @MY_CFLAGS@
129OBJEXT = @OBJEXT@
130PACKAGE = @PACKAGE@
131PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
132PACKAGE_NAME = @PACKAGE_NAME@
133PACKAGE_STRING = @PACKAGE_STRING@
134PACKAGE_TARNAME = @PACKAGE_TARNAME@
135PACKAGE_VERSION = @PACKAGE_VERSION@
136PATH_SEPARATOR = @PATH_SEPARATOR@
137POWERPC_DARWIN_FALSE = @POWERPC_DARWIN_FALSE@
138POWERPC_DARWIN_TRUE = @POWERPC_DARWIN_TRUE@
139RANLIB = @RANLIB@
140SET_MAKE = @SET_MAKE@
141SHELL = @SHELL@
142STRIP = @STRIP@
143THREADDLLIBS = @THREADDLLIBS@
144UNWINDLIBS = @UNWINDLIBS@
145USE_LIBDIR_FALSE = @USE_LIBDIR_FALSE@
146USE_LIBDIR_TRUE = @USE_LIBDIR_TRUE@
147VERSION = @VERSION@
148ac_ct_AR = @ac_ct_AR@
149ac_ct_CC = @ac_ct_CC@
150ac_ct_CXX = @ac_ct_CXX@
151ac_ct_RANLIB = @ac_ct_RANLIB@
152ac_ct_STRIP = @ac_ct_STRIP@
153addincludes = @addincludes@
154addlibs = @addlibs@
155addobjs = @addobjs@
156addtests = @addtests@
157am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
158am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
159am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
160am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
161am__include = @am__include@
162am__leading_dot = @am__leading_dot@
163am__quote = @am__quote@
164am__tar = @am__tar@
165am__untar = @am__untar@
166bindir = @bindir@
167build = @build@
168build_alias = @build_alias@
169build_cpu = @build_cpu@
170build_os = @build_os@
171build_vendor = @build_vendor@
172datadir = @datadir@
173exec_prefix = @exec_prefix@
174host = @host@
175host_alias = @host_alias@
176host_cpu = @host_cpu@
177host_os = @host_os@
178host_vendor = @host_vendor@
179includedir = @includedir@
180infodir = @infodir@
181install_sh = @install_sh@
182libdir = @libdir@
183libexecdir = @libexecdir@
184localstatedir = @localstatedir@
185mandir = @mandir@
186mkdir_p = @mkdir_p@
187oldincludedir = @oldincludedir@
188prefix = @prefix@
189program_transform_name = @program_transform_name@
190sbindir = @sbindir@
191sharedstatedir = @sharedstatedir@
192sysconfdir = @sysconfdir@
193target = @target@
194target_alias = @target_alias@
195target_all = @target_all@
196target_cpu = @target_cpu@
197target_os = @target_os@
198target_vendor = @target_vendor@
199
200# installed headers
201#
202pkginclude_HEADERS = gc.h gc_typed.h gc_inl.h \
203 gc_inline.h gc_mark.h gc_cpp.h \
204 weakpointer.h gc_alloc.h new_gc_alloc.h \
205 gc_allocator.h gc_backptr.h \
206 gc_gcj.h gc_local_alloc.h leak_detector.h \
207 gc_amiga_redirects.h gc_pthread_redirects.h \
208 gc_config_macros.h
209
210
211# headers which are not installed
212#
213dist_noinst_HEADERS = private/gc_hdrs.h \
214 private/gc_priv.h private/gcconfig.h \
215 private/gc_pmark.h private/gc_locks.h \
216 private/solaris_threads.h private/dbg_mlc.h \
217 private/specific.h private/cord_pos.h \
218 private/pthread_support.h private/pthread_stop_world.h \
219 private/darwin_semaphore.h private/darwin_stop_world.h \
220 cord.h ec.h javaxfc.h
221
222all: all-am
223
224.SUFFIXES:
225$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
226 @for dep in $?; do \
227 case '$(am__configure_deps)' in \
228 *$$dep*) \
229 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
230 && exit 0; \
231 exit 1;; \
232 esac; \
233 done; \
234 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu include/Makefile'; \
235 cd $(top_srcdir) && \
236 $(AUTOMAKE) --gnu include/Makefile
237.PRECIOUS: Makefile
238Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
239 @case '$?' in \
240 *config.status*) \
241 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
242 *) \
243 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
244 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
245 esac;
246
247$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
248 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
249
250$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
251 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
252$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
253 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
254
255mostlyclean-libtool:
256 -rm -f *.lo
257
258clean-libtool:
259 -rm -rf .libs _libs
260
261distclean-libtool:
262 -rm -f libtool
263uninstall-info-am:
264install-pkgincludeHEADERS: $(pkginclude_HEADERS)
265 @$(NORMAL_INSTALL)
266 test -z "$(pkgincludedir)" || $(mkdir_p) "$(DESTDIR)$(pkgincludedir)"
267 @list='$(pkginclude_HEADERS)'; for p in $$list; do \
268 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
269 f=$(am__strip_dir) \
270 echo " $(pkgincludeHEADERS_INSTALL) '$$d$$p' '$(DESTDIR)$(pkgincludedir)/$$f'"; \
271 $(pkgincludeHEADERS_INSTALL) "$$d$$p" "$(DESTDIR)$(pkgincludedir)/$$f"; \
272 done
273
274uninstall-pkgincludeHEADERS:
275 @$(NORMAL_UNINSTALL)
276 @list='$(pkginclude_HEADERS)'; for p in $$list; do \
277 f=$(am__strip_dir) \
278 echo " rm -f '$(DESTDIR)$(pkgincludedir)/$$f'"; \
279 rm -f "$(DESTDIR)$(pkgincludedir)/$$f"; \
280 done
281
282ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
283 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
284 unique=`for i in $$list; do \
285 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
286 done | \
287 $(AWK) ' { files[$$0] = 1; } \
288 END { for (i in files) print i; }'`; \
289 mkid -fID $$unique
290tags: TAGS
291
292TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
293 $(TAGS_FILES) $(LISP)
294 tags=; \
295 here=`pwd`; \
296 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
297 unique=`for i in $$list; do \
298 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
299 done | \
300 $(AWK) ' { files[$$0] = 1; } \
301 END { for (i in files) print i; }'`; \
302 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
303 test -n "$$unique" || unique=$$empty_fix; \
304 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
305 $$tags $$unique; \
306 fi
307ctags: CTAGS
308CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
309 $(TAGS_FILES) $(LISP)
310 tags=; \
311 here=`pwd`; \
312 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
313 unique=`for i in $$list; do \
314 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
315 done | \
316 $(AWK) ' { files[$$0] = 1; } \
317 END { for (i in files) print i; }'`; \
318 test -z "$(CTAGS_ARGS)$$tags$$unique" \
319 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
320 $$tags $$unique
321
322GTAGS:
323 here=`$(am__cd) $(top_builddir) && pwd` \
324 && cd $(top_srcdir) \
325 && gtags -i $(GTAGS_ARGS) $$here
326
327distclean-tags:
328 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
329
330distdir: $(DISTFILES)
331 $(mkdir_p) $(distdir)/private
332 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
333 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
334 list='$(DISTFILES)'; for file in $$list; do \
335 case $$file in \
336 $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
337 $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
338 esac; \
339 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
340 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
341 if test "$$dir" != "$$file" && test "$$dir" != "."; then \
342 dir="/$$dir"; \
343 $(mkdir_p) "$(distdir)$$dir"; \
344 else \
345 dir=''; \
346 fi; \
347 if test -d $$d/$$file; then \
348 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
349 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
350 fi; \
351 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
352 else \
353 test -f $(distdir)/$$file \
354 || cp -p $$d/$$file $(distdir)/$$file \
355 || exit 1; \
356 fi; \
357 done
358check-am: all-am
359check: check-am
360all-am: Makefile $(HEADERS)
361installdirs:
362 for dir in "$(DESTDIR)$(pkgincludedir)"; do \
363 test -z "$$dir" || $(mkdir_p) "$$dir"; \
364 done
365install: install-am
366install-exec: install-exec-am
367install-data: install-data-am
368uninstall: uninstall-am
369
370install-am: all-am
371 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
372
373installcheck: installcheck-am
374install-strip:
375 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
376 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
377 `test -z '$(STRIP)' || \
378 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
379mostlyclean-generic:
380
381clean-generic:
382
383distclean-generic:
384 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
385
386maintainer-clean-generic:
387 @echo "This command is intended for maintainers to use"
388 @echo "it deletes files that may require special tools to rebuild."
389clean: clean-am
390
391clean-am: clean-generic clean-libtool mostlyclean-am
392
393distclean: distclean-am
394 -rm -f Makefile
395distclean-am: clean-am distclean-generic distclean-libtool \
396 distclean-tags
397
398dvi: dvi-am
399
400dvi-am:
401
402html: html-am
403
404info: info-am
405
406info-am:
407
408install-data-am: install-pkgincludeHEADERS
409
410install-exec-am:
411
412install-info: install-info-am
413
414install-man:
415
416installcheck-am:
417
418maintainer-clean: maintainer-clean-am
419 -rm -f Makefile
420maintainer-clean-am: distclean-am maintainer-clean-generic
421
422mostlyclean: mostlyclean-am
423
424mostlyclean-am: mostlyclean-generic mostlyclean-libtool
425
426pdf: pdf-am
427
428pdf-am:
429
430ps: ps-am
431
432ps-am:
433
434uninstall-am: uninstall-info-am uninstall-pkgincludeHEADERS
435
436.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
437 clean-libtool ctags distclean distclean-generic \
438 distclean-libtool distclean-tags distdir dvi dvi-am html \
439 html-am info info-am install install-am install-data \
440 install-data-am install-exec install-exec-am install-info \
441 install-info-am install-man install-pkgincludeHEADERS \
442 install-strip installcheck installcheck-am installdirs \
443 maintainer-clean maintainer-clean-generic mostlyclean \
444 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
445 tags uninstall uninstall-am uninstall-info-am \
446 uninstall-pkgincludeHEADERS
447
448# Tell versions [3.59,3.63) of GNU make to not export all variables.
449# Otherwise a system limit (for SysV at least) may be exceeded.
450.NOEXPORT:
Note: See TracBrowser for help on using the repository browser.