Fix typos (missing closing parentheses)
[official-gcc.git] / boehm-gc / include / Makefile.in
blob439092611938347080e7d0518452712d8a25e4ed
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 CCAS = @CCAS@
70 CCASFLAGS = @CCASFLAGS@
71 CFLAGS = @CFLAGS@
72 CPP = @CPP@
73 CXX = @CXX@
74 CXXCPP = @CXXCPP@
75 CXXFLAGS = @CXXFLAGS@
76 CXXINCLUDES = @CXXINCLUDES@
77 DLLTOOL = @DLLTOOL@
78 EXEEXT = @EXEEXT@
79 EXTRA_TEST_LIBS = @EXTRA_TEST_LIBS@
80 GCJ = @GCJ@
81 GCJFLAGS = @GCJFLAGS@
82 GC_CFLAGS = @GC_CFLAGS@
83 INCLUDES = @INCLUDES@
84 LIBTOOL = @LIBTOOL@
85 LN_S = @LN_S@
86 MAINT = @MAINT@
87 MAKEINFO = @MAKEINFO@
88 MY_CFLAGS = @MY_CFLAGS@
89 OBJDUMP = @OBJDUMP@
90 OBJEXT = @OBJEXT@
91 PACKAGE = @PACKAGE@
92 RANLIB = @RANLIB@
93 STRIP = @STRIP@
94 THREADLIBS = @THREADLIBS@
95 VERSION = @VERSION@
96 addincludes = @addincludes@
97 addlibs = @addlibs@
98 addobjs = @addobjs@
99 addtests = @addtests@
100 build_subdir = @build_subdir@
101 gc_basedir = @gc_basedir@
102 host_subdir = @host_subdir@
103 mkinstalldirs = @mkinstalldirs@
104 ncn_cv_ = @ncn_cv_@
105 target_all = @target_all@
106 target_noncanonical = @target_noncanonical@
107 target_subdir = @target_subdir@
108 toolexecdir = @toolexecdir@
109 toolexeclibdir = @toolexeclibdir@
111 AUTOMAKE_OPTIONS = foreign
113 noinst_HEADERS = gc.h gc_backptr.h gc_local_alloc.h \
114 gc_pthread_redirects.h gc_cpp.h
116 CONFIG_CLEAN_FILES =
117 HEADERS = $(noinst_HEADERS)
119 DIST_COMMON = Makefile.am Makefile.in
122 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
124 TAR = tar
125 GZIP_ENV = --best
126 all: all-redirect
127 .SUFFIXES:
128 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
129 cd $(top_srcdir) && $(AUTOMAKE) --cygnus include/Makefile
131 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
132 cd $(top_builddir) \
133 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
136 tags: TAGS
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)
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)
156 mostlyclean-tags:
158 clean-tags:
160 distclean-tags:
161 -rm -f TAGS ID
163 maintainer-clean-tags:
165 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
167 subdir = include
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
193 install-data-am:
194 install-data: install-data-am
196 install-am: all-am
197 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
198 install: install-am
199 uninstall-am:
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:
208 mostlyclean-generic:
210 clean-generic:
212 distclean-generic:
213 -rm -f Makefile $(CONFIG_CLEAN_FILES)
214 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
216 maintainer-clean-generic:
217 mostlyclean-am: mostlyclean-tags mostlyclean-generic
219 mostlyclean: mostlyclean-am
221 clean-am: clean-tags clean-generic mostlyclean-am
223 clean: clean-am
225 distclean-am: distclean-tags distclean-generic clean-am
226 -rm -f libtool
228 distclean: distclean-am
230 maintainer-clean-am: maintainer-clean-tags maintainer-clean-generic \
231 distclean-am
232 @echo "This command is intended for maintainers to use;"
233 @echo "it deletes files that may require special tools to rebuild."
235 maintainer-clean: maintainer-clean-am
237 .PHONY: tags mostlyclean-tags distclean-tags clean-tags \
238 maintainer-clean-tags distdir info-am info dvi-am dvi check check-am \
239 installcheck-am installcheck install-info-am install-info \
240 install-exec-am install-exec install-data-am install-data install-am \
241 install uninstall-am uninstall all-redirect all-am all installdirs \
242 mostlyclean-generic distclean-generic clean-generic \
243 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
246 # Tell versions [3.59,3.63) of GNU make to not export all variables.
247 # Otherwise a system limit (for SysV at least) may be exceeded.
248 .NOEXPORT: