From c0b89ac5bfb90835ef01573267020e42d4fe070c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Sun, 23 Aug 2015 12:17:05 +0200 Subject: Imported Upstream version 1.8.0 --- render/Jamfile | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) mode change 100644 => 100755 render/Jamfile (limited to 'render/Jamfile') diff --git a/render/Jamfile b/render/Jamfile old mode 100644 new mode 100755 index ca199ab..7c9704b --- a/render/Jamfile +++ b/render/Jamfile @@ -18,15 +18,22 @@ InstallBin $(DESTDIR)$(PREFIX)/bin : $(Executables) ; #InstallFile $(DESTDIR)$(PREFIX)/h : $(Headers) ; #InstallLib $(DESTDIR)$(PREFIX)/lib : $(Libraries) ; +DEFINES += RENDER_TIFF RENDER_PNG ; + HDRS = ../h ../numlib $(TIFFINC) $(PNGINC) ; +if [ GLOB [ NormPaths . ] : vimage.c ] { + EXTRASRC = vimage.c ; + MainVariant vimage : vimage.c : : STANDALONE_TEST : : : librender ../numlib/libnum + $(TIFFLIB) $(JPEGLIB) $(PNGLIB) $(ZLIB) ; +} + # 2D Rendering library -Library librender : render.c thscreen.c ; +Library librender : render.c thscreen.c $(EXTRASRC) ; Main timage : timage.c : : : : : librender ../numlib/libnum $(TIFFLIB) $(JPEGLIB) $(PNGLIB) $(ZLIB) ; - if $(BUILD_JUNK) { Main tt : tt.c : : : ../plot : : ../numlib/libnum ../plot/libplot ; } -- cgit v1.2.3