From a6d4ddb7bd1886791638646207a77399b48662b6 Mon Sep 17 00:00:00 2001 From: stefan Date: Tue, 11 Mar 2003 09:23:41 +0000 Subject: [PATCH] Makefile maintenance --- Makefile.am | 6 ++++-- i386/Makefile.am | 2 +- mips/Makefile.am | 2 +- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/Makefile.am b/Makefile.am index d479577e2..a351b7ca5 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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 diff --git a/i386/Makefile.am b/i386/Makefile.am index 6a47060a4..3c186faa0 100644 --- a/i386/Makefile.am +++ b/i386/Makefile.am @@ -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 diff --git a/mips/Makefile.am b/mips/Makefile.am index 19d89a8f6..841fb78e5 100644 --- a/mips/Makefile.am +++ b/mips/Makefile.am @@ -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 -- 2.25.1