architecture dirs from SUBDIRS removed and added @SYSDEP_DIR@
authortwisti <none@none>
Sun, 23 Feb 2003 19:03:14 +0000 (19:03 +0000)
committertwisti <none@none>
Sun, 23 Feb 2003 19:03:14 +0000 (19:03 +0000)
Makefile.am

index e3d8dfd6ab886d057dfd6eac0c6c40bf7764efd8..d479577e26d6df6e453d0b46b02408b01a76ac1d 100644 (file)
@@ -1,11 +1,11 @@
 ## Process this file with automake to produce Makefile.in
 
-# $Id: Makefile.am 221 2003-02-05 14:09:38Z stefan $
+# $Id: Makefile.am 237 2003-02-23 19:03:14Z twisti $
 
 @SET_MAKE@
 
 MAINTAINERCLEANFILES = Makefile.in configure
-SUBDIRS = toolbox mm alpha i386 jit comp nat threads mips tst doc narray jvmtst
+SUBDIRS = toolbox mm jit comp nat threads tst doc narray jvmtst @SYSDEP_DIR@
 
 EXTRA_DIST = html/cacaoinstall.html html/cacaoman.html html/index.html \
                                jni.c
@@ -36,7 +36,7 @@ cacao_SOURCES = \
        native.h \
        jni.h \
        tables.c \
-       tables.h 
+       tables.h
 
 EXTRA_cacao_SOURCES = \
        compiler.c \
@@ -47,7 +47,7 @@ cacao_LDADD = \
        @COMPILER_OBJECTS@ \
        toolbox/libtoolbox.a \
        @GC_OBJ@ \
-    @THREAD_OBJ@
+       @THREAD_OBJ@
 
 cacao_DEPENDENCIES = \
        @SYSDEP_DIR@/asmpart.o \