GNU header update.
[cacao.git] / src / vm / jit / alpha / Makefile.am
index 300b7975c5fc89a996e69f23729f4ad88c1fc1ca..3eab76e735e431c63eff5e1bae0f87176eac348d 100644 (file)
@@ -1,7 +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,
-## TU Wien
+## Institut f. Computersprachen - TU Wien
 ##
 ## This file is part of CACAO.
 ##
 ##
 ## Changes:
 ##
-## $Id: Makefile.am 1676 2004-12-03 16:52:15Z twisti $
+## $Id: Makefile.am 1735 2004-12-07 14:33:27Z twisti $
 
 ## Process this file with automake to produce Makefile.in
 
 INCLUDES = -I$(top_srcdir)/src
 
+CLEANFILES = offsets.h
+
 noinst_HEADERS = \
        arch.h \
        machine-instr.h \
        types.h
 
-noinst_LIBRARIES = libarch.a
+noinst_LTLIBRARIES = libarch.la
 
-libarch_a_SOURCES = \
+libarch_la_SOURCES = \
+       asmoffsets.h \
        asmpart.S \
        codegen.c \
        codegen.h \
        disass.c \
        disass.h
 
-asmpart.o: asmpart.S $(top_srcdir)/config.h offsets.h
-       $(COMPILE) -c $<
+asmpart.S: $(top_srcdir)/config.h offsets.h
+
+.S.lo:
+       $(LIBTOOL) --mode=compile $(COMPILE) -c $<
 
 offsets.h: $(top_srcdir)/config.h $(top_srcdir)/src/vm/global.h $(top_srcdir)/src/threads/native/threads.h
        $(top_srcdir)/src/vm/jit/tools/genoffsets > offsets.h