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