1 # Makefile.in generated automatically by automake 1.4 from Makefile.am
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.
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
17 top_srcdir
= @top_srcdir@
20 exec_prefix = @
exec_prefix@
24 libexecdir
= @libexecdir@
26 sysconfdir
= @sysconfdir@
27 sharedstatedir
= @sharedstatedir@
28 localstatedir
= @localstatedir@
32 includedir = @
includedir@
33 oldincludedir = /usr
/include
37 pkgdatadir
= $(datadir)/@PACKAGE@
38 pkglibdir
= $(libdir)/@PACKAGE@
39 pkgincludedir
= $(includedir)/@PACKAGE@
46 AUTOHEADER
= @AUTOHEADER@
49 INSTALL_PROGRAM
= @INSTALL_PROGRAM@
$(AM_INSTALL_PROGRAM_FLAGS
)
50 INSTALL_DATA
= @INSTALL_DATA@
51 INSTALL_SCRIPT
= @INSTALL_SCRIPT@
52 transform
= @program_transform_name@
60 build_alias
= @build_alias@
61 build_triplet
= @build@
62 host_alias
= @host_alias@
64 target_alias
= @target_alias@
65 target_triplet
= @target@
66 AM_RUNTESTFLAGS
= @AM_RUNTESTFLAGS@
74 DIVIDESPEC
= @DIVIDESPEC@
76 EXCEPTIONSPEC
= @EXCEPTIONSPEC@
78 GCC_UNWIND_INCLUDE
= @GCC_UNWIND_INCLUDE@
83 GCJVERSION
= @GCJVERSION@
87 GCTESTSPEC
= @GCTESTSPEC@
88 HASH_SYNC_SPEC
= @HASH_SYNC_SPEC@
90 JC1GCSPEC
= @JC1GCSPEC@
92 LIBFFIINCS
= @LIBFFIINCS@
93 LIBGCJDEBUG
= @LIBGCJDEBUG@
94 LIBGCJTESTSPEC
= @LIBGCJTESTSPEC@
95 LIBGCJ_CFLAGS
= @LIBGCJ_CFLAGS@
96 LIBGCJ_CXXFLAGS
= @LIBGCJ_CXXFLAGS@
97 LIBGCJ_JAVAFLAGS
= @LIBGCJ_JAVAFLAGS@
102 MAKEINFO
= @MAKEINFO@
109 SYSDEP_SOURCES
= @SYSDEP_SOURCES@
110 SYSTEMSPEC
= @SYSTEMSPEC@
111 THREADDEPS
= @THREADDEPS@
112 THREADINCS
= @THREADINCS@
113 THREADLIBS
= @THREADLIBS@
114 THREADOBJS
= @THREADOBJS@
115 THREADSPEC
= @THREADSPEC@
120 ZLIBSPEC
= @ZLIBSPEC@
121 ZLIBTESTSPEC
= @ZLIBTESTSPEC@
123 libgcj_basedir
= @libgcj_basedir@
124 mkinstalldirs
= @mkinstalldirs@
126 AUTOMAKE_OPTIONS
= foreign
128 include_HEADERS
= jni.h jvmpi.h
129 CONFIG_HEADER
= config.h ..
/gcj
/libgcj-config.h
131 HEADERS
= $(include_HEADERS
)
133 DIST_COMMON
= .
/stamp-h1.in Makefile.am Makefile.in config.h.in
136 DISTFILES
= $(DIST_COMMON
) $(SOURCES
) $(HEADERS
) $(TEXINFOS
) $(EXTRA_DIST
)
142 $(srcdir)/Makefile.in
: @MAINTAINER_MODE_TRUE@ Makefile.am
$(top_srcdir
)/configure.in
$(ACLOCAL_M4
)
143 cd
$(top_srcdir
) && $(AUTOMAKE
) --foreign
include/Makefile
145 Makefile
: $(srcdir)/Makefile.in
$(top_builddir
)/config.status
$(BUILT_SOURCES
)
147 && CONFIG_FILES
=$(subdir
)/$@ CONFIG_HEADERS
= $(SHELL
) .
/config.status
151 @if
test ! -f
$@
; then \
155 stamp-h1
: $(srcdir)/config.h.in
$(top_builddir
)/config.status
157 && CONFIG_FILES
= CONFIG_HEADERS
=include/config.h \
158 $(SHELL
) .
/config.status
159 @echo timestamp
> stamp-h1
2> /dev
/null
160 $(srcdir)/config.h.in
: @MAINTAINER_MODE_TRUE@
$(srcdir)/stamp-h1.in
161 @if
test ! -f
$@
; then \
162 rm -f
$(srcdir)/stamp-h1.in
; \
163 $(MAKE
) $(srcdir)/stamp-h1.in
; \
165 $(srcdir)/stamp-h1.in
: $(top_srcdir
)/configure.in
$(ACLOCAL_M4
)
166 cd
$(top_srcdir
) && $(AUTOHEADER
)
167 @echo timestamp
> $(srcdir)/stamp-h1.in
2> /dev
/null
176 maintainer-clean-hdr
:
178 install-includeHEADERS
: $(include_HEADERS
)
180 $(mkinstalldirs
) $(DESTDIR
)$(includedir)
181 @list
='$(include_HEADERS)'; for p in
$$list; do \
182 if
test -f
"$$p"; then d
= ; else d
="$(srcdir)/"; fi
; \
183 echo
" $(INSTALL_DATA) $$d$$p $(DESTDIR)$(includedir)/$$p"; \
184 $(INSTALL_DATA
) $$d$$p $(DESTDIR
)$(includedir)/$$p; \
187 uninstall-includeHEADERS
:
189 list
='$(include_HEADERS)'; for p in
$$list; do \
190 rm -f
$(DESTDIR
)$(includedir)/$$p; \
195 ID
: $(HEADERS
) $(SOURCES
) $(LISP
)
196 list
='$(SOURCES) $(HEADERS)'; \
197 unique
=`for i in $$list; do echo $$i; done | \
198 awk ' { files[$$0] = 1; } \
199 END { for (i in files) print i; }'`; \
200 here
=`pwd` && cd
$(srcdir) \
201 && mkid
-f
$$here/ID
$$unique $(LISP
)
203 TAGS
: $(HEADERS
) $(SOURCES
) config.h.in
$(TAGS_DEPENDENCIES
) $(LISP
)
206 list
='$(SOURCES) $(HEADERS)'; \
207 unique
=`for i in $$list; do echo $$i; done | \
208 awk ' { files[$$0] = 1; } \
209 END { for (i in files) print i; }'`; \
210 test -z
"$(ETAGS_ARGS)config.h.in$$unique$(LISP)$$tags" \
211 ||
(cd
$(srcdir) && etags
$(ETAGS_ARGS
) $$tags config.h.in
$$unique $(LISP
) -o
$$here/TAGS
)
220 maintainer-clean-tags
:
222 distdir
= $(top_builddir
)/$(PACKAGE
)-$(VERSION
)/$(subdir
)
226 distdir
: $(DISTFILES
)
227 here
=`cd $(top_builddir) && pwd`; \
228 top_distdir
=`cd $(top_distdir) && pwd`; \
229 distdir
=`cd $(distdir) && pwd`; \
231 && $(AUTOMAKE
) --include-deps
--build-dir
=$$here --srcdir-name
=$(top_srcdir
) --output-dir
=$$top_distdir --foreign
include/Makefile
232 @for file in
$(DISTFILES
); do \
234 if
test -d
$$d/$$file; then \
235 cp
-pr
$$/$$file $(distdir
)/$$file; \
237 test -f
$(distdir
)/$$file \
238 || ln
$$d/$$file $(distdir
)/$$file 2> /dev
/null \
239 || cp
-p
$$d/$$file $(distdir
)/$$file ||
:; \
249 installcheck: installcheck-am
250 all-recursive-am
: config.h
251 $(MAKE
) $(AM_MAKEFLAGS
) all-recursive
254 install-exec
: install-exec-am
256 install-data-am
: install-includeHEADERS
257 install-data
: install-data-am
260 @
$(MAKE
) $(AM_MAKEFLAGS
) install-exec-am install-data-am
262 uninstall-am
: uninstall-includeHEADERS
263 uninstall: uninstall-am
264 all-am
: Makefile
$(HEADERS
) config.h
267 $(MAKE
) $(AM_MAKEFLAGS
) AM_INSTALL_PROGRAM_FLAGS
=-s
install
269 $(mkinstalldirs
) $(DESTDIR
)$(includedir)
277 -rm -f Makefile
$(CONFIG_CLEAN_FILES
)
278 -rm -f config.cache config.log stamp-h stamp-h
[0-9]*
280 maintainer-clean-generic
:
281 mostlyclean-am
: mostlyclean-hdr mostlyclean-tags mostlyclean-generic
283 mostlyclean: mostlyclean-am
285 clean-am
: clean-hdr clean-tags clean-generic mostlyclean-am
289 distclean-am
: distclean-hdr distclean-tags distclean-generic clean-am
292 distclean: distclean-am
294 maintainer-clean-am
: maintainer-clean-hdr maintainer-clean-tags \
295 maintainer-clean-generic distclean-am
296 @echo
"This command is intended for maintainers to use;"
297 @echo
"it deletes files that may require special tools to rebuild."
299 maintainer-clean
: maintainer-clean-am
301 .PHONY
: mostlyclean-hdr distclean-hdr clean-hdr maintainer-clean-hdr \
302 uninstall-includeHEADERS install-includeHEADERS
tags mostlyclean-tags \
303 distclean-tags clean-tags maintainer-clean-tags distdir info-am
info \
304 dvi-am
dvi check check-am installcheck-am
installcheck all-recursive-am \
305 install-exec-am install-exec install-data-am install-data install-am \
306 install uninstall-am
uninstall all-redirect all-am
all installdirs \
307 mostlyclean-generic distclean-generic clean-generic \
308 maintainer-clean-generic
clean mostlyclean distclean maintainer-clean
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.