diff options
| -rw-r--r-- | Makefile | 10 | ||||
| -rw-r--r-- | README | 4 | 
2 files changed, 6 insertions, 8 deletions
| @@ -11,12 +11,9 @@ CFLAGS=-g  RANLIB=ranlib -# Uncomment and edit the following for multiprecision support. +#  edit the following to point to the LRS source. -LRSDIR=../lrslib-072 - -# The rest of these should be ok if just uncommented. -# comment out the following to compile without multiprecision +LRSDIR=../lrslib  CPPFLAGS+= -I$(LRSDIR)  CPPFLAGS+= -DLRSMP @@ -33,8 +30,6 @@ docstrings: ${DOCHEADERS}  .PHONEY: all clean install - -  rat2float.h: rat2float.doc  rat2float: rat2float.o $(MPOBJ) process_args.o @@ -61,7 +56,6 @@ countrows: countrows.c countrows.h $(MPOBJ) process_args.o  	$(CC) $(CPPFLAGS) $(CFLAGS) -o $@ $(MPOBJ) process_args.o $(LDFLAGS) $< -  float2rat.h: float2rat.doc  float2rat: float2rat.c float2rat.h process_args.o @@ -1,3 +1,7 @@ +Release 0.10 + +Update to compile with modern C compilers and modern lrslib +  Release 0.9 | 
