dominance.c (calc_dfs_tree_nonrec): Reverse order of tests in if statement so we...
[official-gcc.git] / libjava / include / Makefile.in
blob6144b3275823c6a92e428fa1c272b862094faf2f
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
11 # PARTICULAR PURPOSE.
14 SHELL = @SHELL@
16 srcdir = @srcdir@
17 top_srcdir = @top_srcdir@
18 VPATH = @srcdir@
19 prefix = @prefix@
20 exec_prefix = @exec_prefix@
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
35 DESTDIR =
37 pkgdatadir = $(datadir)/@PACKAGE@
38 pkglibdir = $(libdir)/@PACKAGE@
39 pkgincludedir = $(includedir)/@PACKAGE@
41 top_builddir = ..
43 ACLOCAL = @ACLOCAL@
44 AUTOCONF = @AUTOCONF@
45 AUTOMAKE = @AUTOMAKE@
46 AUTOHEADER = @AUTOHEADER@
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@
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 LIBFFI = @LIBFFI@
92 LIBFFIINCS = @LIBFFIINCS@
93 LIBGCJDEBUG = @LIBGCJDEBUG@
94 LIBGCJTESTSPEC = @LIBGCJTESTSPEC@
95 LIBGCJ_CFLAGS = @LIBGCJ_CFLAGS@
96 LIBGCJ_CXXFLAGS = @LIBGCJ_CXXFLAGS@
97 LIBGCJ_JAVAFLAGS = @LIBGCJ_JAVAFLAGS@
98 LIBLTDL = @LIBLTDL@
99 LIBTOOL = @LIBTOOL@
100 LN_S = @LN_S@
101 MAINT = @MAINT@
102 MAKEINFO = @MAKEINFO@
103 OBJDUMP = @OBJDUMP@
104 OBJEXT = @OBJEXT@
105 PACKAGE = @PACKAGE@
106 PERL = @PERL@
107 RANLIB = @RANLIB@
108 STRIP = @STRIP@
109 SYSDEP_SOURCES = @SYSDEP_SOURCES@
110 SYSTEMSPEC = @SYSTEMSPEC@
111 THREADDEPS = @THREADDEPS@
112 THREADINCS = @THREADINCS@
113 THREADLIBS = @THREADLIBS@
114 THREADOBJS = @THREADOBJS@
115 THREADSPEC = @THREADSPEC@
116 VERSION = @VERSION@
117 ZDEPS = @ZDEPS@
118 ZINCS = @ZINCS@
119 ZLIBS = @ZLIBS@
120 ZLIBSPEC = @ZLIBSPEC@
121 ZLIBTESTSPEC = @ZLIBTESTSPEC@
122 here = @here@
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
130 CONFIG_CLEAN_FILES =
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)
138 TAR = tar
139 GZIP_ENV = --best
140 all: all-redirect
141 .SUFFIXES:
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)
146 cd $(top_builddir) \
147 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
150 config.h: stamp-h1
151 @if test ! -f $@; then \
152 rm -f stamp-h1; \
153 $(MAKE) stamp-h1; \
154 else :; fi
155 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
156 cd $(top_builddir) \
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; \
164 else :; fi
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
169 mostlyclean-hdr:
171 clean-hdr:
173 distclean-hdr:
174 -rm -f config.h
176 maintainer-clean-hdr:
178 install-includeHEADERS: $(include_HEADERS)
179 @$(NORMAL_INSTALL)
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; \
185 done
187 uninstall-includeHEADERS:
188 @$(NORMAL_UNINSTALL)
189 list='$(include_HEADERS)'; for p in $$list; do \
190 rm -f $(DESTDIR)$(includedir)/$$p; \
191 done
193 tags: TAGS
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)
204 tags=; \
205 here=`pwd`; \
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)
213 mostlyclean-tags:
215 clean-tags:
217 distclean-tags:
218 -rm -f TAGS ID
220 maintainer-clean-tags:
222 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
224 subdir = include
226 distdir: $(DISTFILES)
227 here=`cd $(top_builddir) && pwd`; \
228 top_distdir=`cd $(top_distdir) && pwd`; \
229 distdir=`cd $(distdir) && pwd`; \
230 cd $(top_srcdir) \
231 && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --foreign include/Makefile
232 @for file in $(DISTFILES); do \
233 d=$(srcdir); \
234 if test -d $$d/$$file; then \
235 cp -pr $$/$$file $(distdir)/$$file; \
236 else \
237 test -f $(distdir)/$$file \
238 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
239 || cp -p $$d/$$file $(distdir)/$$file || :; \
240 fi; \
241 done
242 info-am:
243 info: info-am
244 dvi-am:
245 dvi: dvi-am
246 check-am: all-am
247 check: check-am
248 installcheck-am:
249 installcheck: installcheck-am
250 all-recursive-am: config.h
251 $(MAKE) $(AM_MAKEFLAGS) all-recursive
253 install-exec-am:
254 install-exec: install-exec-am
256 install-data-am: install-includeHEADERS
257 install-data: install-data-am
259 install-am: all-am
260 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
261 install: install-am
262 uninstall-am: uninstall-includeHEADERS
263 uninstall: uninstall-am
264 all-am: Makefile $(HEADERS) config.h
265 all-redirect: all-am
266 install-strip:
267 $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
268 installdirs:
269 $(mkinstalldirs) $(DESTDIR)$(includedir)
272 mostlyclean-generic:
274 clean-generic:
276 distclean-generic:
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
287 clean: clean-am
289 distclean-am: distclean-hdr distclean-tags distclean-generic clean-am
290 -rm -f libtool
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.
313 .NOEXPORT: