From c07d0c2d2f6f7b0eb6e92cc6204bf05037957e82 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Mon, 1 Sep 2014 15:43:52 +0200 Subject: Imported Upstream version 1.6.3 --- profile/Jamfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'profile/Jamfile') diff --git a/profile/Jamfile b/profile/Jamfile index 780f9a5..5c286b9 100644 --- a/profile/Jamfile +++ b/profile/Jamfile @@ -7,11 +7,11 @@ PREF_LINKFLAGS += $(LINKDEBUGFLAG) ; #Products Libraries = libprof ; Executables = cb2ti3 kodak2ti3 txt2ti3 splitti3 mppcheck mppprof - profcheck invprofcheck verify colprof printcal applycal ; + profcheck invprofcheck colverify colprof printcal applycal ; Headers = prof.h ; Samples = example.sp example121.sp 3dap5k.sp GTIPlus.sp Office.sp Trulux.sp TruluxPlus.sp D50_0.0.sp D50_0.1.sp D50_0.3.sp D50_0.5.sp D50_0.7.sp D50_1.0.sp D50_1.2.sp - D50_1.5.sp D50_1.7.sp D50_2.0.sp D50_2.5.sp D50_3.0.sp CIE_C.sp ; + D50_1.5.sp D50_1.7.sp D50_2.0.sp D50_2.5.sp D50_3.0.sp CIE_C.sp F1.sp F5.sp F8.sp ; #Install InstallBin $(DESTDIR)$(PREFIX)/bin : $(Executables) ; @@ -63,7 +63,7 @@ Main mppcheck : mppcheck.c ; LINKLIBS = ../plot/libvrml $(LINKLIBS) ; # Verifyer -Main verify : verify.c ; +Main colverify : colverify.c ; LINKLIBS = libprof ../gamut/libgammap $(LINKLIBS) $(TIFFLIB) $(JPEGLIB) ; -- cgit v1.2.3