* Removed all Id tags.
[cacao.git] / src / toolbox / Makefile.am
index 07a86ac82f66945a46f9b400068f049c0fb45867..0a5d3377c4c05591cf38c283fa0f527fc6901ec8 100644 (file)
@@ -1,9 +1,9 @@
 ## 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,
-## TU Wien
+## 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
 ##
 ## 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 Thalinger
 ##
-## Changes:
 ##
-## $Id: Makefile.am 1699 2004-12-06 12:44:24Z 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 \
-       logging.c \
-       logging.h \
+       bitvector.c \
+       bitvector.h \
        chain.c \
        chain.h \
+       hashtable.c \
+       hashtable.h \
+       list.c \
+       list.h \
+       logging.c \
+       logging.h \
        tree.c \
        tree.h \
-       list.c \
-       list.h
+       util.c \
+       util.h \
+       worklist.c \
+       worklist.h
 
 
 ## Local variables: