* Updated header: Added 2006. Changed address of FSF. Changed email
[cacao.git] / src / vm / jit / alpha / Makefile.am
index c573301899e5a39214a71dfe41ccc532409af020..1c29d3c1cc8dba0db53874def2f1ee0f3a5ec1bc 100644 (file)
@@ -1,9 +1,9 @@
 ## src/vm/jit/alpha/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,
-## Institut f. Computersprachen - TU Wien
+## Copyright (C) 1996-2005, 2006 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 2610 2005-06-08 19:30:39Z twisti $
+## $Id: Makefile.am 4357 2006-01-22 23:33:38Z twisti $
 
 ## Process this file with automake to produce Makefile.in
 
-INCLUDES = -I$(top_srcdir)/src -I$(top_builddir) -I$(top_builddir)/src
+DIST_SUBDIRS = \
+       freebsd \
+       linux
 
-AM_CCASFLAGS = $(INCLUDES)
+SUBDIRS = $(OS_DIR)
+
+AM_CPPFLAGS = -I$(top_srcdir)/src -I$(top_builddir) -I$(top_builddir)/src
+AM_CCASFLAGS = $(AM_CPPFLAGS)
+
+BUILT_SOURCES = offsets.h
 
 CLEANFILES = offsets.h
 
 noinst_HEADERS = \
        arch.h \
        machine-instr.h \
-       types.h \
        \
-       md.h \
-       md-abi.inc \
        md-asm.h
 
 noinst_LTLIBRARIES = libarch.la
 
 libarch_la_SOURCES = \
-       asmoffsets.h \
        asmpart.S \
        codegen.c \
        codegen.h \
        disass.c \
-       disass.h \
        patcher.c \
        \
        md-abi.c \
-       md-abi.h
+       md-abi.h \
+       md.c \
+       md.h
+
+libarch_la_LIBADD = \
+       $(OS_DIR)/libmd.la
 
 $(srcdir)/asmpart.S: $(top_builddir)/config.h offsets.h