* added md files
authortwisti <none@none>
Thu, 9 Jun 2005 20:35:42 +0000 (20:35 +0000)
committertwisti <none@none>
Thu, 9 Jun 2005 20:35:42 +0000 (20:35 +0000)
src/vm/jit/mips/Makefile.am

index 8d924754f715127c5aa3e758676f34af65e97553..64b95917ba732993e08678a5533b7895c7dec2c6 100644 (file)
@@ -28,7 +28,7 @@
 ##
 ## Changes:
 ##
-## $Id: Makefile.am 2444 2005-05-11 12:51:53Z twisti $
+## $Id: Makefile.am 2625 2005-06-09 20:35:42Z twisti $
 
 ## Process this file with automake to produce Makefile.in
 
@@ -40,7 +40,11 @@ noinst_HEADERS = \
        arch.h \
        asmoffsets.h \
        machine-instr.h \
-       types.h
+       types.h \
+       \
+       md.h \
+       md-abi.inc \
+       md-asm.h
 
 noinst_LTLIBRARIES = libarch.la
 
@@ -50,7 +54,10 @@ libarch_la_SOURCES = \
        codegen.h \
        disass.c \
        disass.h \
-       patcher.c
+       patcher.c \
+       \
+       md-abi.c \
+       md-abi.h
 
 $(srcdir)/asmpart.S: $(top_builddir)/config.h offsets.h