* Removed all Id tags.
[cacao.git] / src / vm / jit / inline / Makefile.am
index f8d2c92ca416859ca0541b549997e29be2f2cfb6..8b46e133284226aa11fffb07bd6e6b8ac2b1e63f 100644 (file)
@@ -1,9 +1,9 @@
-## vm/jit/inline/Makefile.am
+## src/vm/jit/inline/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.
-##
-## Contact: cacao@complang.tuwien.ac.at
-##
-## Authors: Christian Thalinger
-##
-## Changes:
-##
-## $Id: Makefile.am 1699 2004-12-06 12:44:24Z 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) -I$(top_builddir)/src
 
-INCLUDES = -I$(top_srcdir)/src -I$(top_srcdir)/src/vm/jit/@ARCH_DIR@
+LIBS =
 
-noinst_LTLIBRARIES = libinline.la
+noinst_LTLIBRARIES = \
+       libinline.la
 
 libinline_la_SOURCES = \
        inline.c \
        inline.h \
-       parseRT.c \
-       parseRT.h \
-       parseRTflags.h \
-       parseRTprint.h \
-       parseRTstats.c \
-       parseRTstats.h \
-       sets.c \
-       sets.h
+       inline_debug.inc
 
 
 ## Local variables: