* Removed all Id tags.
[cacao.git] / src / toolbox / Makefile.am
index 5818fad2c78d6e5088b3627fcb7f364a59aaa177..0a5d3377c4c05591cf38c283fa0f527fc6901ec8 100644 (file)
@@ -1,6 +1,6 @@
 ## src/toolbox/Makefile.am
 ##
-## Copyright (C) 1996-2005, 2006 R. Grafl, A. Krall, C. Kruegel,
+## Copyright (C) 1996-2005, 2006, 2007 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
 ##
 ## 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 \
+       bitvector.c \
+       bitvector.h \
        chain.c \
        chain.h \
+       hashtable.c \
+       hashtable.h \
        list.c \
        list.h \
        logging.c \
@@ -50,7 +50,9 @@ libtoolbox_la_SOURCES = \
        tree.c \
        tree.h \
        util.c \
-       util.h
+       util.h \
+       worklist.c \
+       worklist.h
 
 
 ## Local variables: