X-Git-Url: https://git.ucc.asn.au/?p=ipdf%2Fcode.git;a=blobdiff_plain;f=src%2FMakefile;h=31ea736b8c32a04e412cfc61fc18ce844de7da56;hp=e2d4bed494f7b0f489dab7b50e91652a4b4c76ac;hb=35bc799125eec0d0c839af56fd136c8e85793a56;hpb=ea748154f1bc7dbc81cb52611a52865e63109439 diff --git a/src/Makefile b/src/Makefile index e2d4bed..31ea736 100644 --- a/src/Makefile +++ b/src/Makefile @@ -3,7 +3,7 @@ ARCH := $(shell uname -m) # TODO: stb_truetype doesn't compile with some of these warnings. CXX = g++ -std=c++11 -g -Wall -Werror -Wshadow -pedantic -rdynamic MAIN = main.o -OBJ = log.o real.o bezier.o document.o objectrenderer.o view.o screen.o graphicsbuffer.o framebuffer.o shaderprogram.o stb_truetype.o gl_core44.o path.o paranoidnumber.o quadtree.o +OBJ = log.o real.o bezier.o document.o objectrenderer.o view.o screen.o graphicsbuffer.o framebuffer.o shaderprogram.o stb_truetype.o gl_core44.o path.o paranoidnumber.o quadtree.o debugscript.o QT_INCLUDE := -I/usr/share/qt4/mkspecs/linux-g++-64 -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4 -I. -Itests -I. QT_DEF := -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB @@ -73,9 +73,7 @@ ifeq ($(REALTYPE),7) CFLAGS := $(CFLAGS) -I../contrib/iRRAM/include endif -ifeq ($(REALTYPE),8) - echo "There is no hope" 1>&2 -endif + ifeq ($(REALTYPE),9) LIB := $(LIB) -lgmp