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

« back to all changes in this revision

Viewing changes to profile/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:
68
68
LINKLIBS = libprof ../gamut/libgammap $(LINKLIBS) $(TIFFLIB) $(JPEGLIB) ;
69
69
 
70
70
# Full profile generator
71
 
Main colprof : colprof.c : : : $(TIFFINC) $(JPEGLIB) : : ;
 
71
Main colprof : colprof.c : : : $(TIFFINC) $(JPEGINC) ;
72
72
 
73
73
# Print calibration
74
 
Main printcal : printcal.c : : : $(TIFFINC) $(JPEGLIB) ;
 
74
Main printcal : printcal.c : : : $(TIFFINC) $(JPEGINC) ;
75
75
 
76
76
# Applying calibration
77
77
Main applycal : applycal.c ;
80
80
#Main sepgen : sepgen.c ;
81
81
 
82
82
# Test code
83
 
if $(HOME) = "d:\\usr\\graeme" {
 
83
if $(HOME) = "d:\\usr\\graeme" && $(PWD) = "/src/argyll/profile" {
84
84
    Main specinpprof : specinpprof.c ;
85
85
}
86
86