* configure.ac: New switch for disabling -O2 (--disable-optimizations).
[cacao.git] / src / toolbox / Makefile.am
index 5818fad2c78d6e5088b3627fcb7f364a59aaa177..9fc4b6d31bbc54c61261ef12a3ad23d3c8f3ee31 100644 (file)
@@ -1,9 +1,7 @@
 ## src/toolbox/Makefile.am
 ##
-## 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
+## Copyright (C) 1996-2005, 2006, 2007, 2008
+## CACAOVM - Verein zur Foerderung der freien virtuellen Maschine CACAO
 ##
 ## This file is part of CACAO.
 ##
 ## along with this program; if not, write to the Free Software
 ## Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
 ## 02110-1301, USA.
-##
-## Contact: cacao@cacaojvm.org
-##
-## Authors: Christian Thalinger
-##
-## Changes:
-##
-## $Id: Makefile.am 4563 2006-03-06 13:03:05Z twisti $
 
-## Process this file with automake to produce Makefile.in
 
-AM_CPPFLAGS = -I$(top_srcdir)/src -I$(top_srcdir)/src/vm/jit/@ARCH_DIR@
+AM_CPPFLAGS = -I$(top_srcdir)/src -I$(top_srcdir)/src/vm/jit/$(ARCH_DIR) -I$(top_srcdir)/src/vm/jit/$(ARCH_DIR)/$(OS_DIR)
 
 LIBS =
 
-noinst_LTLIBRARIES = libtoolbox.la
+noinst_LTLIBRARIES = \
+       libtoolbox.la
 
 libtoolbox_la_SOURCES = \
        avl.c \
        avl.h \
-       chain.c \
-       chain.h \
-       list.c \
-       list.h \
-       logging.c \
-       logging.h \
-       tree.c \
-       tree.h \
+       bitvector.c \
+       bitvector.h \
+       hashtable.c \
+       hashtable.h \
+       list.hpp \
+       logging.cpp \
+       logging.hpp \
+       sequence.hpp \
+       set.h \
+       set.c \
        util.c \
-       util.h
+       util.h \
+       worklist.c \
+       worklist.h
 
 
 ## Local variables: