* src/vm/jit/Makefile.am (DIST_SUBDIRS): Added m68k.
authortwisti <none@none>
Mon, 16 Apr 2007 21:09:39 +0000 (21:09 +0000)
committertwisti <none@none>
Mon, 16 Apr 2007 21:09:39 +0000 (21:09 +0000)
* src/mm/cacao-gc/Makefile.am (libgc_la_SOURCES): Removed heap.c.

src/mm/cacao-gc/Makefile.am
src/vm/jit/Makefile.am

index 5150edadc9aad088c394ddb78f67a0a8dd13131a..e334c7b2923f1850d8413f40636fe9153c5cf0c6 100644 (file)
@@ -1,6 +1,6 @@
 ## src/mm/cacao-gc/Makefile.am
 ##
-## Copyright (C) 1996-2005, 2006 R. Grafl, A. Krall, C. Kruegel,
+## Copyright (C) 2006, 2007 R. Grafl, A. Krall, C. Kruegel,
 ## C. Oates, R. Obermaisser, M. Platter, M. Probst, S. Ring,
 ## E. Steiner, C. Thalinger, D. Thuernbeck, P. Tomsich, C. Ullrich,
 ## J. Wenninger, Institut f. Computersprachen - TU Wien
 ## Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
 ## 02110-1301, USA.
 ##
-## Contact: cacao@cacaojvm.org
-##
-## Authors: Christian Thalinger
-##
-## Changes: Michael Starzinger
-##
 ## $Id$
 
 ## Process this file with automake to produce Makefile.in
@@ -41,7 +35,6 @@ noinst_LTLIBRARIES = libgc.la
 libgc_la_SOURCES = \
        gc.c \
        gc.h \
-       heap.c \
        mark.c
 
 
index 3e5ff0c848ea46ea8e7ecbeb3ef68d907bb418a7..9497ca9eafc6eb942fb3cc04239e0ebfac7b8e76 100644 (file)
@@ -22,7 +22,7 @@
 ## Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
 ## 02110-1301, USA.
 ##
-## $Id: Makefile.am 7382 2007-02-21 20:24:01Z twisti $
+## $Id: Makefile.am 7725 2007-04-16 21:09:39Z twisti $
 
 ## Process this file with automake to produce Makefile.in
 
@@ -43,13 +43,14 @@ DIST_SUBDIRS = \
        alpha \
        arm \
        i386 \
+       m68k \
        mips \
        parisc \
        powerpc \
        powerpc64 \
+       s390 \
        sparc64 \
-       x86_64 \
-       s390
+       x86_64
 
 SUBDIRS = \
        optimizing \