81eaabe24d0b10f4bc5f1cfaf53107a01a8e91fc
[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 128 1999-03-03 15:54:06Z 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 doc
78
79 EXTRA_DIST = html/cacaoinstall.html html/cacaoman.html html/index.html
80
81 CLEANFILES = @SYSDEP_DIR@/asmpart.o                      @SYSDEP_DIR@/asmpart.s              @SYSDEP_DIR@/offsets.h              nativetable.hh                  nativetypes.hh
82
83
84 bin_PROGRAMS = cacao
85 noinst_PROGRAMS = cacaoh
86
87 INCLUDES = -I/usr/include -I$(top_srcdir)/@SYSDEP_DIR@ -I$(top_srcdir)/jit -I@SYSDEP_DIR@ -I$(top_srcdir)
88
89 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
90
91
92 EXTRA_cacao_SOURCES =   compiler.c      compiler.h 
93
94
95 cacao_LDADD =   @SYSDEP_DIR@/asmpart.o  @COMPILER_OBJECTS@      toolbox/libtoolbox.a    @GC_OBJ@     @THREAD_OBJ@
96
97
98 cacao_DEPENDENCIES =    @SYSDEP_DIR@/asmpart.o  @COMPILER_OBJECTS@      toolbox/libtoolbox.a    @GC_OBJ@        @THREAD_OBJ@
99
100
101 cacaoh_SOURCES = headers.c tables.c loader.c builtin.c
102 cacaoh_LDADD = toolbox/libtoolbox.a @GC_OBJ@ @THREAD_OBJ@
103 cacaoh_DEPENDENCIES = toolbox/libtoolbox.a @GC_OBJ@ @THREAD_OBJ@
104 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
105 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
106 CONFIG_HEADER = config.h
107 CONFIG_CLEAN_FILES = 
108 PROGRAMS =  $(bin_PROGRAMS) $(noinst_PROGRAMS)
109
110
111 DEFS = @DEFS@ -I. -I$(srcdir) -I.
112 CPPFLAGS = @CPPFLAGS@
113 LDFLAGS = @LDFLAGS@
114 LIBS = @LIBS@
115 cacao_OBJECTS =  builtin.o jit.o loader.o main.o native.o tables.o
116 cacao_LDFLAGS = 
117 cacaoh_OBJECTS =  headers.o tables.o loader.o builtin.o
118 cacaoh_LDFLAGS = 
119 CFLAGS = @CFLAGS@
120 COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
121 CCLD = $(CC)
122 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
123 DIST_COMMON =  README ./stamp-h.in AUTHORS COPYING ChangeLog INSTALL \
124 Makefile.am Makefile.in NEWS acconfig.h aclocal.m4 config.guess \
125 config.h.in config.sub configure configure.in install-sh missing \
126 mkinstalldirs
127
128
129 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
130
131 TAR = tar
132 GZIP_ENV = --best
133 SOURCES = $(cacao_SOURCES) $(EXTRA_cacao_SOURCES) $(cacaoh_SOURCES)
134 OBJECTS = $(cacao_OBJECTS) $(cacaoh_OBJECTS)
135
136 all: all-redirect
137 .SUFFIXES:
138 .SUFFIXES: .S .c .o .s
139 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
140         cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps Makefile
141
142 Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
143         cd $(top_builddir) \
144           && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
145
146 $(ACLOCAL_M4):  configure.in 
147         cd $(srcdir) && $(ACLOCAL)
148
149 config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
150         $(SHELL) ./config.status --recheck
151 $(srcdir)/configure: $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
152         cd $(srcdir) && $(AUTOCONF)
153
154 config.h: stamp-h
155         @if test ! -f $@; then \
156                 rm -f stamp-h; \
157                 $(MAKE) stamp-h; \
158         else :; fi
159 stamp-h: $(srcdir)/config.h.in $(top_builddir)/config.status
160         cd $(top_builddir) \
161           && CONFIG_FILES= CONFIG_HEADERS=config.h \
162              $(SHELL) ./config.status
163         @echo timestamp > stamp-h 2> /dev/null
164 $(srcdir)/config.h.in: $(srcdir)/stamp-h.in
165         @if test ! -f $@; then \
166                 rm -f $(srcdir)/stamp-h.in; \
167                 $(MAKE) $(srcdir)/stamp-h.in; \
168         else :; fi
169 $(srcdir)/stamp-h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4) acconfig.h
170         cd $(top_srcdir) && $(AUTOHEADER)
171         @echo timestamp > $(srcdir)/stamp-h.in 2> /dev/null
172
173 mostlyclean-hdr:
174
175 clean-hdr:
176
177 distclean-hdr:
178         -rm -f config.h
179
180 maintainer-clean-hdr:
181
182 mostlyclean-binPROGRAMS:
183
184 clean-binPROGRAMS:
185         -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
186
187 distclean-binPROGRAMS:
188
189 maintainer-clean-binPROGRAMS:
190
191 install-binPROGRAMS: $(bin_PROGRAMS)
192         @$(NORMAL_INSTALL)
193         $(mkinstalldirs) $(DESTDIR)$(bindir)
194         @list='$(bin_PROGRAMS)'; for p in $$list; do \
195           if test -f $$p; then \
196             echo "  $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`"; \
197              $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
198           else :; fi; \
199         done
200
201 uninstall-binPROGRAMS:
202         @$(NORMAL_UNINSTALL)
203         list='$(bin_PROGRAMS)'; for p in $$list; do \
204           rm -f $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
205         done
206
207 mostlyclean-noinstPROGRAMS:
208
209 clean-noinstPROGRAMS:
210         -test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS)
211
212 distclean-noinstPROGRAMS:
213
214 maintainer-clean-noinstPROGRAMS:
215
216 .c.o:
217         $(COMPILE) -c $<
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 $(ETAGS_ARGS) $$tags config.h.in $$unique $(LISP) -o $$here/TAGS)
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         $(mkinstalldirs) $(distdir)/html
371         @for file in $(DISTFILES); do \
372           d=$(srcdir); \
373           if test -d $$d/$$file; then \
374             cp -pr $$/$$file $(distdir)/$$file; \
375           else \
376             test -f $(distdir)/$$file \
377             || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
378             || cp -p $$d/$$file $(distdir)/$$file || :; \
379           fi; \
380         done
381         for subdir in $(SUBDIRS); do \
382           if test "$$subdir" = .; then :; else \
383             test -d $(distdir)/$$subdir \
384             || mkdir $(distdir)/$$subdir \
385             || exit 1; \
386             chmod 777 $(distdir)/$$subdir; \
387             (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(distdir) distdir=../$(distdir)/$$subdir distdir) \
388               || exit 1; \
389           fi; \
390         done
391 info-am:
392 info: info-recursive
393 dvi-am:
394 dvi: dvi-recursive
395 check-am: all-am
396 check: check-recursive
397 installcheck-am:
398 installcheck: installcheck-recursive
399 all-recursive-am: config.h
400         $(MAKE) $(AM_MAKEFLAGS) all-recursive
401
402 install-exec-am: install-binPROGRAMS
403 install-exec: install-exec-recursive
404
405 install-data-am:
406 install-data: install-data-recursive
407
408 install-am: all-am
409         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
410 install: install-recursive
411 uninstall-am: uninstall-binPROGRAMS
412 uninstall: uninstall-recursive
413 all-am: Makefile $(PROGRAMS) config.h
414 all-redirect: all-recursive-am
415 install-strip:
416         $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
417 installdirs: installdirs-recursive
418 installdirs-am:
419         $(mkinstalldirs)  $(DESTDIR)$(bindir)
420
421
422 mostlyclean-generic:
423
424 clean-generic:
425         -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
426
427 distclean-generic:
428         -rm -f Makefile $(CONFIG_CLEAN_FILES)
429         -rm -f config.cache config.log stamp-h stamp-h[0-9]*
430
431 maintainer-clean-generic:
432         -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
433 mostlyclean-am:  mostlyclean-hdr mostlyclean-binPROGRAMS \
434                 mostlyclean-noinstPROGRAMS mostlyclean-compile \
435                 mostlyclean-tags mostlyclean-generic
436
437 mostlyclean: mostlyclean-recursive
438
439 clean-am:  clean-hdr clean-binPROGRAMS clean-noinstPROGRAMS \
440                 clean-compile clean-tags clean-generic mostlyclean-am
441
442 clean: clean-recursive
443
444 distclean-am:  distclean-hdr distclean-binPROGRAMS \
445                 distclean-noinstPROGRAMS distclean-compile \
446                 distclean-tags distclean-generic clean-am
447
448 distclean: distclean-recursive
449         -rm -f config.status
450
451 maintainer-clean-am:  maintainer-clean-hdr maintainer-clean-binPROGRAMS \
452                 maintainer-clean-noinstPROGRAMS \
453                 maintainer-clean-compile maintainer-clean-tags \
454                 maintainer-clean-generic distclean-am
455         @echo "This command is intended for maintainers to use;"
456         @echo "it deletes files that may require special tools to rebuild."
457
458 maintainer-clean: maintainer-clean-recursive
459         -rm -f config.status
460
461 .PHONY: mostlyclean-hdr distclean-hdr clean-hdr maintainer-clean-hdr \
462 mostlyclean-binPROGRAMS distclean-binPROGRAMS clean-binPROGRAMS \
463 maintainer-clean-binPROGRAMS uninstall-binPROGRAMS install-binPROGRAMS \
464 mostlyclean-noinstPROGRAMS distclean-noinstPROGRAMS \
465 clean-noinstPROGRAMS maintainer-clean-noinstPROGRAMS \
466 mostlyclean-compile distclean-compile clean-compile \
467 maintainer-clean-compile install-data-recursive \
468 uninstall-data-recursive install-exec-recursive \
469 uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \
470 all-recursive check-recursive installcheck-recursive info-recursive \
471 dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive \
472 maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
473 distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
474 dvi-am dvi check check-am installcheck-am installcheck all-recursive-am \
475 install-exec-am install-exec install-data-am install-data install-am \
476 install uninstall-am uninstall all-redirect all-am all installdirs-am \
477 installdirs mostlyclean-generic distclean-generic clean-generic \
478 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
479
480
481 native.c: nativetypes.hh @SYSDEP_DIR@/offsets.h nativetable.hh
482
483 nativetypes.hh @SYSDEP_DIR@/offsets.h nativetable.hh: cacaoh
484         ./cacaoh \
485                 java.lang.Object \
486                 java.lang.String \
487                 java.lang.Class \
488                 java.lang.ClassLoader \
489                 java.lang.Compiler \
490                 java.lang.Double \
491                 java.lang.Float \
492                 java.lang.Math \
493                 java.lang.Runtime \
494                 java.lang.SecurityManager \
495                 java.lang.System \
496                 java.lang.Thread \
497                 java.lang.ThreadGroup \
498                 java.lang.Throwable \
499                 java.io.File \
500                 java.io.FileDescriptor \
501                 java.io.FileInputStream \
502                 java.io.FileOutputStream \
503                 java.io.PrintStream \
504                 java.io.RandomAccessFile \
505                 java.util.Properties \
506                 java.util.Date
507
508 @SYSDEP_DIR@/asmpart.o: $(top_srcdir)/@SYSDEP_DIR@/asmpart.c @SYSDEP_DIR@/offsets.h
509         rm -f @SYSDEP_DIR@/asmpart.s
510         @CPP@ $(INCLUDES) $(top_srcdir)/@SYSDEP_DIR@/asmpart.c \
511                         > @SYSDEP_DIR@/asmpart.s
512         @CC@ $(CFLAGS) $(INCLUDES) -c -o @SYSDEP_DIR@/asmpart.o \
513                         @SYSDEP_DIR@/asmpart.s
514         rm -f asmpart.s
515
516 compiler.o: builtin.h compiler.h global.h loader.h tables.h native.h \
517             asmpart.h compiler.c comp/*.c \
518             @SYSDEP_DIR@/gen.c @SYSDEP_DIR@/disass.c
519         @CC@ $(CFLAGS) $(INCLUDES) -c compiler.c
520
521 jit.o: jit.c \
522         jit/mcode.c \
523         jit/parse.c \
524         jit/reg.c \
525         jit/stack.c \
526         jit/jitdef.h
527
528 # Tell versions [3.59,3.63) of GNU make to not export all variables.
529 # Otherwise a system limit (for SysV at least) may be exceeded.
530 .NOEXPORT: