This commit introduces C++ wrapper classes for Java heap objects.
[cacao.git] / src / Makefile.am
index b53a431483cdf1e92e93875bc39e2ad396456308..5cab68ae8e6d6de95e8372af1f8463c2772c0de8 100644 (file)
@@ -1,9 +1,7 @@
 ## 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, 2007, 2008
+## CACAOVM - Verein zur Foerderung der freien virtuellen Maschine CACAO
 ##
 ## 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.
-##
-## Contact: cacao@complang.tuwien.ac.at
-##
-## Authors: Christian Thalinger
-##
-## Changes:
-##
-## $Id: Makefile.am 2035 2005-03-18 12:45:13Z twisti $
+## Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+## 02110-1301, USA.
 
-## Process this file with automake to produce Makefile.in
 
-if WITH_EXTERNAL_CLASSPATH
-CLASSPATH = lib
-else
-CLASSPATH = classpath
-endif
+DIST_SUBDIRS = \
+       cacao \
+       classes \
+       fdlibm \
+       mm \
+       native \
+       scripts \
+       threads \
+       toolbox \
+       vm \
+       vmcore
 
-# Keep this order!!!
+# DON'T CHANGE THIS ORDER!!!
 
 SUBDIRS = \
-       boehm-gc \
-       $(CLASSPATH) \
-       mm \
+       classes \
+       fdlibm \
        toolbox \
+       mm \
+       vmcore \
        vm \
        threads \
-       cacaoh \
        native \
        cacao \
        scripts