source: vendor/gcc/3.2.2/libjava/include/Makefile.in

Last change on this file was 2, checked in by bird, 23 years ago

Initial revision

  • Property cvs2svn:cvs-rev set to 1.1
  • Property svn:eol-style set to native
  • Property svn:executable set to *
File size: 8.5 KB
Line 
1# Makefile.in generated automatically by automake 1.4-p5 from Makefile.am
2
3# Copyright (C) 1994, 1995-8, 1999, 2001 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
14SHELL = @SHELL@
15
16srcdir = @srcdir@
17top_srcdir = @top_srcdir@
18VPATH = @srcdir@
19prefix = @prefix@
20exec_prefix = @exec_prefix@
21
22bindir = @bindir@
23sbindir = @sbindir@
24libexecdir = @libexecdir@
25datadir = @datadir@
26sysconfdir = @sysconfdir@
27sharedstatedir = @sharedstatedir@
28localstatedir = @localstatedir@
29libdir = @libdir@
30infodir = @infodir@
31mandir = @mandir@
32includedir = @includedir@
33oldincludedir = /usr/include
34
35DESTDIR =
36
37pkgdatadir = $(datadir)/@PACKAGE@
38pkglibdir = $(libdir)/@PACKAGE@
39pkgincludedir = $(includedir)/@PACKAGE@
40
41top_builddir = ..
42
43ACLOCAL = @ACLOCAL@
44AUTOCONF = @AUTOCONF@
45AUTOMAKE = @AUTOMAKE@
46AUTOHEADER = @AUTOHEADER@
47
48INSTALL = @INSTALL@
49INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
50INSTALL_DATA = @INSTALL_DATA@
51INSTALL_SCRIPT = @INSTALL_SCRIPT@
52transform = @program_transform_name@
53
54NORMAL_INSTALL = :
55PRE_INSTALL = :
56POST_INSTALL = :
57NORMAL_UNINSTALL = :
58PRE_UNINSTALL = :
59POST_UNINSTALL = :
60build_alias = @build_alias@
61build_triplet = @build@
62host_alias = @host_alias@
63host_triplet = @host@
64target_alias = @target_alias@
65target_triplet = @target@
66AM_RUNTESTFLAGS = @AM_RUNTESTFLAGS@
67AR = @AR@
68AS = @AS@
69CC = @CC@
70CHECKREFSPEC = @CHECKREFSPEC@
71COMPPATH = @COMPPATH@
72CXX = @CXX@
73CXXCPP = @CXXCPP@
74DIRLTDL = @DIRLTDL@
75DIVIDESPEC = @DIVIDESPEC@
76DLLTOOL = @DLLTOOL@
77EXCEPTIONSPEC = @EXCEPTIONSPEC@
78EXEEXT = @EXEEXT@
79GCC_UNWIND_INCLUDE = @GCC_UNWIND_INCLUDE@
80GCDEPS = @GCDEPS@
81GCINCS = @GCINCS@
82GCJ = @GCJ@
83GCJFLAGS = @GCJFLAGS@
84GCJVERSION = @GCJVERSION@
85GCLIBS = @GCLIBS@
86GCOBJS = @GCOBJS@
87GCSPEC = @GCSPEC@
88GCTESTSPEC = @GCTESTSPEC@
89HASH_SYNC_SPEC = @HASH_SYNC_SPEC@
90INCLTDL = @INCLTDL@
91JC1GCSPEC = @JC1GCSPEC@
92LIBFFI = @LIBFFI@
93LIBFFIINCS = @LIBFFIINCS@
94LIBGCJDEBUG = @LIBGCJDEBUG@
95LIBGCJTESTSPEC = @LIBGCJTESTSPEC@
96LIBGCJ_CFLAGS = @LIBGCJ_CFLAGS@
97LIBGCJ_CXXFLAGS = @LIBGCJ_CXXFLAGS@
98LIBGCJ_JAVAFLAGS = @LIBGCJ_JAVAFLAGS@
99LIBICONV = @LIBICONV@
100LIBLTDL = @LIBLTDL@
101LIBTOOL = @LIBTOOL@
102LN_S = @LN_S@
103MAINT = @MAINT@
104MAKEINFO = @MAKEINFO@
105OBJDUMP = @OBJDUMP@
106OBJEXT = @OBJEXT@
107PACKAGE = @PACKAGE@
108PERL = @PERL@
109PLATFORMOBJS = @PLATFORMOBJS@
110RANLIB = @RANLIB@
111STRIP = @STRIP@
112SYSDEP_SOURCES = @SYSDEP_SOURCES@
113SYSTEMSPEC = @SYSTEMSPEC@
114SYS_ZLIBS = @SYS_ZLIBS@
115THREADDEPS = @THREADDEPS@
116THREADINCS = @THREADINCS@
117THREADLDFLAGS = @THREADLDFLAGS@
118THREADLIBS = @THREADLIBS@
119THREADOBJS = @THREADOBJS@
120THREADSPEC = @THREADSPEC@
121VERSION = @VERSION@
122ZINCS = @ZINCS@
123ZLIBS = @ZLIBS@
124ZLIBSPEC = @ZLIBSPEC@
125ZLIBTESTSPEC = @ZLIBTESTSPEC@
126gcc_version = @gcc_version@
127glibjava_CXX = @glibjava_CXX@
128here = @here@
129libgcj_basedir = @libgcj_basedir@
130mkinstalldirs = @mkinstalldirs@
131tool_include_dir = @tool_include_dir@
132
133AUTOMAKE_OPTIONS = foreign
134
135include_HEADERS = jni.h jvmpi.h
136CONFIG_HEADER = config.h ../gcj/libgcj-config.h
137CONFIG_CLEAN_FILES =
138HEADERS = $(include_HEADERS)
139
140DIST_COMMON = ./stamp-h1.in Makefile.am Makefile.in config.h.in
141
142
143DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
144
145TAR = gtar
146GZIP_ENV = --best
147all: all-redirect
148.SUFFIXES:
149$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
150 cd $(top_srcdir) && $(AUTOMAKE) --foreign include/Makefile
151
152Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
153 cd $(top_builddir) \
154 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
155
156
157config.h: stamp-h1
158 @if test ! -f $@; then \
159 rm -f stamp-h1; \
160 $(MAKE) stamp-h1; \
161 else :; fi
162stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
163 cd $(top_builddir) \
164 && CONFIG_FILES= CONFIG_HEADERS=include/config.h \
165 $(SHELL) ./config.status
166 @echo timestamp > stamp-h1 2> /dev/null
167$(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@$(srcdir)/stamp-h1.in
168 @if test ! -f $@; then \
169 rm -f $(srcdir)/stamp-h1.in; \
170 $(MAKE) $(srcdir)/stamp-h1.in; \
171 else :; fi
172$(srcdir)/stamp-h1.in: $(top_srcdir)/configure.in $(ACLOCAL_M4)
173 cd $(top_srcdir) && $(AUTOHEADER)
174 @echo timestamp > $(srcdir)/stamp-h1.in 2> /dev/null
175
176mostlyclean-hdr:
177
178clean-hdr:
179
180distclean-hdr:
181 -rm -f config.h
182
183maintainer-clean-hdr:
184
185install-includeHEADERS: $(include_HEADERS)
186 @$(NORMAL_INSTALL)
187 $(mkinstalldirs) $(DESTDIR)$(includedir)
188 @list='$(include_HEADERS)'; for p in $$list; do \
189 if test -f "$$p"; then d= ; else d="$(srcdir)/"; fi; \
190 echo " $(INSTALL_DATA) $$d$$p $(DESTDIR)$(includedir)/$$p"; \
191 $(INSTALL_DATA) $$d$$p $(DESTDIR)$(includedir)/$$p; \
192 done
193
194uninstall-includeHEADERS:
195 @$(NORMAL_UNINSTALL)
196 list='$(include_HEADERS)'; for p in $$list; do \
197 rm -f $(DESTDIR)$(includedir)/$$p; \
198 done
199
200tags: TAGS
201
202ID: $(HEADERS) $(SOURCES) $(LISP)
203 list='$(SOURCES) $(HEADERS)'; \
204 unique=`for i in $$list; do echo $$i; done | \
205 awk ' { files[$$0] = 1; } \
206 END { for (i in files) print i; }'`; \
207 here=`pwd` && cd $(srcdir) \
208 && mkid -f$$here/ID $$unique $(LISP)
209
210TAGS: $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) $(LISP)
211 tags=; \
212 here=`pwd`; \
213 list='$(SOURCES) $(HEADERS)'; \
214 unique=`for i in $$list; do echo $$i; done | \
215 awk ' { files[$$0] = 1; } \
216 END { for (i in files) print i; }'`; \
217 test -z "$(ETAGS_ARGS)config.h.in$$unique$(LISP)$$tags" \
218 || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags config.h.in $$unique $(LISP) -o $$here/TAGS)
219
220mostlyclean-tags:
221
222clean-tags:
223
224distclean-tags:
225 -rm -f TAGS ID
226
227maintainer-clean-tags:
228
229distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
230
231subdir = include
232
233distdir: $(DISTFILES)
234 here=`cd $(top_builddir) && pwd`; \
235 top_distdir=`cd $(top_distdir) && pwd`; \
236 distdir=`cd $(distdir) && pwd`; \
237 cd $(top_srcdir) \
238 && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --foreign include/Makefile
239 @for file in $(DISTFILES); do \
240 d=$(srcdir); \
241 if test -d $$d/$$file; then \
242 cp -pr $$d/$$file $(distdir)/$$file; \
243 else \
244 test -f $(distdir)/$$file \
245 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
246 || cp -p $$d/$$file $(distdir)/$$file || :; \
247 fi; \
248 done
249info-am:
250info: info-am
251dvi-am:
252dvi: dvi-am
253check-am: all-am
254check: check-am
255installcheck-am:
256installcheck: installcheck-am
257all-recursive-am: config.h
258 $(MAKE) $(AM_MAKEFLAGS) all-recursive
259
260install-exec-am:
261install-exec: install-exec-am
262
263install-data-am: install-includeHEADERS
264install-data: install-data-am
265
266install-am: all-am
267 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
268install: install-am
269uninstall-am: uninstall-includeHEADERS
270uninstall: uninstall-am
271all-am: Makefile $(HEADERS) config.h
272all-redirect: all-am
273install-strip:
274 $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
275installdirs:
276 $(mkinstalldirs) $(DESTDIR)$(includedir)
277
278
279mostlyclean-generic:
280
281clean-generic:
282
283distclean-generic:
284 -rm -f Makefile $(CONFIG_CLEAN_FILES)
285 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
286
287maintainer-clean-generic:
288mostlyclean-am: mostlyclean-hdr mostlyclean-tags mostlyclean-generic
289
290mostlyclean: mostlyclean-am
291
292clean-am: clean-hdr clean-tags clean-generic mostlyclean-am
293
294clean: clean-am
295
296distclean-am: distclean-hdr distclean-tags distclean-generic clean-am
297 -rm -f libtool
298
299distclean: distclean-am
300
301maintainer-clean-am: maintainer-clean-hdr maintainer-clean-tags \
302 maintainer-clean-generic distclean-am
303 @echo "This command is intended for maintainers to use;"
304 @echo "it deletes files that may require special tools to rebuild."
305
306maintainer-clean: maintainer-clean-am
307
308.PHONY: mostlyclean-hdr distclean-hdr clean-hdr maintainer-clean-hdr \
309uninstall-includeHEADERS install-includeHEADERS tags mostlyclean-tags \
310distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
311dvi-am dvi check check-am installcheck-am installcheck all-recursive-am \
312install-exec-am install-exec install-data-am install-data install-am \
313install uninstall-am uninstall all-redirect all-am all installdirs \
314mostlyclean-generic distclean-generic clean-generic \
315maintainer-clean-generic clean mostlyclean distclean maintainer-clean
316
317
318# Tell versions [3.59,3.63) of GNU make to not export all variables.
319# Otherwise a system limit (for SysV at least) may be exceeded.
320.NOEXPORT:
Note: See TracBrowser for help on using the repository browser.