* Removed all Id tags.
[cacao.git] / src / vm / jit / powerpc / linux / Makefile.am
index efb6707a297bdbfef03b3af4ded598bbceb482d3..e849f1137baed9bef8e3a45884c5a3eb082875f5 100644 (file)
@@ -1,6 +1,6 @@
 ## src/vm/jit/powerpc/linux/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
 ## along with this program; if not, write to the Free Software
 ## Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
 ## 02110-1301, USA.
-##
-## Contact: cacao@cacaojvm.org
-##
-## Authors: Christian Thalinger
-##
-## Changes:
-##
-## $Id: Makefile.am 4357 2006-01-22 23:33:38Z 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_builddir)/src
+
+LIBS =
 
 noinst_HEADERS = \
        md-asm.h
 
-noinst_LTLIBRARIES = libmd.la
+noinst_LTLIBRARIES = \
+       libmd.la
 
 libmd_la_SOURCES = \
        md-abi.c \