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 --- profile/Jamfile | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'profile/Jamfile') diff --git a/profile/Jamfile b/profile/Jamfile index 5c286b9..0c857a8 100644 --- a/profile/Jamfile +++ b/profile/Jamfile @@ -6,7 +6,7 @@ PREF_LINKFLAGS += $(LINKDEBUGFLAG) ; #Products Libraries = libprof ; -Executables = cb2ti3 kodak2ti3 txt2ti3 splitti3 mppcheck mppprof +Executables = cb2ti3 kodak2ti3 txt2ti3 ls2ti3 splitti3 mppcheck mppprof profcheck invprofcheck colverify colprof printcal applycal ; Headers = prof.h ; Samples = example.sp example121.sp 3dap5k.sp GTIPlus.sp Office.sp Trulux.sp TruluxPlus.sp @@ -28,7 +28,7 @@ Library libprof : profin.c profout.c ; LINKLIBS = ../rspl/librspl ../icc/libicc ../cgats/libcgats ../numlib/libnum ../plot/libplot - ../plot/libvrml ; + ../plot/libvrml ../numlib/libui ; # Simple profile generator Main simpprof : simpprof.c ; @@ -40,11 +40,14 @@ Main kodak2ti3 : kodak2ti3.c ; Main cb2ti3 : cb2ti3.c ; # the gcc linker is retarded, and can't link to things it's gone past, hence 2 x libxicc... -LINKLIBS = ../xicc/libxicc ../spectro/libinsttypes ../xicc/libxicc ../gamut/libgamut $(LINKLIBS) ; +LINKLIBS = ../xicc/libxicc ../spectro/libinsttypes ../spectro/libdisptechs ../xicc/libxicc ../gamut/libgamut $(LINKLIBS) ; #Gretag/Logo raw CMYK profile data to Argyll CGATS format converter Main txt2ti3 : txt2ti3.c ; +#LightSpace to Argyll CGATS format +Main ls2ti3 : ls2ti3.c : : : ../xml : : ../xml/libmxml ; + #Split a .ti3 into two pieces randomly Main splitti3 : splitti3.c ; @@ -85,7 +88,7 @@ if $(HOME) = "d:\\usr\\graeme" && $(PWD) = "/src/argyll/profile" { } # Development code -if [ GLOB . : retargti3.c ] { +if [ GLOB [ NormPaths . ] : retargti3.c ] { Main retargti3 : retargti3.c ; } -- cgit v1.2.3