New source tree.
[cacao.git] / src / vm / jit / i386 / Makefile.am
index 0cae393bd708506765923d124eb59de6d4760005..792b49f530ad382962f4df0b71494aed4ad610f4 100644 (file)
@@ -1,9 +1,8 @@
 ## Process this file with automake to produce Makefile.in
 
-# $Id: Makefile.am 1350 2004-07-22 22:38:12Z twisti $
+# $Id: Makefile.am 1623 2004-11-30 14:18:19Z twisti $
 
-
-INCLUDES = -I$(top_srcdir)
+INCLUDES = -I$(top_srcdir)/src
 
 EXTRA_DIST = \
        asmpart.S \
@@ -31,10 +30,8 @@ libarch_a_SOURCES = \
 asmpart.o: asmpart.S $(top_srcdir)/config.h offsets.h
        $(COMPILE) -c $<
 
-#offsets.h: $(top_srcdir)/genoffsets $(top_srcdir)/config.h
-offsets.h: $(top_srcdir)/config.h $(top_srcdir)/global.h $(top_srcdir)/threads/thread.h
-       $(COMPILE) -o $(top_srcdir)/genoffsets $(top_srcdir)/genoffsets.c
-       $(top_srcdir)/genoffsets > offsets.h
+offsets.h: $(top_srcdir)/config.h $(top_srcdir)/src/vm/global.h $(top_srcdir)/src/threads/native/threads.h
+       $(top_srcdir)/src/vm/jit/tools/genoffsets > offsets.h
 
 
 ## Local variables: