X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=src%2FMakefile.am;h=b1bf2b10609d14a455453926493e4c9dd795cd6b;hb=ae82ad99e3a6280a3df05d8ce5fd39db38729d17;hp=69ec6f6f808e3cc03cd29910eb53c938d82d5e7b;hpb=5f694951cac4045e4067f14e968134bd9403a15e;p=cacao.git diff --git a/src/Makefile.am b/src/Makefile.am index 69ec6f6f8..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,47 +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 7365 2007-02-15 19:42:13Z 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 - -if ENABLE_THREADS -THREADS_DIR = \ - threads -endif + vm # DON'T CHANGE THIS ORDER!!! SUBDIRS = \ - toolbox \ - vmcore \ - cacaoh \ - \ - $(VM_DIR) \ - native \ + classes \ fdlibm \ + toolbox \ mm \ - $(THREADS_DIR) \ vm \ + threads \ + native \ cacao \ scripts