Added machine dependent files.
authortwisti <none@none>
Wed, 8 Jun 2005 10:33:14 +0000 (10:33 +0000)
committertwisti <none@none>
Wed, 8 Jun 2005 10:33:14 +0000 (10:33 +0000)
src/vm/jit/x86_64/Makefile.am

index 9a7d19be1d14d62ea45e829b2fc1ef3e50971984..135dea1ae5e63993c3031925068ec00d7c5eda6c 100644 (file)
@@ -28,7 +28,7 @@
 ##
 ## Changes:
 ##
-## $Id: Makefile.am 2353 2005-04-22 13:55:56Z twisti $
+## $Id: Makefile.am 2582 2005-06-08 10:33:14Z twisti $
 
 ## Process this file with automake to produce Makefile.in
 
@@ -41,7 +41,12 @@ CLEANFILES = offsets.h
 noinst_HEADERS = \
        arch.h \
        machine-instr.h \
-       types.h
+       types.h \
+       \
+       md.h \
+       md-abi.h \
+       md-abi.inc \
+       md-asm.h
 
 noinst_LTLIBRARIES = libarch.la
 
@@ -60,7 +65,9 @@ libarch_la_SOURCES = \
        emitfuncs.h \
        i386-dis.c \
        patcher.c \
-       symcat.h
+       symcat.h \
+       \
+       md-abi.c
 
 $(srcdir)/asmpart.S: $(top_builddir)/config.h offsets.h