~ubuntu-branches/ubuntu/trusty/argyll/trusty-proposed

« back to all changes in this revision

Viewing changes to xicc/Jamfile

  • Committer: Package Import Robot
  • Author(s): Artur Rona
  • Date: 2014-02-12 00:35:39 UTC
  • mfrom: (13.1.24 sid)
  • Revision ID: package-import@ubuntu.com-20140212003539-24tautzlitsiz61w
Tags: 1.5.1-5ubuntu1
* Merge from Debian unstable. (LP: #1275572) Remaining changes:
  - debian/control:
    + Build-depend on libtiff-dev rather than libtiff4-dev.
  - debian/control, debian/patches/06_fix_udev_rule.patch:
    + Fix udev rules to actually work; ENV{ACL_MANAGE} has
      stopped working ages ago, and with logind it's now the
      "uaccess" tag. Dropping also consolekit from Recommends.
  - debian/patches/drop-usb-db.patch:
    + Use hwdb builtin, instead of the obsolete usb-db
      in the udev rules.
* debian/patches/05_ftbfs-underlinkage.diff:
  - Dropped change, no needed anymore.
* Refresh the patches.

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
#InstallLib  $(DESTDIR)$(PREFIX)/lib : $(Libraries) ;
18
18
 
19
19
HDRS = ../h ../icc ../rspl ../cgats ../numlib ../gamut ../spectro ../profile
20
 
       ../plot $(TIFFINC) $(JPEGINC) $(LibWinH) ;
 
20
       ../plot ../render $(TIFFINC) $(JPEGINC) $(LibWinH) ;
21
21
 
22
22
# XICC library
23
 
Library libxicc :  xicc.c xlutfix.c xspect.c xsep.c xcolorants.c xutils.c iccjpeg.c xdevlin.c
 
23
Library libxicc :  xicc.c xlutfix.c xspect.c xcolorants.c xutils.c iccjpeg.c xdevlin.c
24
24
        xcam.c cam97s3.c cam02.c mpp.c ccmx.c ccss.c xfit.c xdgb.c moncurve.c xcal.c ;
25
25
 
26
26
# colorant library. Use instead of libxicc
35
35
# Utilities / test programs
36
36
 
37
37
LINKLIBS = libxicc ../spectro/libinsttypes ../gamut/libgamut ../rspl/librspl
38
 
           ../cgats/libcgats ../icc/libicc ../plot/libplot ../plot/libvrml ../numlib/libnum ; 
 
38
           ../cgats/libcgats ../icc/libicc ../plot/libplot ../plot/libvrml ../numlib/libnum
 
39
           $(TIFFLIB) $(JPEGLIB) ; 
39
40
 
40
41
# Not created yet
41
42
#Main xicctest : xicctest.c ;
50
51
Main iccgamut : iccgamut.c ;
51
52
 
52
53
# tiff file gamut utility
53
 
Main tiffgamut : tiffgamut.c : : : $(TIFFINC) $(JPEGINC) : : $(TIFFLIB) $(JPEGLIB) ;
 
54
Main tiffgamut : tiffgamut.c : : : $(TIFFINC) $(JPEGINC) : : ;
54
55
 
55
56
# diagnostic utility
56
57
if [ GLOB . : tiffgmts.c ]  {
57
 
        Main tiffgmts : tiffgmts.c : : : $(TIFFINC) $(JPEGINC) : : $(TIFFLIB) $(JPEGLIB) ../plot/libvrml ;
 
58
        Main tiffgmts : tiffgmts.c : : : $(TIFFINC) $(JPEGINC) : : ../plot/libvrml ;
58
59
}
59
60
 
60
61
# Reverse profile fixer
64
65
Main mpplu : mpplu.c ;
65
66
 
66
67
# Embedded ICC profile extractor
67
 
Main extracticc : extracticc.c : : : $(TIFFINC) $(JPEGINC) : : $(TIFFLIB) $(JPEGLIB) ;
 
68
Main extracticc : extracticc.c : : : $(TIFFINC) $(JPEGINC) : : ;
68
69
 
69
70
# Text tag from ICC profile extracto
70
 
Main extractttag : extractttag.c : : : $(TIFFINC) $(JPEGINC) : : $(TIFFLIB) $(JPEGLIB) ;
 
71
Main extractttag : extractttag.c : : : $(TIFFINC) $(JPEGINC) : : ;
71
72
 
72
73
# xcolorant lookup test
73
74
Main xcolorantslu : xcolorantslu.c ;
124
125
#Home = ' d:\usr\graeme ' and PWD = ' /src/argyll/xicc '
125
126
if $(HOME) = "d:\\usr\\graeme" && $(PWD) = "/src/argyll/xicc" {
126
127
        #Create test TIFF file for cam02 conversion
127
 
        Main cam02plot : cam02plot.c : : : $(TIFFINC) $(JPEGINC) : : $(TIFFLIB) $(JPEGLIB) ;
128
 
        Main cam02logplot : cam02logplot.c : : : $(TIFFINC) $(JPEGINC) : : $(TIFFLIB) $(JPEGLIB) ;
129
 
        Main cam02delplot : cam02delplot.c : : : $(TIFFINC) $(JPEGINC) : : $(TIFFLIB) $(JPEGLIB) ;
 
128
        Main cam02plot : cam02plot.c : : : $(TIFFINC) $(JPEGINC) : : ;
 
129
        Main cam02logplot : cam02logplot.c : : : $(TIFFINC) $(JPEGINC) : : ;
 
130
        Main cam02delplot : cam02delplot.c : : : $(TIFFINC) $(JPEGINC) : : ;
130
131
        Main cam02vecplot : cam02vecplot.c : : : : : ../plot/libvrml ;
131
132
}
132
133
 
133
 
# Main t : t.c ;
 
134
#Main t : t.c ;
134
135
 
135
136
if $(BUILD_JUNK) {
136
137
 
 
138
        LINKLIBS += ../render/librender ;
 
139
 
 
140
        Main slocustest : slocustest.c ;
 
141
        
137
142
        MainsFromSources t1.c t2.c t22.c t23.c t24.c t3.c ;
138
143
 
139
144
        Main test : test.c ;