OSDN Git Service

2001-05-23 Tom Tromey <tromey@redhat.com>
[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 EXCEPTIONSPEC = @EXCEPTIONSPEC@
77 EXEEXT = @EXEEXT@
78 GCC_UNWIND_INCLUDE = @GCC_UNWIND_INCLUDE@
79 GCDEPS = @GCDEPS@
80 GCINCS = @GCINCS@
81 GCJ = @GCJ@
82 GCJFLAGS = @GCJFLAGS@
83 GCJVERSION = @GCJVERSION@
84 GCLIBS = @GCLIBS@
85 GCOBJS = @GCOBJS@
86 GCSPEC = @GCSPEC@
87 GCTESTSPEC = @GCTESTSPEC@
88 HASH_SYNC_SPEC = @HASH_SYNC_SPEC@
89 INCLTDL = @INCLTDL@
90 JC1GCSPEC = @JC1GCSPEC@
91 LIBDATASTARTSPEC = @LIBDATASTARTSPEC@
92 LIBGCJDEBUG = @LIBGCJDEBUG@
93 LIBGCJTESTSPEC = @LIBGCJTESTSPEC@
94 LIBGCJ_CFLAGS = @LIBGCJ_CFLAGS@
95 LIBGCJ_CXXFLAGS = @LIBGCJ_CXXFLAGS@
96 LIBGCJ_JAVAFLAGS = @LIBGCJ_JAVAFLAGS@
97 LIBLTDL = @LIBLTDL@
98 LIBTOOL = @LIBTOOL@
99 LN_S = @LN_S@
100 MAINT = @MAINT@
101 MAKEINFO = @MAKEINFO@
102 OBJDUMP = @OBJDUMP@
103 OBJEXT = @OBJEXT@
104 PACKAGE = @PACKAGE@
105 PERL = @PERL@
106 RANLIB = @RANLIB@
107 STRIP = @STRIP@
108 SYSDEP_SOURCES = @SYSDEP_SOURCES@
109 SYSTEMSPEC = @SYSTEMSPEC@
110 THREADDEPS = @THREADDEPS@
111 THREADINCS = @THREADINCS@
112 THREADLIBS = @THREADLIBS@
113 THREADOBJS = @THREADOBJS@
114 THREADSPEC = @THREADSPEC@
115 VERSION = @VERSION@
116 ZDEPS = @ZDEPS@
117 ZINCS = @ZINCS@
118 ZLIBS = @ZLIBS@
119 ZLIBSPEC = @ZLIBSPEC@
120 ZLIBTESTSPEC = @ZLIBTESTSPEC@
121 here = @here@
122 libgcj_basedir = @libgcj_basedir@
123
124 AUTOMAKE_OPTIONS = foreign
125
126 include_HEADERS = jni.h jvmpi.h
127 mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
128 CONFIG_HEADER = config.h ../gcj/libgcj-config.h
129 CONFIG_CLEAN_FILES = 
130 HEADERS =  $(include_HEADERS)
131
132 DIST_COMMON =  ./stamp-h1.in Makefile.am Makefile.in config.h.in
133
134
135 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
136
137 TAR = tar
138 GZIP_ENV = --best
139 all: all-redirect
140 .SUFFIXES:
141 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
142         cd $(top_srcdir) && $(AUTOMAKE) --foreign include/Makefile
143
144 Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status $(BUILT_SOURCES)
145         cd $(top_builddir) \
146           && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
147
148
149 config.h: stamp-h1
150         @if test ! -f $@; then \
151                 rm -f stamp-h1; \
152                 $(MAKE) stamp-h1; \
153         else :; fi
154 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
155         cd $(top_builddir) \
156           && CONFIG_FILES= CONFIG_HEADERS=include/config.h \
157              $(SHELL) ./config.status
158         @echo timestamp > stamp-h1 2> /dev/null
159 $(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@$(srcdir)/stamp-h1.in
160         @if test ! -f $@; then \
161                 rm -f $(srcdir)/stamp-h1.in; \
162                 $(MAKE) $(srcdir)/stamp-h1.in; \
163         else :; fi
164 $(srcdir)/stamp-h1.in: $(top_srcdir)/configure.in $(ACLOCAL_M4) 
165         cd $(top_srcdir) && $(AUTOHEADER)
166         @echo timestamp > $(srcdir)/stamp-h1.in 2> /dev/null
167
168 mostlyclean-hdr:
169
170 clean-hdr:
171
172 distclean-hdr:
173         -rm -f config.h
174
175 maintainer-clean-hdr:
176
177 install-includeHEADERS: $(include_HEADERS)
178         @$(NORMAL_INSTALL)
179         $(mkinstalldirs) $(DESTDIR)$(includedir)
180         @list='$(include_HEADERS)'; for p in $$list; do \
181           if test -f "$$p"; then d= ; else d="$(srcdir)/"; fi; \
182           echo " $(INSTALL_DATA) $$d$$p $(DESTDIR)$(includedir)/$$p"; \
183           $(INSTALL_DATA) $$d$$p $(DESTDIR)$(includedir)/$$p; \
184         done
185
186 uninstall-includeHEADERS:
187         @$(NORMAL_UNINSTALL)
188         list='$(include_HEADERS)'; for p in $$list; do \
189           rm -f $(DESTDIR)$(includedir)/$$p; \
190         done
191
192 tags: TAGS
193
194 ID: $(HEADERS) $(SOURCES) $(LISP)
195         list='$(SOURCES) $(HEADERS)'; \
196         unique=`for i in $$list; do echo $$i; done | \
197           awk '    { files[$$0] = 1; } \
198                END { for (i in files) print i; }'`; \
199         here=`pwd` && cd $(srcdir) \
200           && mkid -f$$here/ID $$unique $(LISP)
201
202 TAGS:  $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) $(LISP)
203         tags=; \
204         here=`pwd`; \
205         list='$(SOURCES) $(HEADERS)'; \
206         unique=`for i in $$list; do echo $$i; done | \
207           awk '    { files[$$0] = 1; } \
208                END { for (i in files) print i; }'`; \
209         test -z "$(ETAGS_ARGS)config.h.in$$unique$(LISP)$$tags" \
210           || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags config.h.in $$unique $(LISP) -o $$here/TAGS)
211
212 mostlyclean-tags:
213
214 clean-tags:
215
216 distclean-tags:
217         -rm -f TAGS ID
218
219 maintainer-clean-tags:
220
221 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
222
223 subdir = include
224
225 distdir: $(DISTFILES)
226         here=`cd $(top_builddir) && pwd`; \
227         top_distdir=`cd $(top_distdir) && pwd`; \
228         distdir=`cd $(distdir) && pwd`; \
229         cd $(top_srcdir) \
230           && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --foreign include/Makefile
231         @for file in $(DISTFILES); do \
232           d=$(srcdir); \
233           if test -d $$d/$$file; then \
234             cp -pr $$/$$file $(distdir)/$$file; \
235           else \
236             test -f $(distdir)/$$file \
237             || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
238             || cp -p $$d/$$file $(distdir)/$$file || :; \
239           fi; \
240         done
241 info-am:
242 info: info-am
243 dvi-am:
244 dvi: dvi-am
245 check-am: all-am
246 check: check-am
247 installcheck-am:
248 installcheck: installcheck-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 all-recursive-am \
304 install-exec-am install-exec install-data-am install-data install-am \
305 install uninstall-am uninstall all-redirect all-am all installdirs \
306 mostlyclean-generic distclean-generic clean-generic \
307 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
308
309
310 # Tell versions [3.59,3.63) of GNU make to not export all variables.
311 # Otherwise a system limit (for SysV at least) may be exceeded.
312 .NOEXPORT: