GNU header update.
[cacao.git] / src / vm / jit / alpha / Makefile.am
index 3979e845880bffa41a77b5811d56530238bb3a28..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 1699 2004-12-06 12:44:24Z 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 \
@@ -47,7 +51,7 @@ libarch_la_SOURCES = \
        disass.c \
        disass.h
 
-asmpart.o: asmpart.S $(top_srcdir)/config.h offsets.h
+asmpart.S: $(top_srcdir)/config.h offsets.h
 
 .S.lo:
        $(LIBTOOL) --mode=compile $(COMPILE) -c $<