~ubuntu-branches/ubuntu/saucy/argyll/saucy

« back to all changes in this revision

Viewing changes to scanin/Jamfile

  • Committer: Package Import Robot
  • Author(s): Christian Marillat
  • Date: 2012-04-25 07:46:07 UTC
  • mfrom: (1.2.2) (13.1.15 sid)
  • Revision ID: package-import@ubuntu.com-20120425074607-yjqadetw8kum9skc
Tags: 1.4.0-4
Should Build-Depends on libusb-dev (Closes: #670329).

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
          ColorCheckerSG.cht Hutchcolor.cht i1_RGB_Scan_1.4.cht
13
13
          QPcard_201.cht QPcard_201.cie CMP_DT_003.cht
14
14
          CMP_Digital_Target-3.cht CMP_Digital_Target-3.ti2 CMP_Digital_Target-3.cie
15
 
          LaserSoftDCPro.cht ;
 
15
          LaserSoftDCPro.cht SpyderChecker.cht SpyderChecker.cie ;
16
16
 
17
17
#Install
18
18
InstallBin  $(DESTDIR)$(PREFIX)/bin : $(Executables) ;
19
 
InstallFile $(DESTDIR)$(PREFIX)/share/color/argyll/ref : $(Samples) ;
 
19
InstallFile $(DESTDIR)$(PREFIX)/$(REFSUBDIR) : $(Samples) ;
20
20
#InstallFile $(DESTDIR)$(PREFIX)/h : $(Headers) ;
21
21
#InstallLib  $(DESTDIR)$(PREFIX)/lib : $(Libraries) ;
22
22
 
29
29
ObjectHdrs scanin : ../h ../numlib ../icc ../cgats ../rspl ../xicc ../gamut ../spectro $(TIFFINC) ;
30
30
LinkLibraries scanin : libscanrd ../xicc/libxicc ../spectro/libinsttypes 
31
31
                       ../gamut/libgamut ../rspl/librspl ../cgats/libcgats
32
 
                       ../icc/libicc ../numlib/libnum ../plot/libplot ../plot/libvrml $(TIFFLIB) ;
 
32
                       ../icc/libicc ../numlib/libnum ../plot/libplot ../plot/libvrml $(TIFFLIB) $(JPEGLIB) ;