PR164: Get rid of mysterious 10 trailing bytes in literal strings.
[cacao.git] / src / toolbox / Makefile.am
index 8447f1751d0c63c1b8f64bdf72306d793f04465f..9fc4b6d31bbc54c61261ef12a3ad23d3c8f3ee31 100644 (file)
@@ -1,9 +1,7 @@
 ## src/toolbox/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.
 ##
 ##
 ## 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 2064 2005-03-23 11:19:37Z twisti $
+## Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+## 02110-1301, USA.
+
 
-## Process this file with automake to produce Makefile.in
+AM_CPPFLAGS = -I$(top_srcdir)/src -I$(top_srcdir)/src/vm/jit/$(ARCH_DIR) -I$(top_srcdir)/src/vm/jit/$(ARCH_DIR)/$(OS_DIR)
 
-INCLUDES = -I$(top_srcdir)/src -I$(top_srcdir)/src/vm/jit/@ARCH_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: