* Removed all Id tags.
[cacao.git] / src / vm / jit / allocator / Makefile.am
index 5ad6b1c60d849f0787f6764d8a5e43fe1d5114b3..22f2c0ba9380b4bf6c0aab97b75f8d8af90fb98b 100644 (file)
@@ -1,9 +1,9 @@
 ## src/vm/jit/allocator/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 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
 ##
 ## 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.
+## Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+## 02110-1301, USA.
 ##
-## Contact: cacao@complang.tuwien.ac.at
+## Contact: cacao@cacaojvm.org
 ##
 ## Authors: Christian Ullrich
 ##
-## Changes:
-##
-## $Id: Makefile.am 4055 2006-01-02 12:59:54Z christian $
+## Changes: Christian Thalinger
 
 ## Process this file with automake to produce Makefile.in
 
-INCLUDES = -I$(top_srcdir)/src -I$(top_srcdir)/src/vm/jit -I$(top_srcdir)/src/vm/jit/$(ARCH_DIR)
+AM_CPPFLAGS = -I$(top_srcdir)/src -I$(top_srcdir)/src/vm/jit -I$(top_srcdir)/src/vm/jit/$(ARCH_DIR) -I$(top_srcdir)/src/vm/jit/$(ARCH_DIR)/$(OS_DIR)
+
+LIBS =
 
-noinst_LTLIBRARIES = liballocator.la
+noinst_LTLIBRARIES = \
+       liballocator.la
 
 liballocator_la_SOURCES = \
-        simplereg.c \
-        simplereg.h 
+       simplereg.c \
+       simplereg.h 
 
 if ENABLE_LSRA
 liballocator_la_SOURCES += \
-        lsra.c \
-        lsra.h
+       lsra.c \
+       lsra.h \
+       liveness.c \
+       liveness.h
 endif