GNU header update.
[cacao.git] / src / vm / jit / mips / Makefile.am
index 5c737479a24dc655d29621c41833d53001d4a7eb..0021f5a2aade041f3ff5c140076c9c9bc869bf82 100644 (file)
@@ -3,7 +3,7 @@
 ## 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 1712 2004-12-06 16:18:05Z 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
+INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src
+
+CLEANFILES = offsets.h
 
 noinst_HEADERS = \
        arch.h \
@@ -49,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 $<