X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=src%2FMakefile.am;h=b1bf2b10609d14a455453926493e4c9dd795cd6b;hb=HEAD;hp=a53aebe0dbc59f38780674418da4c6bfde79e43a;hpb=f3c3f56e42f2a0523c6751e46544b086b5015913;p=cacao.git diff --git a/src/Makefile.am b/src/Makefile.am index a53aebe0d..b1bf2b106 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -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. ## @@ -19,63 +17,30 @@ ## ## 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 3175 2005-09-12 21:23:17Z twisti $ +## Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA +## 02110-1301, USA. -## Process this file with automake to produce Makefile.in DIST_SUBDIRS = \ - boehm-gc \ - classpath \ - lib \ - libltdl \ + cacao \ + classes \ + fdlibm \ mm \ - toolbox \ - vm \ - threads \ - cacaoh \ native \ - cacao \ - scripts - -#if ENABLE_INTRP -#FFCALL = ffcall -#endif - -if DISABLE_GC -BOEHM = -else -BOEHM = boehm-gc -endif - -if WITH_EXTERNAL_CLASSPATH -CLASSPATH = \ - lib \ - classpath/native/fdlibm -else -CLASSPATH = classpath -endif + scripts \ + threads \ + toolbox \ + vm -# Keep this order!!! +# DON'T CHANGE THIS ORDER!!! SUBDIRS = \ - $(BOEHM) \ - $(CLASSPATH) \ - $(FFCALL) \ - libltdl \ - mm \ + classes \ + fdlibm \ toolbox \ + mm \ vm \ threads \ - cacaoh \ native \ cacao \ scripts