]> www.ginac.de Git - cln.git/commitdiff
- Threw out diversions into subdir gmp/.
authorRichard Kreckel <kreckel@ginac.de>
Fri, 5 May 2000 17:59:15 +0000 (17:59 +0000)
committerRichard Kreckel <kreckel@ginac.de>
Fri, 5 May 2000 17:59:15 +0000 (17:59 +0000)
Makefile.in

index 65fbfd64cd6f662c54d2a56bfb3c624ce1d03277..0e36aa6d70eb5e9a3d02a1cec8112949512cc290 100644 (file)
@@ -22,7 +22,6 @@ RM = rm -f
 SHELL = /bin/sh
 
 all : force
-       if test -f gmp/Makefile; then cd gmp && $(MAKE) mpn/libmpn.la mp_clz_tab.lo CC='$(CC)' CFLAGS='$(CFLAGS)' LIBTOOL=../libtool; fi
        cd @subdir@; $(MAKE) all
 
 install : force
@@ -38,22 +37,18 @@ check : force
        cd @subdir@; $(MAKE) check
 
 mostlyclean : force
-       if test -f gmp/Makefile; then cd gmp; $(MAKE) mostlyclean; fi
        cd @subdir@; $(MAKE) mostlyclean
 
 clean : force
-       if test -f gmp/Makefile; then cd gmp; $(MAKE) clean; fi
        cd @subdir@; $(MAKE) clean
 
 distclean : force
-       if test -f gmp/Makefile; then cd gmp; $(MAKE) distclean; fi
        cd @subdir@; if test -f Makefile; then $(MAKE) distclean; fi
        $(RM) config.status config.log config.cache Makefile
        $(RM) libtool
        $(RM) include/cl_config.h include/cl_intparam.h include/cl_floatparam.h src/base/cl_base_config.h src/base/cl_gmpconfig.h src/float/cl_float_config.h src/timing/cl_t_config.h
 
 maintainer-clean : force
-       if test -f gmp/Makefile; then cd gmp; $(MAKE) maintainer-clean; fi
        cd @subdir@; if test -f Makefile; then $(MAKE) maintainer-clean; fi
        $(RM) config.status config.log config.cache Makefile
        $(RM) libtool