OSDN Git Service

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