--- Makefile 2007-01-24 18:40:45.000000000 +0100 +++ carat/carat-2.0/Makefile 2008-07-03 22:25:49.005130006 +0200 @@ -21,8 +21,6 @@ ############################################################################ -TOPDIR=/usr/local/carat -CC = gcc # There are some special preprocessor flags which set some # memory diagnostics: @@ -31,7 +30,6 @@ # have a general control whats going on. THIS IS VERY SLOW. # For the normal user we recommend neither to use -DDIAG1 nor -DDIAG2! -CFLAGS = -g -Wall -DDIAG1 -fwritable-strings # for a HP-UX-machine using gcc (momo) # the flag -fwritable-strings is # required for the use with gcc @@ -75,7 +73,6 @@ Voronoi\ Zassen\ ZZ\ - Gmp\ Executables Autgrp: Makefile functions/Autgrp/Makefile @@ -107,9 +104,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.2.1 $(TOPDIR)/functions/Gmp Longtools: Makefile functions/Longtools/Makefile cd functions/Longtools; make CC="$(CC)" CFLAGS="$(CFLAGS)" TOPDIR=$(TOPDIR)