OSDN Git Service

d3486584310abf3ffb386a35821d0853b28afebb
[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
119 include_HEADERS = jni.h jvmpi.h
120 mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
121 CONFIG_HEADER = config.h
122 CONFIG_CLEAN_FILES = 
123 HEADERS =  $(include_HEADERS)
124
125 DIST_COMMON =  ./stamp-h.in Makefile.am Makefile.in config.h.in
126
127
128 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
129
130 TAR = gtar
131 GZIP_ENV = --best
132 all: all-redirect
133 .SUFFIXES:
134 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
135         cd $(top_srcdir) && $(AUTOMAKE) --foreign include/Makefile
136
137 Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status $(BUILT_SOURCES)
138         cd $(top_builddir) \
139           && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
140
141
142 config.h: stamp-h
143         @if test ! -f $@; then \
144                 rm -f stamp-h; \
145                 $(MAKE) stamp-h; \
146         else :; fi
147 stamp-h: $(srcdir)/config.h.in $(top_builddir)/config.status
148         cd $(top_builddir) \
149           && CONFIG_FILES= CONFIG_HEADERS=include/config.h \
150              $(SHELL) ./config.status
151         @echo timestamp > stamp-h 2> /dev/null
152 $(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@$(srcdir)/stamp-h.in
153         @if test ! -f $@; then \
154                 rm -f $(srcdir)/stamp-h.in; \
155                 $(MAKE) $(srcdir)/stamp-h.in; \
156         else :; fi
157 $(srcdir)/stamp-h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4) 
158         cd $(top_srcdir) && $(AUTOHEADER)
159         @echo timestamp > $(srcdir)/stamp-h.in 2> /dev/null
160
161 mostlyclean-hdr:
162
163 clean-hdr:
164
165 distclean-hdr:
166         -rm -f config.h
167
168 maintainer-clean-hdr:
169
170 install-includeHEADERS: $(include_HEADERS)
171         @$(NORMAL_INSTALL)
172         $(mkinstalldirs) $(DESTDIR)$(includedir)
173         @list='$(include_HEADERS)'; for p in $$list; do \
174           if test -f "$$p"; then d= ; else d="$(srcdir)/"; fi; \
175           echo " $(INSTALL_DATA) $$d$$p $(DESTDIR)$(includedir)/$$p"; \
176           $(INSTALL_DATA) $$d$$p $(DESTDIR)$(includedir)/$$p; \
177         done
178
179 uninstall-includeHEADERS:
180         @$(NORMAL_UNINSTALL)
181         list='$(include_HEADERS)'; for p in $$list; do \
182           rm -f $(DESTDIR)$(includedir)/$$p; \
183         done
184
185 tags: TAGS
186
187 ID: $(HEADERS) $(SOURCES) $(LISP)
188         list='$(SOURCES) $(HEADERS)'; \
189         unique=`for i in $$list; do echo $$i; done | \
190           awk '    { files[$$0] = 1; } \
191                END { for (i in files) print i; }'`; \
192         here=`pwd` && cd $(srcdir) \
193           && mkid -f$$here/ID $$unique $(LISP)
194
195 TAGS:  $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) $(LISP)
196         tags=; \
197         here=`pwd`; \
198         list='$(SOURCES) $(HEADERS)'; \
199         unique=`for i in $$list; do echo $$i; done | \
200           awk '    { files[$$0] = 1; } \
201                END { for (i in files) print i; }'`; \
202         test -z "$(ETAGS_ARGS)config.h.in$$unique$(LISP)$$tags" \
203           || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags config.h.in $$unique $(LISP) -o $$here/TAGS)
204
205 mostlyclean-tags:
206
207 clean-tags:
208
209 distclean-tags:
210         -rm -f TAGS ID
211
212 maintainer-clean-tags:
213
214 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
215
216 subdir = include
217
218 distdir: $(DISTFILES)
219         here=`cd $(top_builddir) && pwd`; \
220         top_distdir=`cd $(top_distdir) && pwd`; \
221         distdir=`cd $(distdir) && pwd`; \
222         cd $(top_srcdir) \
223           && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --foreign include/Makefile
224         @for file in $(DISTFILES); do \
225           d=$(srcdir); \
226           if test -d $$d/$$file; then \
227             cp -pr $$d/$$file $(distdir)/$$file; \
228           else \
229             test -f $(distdir)/$$file \
230             || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
231             || cp -p $$d/$$file $(distdir)/$$file || :; \
232           fi; \
233         done
234 info-am:
235 info: info-am
236 dvi-am:
237 dvi: dvi-am
238 check-am: all-am
239 check: check-am
240 installcheck-am:
241 installcheck: installcheck-am
242 install-info-am: 
243 install-info: install-info-am
244 all-recursive-am: config.h
245         $(MAKE) $(AM_MAKEFLAGS) all-recursive
246
247 install-exec-am:
248 install-exec: install-exec-am
249
250 install-data-am: install-includeHEADERS
251 install-data: install-data-am
252
253 install-am: all-am
254         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
255 install: install-am
256 uninstall-am: uninstall-includeHEADERS
257 uninstall: uninstall-am
258 all-am: Makefile $(HEADERS) config.h
259 all-redirect: all-am
260 install-strip:
261         $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
262 installdirs:
263         $(mkinstalldirs)  $(DESTDIR)$(includedir)
264
265
266 mostlyclean-generic:
267
268 clean-generic:
269
270 distclean-generic:
271         -rm -f Makefile $(CONFIG_CLEAN_FILES)
272         -rm -f config.cache config.log stamp-h stamp-h[0-9]*
273
274 maintainer-clean-generic:
275 mostlyclean-am:  mostlyclean-hdr mostlyclean-tags mostlyclean-generic
276
277 mostlyclean: mostlyclean-am
278
279 clean-am:  clean-hdr clean-tags clean-generic mostlyclean-am
280
281 clean: clean-am
282
283 distclean-am:  distclean-hdr distclean-tags distclean-generic clean-am
284         -rm -f libtool
285
286 distclean: distclean-am
287
288 maintainer-clean-am:  maintainer-clean-hdr maintainer-clean-tags \
289                 maintainer-clean-generic distclean-am
290         @echo "This command is intended for maintainers to use;"
291         @echo "it deletes files that may require special tools to rebuild."
292
293 maintainer-clean: maintainer-clean-am
294
295 .PHONY: mostlyclean-hdr distclean-hdr clean-hdr maintainer-clean-hdr \
296 uninstall-includeHEADERS install-includeHEADERS tags mostlyclean-tags \
297 distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
298 dvi-am dvi check check-am installcheck-am installcheck install-info-am \
299 install-info all-recursive-am install-exec-am install-exec \
300 install-data-am install-data install-am install uninstall-am uninstall \
301 all-redirect all-am all installdirs mostlyclean-generic \
302 distclean-generic clean-generic maintainer-clean-generic clean \
303 mostlyclean distclean maintainer-clean
304
305
306 # Tell versions [3.59,3.63) of GNU make to not export all variables.
307 # Otherwise a system limit (for SysV at least) may be exceeded.
308 .NOEXPORT: