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