OSDN Git Service

* configure: Rebuilt.
[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 CXX = @CXX@
72 CXXCPP = @CXXCPP@
73 DIRLTDL = @DIRLTDL@
74 DIVIDESPEC = @DIVIDESPEC@
75 DLLTOOL = @DLLTOOL@
76 EH_COMMON_INCLUDE = @EH_COMMON_INCLUDE@
77 EXCEPTIONSPEC = @EXCEPTIONSPEC@
78 EXEEXT = @EXEEXT@
79 GCDEPS = @GCDEPS@
80 GCINCS = @GCINCS@
81 GCJ = @GCJ@
82 GCJFLAGS = @GCJFLAGS@
83 GCLIBS = @GCLIBS@
84 GCOBJS = @GCOBJS@
85 GCSPEC = @GCSPEC@
86 GCTESTSPEC = @GCTESTSPEC@
87 INCLTDL = @INCLTDL@
88 JC1GCSPEC = @JC1GCSPEC@
89 LIBDATASTARTSPEC = @LIBDATASTARTSPEC@
90 LIBGCJDEBUG = @LIBGCJDEBUG@
91 LIBGCJTESTSPEC = @LIBGCJTESTSPEC@
92 LIBGCJ_CFLAGS = @LIBGCJ_CFLAGS@
93 LIBGCJ_CXXFLAGS = @LIBGCJ_CXXFLAGS@
94 LIBGCJ_JAVAFLAGS = @LIBGCJ_JAVAFLAGS@
95 LIBLTDL = @LIBLTDL@
96 LIBTOOL = @LIBTOOL@
97 LN_S = @LN_S@
98 MAINT = @MAINT@
99 MAKEINFO = @MAKEINFO@
100 OBJDUMP = @OBJDUMP@
101 OBJEXT = @OBJEXT@
102 PACKAGE = @PACKAGE@
103 PERL = @PERL@
104 RANLIB = @RANLIB@
105 STRIP = @STRIP@
106 SYSDEP_SOURCES = @SYSDEP_SOURCES@
107 SYSTEMSPEC = @SYSTEMSPEC@
108 THREADDEPS = @THREADDEPS@
109 THREADINCS = @THREADINCS@
110 THREADLIBS = @THREADLIBS@
111 THREADOBJS = @THREADOBJS@
112 THREADSPEC = @THREADSPEC@
113 VERSION = @VERSION@
114 ZDEPS = @ZDEPS@
115 ZINCS = @ZINCS@
116 ZLIBS = @ZLIBS@
117 ZLIBSPEC = @ZLIBSPEC@
118 ZLIBTESTSPEC = @ZLIBTESTSPEC@
119 here = @here@
120 libgcj_basedir = @libgcj_basedir@
121
122 AUTOMAKE_OPTIONS = foreign no-installinfo
123
124 include_HEADERS = jni.h jvmpi.h
125 mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
126 CONFIG_HEADER = config.h
127 CONFIG_CLEAN_FILES = 
128 HEADERS =  $(include_HEADERS)
129
130 DIST_COMMON =  ./stamp-h.in Makefile.am Makefile.in config.h.in
131
132
133 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
134
135 TAR = tar
136 GZIP_ENV = --best
137 all: all-redirect
138 .SUFFIXES:
139 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
140         cd $(top_srcdir) && $(AUTOMAKE) --foreign include/Makefile
141
142 Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status $(BUILT_SOURCES)
143         cd $(top_builddir) \
144           && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
145
146
147 config.h: stamp-h
148         @if test ! -f $@; then \
149                 rm -f stamp-h; \
150                 $(MAKE) stamp-h; \
151         else :; fi
152 stamp-h: $(srcdir)/config.h.in $(top_builddir)/config.status
153         cd $(top_builddir) \
154           && CONFIG_FILES= CONFIG_HEADERS=include/config.h \
155              $(SHELL) ./config.status
156         @echo timestamp > stamp-h 2> /dev/null
157 $(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@$(srcdir)/stamp-h.in
158         @if test ! -f $@; then \
159                 rm -f $(srcdir)/stamp-h.in; \
160                 $(MAKE) $(srcdir)/stamp-h.in; \
161         else :; fi
162 $(srcdir)/stamp-h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4) 
163         cd $(top_srcdir) && $(AUTOHEADER)
164         @echo timestamp > $(srcdir)/stamp-h.in 2> /dev/null
165
166 mostlyclean-hdr:
167
168 clean-hdr:
169
170 distclean-hdr:
171         -rm -f config.h
172
173 maintainer-clean-hdr:
174
175 install-includeHEADERS: $(include_HEADERS)
176         @$(NORMAL_INSTALL)
177         $(mkinstalldirs) $(DESTDIR)$(includedir)
178         @list='$(include_HEADERS)'; for p in $$list; do \
179           if test -f "$$p"; then d= ; else d="$(srcdir)/"; fi; \
180           echo " $(INSTALL_DATA) $$d$$p $(DESTDIR)$(includedir)/$$p"; \
181           $(INSTALL_DATA) $$d$$p $(DESTDIR)$(includedir)/$$p; \
182         done
183
184 uninstall-includeHEADERS:
185         @$(NORMAL_UNINSTALL)
186         list='$(include_HEADERS)'; for p in $$list; do \
187           rm -f $(DESTDIR)$(includedir)/$$p; \
188         done
189
190 tags: TAGS
191
192 ID: $(HEADERS) $(SOURCES) $(LISP)
193         list='$(SOURCES) $(HEADERS)'; \
194         unique=`for i in $$list; do echo $$i; done | \
195           awk '    { files[$$0] = 1; } \
196                END { for (i in files) print i; }'`; \
197         here=`pwd` && cd $(srcdir) \
198           && mkid -f$$here/ID $$unique $(LISP)
199
200 TAGS:  $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) $(LISP)
201         tags=; \
202         here=`pwd`; \
203         list='$(SOURCES) $(HEADERS)'; \
204         unique=`for i in $$list; do echo $$i; done | \
205           awk '    { files[$$0] = 1; } \
206                END { for (i in files) print i; }'`; \
207         test -z "$(ETAGS_ARGS)config.h.in$$unique$(LISP)$$tags" \
208           || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags config.h.in $$unique $(LISP) -o $$here/TAGS)
209
210 mostlyclean-tags:
211
212 clean-tags:
213
214 distclean-tags:
215         -rm -f TAGS ID
216
217 maintainer-clean-tags:
218
219 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
220
221 subdir = include
222
223 distdir: $(DISTFILES)
224         here=`cd $(top_builddir) && pwd`; \
225         top_distdir=`cd $(top_distdir) && pwd`; \
226         distdir=`cd $(distdir) && pwd`; \
227         cd $(top_srcdir) \
228           && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --foreign include/Makefile
229         @for file in $(DISTFILES); do \
230           d=$(srcdir); \
231           if test -d $$d/$$file; then \
232             cp -pr $$/$$file $(distdir)/$$file; \
233           else \
234             test -f $(distdir)/$$file \
235             || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
236             || cp -p $$d/$$file $(distdir)/$$file || :; \
237           fi; \
238         done
239 info-am:
240 info: info-am
241 dvi-am:
242 dvi: dvi-am
243 check-am: all-am
244 check: check-am
245 installcheck-am:
246 installcheck: installcheck-am
247 install-info-am: 
248 install-info: install-info-am
249 all-recursive-am: config.h
250         $(MAKE) $(AM_MAKEFLAGS) all-recursive
251
252 install-exec-am:
253 install-exec: install-exec-am
254
255 install-data-am: install-includeHEADERS
256 install-data: install-data-am
257
258 install-am: all-am
259         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
260 install: install-am
261 uninstall-am: uninstall-includeHEADERS
262 uninstall: uninstall-am
263 all-am: Makefile $(HEADERS) config.h
264 all-redirect: all-am
265 install-strip:
266         $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
267 installdirs:
268         $(mkinstalldirs)  $(DESTDIR)$(includedir)
269
270
271 mostlyclean-generic:
272
273 clean-generic:
274
275 distclean-generic:
276         -rm -f Makefile $(CONFIG_CLEAN_FILES)
277         -rm -f config.cache config.log stamp-h stamp-h[0-9]*
278
279 maintainer-clean-generic:
280 mostlyclean-am:  mostlyclean-hdr mostlyclean-tags mostlyclean-generic
281
282 mostlyclean: mostlyclean-am
283
284 clean-am:  clean-hdr clean-tags clean-generic mostlyclean-am
285
286 clean: clean-am
287
288 distclean-am:  distclean-hdr distclean-tags distclean-generic clean-am
289         -rm -f libtool
290
291 distclean: distclean-am
292
293 maintainer-clean-am:  maintainer-clean-hdr maintainer-clean-tags \
294                 maintainer-clean-generic distclean-am
295         @echo "This command is intended for maintainers to use;"
296         @echo "it deletes files that may require special tools to rebuild."
297
298 maintainer-clean: maintainer-clean-am
299
300 .PHONY: mostlyclean-hdr distclean-hdr clean-hdr maintainer-clean-hdr \
301 uninstall-includeHEADERS install-includeHEADERS tags mostlyclean-tags \
302 distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
303 dvi-am dvi check check-am installcheck-am installcheck install-info-am \
304 install-info all-recursive-am install-exec-am install-exec \
305 install-data-am install-data install-am install uninstall-am uninstall \
306 all-redirect all-am all installdirs mostlyclean-generic \
307 distclean-generic clean-generic maintainer-clean-generic clean \
308 mostlyclean distclean maintainer-clean
309
310
311 # Tell versions [3.59,3.63) of GNU make to not export all variables.
312 # Otherwise a system limit (for SysV at least) may be exceeded.
313 .NOEXPORT: