* src/vm/loader.c (load_newly_created_array): c->interfacescount was
[cacao.git] / src / Makefile.am
index 6dbcabd01364bfb82dbeff07fbc89121225dd327..d64def12fc745168d8fa3bf9336afad7b4a76e6c 100644 (file)
@@ -1,9 +1,9 @@
 ## src/Makefile.am
 ##
-## Copyright (C) 1996-2005 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
+## Copyright (C) 1996-2005, 2006 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
 ##
 ## This file is part of CACAO.
 ##
 ##
 ## You should have received a copy of the GNU General Public License
 ## along with this program; if not, write to the Free Software
-## Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
-## 02111-1307, USA.
+## Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+## 02110-1301, USA.
 ##
-## Contact: cacao@complang.tuwien.ac.at
+## Contact: cacao@cacaojvm.org
 ##
 ## Authors: Christian Thalinger
 ##
-## Changes:
-##
-## $Id: Makefile.am 3304 2005-09-29 13:08:31Z twisti $
+## $Id: Makefile.am 6243 2006-12-27 13:56:31Z twisti $
 
 ## Process this file with automake to produce Makefile.in
 
 DIST_SUBDIRS = \
-       boehm-gc \
+       mm \
        lib \
        fdlibm \
-       libltdl \
-       libffi \
-       mm \
        toolbox \
        vm \
        threads \
@@ -47,25 +42,17 @@ DIST_SUBDIRS = \
        cacao \
        scripts
 
-if ENABLE_INTRP
-LIBFFI = libffi
-endif
-
-if DISABLE_GC
-BOEHM =
-else
-BOEHM = boehm-gc
+if WITH_CLASSPATH_GNU
+VM_DIR = \
+       lib
 endif
 
 # Keep this order!!!
 
 SUBDIRS = \
-       $(BOEHM) \
-       lib \
-       fdlibm \
-       $(LIBFFI) \
-       libltdl \
        mm \
+       $(VM_DIR) \
+       fdlibm \
        toolbox \
        vm \
        threads \