framework for handbook added
[cacao.git] / Makefile.in
1 # Makefile.in generated automatically by automake 1.4-p6 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 # $Id: Makefile.in 491 2003-10-20 17:56:03Z twisti $
14
15
16 SHELL = @SHELL@
17
18 srcdir = @srcdir@
19 top_srcdir = @top_srcdir@
20 VPATH = @srcdir@
21 prefix = @prefix@
22 exec_prefix = @exec_prefix@
23
24 bindir = @bindir@
25 sbindir = @sbindir@
26 libexecdir = @libexecdir@
27 datadir = @datadir@
28 sysconfdir = @sysconfdir@
29 sharedstatedir = @sharedstatedir@
30 localstatedir = @localstatedir@
31 libdir = @libdir@
32 infodir = @infodir@
33 mandir = @mandir@
34 includedir = @includedir@
35 oldincludedir = /usr/include
36
37 DESTDIR =
38
39 pkgdatadir = $(datadir)/@PACKAGE@
40 pkglibdir = $(libdir)/@PACKAGE@
41 pkgincludedir = $(includedir)/@PACKAGE@
42
43 top_builddir = .
44
45 ACLOCAL = @ACLOCAL@
46 AUTOCONF = @AUTOCONF@
47 AUTOMAKE = @AUTOMAKE@
48 AUTOHEADER = @AUTOHEADER@
49
50 INSTALL = @INSTALL@
51 INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
52 INSTALL_DATA = @INSTALL_DATA@
53 INSTALL_SCRIPT = @INSTALL_SCRIPT@
54 transform = @program_transform_name@
55
56 NORMAL_INSTALL = :
57 PRE_INSTALL = :
58 POST_INSTALL = :
59 NORMAL_UNINSTALL = :
60 PRE_UNINSTALL = :
61 POST_UNINSTALL = :
62 host_alias = @host_alias@
63 host_triplet = @host@
64 ASMPART = @ASMPART@
65 BOEHM_LIB = @BOEHM_LIB@
66 CC = @CC@
67 COMPILER_OBJECTS = @COMPILER_OBJECTS@
68 GC_OBJ = @GC_OBJ@
69 LIBTHREAD = @LIBTHREAD@
70 MAKEINFO = @MAKEINFO@
71 PACKAGE = @PACKAGE@
72 RANLIB = @RANLIB@
73 SYSDEP_DIR = @SYSDEP_DIR@
74 THREAD_OBJ = @THREAD_OBJ@
75 VERSION = @VERSION@
76
77 MAINTAINERCLEANFILES = Makefile.in configure
78 ALLSUBDIRS = toolbox mm jit nat threads tst doc narray jvmtst
79 SUBDIRS = $(ALLSUBDIRS) @SYSDEP_DIR@
80 DIST_SUBDIRS = $(ALLSUBDIRS) alpha mips i386 powerpc x86_64
81
82 EXTRA_DIST = html/cacaoinstall.html html/cacaoman.html html/index.html                          jni.c natcalls.h nativecalls.h
83
84
85 CLEANFILES = @SYSDEP_DIR@/asmpart.o              @SYSDEP_DIR@/offsets.h                  nativetable.hh                  nativetypes.hh
86
87
88 bin_PROGRAMS = cacao
89 noinst_PROGRAMS = cacaoh
90
91 INCLUDES = -I$(top_srcdir)/@SYSDEP_DIR@ -I$(top_srcdir)/jit -I@SYSDEP_DIR@ -I$(top_srcdir)
92
93 cacao_SOURCES =         asmpart.h       builtin.c       builtin.h       callargs.h      global.h        jit.c   jit.h   loader.c        loader.h        main.c  native.c        native.h        jni.h   tables.c        tables.h
94
95
96 cacao_LDADD =   @SYSDEP_DIR@/asmpart.o  @COMPILER_OBJECTS@      toolbox/libtoolbox.a    @GC_OBJ@        @THREAD_OBJ@
97
98
99 cacao_DEPENDENCIES =    @SYSDEP_DIR@/asmpart.o  @COMPILER_OBJECTS@      toolbox/libtoolbox.a    @GC_OBJ@        @THREAD_OBJ@
100
101
102 cacaoh_SOURCES = headers.c tables.c loader.c builtin.c
103 cacaoh_LDADD = toolbox/libtoolbox.a @GC_OBJ@ @THREAD_OBJ@
104 cacaoh_DEPENDENCIES = toolbox/libtoolbox.a @GC_OBJ@ @THREAD_OBJ@
105 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
106 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
107 CONFIG_HEADER = config.h
108 CONFIG_CLEAN_FILES = 
109 PROGRAMS =  $(bin_PROGRAMS) $(noinst_PROGRAMS)
110
111
112 DEFS = @DEFS@ -I. -I$(srcdir) -I.
113 CPPFLAGS = @CPPFLAGS@
114 LDFLAGS = @LDFLAGS@
115 LIBS = @LIBS@
116 cacao_OBJECTS =  builtin.o jit.o loader.o main.o native.o tables.o
117 cacao_LDFLAGS = 
118 cacaoh_OBJECTS =  headers.o tables.o loader.o builtin.o
119 cacaoh_LDFLAGS = 
120 CFLAGS = @CFLAGS@
121 COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
122 CCLD = $(CC)
123 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
124 DIST_COMMON =  README ./stamp-h.in AUTHORS COPYING ChangeLog INSTALL \
125 Makefile.am Makefile.in NEWS acconfig.h aclocal.m4 config.guess \
126 config.h.in config.sub configure configure.in install-sh missing \
127 mkinstalldirs
128
129
130 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
131
132 TAR = tar
133 GZIP_ENV = --best
134 DEP_FILES =  .deps/builtin.P .deps/headers.P .deps/jit.P .deps/loader.P \
135 .deps/main.P .deps/native.P .deps/tables.P
136 SOURCES = $(cacao_SOURCES) $(cacaoh_SOURCES)
137 OBJECTS = $(cacao_OBJECTS) $(cacaoh_OBJECTS)
138
139 all: all-redirect
140 .SUFFIXES:
141 .SUFFIXES: .S .c .o .s
142 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
143         cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile
144
145 Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status $(BUILT_SOURCES)
146         cd $(top_builddir) \
147           && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
148
149 $(ACLOCAL_M4):  configure.in 
150         cd $(srcdir) && $(ACLOCAL)
151
152 config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
153         $(SHELL) ./config.status --recheck
154 $(srcdir)/configure: $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
155         cd $(srcdir) && $(AUTOCONF)
156
157 config.h: stamp-h
158         @if test ! -f $@; then \
159                 rm -f stamp-h; \
160                 $(MAKE) stamp-h; \
161         else :; fi
162 stamp-h: $(srcdir)/config.h.in $(top_builddir)/config.status
163         cd $(top_builddir) \
164           && CONFIG_FILES= CONFIG_HEADERS=config.h \
165              $(SHELL) ./config.status
166         @echo timestamp > stamp-h 2> /dev/null
167 $(srcdir)/config.h.in: $(srcdir)/stamp-h.in
168         @if test ! -f $@; then \
169                 rm -f $(srcdir)/stamp-h.in; \
170                 $(MAKE) $(srcdir)/stamp-h.in; \
171         else :; fi
172 $(srcdir)/stamp-h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4) acconfig.h
173         cd $(top_srcdir) && $(AUTOHEADER)
174         @echo timestamp > $(srcdir)/stamp-h.in 2> /dev/null
175
176 mostlyclean-hdr:
177
178 clean-hdr:
179
180 distclean-hdr:
181         -rm -f config.h
182
183 maintainer-clean-hdr:
184
185 mostlyclean-binPROGRAMS:
186
187 clean-binPROGRAMS:
188         -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
189
190 distclean-binPROGRAMS:
191
192 maintainer-clean-binPROGRAMS:
193
194 install-binPROGRAMS: $(bin_PROGRAMS)
195         @$(NORMAL_INSTALL)
196         $(mkinstalldirs) $(DESTDIR)$(bindir)
197         @list='$(bin_PROGRAMS)'; for p in $$list; do \
198           if test -f $$p; then \
199             echo "  $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`"; \
200              $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
201           else :; fi; \
202         done
203
204 uninstall-binPROGRAMS:
205         @$(NORMAL_UNINSTALL)
206         list='$(bin_PROGRAMS)'; for p in $$list; do \
207           rm -f $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
208         done
209
210 mostlyclean-noinstPROGRAMS:
211
212 clean-noinstPROGRAMS:
213         -test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS)
214
215 distclean-noinstPROGRAMS:
216
217 maintainer-clean-noinstPROGRAMS:
218
219 .s.o:
220         $(COMPILE) -c $<
221
222 .S.o:
223         $(COMPILE) -c $<
224
225 mostlyclean-compile:
226         -rm -f *.o core *.core
227
228 clean-compile:
229
230 distclean-compile:
231         -rm -f *.tab.c
232
233 maintainer-clean-compile:
234
235 cacao: $(cacao_OBJECTS) $(cacao_DEPENDENCIES)
236         @rm -f cacao
237         $(LINK) $(cacao_LDFLAGS) $(cacao_OBJECTS) $(cacao_LDADD) $(LIBS)
238
239 cacaoh: $(cacaoh_OBJECTS) $(cacaoh_DEPENDENCIES)
240         @rm -f cacaoh
241         $(LINK) $(cacaoh_LDFLAGS) $(cacaoh_OBJECTS) $(cacaoh_LDADD) $(LIBS)
242
243 # This directory's subdirectories are mostly independent; you can cd
244 # into them and run `make' without going through this Makefile.
245 # To change the values of `make' variables: instead of editing Makefiles,
246 # (1) if the variable is set in `config.status', edit `config.status'
247 #     (which will cause the Makefiles to be regenerated when you run `make');
248 # (2) otherwise, pass the desired values on the `make' command line.
249
250 @SET_MAKE@
251
252 all-recursive install-data-recursive install-exec-recursive \
253 installdirs-recursive install-recursive uninstall-recursive  \
254 check-recursive installcheck-recursive info-recursive dvi-recursive:
255         @set fnord $(MAKEFLAGS); amf=$$2; \
256         dot_seen=no; \
257         target=`echo $@ | sed s/-recursive//`; \
258         list='$(SUBDIRS)'; for subdir in $$list; do \
259           echo "Making $$target in $$subdir"; \
260           if test "$$subdir" = "."; then \
261             dot_seen=yes; \
262             local_target="$$target-am"; \
263           else \
264             local_target="$$target"; \
265           fi; \
266           (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
267            || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
268         done; \
269         if test "$$dot_seen" = "no"; then \
270           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
271         fi; test -z "$$fail"
272
273 mostlyclean-recursive clean-recursive distclean-recursive \
274 maintainer-clean-recursive:
275         @set fnord $(MAKEFLAGS); amf=$$2; \
276         dot_seen=no; \
277         rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
278           rev="$$subdir $$rev"; \
279           test "$$subdir" != "." || dot_seen=yes; \
280         done; \
281         test "$$dot_seen" = "no" && rev=". $$rev"; \
282         target=`echo $@ | sed s/-recursive//`; \
283         for subdir in $$rev; do \
284           echo "Making $$target in $$subdir"; \
285           if test "$$subdir" = "."; then \
286             local_target="$$target-am"; \
287           else \
288             local_target="$$target"; \
289           fi; \
290           (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
291            || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
292         done && test -z "$$fail"
293 tags-recursive:
294         list='$(SUBDIRS)'; for subdir in $$list; do \
295           test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
296         done
297
298 tags: TAGS
299
300 ID: $(HEADERS) $(SOURCES) $(LISP)
301         list='$(SOURCES) $(HEADERS)'; \
302         unique=`for i in $$list; do echo $$i; done | \
303           awk '    { files[$$0] = 1; } \
304                END { for (i in files) print i; }'`; \
305         here=`pwd` && cd $(srcdir) \
306           && mkid -f$$here/ID $$unique $(LISP)
307
308 TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) $(LISP)
309         tags=; \
310         here=`pwd`; \
311         list='$(SUBDIRS)'; for subdir in $$list; do \
312    if test "$$subdir" = .; then :; else \
313             test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
314    fi; \
315         done; \
316         list='$(SOURCES) $(HEADERS)'; \
317         unique=`for i in $$list; do echo $$i; done | \
318           awk '    { files[$$0] = 1; } \
319                END { for (i in files) print i; }'`; \
320         test -z "$(ETAGS_ARGS)config.h.in$$unique$(LISP)$$tags" \
321           || (cd $(srcdir) && etags -o $$here/TAGS $(ETAGS_ARGS) $$tags config.h.in $$unique $(LISP))
322
323 mostlyclean-tags:
324
325 clean-tags:
326
327 distclean-tags:
328         -rm -f TAGS ID
329
330 maintainer-clean-tags:
331
332 distdir = $(PACKAGE)-$(VERSION)
333 top_distdir = $(distdir)
334
335 # This target untars the dist file and tries a VPATH configuration.  Then
336 # it guarantees that the distribution is self-contained by making another
337 # tarfile.
338 distcheck: dist
339         -rm -rf $(distdir)
340         GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz
341         mkdir $(distdir)/=build
342         mkdir $(distdir)/=inst
343         dc_install_base=`cd $(distdir)/=inst && pwd`; \
344         cd $(distdir)/=build \
345           && ../configure --srcdir=.. --prefix=$$dc_install_base \
346           && $(MAKE) $(AM_MAKEFLAGS) \
347           && $(MAKE) $(AM_MAKEFLAGS) dvi \
348           && $(MAKE) $(AM_MAKEFLAGS) check \
349           && $(MAKE) $(AM_MAKEFLAGS) install \
350           && $(MAKE) $(AM_MAKEFLAGS) installcheck \
351           && $(MAKE) $(AM_MAKEFLAGS) dist
352         -rm -rf $(distdir)
353         @banner="$(distdir).tar.gz is ready for distribution"; \
354         dashes=`echo "$$banner" | sed s/./=/g`; \
355         echo "$$dashes"; \
356         echo "$$banner"; \
357         echo "$$dashes"
358 dist: distdir
359         -chmod -R a+r $(distdir)
360         GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
361         -rm -rf $(distdir)
362 dist-all: distdir
363         -chmod -R a+r $(distdir)
364         GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
365         -rm -rf $(distdir)
366 distdir: $(DISTFILES)
367         -rm -rf $(distdir)
368         mkdir $(distdir)
369         -chmod 777 $(distdir)
370         here=`cd $(top_builddir) && pwd`; \
371         top_distdir=`cd $(distdir) && pwd`; \
372         distdir=`cd $(distdir) && pwd`; \
373         cd $(top_srcdir) \
374           && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu Makefile
375         $(mkinstalldirs) $(distdir)/html
376         @for file in $(DISTFILES); do \
377           d=$(srcdir); \
378           if test -d $$d/$$file; then \
379             cp -pr $$d/$$file $(distdir)/$$file; \
380           else \
381             test -f $(distdir)/$$file \
382             || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
383             || cp -p $$d/$$file $(distdir)/$$file || :; \
384           fi; \
385         done
386         for subdir in $(DIST_SUBDIRS); do \
387           if test "$$subdir" = .; then :; else \
388             test -d $(distdir)/$$subdir \
389             || mkdir $(distdir)/$$subdir \
390             || exit 1; \
391             chmod 777 $(distdir)/$$subdir; \
392             (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(distdir) distdir=../$(distdir)/$$subdir distdir) \
393               || exit 1; \
394           fi; \
395         done
396
397 DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :)
398
399 -include $(DEP_FILES)
400
401 mostlyclean-depend:
402
403 clean-depend:
404
405 distclean-depend:
406         -rm -rf .deps
407
408 maintainer-clean-depend:
409
410 %.o: %.c
411         @echo '$(COMPILE) -c $<'; \
412         $(COMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
413         @-cp .deps/$(*F).pp .deps/$(*F).P; \
414         tr ' ' '\012' < .deps/$(*F).pp \
415           | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
416             >> .deps/$(*F).P; \
417         rm .deps/$(*F).pp
418
419 %.lo: %.c
420         @echo '$(LTCOMPILE) -c $<'; \
421         $(LTCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
422         @-sed -e 's/^\([^:]*\)\.o[      ]*:/\1.lo \1.o :/' \
423           < .deps/$(*F).pp > .deps/$(*F).P; \
424         tr ' ' '\012' < .deps/$(*F).pp \
425           | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
426             >> .deps/$(*F).P; \
427         rm -f .deps/$(*F).pp
428 info-am:
429 info: info-recursive
430 dvi-am:
431 dvi: dvi-recursive
432 check-am: all-am
433 check: check-recursive
434 installcheck-am:
435 installcheck: installcheck-recursive
436 all-recursive-am: config.h
437         $(MAKE) $(AM_MAKEFLAGS) all-recursive
438
439 install-exec-am: install-binPROGRAMS
440 install-exec: install-exec-recursive
441
442 install-data-am:
443 install-data: install-data-recursive
444
445 install-am: all-am
446         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
447 install: install-recursive
448 uninstall-am: uninstall-binPROGRAMS
449 uninstall: uninstall-recursive
450 all-am: Makefile $(PROGRAMS) config.h
451 all-redirect: all-recursive-am
452 install-strip:
453         $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
454 installdirs: installdirs-recursive
455 installdirs-am:
456         $(mkinstalldirs)  $(DESTDIR)$(bindir)
457
458
459 mostlyclean-generic:
460
461 clean-generic:
462         -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
463
464 distclean-generic:
465         -rm -f Makefile $(CONFIG_CLEAN_FILES)
466         -rm -f config.cache config.log stamp-h stamp-h[0-9]*
467
468 maintainer-clean-generic:
469         -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
470 mostlyclean-am:  mostlyclean-hdr mostlyclean-binPROGRAMS \
471                 mostlyclean-noinstPROGRAMS mostlyclean-compile \
472                 mostlyclean-tags mostlyclean-depend mostlyclean-generic
473
474 mostlyclean: mostlyclean-recursive
475
476 clean-am:  clean-hdr clean-binPROGRAMS clean-noinstPROGRAMS \
477                 clean-compile clean-tags clean-depend clean-generic \
478                 mostlyclean-am
479
480 clean: clean-recursive
481
482 distclean-am:  distclean-hdr distclean-binPROGRAMS \
483                 distclean-noinstPROGRAMS distclean-compile \
484                 distclean-tags distclean-depend distclean-generic \
485                 clean-am
486
487 distclean: distclean-recursive
488         -rm -f config.status
489
490 maintainer-clean-am:  maintainer-clean-hdr maintainer-clean-binPROGRAMS \
491                 maintainer-clean-noinstPROGRAMS \
492                 maintainer-clean-compile maintainer-clean-tags \
493                 maintainer-clean-depend maintainer-clean-generic \
494                 distclean-am
495         @echo "This command is intended for maintainers to use;"
496         @echo "it deletes files that may require special tools to rebuild."
497
498 maintainer-clean: maintainer-clean-recursive
499         -rm -f config.status
500
501 .PHONY: mostlyclean-hdr distclean-hdr clean-hdr maintainer-clean-hdr \
502 mostlyclean-binPROGRAMS distclean-binPROGRAMS clean-binPROGRAMS \
503 maintainer-clean-binPROGRAMS uninstall-binPROGRAMS install-binPROGRAMS \
504 mostlyclean-noinstPROGRAMS distclean-noinstPROGRAMS \
505 clean-noinstPROGRAMS maintainer-clean-noinstPROGRAMS \
506 mostlyclean-compile distclean-compile clean-compile \
507 maintainer-clean-compile install-data-recursive \
508 uninstall-data-recursive install-exec-recursive \
509 uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \
510 all-recursive check-recursive installcheck-recursive info-recursive \
511 dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive \
512 maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
513 distclean-tags clean-tags maintainer-clean-tags distdir \
514 mostlyclean-depend distclean-depend clean-depend \
515 maintainer-clean-depend info-am info dvi-am dvi check check-am \
516 installcheck-am installcheck all-recursive-am install-exec-am \
517 install-exec install-data-am install-data install-am install \
518 uninstall-am uninstall all-redirect all-am all installdirs-am \
519 installdirs mostlyclean-generic distclean-generic clean-generic \
520 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
521
522
523 @SET_MAKE@
524
525 native.c: nativetypes.hh @SYSDEP_DIR@/offsets.h nativetable.hh
526
527 nativetypes.hh @SYSDEP_DIR@/offsets.h nativetable.hh: cacaoh
528         ./cacaoh \
529                 java.lang.Object \
530                 java.lang.String \
531                 java.lang.ClassLoader \
532                 java.lang.Class \
533                 java.lang.Compiler \
534                 java.lang.Integer \
535                 java.lang.Double \
536                 java.lang.Float \
537                 java.lang.Math \
538                 java.lang.Package \
539                 java.lang.Runtime \
540                 java.lang.SecurityManager \
541                 java.lang.Exception \
542                 java.io.PrintStream \
543                 java.io.InputStream \
544                 java.lang.System \
545                 java.lang.Thread \
546                 java.lang.ThreadGroup \
547                 java.lang.Throwable \
548                 java.lang.reflect.Array \
549                 java.lang.reflect.Constructor \
550                 java.lang.reflect.Field \
551                 java.lang.reflect.Method \
552                 java.lang.reflect.Modifier \
553                 java.io.FileDescriptor \
554                 java.io.FileInputStream \
555                 java.io.FileOutputStream \
556                 java.io.FileSystem \
557                 java.io.ObjectInputStream \
558                 java.io.ObjectStreamClass \
559                 java.io.RandomAccessFile \
560                 java.util.ResourceBundle \
561                 java.util.jar.JarFile \
562                 java.util.zip.Adler32 \
563                 java.util.zip.CRC32 \
564                 java.util.zip.Deflater \
565                 java.util.zip.Inflater \
566                 java.util.zip.ZipEntry \
567                 java.util.zip.ZipFile \
568                 java.util.Properties \
569                 java.util.Date \
570                 java.math.BigInteger \
571                 java.net.InetAddress \
572                 java.net.InetAddressImpl \
573                 java.net.DatagramPacket \
574                 java.net.PlainDatagramSocketImpl \
575                 java.net.SocketImpl \
576                 java.net.PlainSocketImpl \
577                 java.net.SocketInputStream \
578                 java.net.SocketOutputStream \
579                 java.security.PrivilegedActionException \
580                 java.security.PrivilegedAction \
581                 java.security.PrivilegedExceptionAction \
582                 java.security.AccessController \
583                 java.io.File \
584                 java.io.UnixFileSystem \
585                 java.lang.ClassLoader_NativeLibrary
586
587 @SYSDEP_DIR@/asmpart.o: $(top_srcdir)/@SYSDEP_DIR@/@ASMPART@ @SYSDEP_DIR@/offsets.h
588         @CC@ $(ASMFLAGS) $(INCLUDES) -c -g -o $@ $<
589
590 checkjvm:
591         $(MAKE) -C jvmtst $@
592
593 # Tell versions [3.59,3.63) of GNU make to not export all variables.
594 # Otherwise a system limit (for SysV at least) may be exceeded.
595 .NOEXPORT: