more
authorstefan <none@none>
Thu, 13 Nov 2003 09:39:28 +0000 (09:39 +0000)
committerstefan <none@none>
Thu, 13 Nov 2003 09:39:28 +0000 (09:39 +0000)
Makefile.am
jit/Makefile.am
jit/loop/Makefile.am
mm/Makefile.am
src/mm/Makefile.am
src/vm/jit/Makefile.am
src/vm/jit/loop/Makefile.am

index 0d2e1eefd4a71c7e9fc4e601f0bfdb9bff4670c9..4bbbed2be838dbece76c3b68b34957d1014797f2 100644 (file)
@@ -1,6 +1,6 @@
 ## Process this file with automake to produce Makefile.in
 
-# $Id: Makefile.am 557 2003-11-02 22:51:59Z twisti $
+# $Id: Makefile.am 618 2003-11-13 09:39:28Z stefan $
 
 @SET_MAKE@
 
@@ -14,6 +14,7 @@ EXTRA_DIST = \
        html/cacaoman.html \
        html/index.html \
        jni.c \
+       main.h \
        natcalls.h \
        nativecalls.h
 
index f2b6f5e7b57968ee85a99834b98d456fce24fb0b..6fec454514f083ff4f8199a704c0edf0dee89ffb 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 618 2003-11-13 09:39:28Z stefan $
 
 
 SUBDIRS = . loop @ARCH_DIR@
@@ -22,6 +22,14 @@ EXTRA_DIST = \
        parseRTprint.h \
        parseRTstats.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
index 23dc9413e796d242ba7d434b8632dc147a0d9955..464ab393edac49501d8b705ee377145b4ac0cbc5 100644 (file)
@@ -1,6 +1,6 @@
 ## Process this file with automake to produce Makefile.in
 
-# $Id: Makefile.am 557 2003-11-02 22:51:59Z twisti $
+# $Id: Makefile.am 618 2003-11-13 09:39:28Z stefan $
 
 INCLUDES = -I$(top_srcdir)/jit/@ARCH_DIR@ -I$(top_srcdir)/jit
 
@@ -11,6 +11,11 @@ EXTRA_DIST = \
        analyze.c \
        tracing.c
 
+noinst_HEADERS = \
+       graph.h \
+       analyze.h \
+       tracing.h
+
 noinst_LIBRARIES = libloop.a
 
 libloop_a_SOURCES = loop.c analyze.c graph.c tracing.c
index 89ae48f12f07a5326c5afced482341866e2c23e5..341455c3e9a41cd6e285bc9aac1e507ed4b47a24 100644 (file)
@@ -1,11 +1,13 @@
 ## Process this file with automake to produce Makefile.in
 
-# $Id: Makefile.am 557 2003-11-02 22:51:59Z twisti $
+# $Id: Makefile.am 618 2003-11-13 09:39:28Z stefan $
 
 SUBDIRS = boehm-gc
 
 noinst_LIBRARIES = libboehm.a
 
+noinst_HEADERS = boehm.h
+
 libboehm_a_SOURCES = boehm.c
 
 INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/jit -I$(top_srcdir)/jit/@ARCH_DIR@ -I./boehm-gc/include
index 89ae48f12f07a5326c5afced482341866e2c23e5..341455c3e9a41cd6e285bc9aac1e507ed4b47a24 100644 (file)
@@ -1,11 +1,13 @@
 ## Process this file with automake to produce Makefile.in
 
-# $Id: Makefile.am 557 2003-11-02 22:51:59Z twisti $
+# $Id: Makefile.am 618 2003-11-13 09:39:28Z stefan $
 
 SUBDIRS = boehm-gc
 
 noinst_LIBRARIES = libboehm.a
 
+noinst_HEADERS = boehm.h
+
 libboehm_a_SOURCES = boehm.c
 
 INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/jit -I$(top_srcdir)/jit/@ARCH_DIR@ -I./boehm-gc/include
index f2b6f5e7b57968ee85a99834b98d456fce24fb0b..6fec454514f083ff4f8199a704c0edf0dee89ffb 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 618 2003-11-13 09:39:28Z stefan $
 
 
 SUBDIRS = . loop @ARCH_DIR@
@@ -22,6 +22,14 @@ EXTRA_DIST = \
        parseRTprint.h \
        parseRTstats.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
index 23dc9413e796d242ba7d434b8632dc147a0d9955..464ab393edac49501d8b705ee377145b4ac0cbc5 100644 (file)
@@ -1,6 +1,6 @@
 ## Process this file with automake to produce Makefile.in
 
-# $Id: Makefile.am 557 2003-11-02 22:51:59Z twisti $
+# $Id: Makefile.am 618 2003-11-13 09:39:28Z stefan $
 
 INCLUDES = -I$(top_srcdir)/jit/@ARCH_DIR@ -I$(top_srcdir)/jit
 
@@ -11,6 +11,11 @@ EXTRA_DIST = \
        analyze.c \
        tracing.c
 
+noinst_HEADERS = \
+       graph.h \
+       analyze.h \
+       tracing.h
+
 noinst_LIBRARIES = libloop.a
 
 libloop_a_SOURCES = loop.c analyze.c graph.c tracing.c