X-Git-Url: https://git.ucc.asn.au/?p=ipdf%2Fcode.git;a=blobdiff_plain;f=src%2FMakefile;h=64408edcb76542c0c14bd5c1704c7fc193703f7a;hp=ec8789ace3a368d5884f65df73a485ec532bbaf7;hb=8c88a35a1fb0dfc9e542bb1a1c13c5f3e36eb3e5;hpb=bf91437612eb9f28fce17553d41a61b39b19b3fc diff --git a/src/Makefile b/src/Makefile index ec8789a..64408ed 100644 --- a/src/Makefile +++ b/src/Makefile @@ -4,8 +4,8 @@ ARCH := $(shell uname -m) CXX = g++ -std=gnu++0x -g -Wall -Werror -Wshadow -pedantic -rdynamic MAIN = main.o OBJ = log.o real.o bezier.o document.o objectrenderer.o view.o screen.o vfpu.o graphicsbuffer.o framebuffer.o shaderprogram.o stb_truetype.o gl_core44.o add_digits_asm.o sub_digits_asm.o mul_digits_asm.o div_digits_asm.o arbint.o -LIB_x86_64 = ../contrib/lib/libSDL2-2.0.so.0 -lGL -LIB_i386 = ../contrib/lib32/libSDL2-2.0.so.0 -lGL +LIB_x86_64 = ../contrib/lib/libSDL2-2.0.so.0 -lGL -lgmp +LIB_i386 = ../contrib/lib32/libSDL2-2.0.so.0 -lGL -lgmp MAINRPATH_x86_64 = -Wl,-rpath,'$$ORIGIN/../contrib/lib' MAINRPATH_i386 = -Wl,-rpath,'$$ORIGIN/../contrib/lib32'