X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=src%2FMakefile.am;h=b1bf2b10609d14a455453926493e4c9dd795cd6b;hb=ad0b236b51b79ef290f9b6a244f5d6b19d395d54;hp=a2f02acc172ac5a68bb9c1eea16fd0ed9e35c25e;hpb=d362a578296d95d99d4c996a12d116ecbb809866;p=cacao.git diff --git a/src/Makefile.am b/src/Makefile.am index a2f02acc1..b1bf2b106 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,9 +1,7 @@ ## src/Makefile.am ## -## Copyright (C) 1996-2005, 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 +## Copyright (C) 1996-2005, 2006, 2007, 2008 +## CACAOVM - Verein zur Foerderung der freien virtuellen Maschine CACAO ## ## This file is part of CACAO. ## @@ -21,42 +19,29 @@ ## along with this program; if not, write to the Free Software ## Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA ## 02110-1301, USA. -## -## $Id: Makefile.am 7246 2007-01-29 18:49:05Z twisti $ -## Process this file with automake to produce Makefile.in DIST_SUBDIRS = \ cacao \ - cacaoh \ + classes \ fdlibm \ - lib \ mm \ native \ scripts \ threads \ toolbox \ - vm \ - vmcore - -if WITH_CLASSPATH_GNU -VM_DIR = \ - lib -endif + vm # DON'T CHANGE THIS ORDER!!! SUBDIRS = \ - toolbox \ - vmcore \ - cacaoh \ - \ - $(VM_DIR) \ - native \ + classes \ fdlibm \ + toolbox \ mm \ - threads \ vm \ + threads \ + native \ cacao \ scripts