added a simple test target
[cacao.git] / Makefile.in
1 # Makefile.in generated automatically by automake 1.4 from Makefile.am
2
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.
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 122 1999-01-28 11:55:57Z phil $
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 CC = @CC@
65 COMPILER_OBJECTS = @COMPILER_OBJECTS@
66 COMPILER_SOURCES = @COMPILER_SOURCES@
67 GC_OBJ = @GC_OBJ@
68 LIBTHREAD = @LIBTHREAD@
69 MAKEINFO = @MAKEINFO@
70 PACKAGE = @PACKAGE@
71 RANLIB = @RANLIB@
72 SYSDEP_DIR = @SYSDEP_DIR@
73 THREAD_OBJ = @THREAD_OBJ@
74 VERSION = @VERSION@
75
76 MAINTAINERCLEANFILES = Makefile.in configure
77 SUBDIRS = toolbox mm alpha jit comp nat threads mips tst
78
79 EXTRA_DIST = html/cacaoinstall.html html/cacaoman.html html/index.html                   doc/cacao.1
80
81
82 CLEANFILES = @SYSDEP_DIR@/asmpart.o                      @SYSDEP_DIR@/asmpart.s              @SYSDEP_DIR@/offsets.h              nativetable.hh                  nativetypes.hh
83
84
85 bin_PROGRAMS = cacao
86 noinst_PROGRAMS = cacaoh
87 man_MANS = doc/cacao.1
88
89 INCLUDES = -I/usr/include -I$(top_srcdir)/@SYSDEP_DIR@ -I$(top_srcdir)/jit -I@SYSDEP_DIR@ -I$(top_srcdir)
90
91 cacao_SOURCES =         asmpart.h       builtin.c       builtin.h       callargs.h      @COMPILER_SOURCES@      global.h        jit.c   jit.h   loader.c        loader.h        main.c  native.c        native.h        tables.c        tables.h
92
93
94 EXTRA_cacao_SOURCES = compiler.c compiler.h
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 man1dir = $(mandir)/man1
125 MANS = $(man_MANS)
126
127 NROFF = nroff
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 SOURCES = $(cacao_SOURCES) $(EXTRA_cacao_SOURCES) $(cacaoh_SOURCES)
139 OBJECTS = $(cacao_OBJECTS) $(cacaoh_OBJECTS)
140
141 all: all-redirect
142 .SUFFIXES:
143 .SUFFIXES: .S .c .o .s
144 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
145         cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps Makefile
146
147 Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
148         cd $(top_builddir) \
149           && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
150
151 $(ACLOCAL_M4):  configure.in 
152         cd $(srcdir) && $(ACLOCAL)
153
154 config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
155         $(SHELL) ./config.status --recheck
156 $(srcdir)/configure: $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
157         cd $(srcdir) && $(AUTOCONF)
158
159 config.h: stamp-h
160         @if test ! -f $@; then \
161                 rm -f stamp-h; \
162                 $(MAKE) stamp-h; \
163         else :; fi
164 stamp-h: $(srcdir)/config.h.in $(top_builddir)/config.status
165         cd $(top_builddir) \
166           && CONFIG_FILES= CONFIG_HEADERS=config.h \
167              $(SHELL) ./config.status
168         @echo timestamp > stamp-h 2> /dev/null
169 $(srcdir)/config.h.in: $(srcdir)/stamp-h.in
170         @if test ! -f $@; then \
171                 rm -f $(srcdir)/stamp-h.in; \
172                 $(MAKE) $(srcdir)/stamp-h.in; \
173         else :; fi
174 $(srcdir)/stamp-h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4) acconfig.h
175         cd $(top_srcdir) && $(AUTOHEADER)
176         @echo timestamp > $(srcdir)/stamp-h.in 2> /dev/null
177
178 mostlyclean-hdr:
179
180 clean-hdr:
181
182 distclean-hdr:
183         -rm -f config.h
184
185 maintainer-clean-hdr:
186
187 mostlyclean-binPROGRAMS:
188
189 clean-binPROGRAMS:
190         -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
191
192 distclean-binPROGRAMS:
193
194 maintainer-clean-binPROGRAMS:
195
196 install-binPROGRAMS: $(bin_PROGRAMS)
197         @$(NORMAL_INSTALL)
198         $(mkinstalldirs) $(DESTDIR)$(bindir)
199         @list='$(bin_PROGRAMS)'; for p in $$list; do \
200           if test -f $$p; then \
201             echo "  $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`"; \
202              $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
203           else :; fi; \
204         done
205
206 uninstall-binPROGRAMS:
207         @$(NORMAL_UNINSTALL)
208         list='$(bin_PROGRAMS)'; for p in $$list; do \
209           rm -f $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
210         done
211
212 mostlyclean-noinstPROGRAMS:
213
214 clean-noinstPROGRAMS:
215         -test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS)
216
217 distclean-noinstPROGRAMS:
218
219 maintainer-clean-noinstPROGRAMS:
220
221 .c.o:
222         $(COMPILE) -c $<
223
224 .s.o:
225         $(COMPILE) -c $<
226
227 .S.o:
228         $(COMPILE) -c $<
229
230 mostlyclean-compile:
231         -rm -f *.o core *.core
232
233 clean-compile:
234
235 distclean-compile:
236         -rm -f *.tab.c
237
238 maintainer-clean-compile:
239
240 cacao: $(cacao_OBJECTS) $(cacao_DEPENDENCIES)
241         @rm -f cacao
242         $(LINK) $(cacao_LDFLAGS) $(cacao_OBJECTS) $(cacao_LDADD) $(LIBS)
243
244 cacaoh: $(cacaoh_OBJECTS) $(cacaoh_DEPENDENCIES)
245         @rm -f cacaoh
246         $(LINK) $(cacaoh_LDFLAGS) $(cacaoh_OBJECTS) $(cacaoh_LDADD) $(LIBS)
247
248 install-man1:
249         $(mkinstalldirs) $(DESTDIR)$(man1dir)
250         @list='$(man1_MANS)'; \
251         l2='$(man_MANS)'; for i in $$l2; do \
252           case "$$i" in \
253             *.1*) list="$$list $$i" ;; \
254           esac; \
255         done; \
256         for i in $$list; do \
257           if test -f $(srcdir)/$$i; then file=$(srcdir)/$$i; \
258           else file=$$i; fi; \
259           ext=`echo $$i | sed -e 's/^.*\\.//'`; \
260           inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
261           inst=`echo $$inst | sed '$(transform)'`.$$ext; \
262           echo " $(INSTALL_DATA) $$file $(DESTDIR)$(man1dir)/$$inst"; \
263           $(INSTALL_DATA) $$file $(DESTDIR)$(man1dir)/$$inst; \
264         done
265
266 uninstall-man1:
267         @list='$(man1_MANS)'; \
268         l2='$(man_MANS)'; for i in $$l2; do \
269           case "$$i" in \
270             *.1*) list="$$list $$i" ;; \
271           esac; \
272         done; \
273         for i in $$list; do \
274           ext=`echo $$i | sed -e 's/^.*\\.//'`; \
275           inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
276           inst=`echo $$inst | sed '$(transform)'`.$$ext; \
277           echo " rm -f $(DESTDIR)$(man1dir)/$$inst"; \
278           rm -f $(DESTDIR)$(man1dir)/$$inst; \
279         done
280 install-man: $(MANS)
281         @$(NORMAL_INSTALL)
282         $(MAKE) $(AM_MAKEFLAGS) install-man1
283 uninstall-man:
284         @$(NORMAL_UNINSTALL)
285         $(MAKE) $(AM_MAKEFLAGS) uninstall-man1
286
287 # This directory's subdirectories are mostly independent; you can cd
288 # into them and run `make' without going through this Makefile.
289 # To change the values of `make' variables: instead of editing Makefiles,
290 # (1) if the variable is set in `config.status', edit `config.status'
291 #     (which will cause the Makefiles to be regenerated when you run `make');
292 # (2) otherwise, pass the desired values on the `make' command line.
293
294 @SET_MAKE@
295
296 all-recursive install-data-recursive install-exec-recursive \
297 installdirs-recursive install-recursive uninstall-recursive  \
298 check-recursive installcheck-recursive info-recursive dvi-recursive:
299         @set fnord $(MAKEFLAGS); amf=$$2; \
300         dot_seen=no; \
301         target=`echo $@ | sed s/-recursive//`; \
302         list='$(SUBDIRS)'; for subdir in $$list; do \
303           echo "Making $$target in $$subdir"; \
304           if test "$$subdir" = "."; then \
305             dot_seen=yes; \
306             local_target="$$target-am"; \
307           else \
308             local_target="$$target"; \
309           fi; \
310           (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
311            || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
312         done; \
313         if test "$$dot_seen" = "no"; then \
314           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
315         fi; test -z "$$fail"
316
317 mostlyclean-recursive clean-recursive distclean-recursive \
318 maintainer-clean-recursive:
319         @set fnord $(MAKEFLAGS); amf=$$2; \
320         dot_seen=no; \
321         rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
322           rev="$$subdir $$rev"; \
323           test "$$subdir" = "." && dot_seen=yes; \
324         done; \
325         test "$$dot_seen" = "no" && rev=". $$rev"; \
326         target=`echo $@ | sed s/-recursive//`; \
327         for subdir in $$rev; do \
328           echo "Making $$target in $$subdir"; \
329           if test "$$subdir" = "."; then \
330             local_target="$$target-am"; \
331           else \
332             local_target="$$target"; \
333           fi; \
334           (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
335            || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
336         done && test -z "$$fail"
337 tags-recursive:
338         list='$(SUBDIRS)'; for subdir in $$list; do \
339           test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
340         done
341
342 tags: TAGS
343
344 ID: $(HEADERS) $(SOURCES) $(LISP)
345         list='$(SOURCES) $(HEADERS)'; \
346         unique=`for i in $$list; do echo $$i; done | \
347           awk '    { files[$$0] = 1; } \
348                END { for (i in files) print i; }'`; \
349         here=`pwd` && cd $(srcdir) \
350           && mkid -f$$here/ID $$unique $(LISP)
351
352 TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) $(LISP)
353         tags=; \
354         here=`pwd`; \
355         list='$(SUBDIRS)'; for subdir in $$list; do \
356    if test "$$subdir" = .; then :; else \
357             test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
358    fi; \
359         done; \
360         list='$(SOURCES) $(HEADERS)'; \
361         unique=`for i in $$list; do echo $$i; done | \
362           awk '    { files[$$0] = 1; } \
363                END { for (i in files) print i; }'`; \
364         test -z "$(ETAGS_ARGS)config.h.in$$unique$(LISP)$$tags" \
365           || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags config.h.in $$unique $(LISP) -o $$here/TAGS)
366
367 mostlyclean-tags:
368
369 clean-tags:
370
371 distclean-tags:
372         -rm -f TAGS ID
373
374 maintainer-clean-tags:
375
376 distdir = $(PACKAGE)-$(VERSION)
377 top_distdir = $(distdir)
378
379 # This target untars the dist file and tries a VPATH configuration.  Then
380 # it guarantees that the distribution is self-contained by making another
381 # tarfile.
382 distcheck: dist
383         -rm -rf $(distdir)
384         GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz
385         mkdir $(distdir)/=build
386         mkdir $(distdir)/=inst
387         dc_install_base=`cd $(distdir)/=inst && pwd`; \
388         cd $(distdir)/=build \
389           && ../configure --srcdir=.. --prefix=$$dc_install_base \
390           && $(MAKE) $(AM_MAKEFLAGS) \
391           && $(MAKE) $(AM_MAKEFLAGS) dvi \
392           && $(MAKE) $(AM_MAKEFLAGS) check \
393           && $(MAKE) $(AM_MAKEFLAGS) install \
394           && $(MAKE) $(AM_MAKEFLAGS) installcheck \
395           && $(MAKE) $(AM_MAKEFLAGS) dist
396         -rm -rf $(distdir)
397         @banner="$(distdir).tar.gz is ready for distribution"; \
398         dashes=`echo "$$banner" | sed s/./=/g`; \
399         echo "$$dashes"; \
400         echo "$$banner"; \
401         echo "$$dashes"
402 dist: distdir
403         -chmod -R a+r $(distdir)
404         GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
405         -rm -rf $(distdir)
406 dist-all: distdir
407         -chmod -R a+r $(distdir)
408         GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
409         -rm -rf $(distdir)
410 distdir: $(DISTFILES)
411         -rm -rf $(distdir)
412         mkdir $(distdir)
413         -chmod 777 $(distdir)
414         $(mkinstalldirs) $(distdir)/doc $(distdir)/html
415         @for file in $(DISTFILES); do \
416           d=$(srcdir); \
417           if test -d $$d/$$file; then \
418             cp -pr $$/$$file $(distdir)/$$file; \
419           else \
420             test -f $(distdir)/$$file \
421             || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
422             || cp -p $$d/$$file $(distdir)/$$file || :; \
423           fi; \
424         done
425         for subdir in $(SUBDIRS); do \
426           if test "$$subdir" = .; then :; else \
427             test -d $(distdir)/$$subdir \
428             || mkdir $(distdir)/$$subdir \
429             || exit 1; \
430             chmod 777 $(distdir)/$$subdir; \
431             (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(distdir) distdir=../$(distdir)/$$subdir distdir) \
432               || exit 1; \
433           fi; \
434         done
435 info-am:
436 info: info-recursive
437 dvi-am:
438 dvi: dvi-recursive
439 check-am: all-am
440 check: check-recursive
441 installcheck-am:
442 installcheck: installcheck-recursive
443 all-recursive-am: config.h
444         $(MAKE) $(AM_MAKEFLAGS) all-recursive
445
446 install-exec-am: install-binPROGRAMS
447 install-exec: install-exec-recursive
448
449 install-data-am: install-man
450 install-data: install-data-recursive
451
452 install-am: all-am
453         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
454 install: install-recursive
455 uninstall-am: uninstall-binPROGRAMS uninstall-man
456 uninstall: uninstall-recursive
457 all-am: Makefile $(PROGRAMS) $(MANS) config.h
458 all-redirect: all-recursive-am
459 install-strip:
460         $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
461 installdirs: installdirs-recursive
462 installdirs-am:
463         $(mkinstalldirs)  $(DESTDIR)$(bindir) $(DESTDIR)$(mandir)/man1
464
465
466 mostlyclean-generic:
467
468 clean-generic:
469         -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
470
471 distclean-generic:
472         -rm -f Makefile $(CONFIG_CLEAN_FILES)
473         -rm -f config.cache config.log stamp-h stamp-h[0-9]*
474
475 maintainer-clean-generic:
476         -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
477 mostlyclean-am:  mostlyclean-hdr mostlyclean-binPROGRAMS \
478                 mostlyclean-noinstPROGRAMS mostlyclean-compile \
479                 mostlyclean-tags mostlyclean-generic
480
481 mostlyclean: mostlyclean-recursive
482
483 clean-am:  clean-hdr clean-binPROGRAMS clean-noinstPROGRAMS \
484                 clean-compile clean-tags clean-generic mostlyclean-am
485
486 clean: clean-recursive
487
488 distclean-am:  distclean-hdr distclean-binPROGRAMS \
489                 distclean-noinstPROGRAMS distclean-compile \
490                 distclean-tags distclean-generic clean-am
491
492 distclean: distclean-recursive
493         -rm -f config.status
494
495 maintainer-clean-am:  maintainer-clean-hdr maintainer-clean-binPROGRAMS \
496                 maintainer-clean-noinstPROGRAMS \
497                 maintainer-clean-compile maintainer-clean-tags \
498                 maintainer-clean-generic 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-man1 uninstall-man1 install-man \
512 uninstall-man install-data-recursive uninstall-data-recursive \
513 install-exec-recursive uninstall-exec-recursive installdirs-recursive \
514 uninstalldirs-recursive all-recursive check-recursive \
515 installcheck-recursive info-recursive dvi-recursive \
516 mostlyclean-recursive distclean-recursive clean-recursive \
517 maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
518 distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
519 dvi-am dvi check check-am installcheck-am installcheck all-recursive-am \
520 install-exec-am install-exec install-data-am install-data install-am \
521 install uninstall-am uninstall all-redirect all-am all installdirs-am \
522 installdirs mostlyclean-generic distclean-generic clean-generic \
523 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
524
525
526 native.c: nativetypes.hh @SYSDEP_DIR@/offsets.h nativetable.hh
527
528 nativetypes.hh @SYSDEP_DIR@/offsets.h nativetable.hh: cacaoh
529         ./cacaoh \
530                 java.lang.Object \
531                 java.lang.String \
532                 java.lang.Class \
533                 java.lang.ClassLoader \
534                 java.lang.Compiler \
535                 java.lang.Double \
536                 java.lang.Float \
537                 java.lang.Math \
538                 java.lang.Runtime \
539                 java.lang.SecurityManager \
540                 java.lang.System \
541                 java.lang.Thread \
542                 java.lang.ThreadGroup \
543                 java.lang.Throwable \
544                 java.io.File \
545                 java.io.FileDescriptor \
546                 java.io.FileInputStream \
547                 java.io.FileOutputStream \
548                 java.io.PrintStream \
549                 java.io.RandomAccessFile \
550                 java.util.Properties \
551                 java.util.Date
552
553 @SYSDEP_DIR@/asmpart.o: $(top_srcdir)/@SYSDEP_DIR@/asmpart.c @SYSDEP_DIR@/offsets.h
554         rm -f @SYSDEP_DIR@/asmpart.s
555         @CPP@ $(INCLUDES) $(top_srcdir)/@SYSDEP_DIR@/asmpart.c \
556                         > @SYSDEP_DIR@/asmpart.s
557         @CC@ $(CFLAGS) $(INCLUDES) -c -o @SYSDEP_DIR@/asmpart.o \
558                         @SYSDEP_DIR@/asmpart.s
559         rm -f asmpart.s
560
561 compiler.o: builtin.h compiler.h global.h loader.h tables.h native.h \
562             asmpart.h compiler.c comp/*.c \
563             @SYSDEP_DIR@/gen.c @SYSDEP_DIR@/disass.c
564         @CC@ $(CFLAGS) $(INCLUDES) -c compiler.c
565
566 # Tell versions [3.59,3.63) of GNU make to not export all variables.
567 # Otherwise a system limit (for SysV at least) may be exceeded.
568 .NOEXPORT: