OSDN Git Service

* doc/invoke.texi: Remove Chill references.
[pf3gnuchains/gcc-fork.git] / boehm-gc / include / Makefile.in
1 # Makefile.in generated automatically by automake 1.4 from Makefile.am
2
3 # Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
4 # This Makefile.in is free software; the Free Software Foundation
5 # gives unlimited permission to copy and/or distribute it,
6 # with or without modifications, as long as this notice is preserved.
7
8 # This program is distributed in the hope that it will be useful,
9 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
10 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
11 # PARTICULAR PURPOSE.
12
13
14 SHELL = @SHELL@
15
16 srcdir = @srcdir@
17 top_srcdir = @top_srcdir@
18 VPATH = @srcdir@
19 prefix = @prefix@
20 exec_prefix = @exec_prefix@
21
22 bindir = @bindir@
23 sbindir = @sbindir@
24 libexecdir = @libexecdir@
25 datadir = @datadir@
26 sysconfdir = @sysconfdir@
27 sharedstatedir = @sharedstatedir@
28 localstatedir = @localstatedir@
29 libdir = @libdir@
30 infodir = @infodir@
31 mandir = @mandir@
32 includedir = @includedir@
33 oldincludedir = /usr/include
34
35 DESTDIR =
36
37 pkgdatadir = $(datadir)/@PACKAGE@
38 pkglibdir = $(libdir)/@PACKAGE@
39 pkgincludedir = $(includedir)/@PACKAGE@
40
41 top_builddir = ..
42
43 ACLOCAL = @ACLOCAL@
44 AUTOCONF = @AUTOCONF@
45 AUTOMAKE = @AUTOMAKE@
46 AUTOHEADER = @AUTOHEADER@
47
48 INSTALL = @INSTALL@
49 INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
50 INSTALL_DATA = @INSTALL_DATA@
51 INSTALL_SCRIPT = @INSTALL_SCRIPT@
52 transform = @program_transform_name@
53
54 NORMAL_INSTALL = :
55 PRE_INSTALL = :
56 POST_INSTALL = :
57 NORMAL_UNINSTALL = :
58 PRE_UNINSTALL = :
59 POST_UNINSTALL = :
60 build_alias = @build_alias@
61 build_triplet = @build@
62 host_alias = @host_alias@
63 host_triplet = @host@
64 target_alias = @target_alias@
65 target_triplet = @target@
66 AR = @AR@
67 AS = @AS@
68 CC = @CC@
69 CPP = @CPP@
70 CXX = @CXX@
71 CXXCPP = @CXXCPP@
72 CXXINCLUDES = @CXXINCLUDES@
73 DLLTOOL = @DLLTOOL@
74 EXEEXT = @EXEEXT@
75 EXTRA_TEST_LIBS = @EXTRA_TEST_LIBS@
76 GCJ = @GCJ@
77 GCJFLAGS = @GCJFLAGS@
78 GC_CFLAGS = @GC_CFLAGS@
79 INCLUDES = @INCLUDES@
80 LIBTOOL = @LIBTOOL@
81 LN_S = @LN_S@
82 MAINT = @MAINT@
83 MAKEINFO = @MAKEINFO@
84 MY_CFLAGS = @MY_CFLAGS@
85 OBJDUMP = @OBJDUMP@
86 OBJEXT = @OBJEXT@
87 PACKAGE = @PACKAGE@
88 RANLIB = @RANLIB@
89 STRIP = @STRIP@
90 THREADLIBS = @THREADLIBS@
91 VERSION = @VERSION@
92 addobjs = @addobjs@
93 gc_basedir = @gc_basedir@
94 mkinstalldirs = @mkinstalldirs@
95 target_all = @target_all@
96
97 AUTOMAKE_OPTIONS = foreign
98
99 include_HEADERS = gc.h gc_backptr.h gc_local_alloc.h \
100   gc_pthread_redirects.h gc_cpp.h
101
102 CONFIG_CLEAN_FILES = 
103 HEADERS =  $(include_HEADERS)
104
105 DIST_COMMON =  Makefile.am Makefile.in
106
107
108 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
109
110 TAR = gtar
111 GZIP_ENV = --best
112 all: all-redirect
113 .SUFFIXES:
114 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
115         cd $(top_srcdir) && $(AUTOMAKE) --cygnus include/Makefile
116
117 Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
118         cd $(top_builddir) \
119           && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
120
121
122 install-includeHEADERS: $(include_HEADERS)
123         @$(NORMAL_INSTALL)
124         $(mkinstalldirs) $(DESTDIR)$(includedir)
125         @list='$(include_HEADERS)'; for p in $$list; do \
126           if test -f "$$p"; then d= ; else d="$(srcdir)/"; fi; \
127           echo " $(INSTALL_DATA) $$d$$p $(DESTDIR)$(includedir)/$$p"; \
128           $(INSTALL_DATA) $$d$$p $(DESTDIR)$(includedir)/$$p; \
129         done
130
131 uninstall-includeHEADERS:
132         @$(NORMAL_UNINSTALL)
133         list='$(include_HEADERS)'; for p in $$list; do \
134           rm -f $(DESTDIR)$(includedir)/$$p; \
135         done
136
137 tags: TAGS
138
139 ID: $(HEADERS) $(SOURCES) $(LISP)
140         list='$(SOURCES) $(HEADERS)'; \
141         unique=`for i in $$list; do echo $$i; done | \
142           awk '    { files[$$0] = 1; } \
143                END { for (i in files) print i; }'`; \
144         here=`pwd` && cd $(srcdir) \
145           && mkid -f$$here/ID $$unique $(LISP)
146
147 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
148         tags=; \
149         here=`pwd`; \
150         list='$(SOURCES) $(HEADERS)'; \
151         unique=`for i in $$list; do echo $$i; done | \
152           awk '    { files[$$0] = 1; } \
153                END { for (i in files) print i; }'`; \
154         test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
155           || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
156
157 mostlyclean-tags:
158
159 clean-tags:
160
161 distclean-tags:
162         -rm -f TAGS ID
163
164 maintainer-clean-tags:
165
166 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
167
168 subdir = include
169
170 distdir: $(DISTFILES)
171         @for file in $(DISTFILES); do \
172           if test -f $$file; then d=.; else d=$(srcdir); fi; \
173           if test -d $$d/$$file; then \
174             cp -pr $$d/$$file $(distdir)/$$file; \
175           else \
176             test -f $(distdir)/$$file \
177             || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
178             || cp -p $$d/$$file $(distdir)/$$file || :; \
179           fi; \
180         done
181 info-am:
182 info: info-am
183 dvi-am:
184 dvi: dvi-am
185 check-am:
186 check: check-am
187 installcheck-am:
188 installcheck: installcheck-am
189 install-info-am: 
190 install-info: install-info-am
191 install-exec-am:
192 install-exec: install-exec-am
193
194 install-data-am: install-includeHEADERS
195 install-data: install-data-am
196
197 install-am: all-am
198         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
199 install: install-am
200 uninstall-am: uninstall-includeHEADERS
201 uninstall: uninstall-am
202 all-am: Makefile $(HEADERS)
203 all-redirect: all-am
204 install-strip:
205         $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
206 installdirs:
207         $(mkinstalldirs)  $(DESTDIR)$(includedir)
208
209
210 mostlyclean-generic:
211
212 clean-generic:
213
214 distclean-generic:
215         -rm -f Makefile $(CONFIG_CLEAN_FILES)
216         -rm -f config.cache config.log stamp-h stamp-h[0-9]*
217
218 maintainer-clean-generic:
219 mostlyclean-am:  mostlyclean-tags mostlyclean-generic
220
221 mostlyclean: mostlyclean-am
222
223 clean-am:  clean-tags clean-generic mostlyclean-am
224
225 clean: clean-am
226
227 distclean-am:  distclean-tags distclean-generic clean-am
228         -rm -f libtool
229
230 distclean: distclean-am
231
232 maintainer-clean-am:  maintainer-clean-tags maintainer-clean-generic \
233                 distclean-am
234         @echo "This command is intended for maintainers to use;"
235         @echo "it deletes files that may require special tools to rebuild."
236
237 maintainer-clean: maintainer-clean-am
238
239 .PHONY: uninstall-includeHEADERS install-includeHEADERS tags \
240 mostlyclean-tags distclean-tags clean-tags maintainer-clean-tags \
241 distdir info-am info dvi-am dvi check check-am installcheck-am \
242 installcheck install-info-am install-info install-exec-am install-exec \
243 install-data-am install-data install-am install uninstall-am uninstall \
244 all-redirect all-am all installdirs mostlyclean-generic \
245 distclean-generic clean-generic maintainer-clean-generic clean \
246 mostlyclean distclean maintainer-clean
247
248
249 # Tell versions [3.59,3.63) of GNU make to not export all variables.
250 # Otherwise a system limit (for SysV at least) may be exceeded.
251 .NOEXPORT: