X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=Makefile.am;h=069cd4fe1196f180db2fe4ff65cc1ed96980fa5d;hb=c46b0d5f95003a3d5ad925c1d94dc38acbefd4ba;hp=abad2ef1e480001f83aab5b1e8f72fb05883d7a3;hpb=d60c13a2d504ddd6893faf0a4adfe653415f66e2;p=cacao.git diff --git a/Makefile.am b/Makefile.am index abad2ef1e..069cd4fe1 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,155 +1,55 @@ -## Process this file with automake to produce Makefile.in - -# $Id: Makefile.am 136 1999-11-09 11:33:46Z schani $ +## Makefile.am +## +## Copyright (C) 1996-2005, 2006, 2008 +## CACAOVM - Verein zur Foerderung der freien virtuellen Maschine CACAO +## +## This file is part of CACAO. +## +## This program is free software; you can redistribute it and/or +## modify it under the terms of the GNU General Public License as +## published by the Free Software Foundation; either version 2, or (at +## your option) any later version. +## +## This program is distributed in the hope that it will be useful, but +## WITHOUT ANY WARRANTY; without even the implied warranty of +## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +## General Public License for more details. +## +## 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. + + +ACLOCAL_AMFLAGS = -I m4 MAINTAINERCLEANFILES = Makefile.in configure -SUBDIRS = toolbox mm alpha jit comp nat threads mips tst doc narray - -EXTRA_DIST = html/cacaoinstall.html html/cacaoman.html html/index.html - -CLEANFILES = @SYSDEP_DIR@/asmpart.o \ - @SYSDEP_DIR@/asmpart.s \ - @SYSDEP_DIR@/offsets.h \ - nativetable.hh \ - nativetypes.hh - -bin_PROGRAMS = cacao -noinst_PROGRAMS = cacaoh - -INCLUDES=-I/usr/include -I$(top_srcdir)/@SYSDEP_DIR@ -I$(top_srcdir)/jit -I@SYSDEP_DIR@ -I$(top_srcdir) - -cacao_SOURCES = \ - asmpart.h \ - builtin.c \ - builtin.h \ - callargs.h \ - @COMPILER_SOURCES@ \ - global.h \ - jit.c \ - jit.h \ - loader.c \ - loader.h \ - main.c \ - native.c \ - native.h \ - tables.c \ - tables.h - -EXTRA_cacao_SOURCES = \ - compiler.c \ - compiler.h - -cacao_LDADD = \ - @SYSDEP_DIR@/asmpart.o \ - @COMPILER_OBJECTS@ \ - toolbox/libtoolbox.a \ - @GC_OBJ@ \ - @THREAD_OBJ@ - -cacao_DEPENDENCIES = \ - @SYSDEP_DIR@/asmpart.o \ - @COMPILER_OBJECTS@ \ - toolbox/libtoolbox.a \ - @GC_OBJ@ \ - @THREAD_OBJ@ - -cacaoh_SOURCES = headers.c tables.c loader.c builtin.c -cacaoh_LDADD = toolbox/libtoolbox.a @GC_OBJ@ @THREAD_OBJ@ -cacaoh_DEPENDENCIES = toolbox/libtoolbox.a @GC_OBJ@ @THREAD_OBJ@ - -native.c: nativetypes.hh @SYSDEP_DIR@/offsets.h nativetable.hh - -nativetypes.hh @SYSDEP_DIR@/offsets.h nativetable.hh: cacaoh - ./cacaoh \ - java.lang.Object \ - java.lang.String \ - java.lang.ClassLoader \ - java.lang.Class \ - java.lang.Compiler \ - java.lang.Integer \ - java.lang.Double \ - java.lang.Float \ - java.lang.Math \ - java.lang.Package \ - java.lang.Runtime \ - java.lang.SecurityManager \ - java.lang.Exception \ - java.io.PrintStream \ - java.io.InputStream \ - java.lang.System \ - java.lang.Thread \ - java.lang.ThreadGroup \ - java.lang.Throwable \ - java.lang.reflect.Array \ - java.lang.reflect.Constructor \ - java.lang.reflect.Field \ - java.lang.reflect.Method \ - java.lang.reflect.Modifier \ - java.io.FileDescriptor \ - java.io.FileInputStream \ - java.io.FileOutputStream \ - java.io.FileSystem \ - java.io.ObjectInputStream \ - java.io.ObjectStreamClass \ - java.io.RandomAccessFile \ - java.util.ResourceBundle \ - java.util.jar.JarFile \ - java.util.zip.Adler32 \ - java.util.zip.CRC32 \ - java.util.zip.Deflater \ - java.util.zip.Inflater \ - java.util.zip.ZipEntry \ - java.util.zip.ZipFile \ - java.util.Properties \ - java.util.Date \ - java.math.BigInteger \ - java.net.InetAddress \ - java.net.InetAddressImpl \ - java.net.DatagramPacket \ - java.net.PlainDatagramSocketImpl \ - java.net.SocketImpl \ - java.net.PlainSocketImpl \ - java.net.SocketInputStream \ - java.net.SocketOutputStream \ - java.security.PrivilegedActionException \ - java.security.PrivilegedAction \ - java.security.PrivilegedExceptionAction \ - java.security.AccessController \ - java.io.File \ - java.io.UnixFileSystem \ - java.lang.ClassLoader_NativeLibrary - -@SYSDEP_DIR@/asmpart.o: $(top_srcdir)/@SYSDEP_DIR@/asmpart.c @SYSDEP_DIR@/offsets.h - rm -f @SYSDEP_DIR@/asmpart.s - @CPP@ $(INCLUDES) $(top_srcdir)/@SYSDEP_DIR@/asmpart.c \ - > @SYSDEP_DIR@/asmpart.s - @CC@ $(CFLAGS) $(INCLUDES) -c -o @SYSDEP_DIR@/asmpart.o \ - @SYSDEP_DIR@/asmpart.s - rm -f asmpart.s -compiler.o: $(top_srcdir)/builtin.h $(top_srcdir)/compiler.h \ - $(top_srcdir)/global.h $(top_srcdir)/loader.h \ - $(top_srcdir)/tables.h $(top_srcdir)/native.h \ - $(top_srcdir)/asmpart.h $(top_srcdir)/compiler.c $(top_srcdir)/comp/*.c \ - $(top_srcdir)/@SYSDEP_DIR@/gen.c $(top_srcdir)/@SYSDEP_DIR@/disass.c - @CC@ $(CFLAGS) -I. $(INCLUDES) -c $(top_srcdir)/compiler.c +SUBDIRS = \ + contrib \ + doc \ + man \ + src \ + tests + +EXTRA_DIST = \ + ChangeLog-1998 \ + ChangeLog-1999 \ + ChangeLog-2000 \ + ChangeLog-2001 \ + ChangeLog-2002 \ + ChangeLog-2003 \ + ChangeLog-2004 \ + ChangeLog-2005 \ + ChangeLog-2006 \ + ChangeLog-2007 \ + THIRDPARTY -jit.o: jit.c \ - jit/mcode.c \ - jit/parse.c \ - jit/reg.c \ - jit/stack.c \ - jit/jitdef.h \ - narray/graph.c \ - narray/loop.c \ - narray/analyze.c \ - narray/tracing.c \ - narray/loop.h ## Local variables: ## mode: Makefile ## indent-tabs-mode: t ## c-basic-offset: 4 -## tab-width: 4 +## tab-width: 8 ## compile-command: "automake --add-missing" ## End: