--- carat/carat-2.0/Makefile 2006-06-16 01:17:04.000000000 +0200 +++ Makefile 2006-06-16 01:18:55.000000000 +0200 @@ -76,7 +76,6 @@ Voronoi\ Zassen\ ZZ\ - Gmp\ Executables Autgrp: Makefile functions/Autgrp/Makefile @@ -109,9 +108,6 @@ Links: cd tables/symbol; make cd lib ; rm -f libfunctions.a ; ln -f -s functions.a libfunctions.a - rm -f $(TOPDIR)/functions/Gmp/m_alloc.h - ln -f -s $(TOPDIR)/functions/Gmp/longlong.h $(TOPDIR)/include/longlong.h - ln -f -s $(TOPDIR)/functions/gmp-4.1.2 $(TOPDIR)/functions/Gmp Longtools: Makefile functions/Longtools/Makefile cd functions/Longtools; make CC="$(CC)" CFLAGS="$(CFLAGS)" TOPDIR=$(TOPDIR) @@ -161,11 +157,6 @@ ZZ: Makefile functions/ZZ/Makefile cd functions/ZZ; make CC="$(CC)" CFLAGS="$(CFLAGS)" TOPDIR=$(TOPDIR) -Gmp: - cd functions ; tar xvzf gmp-4.1.2.tar.gz - cd functions/Gmp ; ./configure --prefix="$(TOPDIR)" ;\ - make CFLAGS="$(CFLAGS)" CC="$(CC)" install - Executables: bin/Makefile if $(RANLIB_TEST) ; then $(RANLIB) lib/functions.a; else true; fi if $(RANLIB_TEST) ; then $(RANLIB) lib/libpresentation.a; else true; fi @@ -198,10 +189,6 @@ cd functions/Voronoi; make clean cd functions/Zassen; make clean cd functions/ZZ; make clean - rm -rf functions/gmp-4.1.2 - rm -rf functions/Gmp - rm -f lib/libgmp.a - rm -f lib/*gmp* rm -f lib/libm_alloc.a rm -f lib/libpresentation.a rm -f lib/functions.a --- carat/carat-2.0/bin/Makefile 2006-06-16 08:48:04.000000000 +0200 +++ carat/carat-2.0/bin/Makefile 2006-06-16 08:52:12.000000000 +0200 @@ -181,11 +181,11 @@ $(SRC)/kron.c $(LIB) KSubgroups: $(SRC)/sub-k-groups.c - $(COMP) -o KSubgroups\ + $(COMP) -o KSubgroups \ $(SRC)/sub-k-groups.c $(LIB) KSupergroups: $(SRC)/super-k-groups.c - $(COMP) -o KSupergroups\ + $(COMP) -o KSupergroups \ $(SRC)/super-k-groups.c $(LIB) Long_solve: $(SRC)/long_solve.c