OSDN Git Service

dccf0c7d4cbc1d362aad66d4ea8eee80af3c308b
[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   gc_pthread_redirects.h gc_cpp.h
100
101 CONFIG_CLEAN_FILES = 
102 HEADERS =  $(include_HEADERS)
103
104 DIST_COMMON =  Makefile.am Makefile.in
105
106
107 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
108
109 TAR = gtar
110 GZIP_ENV = --best
111 all: all-redirect
112 .SUFFIXES:
113 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
114         cd $(top_srcdir) && $(AUTOMAKE) --cygnus include/Makefile
115
116 Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
117         cd $(top_builddir) \
118           && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
119
120
121 install-includeHEADERS: $(include_HEADERS)
122         @$(NORMAL_INSTALL)
123         $(mkinstalldirs) $(DESTDIR)$(includedir)
124         @list='$(include_HEADERS)'; for p in $$list; do \
125           if test -f "$$p"; then d= ; else d="$(srcdir)/"; fi; \
126           echo " $(INSTALL_DATA) $$d$$p $(DESTDIR)$(includedir)/$$p"; \
127           $(INSTALL_DATA) $$d$$p $(DESTDIR)$(includedir)/$$p; \
128         done
129
130 uninstall-includeHEADERS:
131         @$(NORMAL_UNINSTALL)
132         list='$(include_HEADERS)'; for p in $$list; do \
133           rm -f $(DESTDIR)$(includedir)/$$p; \
134         done
135
136 tags: TAGS
137
138 ID: $(HEADERS) $(SOURCES) $(LISP)
139         list='$(SOURCES) $(HEADERS)'; \
140         unique=`for i in $$list; do echo $$i; done | \
141           awk '    { files[$$0] = 1; } \
142                END { for (i in files) print i; }'`; \
143         here=`pwd` && cd $(srcdir) \
144           && mkid -f$$here/ID $$unique $(LISP)
145
146 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
147         tags=; \
148         here=`pwd`; \
149         list='$(SOURCES) $(HEADERS)'; \
150         unique=`for i in $$list; do echo $$i; done | \
151           awk '    { files[$$0] = 1; } \
152                END { for (i in files) print i; }'`; \
153         test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
154           || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
155
156 mostlyclean-tags:
157
158 clean-tags:
159
160 distclean-tags:
161         -rm -f TAGS ID
162
163 maintainer-clean-tags:
164
165 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
166
167 subdir = include
168
169 distdir: $(DISTFILES)
170         @for file in $(DISTFILES); do \
171           if test -f $$file; then d=.; else d=$(srcdir); fi; \
172           if test -d $$d/$$file; then \
173             cp -pr $$d/$$file $(distdir)/$$file; \
174           else \
175             test -f $(distdir)/$$file \
176             || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
177             || cp -p $$d/$$file $(distdir)/$$file || :; \
178           fi; \
179         done
180 info-am:
181 info: info-am
182 dvi-am:
183 dvi: dvi-am
184 check-am:
185 check: check-am
186 installcheck-am:
187 installcheck: installcheck-am
188 install-info-am: 
189 install-info: install-info-am
190 install-exec-am:
191 install-exec: install-exec-am
192
193 install-data-am: install-includeHEADERS
194 install-data: install-data-am
195
196 install-am: all-am
197         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
198 install: install-am
199 uninstall-am: uninstall-includeHEADERS
200 uninstall: uninstall-am
201 all-am: Makefile $(HEADERS)
202 all-redirect: all-am
203 install-strip:
204         $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
205 installdirs:
206         $(mkinstalldirs)  $(DESTDIR)$(includedir)
207
208
209 mostlyclean-generic:
210
211 clean-generic:
212
213 distclean-generic:
214         -rm -f Makefile $(CONFIG_CLEAN_FILES)
215         -rm -f config.cache config.log stamp-h stamp-h[0-9]*
216
217 maintainer-clean-generic:
218 mostlyclean-am:  mostlyclean-tags mostlyclean-generic
219
220 mostlyclean: mostlyclean-am
221
222 clean-am:  clean-tags clean-generic mostlyclean-am
223
224 clean: clean-am
225
226 distclean-am:  distclean-tags distclean-generic clean-am
227         -rm -f libtool
228
229 distclean: distclean-am
230
231 maintainer-clean-am:  maintainer-clean-tags maintainer-clean-generic \
232                 distclean-am
233         @echo "This command is intended for maintainers to use;"
234         @echo "it deletes files that may require special tools to rebuild."
235
236 maintainer-clean: maintainer-clean-am
237
238 .PHONY: uninstall-includeHEADERS install-includeHEADERS tags \
239 mostlyclean-tags distclean-tags clean-tags maintainer-clean-tags \
240 distdir info-am info dvi-am dvi check check-am installcheck-am \
241 installcheck install-info-am install-info install-exec-am install-exec \
242 install-data-am install-data install-am install uninstall-am uninstall \
243 all-redirect all-am all installdirs mostlyclean-generic \
244 distclean-generic clean-generic maintainer-clean-generic clean \
245 mostlyclean distclean maintainer-clean
246
247
248 # Tell versions [3.59,3.63) of GNU make to not export all variables.
249 # Otherwise a system limit (for SysV at least) may be exceeded.
250 .NOEXPORT: