Daily bump.
[official-gcc.git] / boehm-gc / include / Makefile.in
blob611f56518394ee142c12610aed34af6b2d116539
1 # Makefile.in generated automatically by automake 1.4 from Makefile.am
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.
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 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@
97 AUTOMAKE_OPTIONS = foreign
99 include_HEADERS = gc.h gc_backptr.h gc_local_alloc.h \
100 gc_pthread_redirects.h gc_cpp.h
102 CONFIG_CLEAN_FILES =
103 HEADERS = $(include_HEADERS)
105 DIST_COMMON = Makefile.am Makefile.in
108 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
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
117 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
118 cd $(top_builddir) \
119 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
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
131 uninstall-includeHEADERS:
132 @$(NORMAL_UNINSTALL)
133 list='$(include_HEADERS)'; for p in $$list; do \
134 rm -f $(DESTDIR)$(includedir)/$$p; \
135 done
137 tags: TAGS
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)
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)
157 mostlyclean-tags:
159 clean-tags:
161 distclean-tags:
162 -rm -f TAGS ID
164 maintainer-clean-tags:
166 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
168 subdir = include
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
194 install-data-am: install-includeHEADERS
195 install-data: install-data-am
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)
210 mostlyclean-generic:
212 clean-generic:
214 distclean-generic:
215 -rm -f Makefile $(CONFIG_CLEAN_FILES)
216 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
218 maintainer-clean-generic:
219 mostlyclean-am: mostlyclean-tags mostlyclean-generic
221 mostlyclean: mostlyclean-am
223 clean-am: clean-tags clean-generic mostlyclean-am
225 clean: clean-am
227 distclean-am: distclean-tags distclean-generic clean-am
228 -rm -f libtool
230 distclean: distclean-am
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."
237 maintainer-clean: maintainer-clean-am
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
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: