OSDN Git Service

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