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