comparison gc/include/Makefile.in @ 51488:5de98dce4bd1

*** empty log message ***
author Dave Love <fx@gnu.org>
date Thu, 05 Jun 2003 17:49:22 +0000
parents
children
comparison
equal deleted inserted replaced
51487:01d68b199093 51488:5de98dce4bd1
1 # Makefile.in generated by automake 1.6.3 from Makefile.am.
2 # @configure_input@
3
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.
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 SHELL = @SHELL@
30
31 srcdir = @srcdir@
32 top_srcdir = @top_srcdir@
33 VPATH = @srcdir@
34 prefix = @prefix@
35 exec_prefix = @exec_prefix@
36
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 = ..
53
54 ACLOCAL = @ACLOCAL@
55 AUTOCONF = @AUTOCONF@
56 AUTOMAKE = @AUTOMAKE@
57 AUTOHEADER = @AUTOHEADER@
58
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@
77
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 VERSION = @VERSION@
110 addincludes = @addincludes@
111 addobjs = @addobjs@
112 addtests = @addtests@
113 am__include = @am__include@
114 am__quote = @am__quote@
115 install_sh = @install_sh@
116 target_all = @target_all@
117
118 # installed headers
119 #
120 pkginclude_HEADERS = gc.h gc_typed.h gc_inl.h \
121 gc_inline.h gc_mark.h gc_cpp.h \
122 weakpointer.h gc_alloc.h new_gc_alloc.h \
123 gc_allocator.h gc_backptr.h \
124 gc_gcj.h gc_local_alloc.h leak_detector.h \
125 gc_amiga_redirects.h gc_pthread_redirects.h \
126 gc_config_macros.h
127
128
129 # headers which are not installed
130 #
131 dist_noinst_HEADERS = private/gc_hdrs.h \
132 private/gc_priv.h private/gcconfig.h \
133 private/gc_pmark.h private/gc_locks.h \
134 private/solaris_threads.h private/dbg_mlc.h \
135 private/specific.h private/cord_pos.h \
136 cord.h ec.h javaxfc.h
137
138 subdir = include
139 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
140 CONFIG_CLEAN_FILES =
141 DIST_SOURCES =
142 HEADERS = $(dist_noinst_HEADERS) $(pkginclude_HEADERS)
143
144 DIST_COMMON = $(dist_noinst_HEADERS) $(pkginclude_HEADERS) Makefile.am \
145 Makefile.in
146 all: all-am
147
148 .SUFFIXES:
149 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
150 cd $(top_srcdir) && \
151 $(AUTOMAKE) --gnu include/Makefile
152 Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in $(top_builddir)/config.status
153 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
154
155 mostlyclean-libtool:
156 -rm -f *.lo
157
158 clean-libtool:
159 -rm -rf .libs _libs
160
161 distclean-libtool:
162 -rm -f libtool
163 uninstall-info-am:
164 pkgincludeHEADERS_INSTALL = $(INSTALL_HEADER)
165 install-pkgincludeHEADERS: $(pkginclude_HEADERS)
166 @$(NORMAL_INSTALL)
167 $(mkinstalldirs) $(DESTDIR)$(pkgincludedir)
168 @list='$(pkginclude_HEADERS)'; for p in $$list; do \
169 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
170 f="`echo $$p | sed -e 's|^.*/||'`"; \
171 echo " $(pkgincludeHEADERS_INSTALL) $$d$$p $(DESTDIR)$(pkgincludedir)/$$f"; \
172 $(pkgincludeHEADERS_INSTALL) $$d$$p $(DESTDIR)$(pkgincludedir)/$$f; \
173 done
174
175 uninstall-pkgincludeHEADERS:
176 @$(NORMAL_UNINSTALL)
177 @list='$(pkginclude_HEADERS)'; for p in $$list; do \
178 f="`echo $$p | sed -e 's|^.*/||'`"; \
179 echo " rm -f $(DESTDIR)$(pkgincludedir)/$$f"; \
180 rm -f $(DESTDIR)$(pkgincludedir)/$$f; \
181 done
182
183 ETAGS = etags
184 ETAGSFLAGS =
185
186 tags: TAGS
187
188 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
189 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
190 unique=`for i in $$list; do \
191 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
192 done | \
193 $(AWK) ' { files[$$0] = 1; } \
194 END { for (i in files) print i; }'`; \
195 mkid -fID $$unique
196
197 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
198 $(TAGS_FILES) $(LISP)
199 tags=; \
200 here=`pwd`; \
201 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
202 unique=`for i in $$list; do \
203 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
204 done | \
205 $(AWK) ' { files[$$0] = 1; } \
206 END { for (i in files) print i; }'`; \
207 test -z "$(ETAGS_ARGS)$$tags$$unique" \
208 || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
209 $$tags $$unique
210
211 GTAGS:
212 here=`$(am__cd) $(top_builddir) && pwd` \
213 && cd $(top_srcdir) \
214 && gtags -i $(GTAGS_ARGS) $$here
215
216 distclean-tags:
217 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
218 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
219
220 top_distdir = ..
221 distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
222
223 distdir: $(DISTFILES)
224 $(mkinstalldirs) $(distdir)/private
225 @list='$(DISTFILES)'; for file in $$list; do \
226 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
227 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
228 if test "$$dir" != "$$file" && test "$$dir" != "."; then \
229 dir="/$$dir"; \
230 $(mkinstalldirs) "$(distdir)$$dir"; \
231 else \
232 dir=''; \
233 fi; \
234 if test -d $$d/$$file; then \
235 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
236 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
237 fi; \
238 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
239 else \
240 test -f $(distdir)/$$file \
241 || cp -p $$d/$$file $(distdir)/$$file \
242 || exit 1; \
243 fi; \
244 done
245 check-am: all-am
246 check: check-am
247 all-am: Makefile $(HEADERS)
248
249 installdirs:
250 $(mkinstalldirs) $(DESTDIR)$(pkgincludedir)
251
252 install: install-am
253 install-exec: install-exec-am
254 install-data: install-data-am
255 uninstall: uninstall-am
256
257 install-am: all-am
258 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
259
260 installcheck: installcheck-am
261 install-strip:
262 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
263 INSTALL_STRIP_FLAG=-s \
264 `test -z '$(STRIP)' || \
265 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
266 mostlyclean-generic:
267
268 clean-generic:
269
270 distclean-generic:
271 -rm -f Makefile $(CONFIG_CLEAN_FILES)
272
273 maintainer-clean-generic:
274 @echo "This command is intended for maintainers to use"
275 @echo "it deletes files that may require special tools to rebuild."
276 clean: clean-am
277
278 clean-am: clean-generic clean-libtool mostlyclean-am
279
280 distclean: distclean-am
281
282 distclean-am: clean-am distclean-generic distclean-libtool \
283 distclean-tags
284
285 dvi: dvi-am
286
287 dvi-am:
288
289 info: info-am
290
291 info-am:
292
293 install-data-am: install-pkgincludeHEADERS
294
295 install-exec-am:
296
297 install-info: install-info-am
298
299 install-man:
300
301 installcheck-am:
302
303 maintainer-clean: maintainer-clean-am
304
305 maintainer-clean-am: distclean-am maintainer-clean-generic
306
307 mostlyclean: mostlyclean-am
308
309 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
310
311 uninstall-am: uninstall-info-am uninstall-pkgincludeHEADERS
312
313 .PHONY: GTAGS all all-am check check-am clean clean-generic \
314 clean-libtool distclean distclean-generic distclean-libtool \
315 distclean-tags distdir dvi dvi-am info info-am install \
316 install-am install-data install-data-am install-exec \
317 install-exec-am install-info install-info-am install-man \
318 install-pkgincludeHEADERS install-strip installcheck \
319 installcheck-am installdirs maintainer-clean \
320 maintainer-clean-generic mostlyclean mostlyclean-generic \
321 mostlyclean-libtool tags uninstall uninstall-am \
322 uninstall-info-am uninstall-pkgincludeHEADERS
323
324 # Tell versions [3.59,3.63) of GNU make to not export all variables.
325 # Otherwise a system limit (for SysV at least) may be exceeded.
326 .NOEXPORT: