* Removed all Id tags.
[cacao.git] / src / toolbox / Makefile.am
index 2863449015def53189e8acaefcfc6dd03be8d052..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 4357 2006-01-22 23:33:38Z twisti $
+AM_CPPFLAGS = -I$(top_srcdir)/src -I$(top_srcdir)/src/vm/jit/$(ARCH_DIR) -I$(top_srcdir)/src/vm/jit/$(ARCH_DIR)/$(OS_DIR)
 
-## Process this file with automake to produce Makefile.in
+LIBS =
 
-INCLUDES = -I$(top_srcdir)/src -I$(top_srcdir)/src/vm/jit/@ARCH_DIR@
-
-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 \
@@ -48,7 +50,9 @@ libtoolbox_la_SOURCES = \
        tree.c \
        tree.h \
        util.c \
-       util.h
+       util.h \
+       worklist.c \
+       worklist.h
 
 
 ## Local variables: