Patches from lvaro Lopes <alvieboy@alvie.com> to fix usage
[zpugcc.git] / toolchain / gcc / boehm-gc / include / Makefile.in
blob2b9492af1e49d5db644c26185962ef7d7652bf96
1 # Makefile.in generated automatically by automake 1.4-p6 from Makefile.am
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.
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.
14 SHELL = @SHELL@
16 srcdir = @srcdir@
17 top_srcdir = @top_srcdir@
18 VPATH = @srcdir@
19 prefix = @prefix@
20 exec_prefix = @exec_prefix@
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
35 DESTDIR =
37 pkgdatadir = $(datadir)/@PACKAGE@
38 pkglibdir = $(libdir)/@PACKAGE@
39 pkgincludedir = $(includedir)/@PACKAGE@
41 top_builddir = ..
43 ACLOCAL = @ACLOCAL@
44 AUTOCONF = @AUTOCONF@
45 AUTOMAKE = @AUTOMAKE@
46 AUTOHEADER = @AUTOHEADER@
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@
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@
104 AUTOMAKE_OPTIONS = foreign
106 noinst_HEADERS = gc.h gc_backptr.h gc_local_alloc.h gc_pthread_redirects.h gc_cpp.h
108 CONFIG_CLEAN_FILES =
109 HEADERS = $(noinst_HEADERS)
111 DIST_COMMON = Makefile.am Makefile.in
114 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
116 TAR = tar
117 GZIP_ENV = --best
118 all: all-redirect
119 .SUFFIXES:
120 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
121 cd $(top_srcdir) && $(AUTOMAKE) --cygnus include/Makefile
123 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
124 cd $(top_builddir) \
125 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
128 tags: TAGS
130 ID: $(HEADERS) $(SOURCES) $(LISP)
131 list='$(SOURCES) $(HEADERS)'; \
132 unique=`for i in $$list; do echo $$i; done | \
133 awk ' { files[$$0] = 1; } \
134 END { for (i in files) print i; }'`; \
135 here=`pwd` && cd $(srcdir) \
136 && mkid -f$$here/ID $$unique $(LISP)
138 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP)
139 tags=; \
140 here=`pwd`; \
141 list='$(SOURCES) $(HEADERS)'; \
142 unique=`for i in $$list; do echo $$i; done | \
143 awk ' { files[$$0] = 1; } \
144 END { for (i in files) print i; }'`; \
145 test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
146 || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS)
148 mostlyclean-tags:
150 clean-tags:
152 distclean-tags:
153 -rm -f TAGS ID
155 maintainer-clean-tags:
157 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
159 subdir = include
161 distdir: $(DISTFILES)
162 @for file in $(DISTFILES); do \
163 if test -f $$file; then d=.; else d=$(srcdir); fi; \
164 if test -d $$d/$$file; then \
165 cp -pr $$d/$$file $(distdir)/$$file; \
166 else \
167 test -f $(distdir)/$$file \
168 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
169 || cp -p $$d/$$file $(distdir)/$$file || :; \
170 fi; \
171 done
172 info-am:
173 info: info-am
174 dvi-am:
175 dvi: dvi-am
176 check-am:
177 check: check-am
178 installcheck-am:
179 installcheck: installcheck-am
180 install-info-am:
181 install-info: install-info-am
182 install-exec-am:
183 install-exec: install-exec-am
185 install-data-am:
186 install-data: install-data-am
188 install-am: all-am
189 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
190 install: install-am
191 uninstall-am:
192 uninstall: uninstall-am
193 all-am: Makefile $(HEADERS)
194 all-redirect: all-am
195 install-strip:
196 $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
197 installdirs:
200 mostlyclean-generic:
202 clean-generic:
204 distclean-generic:
205 -rm -f Makefile $(CONFIG_CLEAN_FILES)
206 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
208 maintainer-clean-generic:
209 mostlyclean-am: mostlyclean-tags mostlyclean-generic
211 mostlyclean: mostlyclean-am
213 clean-am: clean-tags clean-generic mostlyclean-am
215 clean: clean-am
217 distclean-am: distclean-tags distclean-generic clean-am
218 -rm -f libtool
220 distclean: distclean-am
222 maintainer-clean-am: maintainer-clean-tags maintainer-clean-generic \
223 distclean-am
224 @echo "This command is intended for maintainers to use;"
225 @echo "it deletes files that may require special tools to rebuild."
227 maintainer-clean: maintainer-clean-am
229 .PHONY: tags mostlyclean-tags distclean-tags clean-tags \
230 maintainer-clean-tags distdir info-am info dvi-am dvi check check-am \
231 installcheck-am installcheck install-info-am install-info \
232 install-exec-am install-exec install-data-am install-data install-am \
233 install uninstall-am uninstall all-redirect all-am all installdirs \
234 mostlyclean-generic distclean-generic clean-generic \
235 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
238 # Tell versions [3.59,3.63) of GNU make to not export all variables.
239 # Otherwise a system limit (for SysV at least) may be exceeded.
240 .NOEXPORT: