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