Allow for negative Paranoid Numbers
[ipdf/code.git] / src / Makefile
index 03cf3aa..dba3b2a 100644 (file)
@@ -41,7 +41,7 @@ DEF = -DREALTYPE=$(REALTYPE)
 ## Only link with things we care about
 
 ifeq ($(QUADTREE),enabled)
-       OBJ := $(OBJ) quadtree.o
+       OBJ := $(OBJ)
 else
        DEF := $(DEF) -DQUADTREE_DISABLED
 endif
@@ -73,6 +73,12 @@ ifeq ($(REALTYPE),7)
        CFLAGS :=  $(CFLAGS) -I../contrib/iRRAM/include
 endif
 
+
+
+ifeq ($(REALTYPE),9)
+       LIB := $(LIB) -lgmp
+endif
+
 LINKOBJ = $(OBJPATHS)
 
 

UCC git Repository :: git.ucc.asn.au