OSDN Git Service

* configure.host: Fix __NO_MATH_INLNES botch.
[pf3gnuchains/gcc-fork.git] / libjava / 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 AM_RUNTESTFLAGS = @AM_RUNTESTFLAGS@
67 AR = @AR@
68 AS = @AS@
69 CC = @CC@
70 COMPPATH = @COMPPATH@
71 CPP = @CPP@
72 CXX = @CXX@
73 CXXCPP = @CXXCPP@
74 DIRLTDL = @DIRLTDL@
75 DIVIDESPEC = @DIVIDESPEC@
76 DLLTOOL = @DLLTOOL@
77 EH_COMMON_INCLUDE = @EH_COMMON_INCLUDE@
78 EXCEPTIONSPEC = @EXCEPTIONSPEC@
79 EXEEXT = @EXEEXT@
80 FORCELIBGCCSPEC = @FORCELIBGCCSPEC@
81 GCDEPS = @GCDEPS@
82 GCINCS = @GCINCS@
83 GCLIBS = @GCLIBS@
84 GCOBJS = @GCOBJS@
85 GCSPEC = @GCSPEC@
86 GCTESTSPEC = @GCTESTSPEC@
87 INCLTDL = @INCLTDL@
88 LIBDATASTARTSPEC = @LIBDATASTARTSPEC@
89 LIBGCJTESTSPEC = @LIBGCJTESTSPEC@
90 LIBGCJ_CFLAGS = @LIBGCJ_CFLAGS@
91 LIBGCJ_CXXFLAGS = @LIBGCJ_CXXFLAGS@
92 LIBGCJ_JAVAFLAGS = @LIBGCJ_JAVAFLAGS@
93 LIBLTDL = @LIBLTDL@
94 LIBTOOL = @LIBTOOL@
95 LN_S = @LN_S@
96 MAINT = @MAINT@
97 MAKEINFO = @MAKEINFO@
98 OBJDUMP = @OBJDUMP@
99 PACKAGE = @PACKAGE@
100 PERL = @PERL@
101 RANLIB = @RANLIB@
102 SYSTEMSPEC = @SYSTEMSPEC@
103 THREADDEPS = @THREADDEPS@
104 THREADINCS = @THREADINCS@
105 THREADLIBS = @THREADLIBS@
106 THREADOBJS = @THREADOBJS@
107 THREADSPEC = @THREADSPEC@
108 VERSION = @VERSION@
109 ZDEPS = @ZDEPS@
110 ZINCS = @ZINCS@
111 ZLIBS = @ZLIBS@
112 ZLIBSPEC = @ZLIBSPEC@
113 ZLIBTESTSPEC = @ZLIBTESTSPEC@
114 here = @here@
115 libgcj_basedir = @libgcj_basedir@
116
117 AUTOMAKE_OPTIONS = foreign no-installinfo
118 mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
119 CONFIG_HEADER = config.h
120 CONFIG_CLEAN_FILES = 
121 DIST_COMMON =  ./stamp-h.in Makefile.am Makefile.in config.h.in
122
123
124 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
125
126 TAR = gtar
127 GZIP_ENV = --best
128 all: all-redirect
129 .SUFFIXES:
130 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
131         cd $(top_srcdir) && $(AUTOMAKE) --foreign include/Makefile
132
133 Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status $(BUILT_SOURCES)
134         cd $(top_builddir) \
135           && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
136
137
138 config.h: stamp-h
139         @if test ! -f $@; then \
140                 rm -f stamp-h; \
141                 $(MAKE) stamp-h; \
142         else :; fi
143 stamp-h: $(srcdir)/config.h.in $(top_builddir)/config.status
144         cd $(top_builddir) \
145           && CONFIG_FILES= CONFIG_HEADERS=include/config.h \
146              $(SHELL) ./config.status
147         @echo timestamp > stamp-h 2> /dev/null
148 $(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@$(srcdir)/stamp-h.in
149         @if test ! -f $@; then \
150                 rm -f $(srcdir)/stamp-h.in; \
151                 $(MAKE) $(srcdir)/stamp-h.in; \
152         else :; fi
153 $(srcdir)/stamp-h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4) 
154         cd $(top_srcdir) && $(AUTOHEADER)
155         @echo timestamp > $(srcdir)/stamp-h.in 2> /dev/null
156
157 mostlyclean-hdr:
158
159 clean-hdr:
160
161 distclean-hdr:
162         -rm -f config.h
163
164 maintainer-clean-hdr:
165 tags: TAGS
166 TAGS:
167
168
169 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
170
171 subdir = include
172
173 distdir: $(DISTFILES)
174         here=`cd $(top_builddir) && pwd`; \
175         top_distdir=`cd $(top_distdir) && pwd`; \
176         distdir=`cd $(distdir) && pwd`; \
177         cd $(top_srcdir) \
178           && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --foreign include/Makefile
179         @for file in $(DISTFILES); do \
180           d=$(srcdir); \
181           if test -d $$d/$$file; then \
182             cp -pr $$d/$$file $(distdir)/$$file; \
183           else \
184             test -f $(distdir)/$$file \
185             || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
186             || cp -p $$d/$$file $(distdir)/$$file || :; \
187           fi; \
188         done
189 info-am:
190 info: info-am
191 dvi-am:
192 dvi: dvi-am
193 check-am: all-am
194 check: check-am
195 installcheck-am:
196 installcheck: installcheck-am
197 install-info-am: 
198 install-info: install-info-am
199 all-recursive-am: config.h
200         $(MAKE) $(AM_MAKEFLAGS) all-recursive
201
202 install-exec-am:
203 install-exec: install-exec-am
204
205 install-data-am:
206 install-data: install-data-am
207
208 install-am: all-am
209         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
210 install: install-am
211 uninstall-am:
212 uninstall: uninstall-am
213 all-am: Makefile config.h
214 all-redirect: all-am
215 install-strip:
216         $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
217 installdirs:
218
219
220 mostlyclean-generic:
221
222 clean-generic:
223
224 distclean-generic:
225         -rm -f Makefile $(CONFIG_CLEAN_FILES)
226         -rm -f config.cache config.log stamp-h stamp-h[0-9]*
227
228 maintainer-clean-generic:
229 mostlyclean-am:  mostlyclean-hdr mostlyclean-generic
230
231 mostlyclean: mostlyclean-am
232
233 clean-am:  clean-hdr clean-generic mostlyclean-am
234
235 clean: clean-am
236
237 distclean-am:  distclean-hdr distclean-generic clean-am
238         -rm -f libtool
239
240 distclean: distclean-am
241
242 maintainer-clean-am:  maintainer-clean-hdr maintainer-clean-generic \
243                 distclean-am
244         @echo "This command is intended for maintainers to use;"
245         @echo "it deletes files that may require special tools to rebuild."
246
247 maintainer-clean: maintainer-clean-am
248
249 .PHONY: mostlyclean-hdr distclean-hdr clean-hdr maintainer-clean-hdr \
250 tags distdir info-am info dvi-am dvi check check-am installcheck-am \
251 installcheck install-info-am install-info all-recursive-am \
252 install-exec-am install-exec install-data-am install-data install-am \
253 install uninstall-am uninstall all-redirect all-am all installdirs \
254 mostlyclean-generic distclean-generic clean-generic \
255 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
256
257
258 # Tell versions [3.59,3.63) of GNU make to not export all variables.
259 # Otherwise a system limit (for SysV at least) may be exceeded.
260 .NOEXPORT: