aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile10
1 files changed, 2 insertions, 8 deletions
diff --git a/Makefile b/Makefile
index 50dad1e..4ce8db7 100644
--- a/Makefile
+++ b/Makefile
@@ -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