Import GC 6.3
[official-gcc.git] / boehm-gc / include / Makefile.in
blobb1c4184e12b9ba9adf01d2328c3247208665bd56
1 # Makefile.in generated by automake 1.6.3 from Makefile.am.
2 # @configure_input@
4 # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
5 # 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.
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.
15 @SET_MAKE@
19 # THIS MATERIAL IS PROVIDED AS IS, WITH ABSOLUTELY NO WARRANTY EXPRESSED
20 # OR IMPLIED. ANY USE IS AT YOUR OWN RISK.
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.
28 # Modified by: Grzegorz Jakacki <jakacki at acm dot org>
29 SHELL = @SHELL@
31 srcdir = @srcdir@
32 top_srcdir = @top_srcdir@
33 VPATH = @srcdir@
34 prefix = @prefix@
35 exec_prefix = @exec_prefix@
37 bindir = @bindir@
38 sbindir = @sbindir@
39 libexecdir = @libexecdir@
40 datadir = @datadir@
41 sysconfdir = @sysconfdir@
42 sharedstatedir = @sharedstatedir@
43 localstatedir = @localstatedir@
44 libdir = @libdir@
45 infodir = @infodir@
46 mandir = @mandir@
47 includedir = @includedir@
48 oldincludedir = /usr/include
49 pkgdatadir = $(datadir)/@PACKAGE@
50 pkglibdir = $(libdir)/@PACKAGE@
51 pkgincludedir = $(includedir)/@PACKAGE@
52 top_builddir = ..
54 ACLOCAL = @ACLOCAL@
55 AUTOCONF = @AUTOCONF@
56 AUTOMAKE = @AUTOMAKE@
57 AUTOHEADER = @AUTOHEADER@
59 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
60 INSTALL = @INSTALL@
61 INSTALL_PROGRAM = @INSTALL_PROGRAM@
62 INSTALL_DATA = @INSTALL_DATA@
63 install_sh_DATA = $(install_sh) -c -m 644
64 install_sh_PROGRAM = $(install_sh) -c
65 install_sh_SCRIPT = $(install_sh) -c
66 INSTALL_SCRIPT = @INSTALL_SCRIPT@
67 INSTALL_HEADER = $(INSTALL_DATA)
68 transform = @program_transform_name@
69 NORMAL_INSTALL = :
70 PRE_INSTALL = :
71 POST_INSTALL = :
72 NORMAL_UNINSTALL = :
73 PRE_UNINSTALL = :
74 POST_UNINSTALL = :
75 host_alias = @host_alias@
76 host_triplet = @host@
78 EXEEXT = @EXEEXT@
79 OBJEXT = @OBJEXT@
80 PATH_SEPARATOR = @PATH_SEPARATOR@
81 AMTAR = @AMTAR@
82 AR = @AR@
83 AS = @AS@
84 AWK = @AWK@
85 CC = @CC@
86 CCAS = @CCAS@
87 CCASFLAGS = @CCASFLAGS@
88 CFLAGS = @CFLAGS@
89 CXX = @CXX@
90 CXXFLAGS = @CXXFLAGS@
91 CXXINCLUDES = @CXXINCLUDES@
92 DEPDIR = @DEPDIR@
93 DLLTOOL = @DLLTOOL@
94 ECHO = @ECHO@
95 EXTRA_TEST_LIBS = @EXTRA_TEST_LIBS@
96 GC_CFLAGS = @GC_CFLAGS@
97 GC_VERSION = @GC_VERSION@
98 INCLUDES = @INCLUDES@
99 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
100 LIBTOOL = @LIBTOOL@
101 LN_S = @LN_S@
102 MAINT = @MAINT@
103 MY_CFLAGS = @MY_CFLAGS@
104 OBJDUMP = @OBJDUMP@
105 PACKAGE = @PACKAGE@
106 RANLIB = @RANLIB@
107 STRIP = @STRIP@
108 THREADLIBS = @THREADLIBS@
109 UNWINDLIBS = @UNWINDLIBS@
110 VERSION = @VERSION@
111 addincludes = @addincludes@
112 addlibs = @addlibs@
113 addobjs = @addobjs@
114 addtests = @addtests@
115 am__include = @am__include@
116 am__quote = @am__quote@
117 install_sh = @install_sh@
118 target_all = @target_all@
120 # installed headers
122 pkginclude_HEADERS = gc.h gc_typed.h gc_inl.h \
123 gc_inline.h gc_mark.h gc_cpp.h \
124 weakpointer.h gc_alloc.h new_gc_alloc.h \
125 gc_allocator.h gc_backptr.h \
126 gc_gcj.h gc_local_alloc.h leak_detector.h \
127 gc_amiga_redirects.h gc_pthread_redirects.h \
128 gc_config_macros.h
131 # headers which are not installed
133 dist_noinst_HEADERS = private/gc_hdrs.h \
134 private/gc_priv.h private/gcconfig.h \
135 private/gc_pmark.h private/gc_locks.h \
136 private/solaris_threads.h private/dbg_mlc.h \
137 private/specific.h private/cord_pos.h \
138 private/pthread_support.h private/pthread_stop_world.h \
139 private/darwin_semaphore.h private/darwin_stop_world.h \
140 cord.h ec.h javaxfc.h
142 subdir = include
143 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
144 CONFIG_CLEAN_FILES =
145 DIST_SOURCES =
146 HEADERS = $(dist_noinst_HEADERS) $(pkginclude_HEADERS)
148 DIST_COMMON = $(dist_noinst_HEADERS) $(pkginclude_HEADERS) Makefile.am \
149 Makefile.in
150 all: all-am
152 .SUFFIXES:
153 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
154 cd $(top_srcdir) && \
155 $(AUTOMAKE) --gnu include/Makefile
156 Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in $(top_builddir)/config.status
157 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
159 mostlyclean-libtool:
160 -rm -f *.lo
162 clean-libtool:
163 -rm -rf .libs _libs
165 distclean-libtool:
166 -rm -f libtool
167 uninstall-info-am:
168 pkgincludeHEADERS_INSTALL = $(INSTALL_HEADER)
169 install-pkgincludeHEADERS: $(pkginclude_HEADERS)
170 @$(NORMAL_INSTALL)
171 $(mkinstalldirs) $(DESTDIR)$(pkgincludedir)
172 @list='$(pkginclude_HEADERS)'; for p in $$list; do \
173 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
174 f="`echo $$p | sed -e 's|^.*/||'`"; \
175 echo " $(pkgincludeHEADERS_INSTALL) $$d$$p $(DESTDIR)$(pkgincludedir)/$$f"; \
176 $(pkgincludeHEADERS_INSTALL) $$d$$p $(DESTDIR)$(pkgincludedir)/$$f; \
177 done
179 uninstall-pkgincludeHEADERS:
180 @$(NORMAL_UNINSTALL)
181 @list='$(pkginclude_HEADERS)'; for p in $$list; do \
182 f="`echo $$p | sed -e 's|^.*/||'`"; \
183 echo " rm -f $(DESTDIR)$(pkgincludedir)/$$f"; \
184 rm -f $(DESTDIR)$(pkgincludedir)/$$f; \
185 done
187 ETAGS = etags
188 ETAGSFLAGS =
190 tags: TAGS
192 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
193 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
194 unique=`for i in $$list; do \
195 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
196 done | \
197 $(AWK) ' { files[$$0] = 1; } \
198 END { for (i in files) print i; }'`; \
199 mkid -fID $$unique
201 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
202 $(TAGS_FILES) $(LISP)
203 tags=; \
204 here=`pwd`; \
205 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
206 unique=`for i in $$list; do \
207 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
208 done | \
209 $(AWK) ' { files[$$0] = 1; } \
210 END { for (i in files) print i; }'`; \
211 test -z "$(ETAGS_ARGS)$$tags$$unique" \
212 || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
213 $$tags $$unique
215 GTAGS:
216 here=`$(am__cd) $(top_builddir) && pwd` \
217 && cd $(top_srcdir) \
218 && gtags -i $(GTAGS_ARGS) $$here
220 distclean-tags:
221 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
222 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
224 top_distdir = ..
225 distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
227 distdir: $(DISTFILES)
228 $(mkinstalldirs) $(distdir)/private
229 @list='$(DISTFILES)'; for file in $$list; do \
230 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
231 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
232 if test "$$dir" != "$$file" && test "$$dir" != "."; then \
233 dir="/$$dir"; \
234 $(mkinstalldirs) "$(distdir)$$dir"; \
235 else \
236 dir=''; \
237 fi; \
238 if test -d $$d/$$file; then \
239 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
240 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
241 fi; \
242 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
243 else \
244 test -f $(distdir)/$$file \
245 || cp -p $$d/$$file $(distdir)/$$file \
246 || exit 1; \
247 fi; \
248 done
249 check-am: all-am
250 check: check-am
251 all-am: Makefile $(HEADERS)
253 installdirs:
254 $(mkinstalldirs) $(DESTDIR)$(pkgincludedir)
256 install: install-am
257 install-exec: install-exec-am
258 install-data: install-data-am
259 uninstall: uninstall-am
261 install-am: all-am
262 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
264 installcheck: installcheck-am
265 install-strip:
266 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
267 INSTALL_STRIP_FLAG=-s \
268 `test -z '$(STRIP)' || \
269 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
270 mostlyclean-generic:
272 clean-generic:
274 distclean-generic:
275 -rm -f Makefile $(CONFIG_CLEAN_FILES)
277 maintainer-clean-generic:
278 @echo "This command is intended for maintainers to use"
279 @echo "it deletes files that may require special tools to rebuild."
280 clean: clean-am
282 clean-am: clean-generic clean-libtool mostlyclean-am
284 distclean: distclean-am
286 distclean-am: clean-am distclean-generic distclean-libtool \
287 distclean-tags
289 dvi: dvi-am
291 dvi-am:
293 info: info-am
295 info-am:
297 install-data-am: install-pkgincludeHEADERS
299 install-exec-am:
301 install-info: install-info-am
303 install-man:
305 installcheck-am:
307 maintainer-clean: maintainer-clean-am
309 maintainer-clean-am: distclean-am maintainer-clean-generic
311 mostlyclean: mostlyclean-am
313 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
315 uninstall-am: uninstall-info-am uninstall-pkgincludeHEADERS
317 .PHONY: GTAGS all all-am check check-am clean clean-generic \
318 clean-libtool distclean distclean-generic distclean-libtool \
319 distclean-tags distdir dvi dvi-am info info-am install \
320 install-am install-data install-data-am install-exec \
321 install-exec-am install-info install-info-am install-man \
322 install-pkgincludeHEADERS install-strip installcheck \
323 installcheck-am installdirs maintainer-clean \
324 maintainer-clean-generic mostlyclean mostlyclean-generic \
325 mostlyclean-libtool tags uninstall uninstall-am \
326 uninstall-info-am uninstall-pkgincludeHEADERS
328 # Tell versions [3.59,3.63) of GNU make to not export all variables.
329 # Otherwise a system limit (for SysV at least) may be exceeded.
330 .NOEXPORT: