Wrong exception call, we need to use new_exception instead of
[cacao.git] / src / vm / jit / Makefile.am
index f2b6f5e7b57968ee85a99834b98d456fce24fb0b..7834c9ab118f343d076642b8a094669445540777 100644 (file)
@@ -1,6 +1,6 @@
 ## Process this file with automake to produce Makefile.in
 
-# $Id: Makefile.am 617 2003-11-13 09:20:03Z stefan $
+# $Id: Makefile.am 696 2003-12-06 20:10:05Z edwin $
 
 
 SUBDIRS = . loop @ARCH_DIR@
@@ -20,11 +20,20 @@ EXTRA_DIST = \
        sets.h \
        parseRT.c \
        parseRTprint.h \
-       parseRTstats.c
+       parseRTstats.c \
+       typecheck.c
+
+noinst_HEADERS = \
+       parse.h \
+       stack.h \
+       reg.h \
+       inline.h \
+       parseRT.h \
+       parseRTstats.h
 
 noinst_LIBRARIES = libjit.a
 
-libjit_a_SOURCES = jit.c parse.c stack.c inline.c sets.c parseRT.c parseRTstats.c
+libjit_a_SOURCES = jit.c parse.c stack.c inline.c sets.c parseRT.c parseRTstats.c typecheck.c
 
 all-local:
        $(MAKE) $(AM_MAKEFLAGS) -C .. jit/@ARCH_DIR@/offsets.h