Makefile maintenance
authorstefan <none@none>
Tue, 11 Mar 2003 09:23:41 +0000 (09:23 +0000)
committerstefan <none@none>
Tue, 11 Mar 2003 09:23:41 +0000 (09:23 +0000)
Makefile.am
i386/Makefile.am
mips/Makefile.am

index d479577e26d6df6e453d0b46b02408b01a76ac1d..a351b7ca590b395574879da02a35383e640f3280 100644 (file)
@@ -1,11 +1,13 @@
 ## Process this file with automake to produce Makefile.in
 
-# $Id: Makefile.am 237 2003-02-23 19:03:14Z twisti $
+# $Id: Makefile.am 250 2003-03-11 09:23:41Z stefan $
 
 @SET_MAKE@
 
 MAINTAINERCLEANFILES = Makefile.in configure
-SUBDIRS = toolbox mm jit comp nat threads tst doc narray jvmtst @SYSDEP_DIR@
+ALLSUBDIRS = toolbox mm jit comp nat threads tst doc narray jvmtst
+SUBDIRS = $(ALLSUBDIRS) @SYSDEP_DIR@
+DIST_SUBDIRS = $(ALLSUBDIRS) alpha mips i386
 
 EXTRA_DIST = html/cacaoinstall.html html/cacaoman.html html/index.html \
                                jni.c
index 6a47060a4edd55ad2f96f0fce07fe8d8c81f9827..3c186faa0bdc3cabed08809aeee1528ddc5b643a 100644 (file)
@@ -1,4 +1,4 @@
-EXTRA_DIST = asmpart.S disass.c gen.c ngen.c \
+EXTRA_DIST = asmpart.S disass.c ngen.c \
             defines.h native-math.h ngen.h sigcontext.h \
             types.h threads.h 
 
index 19d89a8f6be889c3038c60b6f02baf71ecf41ebf..841fb78e5cbb6959454105c6289e7c0234cc0011 100644 (file)
@@ -1,2 +1,2 @@
-EXTRA_DIST = asmpart.S asmpart.s calling.doc defines.h disass.c \
+EXTRA_DIST = asmpart.S calling.doc defines.h disass.c \
             native-math.h ngen.c ngen.h threads.h types.h