OSDN Git Service

Daily bump.
[pf3gnuchains/gcc-fork.git] / boehm-gc / include / Makefile.in
1 # Makefile.in generated automatically by automake 1.4-p5 from Makefile.am
2
3 # Copyright (C) 1994, 1995-8, 1999, 2001 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 CFLAGS = @CFLAGS@
70 CPP = @CPP@
71 CXX = @CXX@
72 CXXCPP = @CXXCPP@
73 CXXFLAGS = @CXXFLAGS@
74 CXXINCLUDES = @CXXINCLUDES@
75 DLLTOOL = @DLLTOOL@
76 EXEEXT = @EXEEXT@
77 EXTRA_TEST_LIBS = @EXTRA_TEST_LIBS@
78 GCJ = @GCJ@
79 GCJFLAGS = @GCJFLAGS@
80 GC_CFLAGS = @GC_CFLAGS@
81 INCLUDES = @INCLUDES@
82 LIBTOOL = @LIBTOOL@
83 LN_S = @LN_S@
84 MAINT = @MAINT@
85 MAKEINFO = @MAKEINFO@
86 MY_CFLAGS = @MY_CFLAGS@
87 OBJDUMP = @OBJDUMP@
88 OBJEXT = @OBJEXT@
89 PACKAGE = @PACKAGE@
90 RANLIB = @RANLIB@
91 STRIP = @STRIP@
92 THREADLIBS = @THREADLIBS@
93 VERSION = @VERSION@
94 addincludes = @addincludes@
95 addlibs = @addlibs@
96 addobjs = @addobjs@
97 addtests = @addtests@
98 gc_basedir = @gc_basedir@
99 mkinstalldirs = @mkinstalldirs@
100 target_all = @target_all@
101 toolexecdir = @toolexecdir@
102 toolexeclibdir = @toolexeclibdir@
103
104 AUTOMAKE_OPTIONS = foreign
105
106 noinst_HEADERS = gc.h gc_backptr.h gc_local_alloc.h \
107   gc_pthread_redirects.h gc_cpp.h
108
109 CONFIG_CLEAN_FILES = 
110 HEADERS =  $(noinst_HEADERS)
111
112 DIST_COMMON =  Makefile.am Makefile.in
113
114
115 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
116
117 TAR = gtar
118 GZIP_ENV = --best
119 all: all-redirect
120 .SUFFIXES:
121 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
122         cd $(top_srcdir) && $(AUTOMAKE) --cygnus include/Makefile
123
124 Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
125         cd $(top_builddir) \
126           && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
127
128
129 tags: TAGS
130
131 ID: $(HEADERS) $(SOURCES) $(LISP)
132         list='$(SOURCES) $(HEADERS)'; \
133         unique=`for i in $$list; do echo $$i; done | \
134           awk '    { files[$$0] = 1; } \
135                END { for (i in files) print i; }'`; \
136         here=`pwd` && cd $(srcdir) \
137           && mkid -f$$here/ID $$unique $(LISP)
138
139 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
140         tags=; \
141         here=`pwd`; \
142         list='$(SOURCES) $(HEADERS)'; \
143         unique=`for i in $$list; do echo $$i; done | \
144           awk '    { files[$$0] = 1; } \
145                END { for (i in files) print i; }'`; \
146         test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
147           || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
148
149 mostlyclean-tags:
150
151 clean-tags:
152
153 distclean-tags:
154         -rm -f TAGS ID
155
156 maintainer-clean-tags:
157
158 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
159
160 subdir = include
161
162 distdir: $(DISTFILES)
163         @for file in $(DISTFILES); do \
164           if test -f $$file; then d=.; else d=$(srcdir); fi; \
165           if test -d $$d/$$file; then \
166             cp -pr $$d/$$file $(distdir)/$$file; \
167           else \
168             test -f $(distdir)/$$file \
169             || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
170             || cp -p $$d/$$file $(distdir)/$$file || :; \
171           fi; \
172         done
173 info-am:
174 info: info-am
175 dvi-am:
176 dvi: dvi-am
177 check-am:
178 check: check-am
179 installcheck-am:
180 installcheck: installcheck-am
181 install-info-am: 
182 install-info: install-info-am
183 install-exec-am:
184 install-exec: install-exec-am
185
186 install-data-am:
187 install-data: install-data-am
188
189 install-am: all-am
190         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
191 install: install-am
192 uninstall-am:
193 uninstall: uninstall-am
194 all-am: Makefile $(HEADERS)
195 all-redirect: all-am
196 install-strip:
197         $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
198 installdirs:
199
200
201 mostlyclean-generic:
202
203 clean-generic:
204
205 distclean-generic:
206         -rm -f Makefile $(CONFIG_CLEAN_FILES)
207         -rm -f config.cache config.log stamp-h stamp-h[0-9]*
208
209 maintainer-clean-generic:
210 mostlyclean-am:  mostlyclean-tags mostlyclean-generic
211
212 mostlyclean: mostlyclean-am
213
214 clean-am:  clean-tags clean-generic mostlyclean-am
215
216 clean: clean-am
217
218 distclean-am:  distclean-tags distclean-generic clean-am
219         -rm -f libtool
220
221 distclean: distclean-am
222
223 maintainer-clean-am:  maintainer-clean-tags maintainer-clean-generic \
224                 distclean-am
225         @echo "This command is intended for maintainers to use;"
226         @echo "it deletes files that may require special tools to rebuild."
227
228 maintainer-clean: maintainer-clean-am
229
230 .PHONY: tags mostlyclean-tags distclean-tags clean-tags \
231 maintainer-clean-tags distdir info-am info dvi-am dvi check check-am \
232 installcheck-am installcheck install-info-am install-info \
233 install-exec-am install-exec install-data-am install-data install-am \
234 install uninstall-am uninstall all-redirect all-am all installdirs \
235 mostlyclean-generic distclean-generic clean-generic \
236 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
237
238
239 # Tell versions [3.59,3.63) of GNU make to not export all variables.
240 # Otherwise a system limit (for SysV at least) may be exceeded.
241 .NOEXPORT: