*** empty log message ***
authorphil <none@none>
Wed, 3 Mar 1999 15:54:06 +0000 (15:54 +0000)
committerphil <none@none>
Wed, 3 Mar 1999 15:54:06 +0000 (15:54 +0000)
Makefile.am
Makefile.in

index 69fcbefde91db7e9773b1471ff8ed4f89ad326c6..045714df4caf9e0d1d2d44a2309ed87db7bd57a0 100644 (file)
@@ -1,6 +1,6 @@
 ## Process this file with automake to produce Makefile.in
 
-# $Id: Makefile.am 125 1999-01-28 19:50:01Z phil $
+# $Id: Makefile.am 128 1999-03-03 15:54:06Z phil $
 
 MAINTAINERCLEANFILES = Makefile.in configure
 SUBDIRS = toolbox mm alpha jit comp nat threads mips tst doc
@@ -35,7 +35,9 @@ cacao_SOURCES = \
        tables.c \
        tables.h
 
-EXTRA_cacao_SOURCES = compiler.c compiler.h
+EXTRA_cacao_SOURCES = \
+       compiler.c \
+       compiler.h 
 
 cacao_LDADD = \
        @SYSDEP_DIR@/asmpart.o \
@@ -95,6 +97,12 @@ compiler.o: builtin.h compiler.h global.h loader.h tables.h native.h \
             @SYSDEP_DIR@/gen.c @SYSDEP_DIR@/disass.c
        @CC@ $(CFLAGS) $(INCLUDES) -c compiler.c
 
+jit.o: jit.c \
+       jit/mcode.c \
+       jit/parse.c \
+       jit/reg.c \
+       jit/stack.c \
+       jit/jitdef.h
 
 ## Local variables:
 ## mode: Makefile
index 0213d3726a2cd3e27010050e90a42b239bf44e6f..81eaabe24d0b10f4bc5f1cfaf53107a01a8e91fc 100644 (file)
@@ -10,7 +10,7 @@
 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
 # PARTICULAR PURPOSE.
 
-# $Id: Makefile.in 125 1999-01-28 19:50:01Z phil $
+# $Id: Makefile.in 128 1999-03-03 15:54:06Z phil $
 
 
 SHELL = @SHELL@
@@ -89,7 +89,8 @@ INCLUDES = -I/usr/include -I$(top_srcdir)/@SYSDEP_DIR@ -I$(top_srcdir)/jit -I@SY
 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
 
 
-EXTRA_cacao_SOURCES = compiler.c compiler.h
+EXTRA_cacao_SOURCES =          compiler.c      compiler.h 
+
 
 cacao_LDADD =          @SYSDEP_DIR@/asmpart.o  @COMPILER_OBJECTS@      toolbox/libtoolbox.a    @GC_OBJ@     @THREAD_OBJ@
 
@@ -517,6 +518,13 @@ compiler.o: builtin.h compiler.h global.h loader.h tables.h native.h \
             @SYSDEP_DIR@/gen.c @SYSDEP_DIR@/disass.c
        @CC@ $(CFLAGS) $(INCLUDES) -c compiler.c
 
+jit.o: jit.c \
+       jit/mcode.c \
+       jit/parse.c \
+       jit/reg.c \
+       jit/stack.c \
+       jit/jitdef.h
+
 # Tell versions [3.59,3.63) of GNU make to not export all variables.
 # Otherwise a system limit (for SysV at least) may be exceeded.
 .NOEXPORT: