From 094535c010320967639e8e86f974d878e80baa72 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Fri, 1 May 2015 16:13:57 +0200 Subject: Imported Upstream version 1.7.0 --- xicc/Jamfile | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'xicc/Jamfile') diff --git a/xicc/Jamfile b/xicc/Jamfile index 58e5051..9c15349 100644 --- a/xicc/Jamfile +++ b/xicc/Jamfile @@ -21,7 +21,7 @@ HDRS = ../h ../icc ../rspl ../cgats ../numlib ../gamut ../spectro ../profile # XICC library Library libxicc : xicc.c xlutfix.c xspect.c xcolorants.c xutils.c iccjpeg.c xdevlin.c - xcam.c cam97s3.c cam02.c mpp.c ccmx.c ccss.c xfit.c xdgb.c moncurve.c xcal.c ; + xcam.c cam97s3.c cam02.c mpp.c ccmx.c ccss.c xfit.c xdgb.c moncurve.c xcal.c bt1886.c ; # colorant library. Use instead of libxicc Object xcolorants2 : xcolorants.c ; @@ -35,7 +35,8 @@ LibraryFromObjects libxutils : xutils2 iccjpeg2 ; # Utilities / test programs LINKLIBS = libxicc ../spectro/libinsttypes ../gamut/libgamut ../rspl/librspl - ../cgats/libcgats ../icc/libicc ../plot/libplot ../plot/libvrml ../numlib/libnum + ../cgats/libcgats ../icc/libicc ../plot/libplot ../plot/libvrml + ../numlib/libnum ../numlib/libui $(TIFFLIB) $(JPEGLIB) ; # Not created yet @@ -54,7 +55,7 @@ Main iccgamut : iccgamut.c ; Main tiffgamut : tiffgamut.c : : : $(TIFFINC) $(JPEGINC) : : ; # diagnostic utility -if [ GLOB . : tiffgmts.c ] { +if [ GLOB [ NormPaths . ] : tiffgmts.c ] { Main tiffgmts : tiffgmts.c : : : $(TIFFINC) $(JPEGINC) : : ../plot/libvrml ; } @@ -137,6 +138,8 @@ if $(BUILD_JUNK) { LINKLIBS += ../render/librender ; + Main illlocus : illlocus.c ; + Main slocustest : slocustest.c ; MainsFromSources t1.c t2.c t22.c t23.c t24.c t3.c ; -- cgit v1.2.3