* classpath: Removed.
authortwisti <none@none>
Thu, 29 Sep 2005 13:08:31 +0000 (13:08 +0000)
committertwisti <none@none>
Thu, 29 Sep 2005 13:08:31 +0000 (13:08 +0000)
* fdlibm: Added.

src/Makefile.am

index 47316cfd1db7d664af98c443e0b78c7288f02656..6dbcabd01364bfb82dbeff07fbc89121225dd327 100644 (file)
 ##
 ## Changes:
 ##
-## $Id: Makefile.am 3253 2005-09-21 17:49:46Z twisti $
+## $Id: Makefile.am 3304 2005-09-29 13:08:31Z twisti $
 
 ## Process this file with automake to produce Makefile.in
 
 DIST_SUBDIRS = \
        boehm-gc \
-       classpath \
        lib \
+       fdlibm \
        libltdl \
        libffi \
        mm \
@@ -57,19 +57,12 @@ else
 BOEHM = boehm-gc
 endif
 
-if WITH_EXTERNAL_CLASSPATH
-CLASSPATH = \
-       lib \
-       classpath/native/fdlibm
-else
-CLASSPATH = classpath
-endif
-
 # Keep this order!!!
 
 SUBDIRS = \
        $(BOEHM) \
-       $(CLASSPATH) \
+       lib \
+       fdlibm \
        $(LIBFFI) \
        libltdl \
        mm \