* Removed all Id tags.
[cacao.git] / src / vm / jit / x86_64 / Makefile.am
index 3a0f1302f552350e1ddc68eb6b7d43d46f4bb698..528e9d14bcf487543a85f49c60614f180c88f02d 100644 (file)
 ## along with this program; if not, write to the Free Software
 ## Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
 ## 02110-1301, USA.
-##
-## $Id: Makefile.am 7294 2007-02-06 09:11:36Z twisti $
 
-## Process this file with automake to produce Makefile.in
 
 AM_CPPFLAGS = -I$(top_srcdir)/src -I$(top_builddir) -I$(top_builddir)/src -I$(top_builddir)/src
 AM_CCASFLAGS = $(AM_CPPFLAGS) $(AM_LDFLAGS)
@@ -37,12 +34,6 @@ DIST_SUBDIRS = \
 
 SUBDIRS = $(OS_DIR)
 
-BUILT_SOURCES = \
-       offsets.h
-
-CLEANFILES = \
-       offsets.h
-
 noinst_HEADERS = \
        arch.h \
        machine-instr.h \
@@ -72,10 +63,7 @@ libarch_la_SOURCES = \
 libarch_la_LIBADD = \
        $(OS_DIR)/libmd.la
 
-$(srcdir)/asmpart.S: $(top_builddir)/config.h offsets.h
-
-offsets.h: $(top_builddir)/src/vm/jit/tools/genoffsets $(top_builddir)/config.h
-       $(top_builddir)/src/vm/jit/tools/genoffsets > offsets.h
+$(srcdir)/asmpart.S: $(top_builddir)/config.h
 
 
 ## Local variables: