Fixed ICMD_FCMPx
[cacao.git] / Makefile.am
index 3a022ff5e7882ca3eb5b0e721f1d43442258c1dc..a351b7ca590b395574879da02a35383e640f3280 100644 (file)
@@ -1,11 +1,13 @@
 ## Process this file with automake to produce Makefile.in
 
-# $Id: Makefile.am 218 2003-02-04 12:47:51Z stefan $
+# $Id: Makefile.am 250 2003-03-11 09:23:41Z stefan $
 
 @SET_MAKE@
 
 MAINTAINERCLEANFILES = Makefile.in configure
-SUBDIRS = toolbox mm alpha i386 jit comp nat threads mips tst doc narray jvmtst
+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
@@ -36,7 +38,7 @@ cacao_SOURCES = \
        native.h \
        jni.h \
        tables.c \
-       tables.h 
+       tables.h
 
 EXTRA_cacao_SOURCES = \
        compiler.c \
@@ -47,7 +49,7 @@ cacao_LDADD = \
        @COMPILER_OBJECTS@ \
        toolbox/libtoolbox.a \
        @GC_OBJ@ \
-    @THREAD_OBJ@
+       @THREAD_OBJ@
 
 cacao_DEPENDENCIES = \
        @SYSDEP_DIR@/asmpart.o \
@@ -122,8 +124,8 @@ nativetypes.hh @SYSDEP_DIR@/offsets.h nativetable.hh: cacaoh
                java.io.UnixFileSystem \
                java.lang.ClassLoader_NativeLibrary
 
-@SYSDEP_DIR@/asmpart.o: $(top_srcdir)/@SYSDEP_DIR@/asmpart.S @SYSDEP_DIR@/offsets.h
-       @CC@ $(INCLUDES) -c -g -o $@ $<
+@SYSDEP_DIR@/asmpart.o: $(top_srcdir)/@SYSDEP_DIR@/@ASMPART@ @SYSDEP_DIR@/offsets.h
+       @CC@ $(CFLAGS) $(INCLUDES) -c -g -o $@ $<
 
 checkjvm:
        $(MAKE) -C jvmtst $@