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

« back to all changes in this revision

Viewing changes to target/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:
13
13
Samples = ECI2002.ti2
14
14
          ECI2002R.ti2
15
15
              ColorChecker.ti2
16
 
          FograStrip.ti1 FograStrip.ti2
 
16
          FograStrip2.ti1 FograStrip2_2.ti2
 
17
          FograStrip3.ti1 FograStrip3_3.ti2
17
18
          i1_RGB_Scan_1.4.ti2 ;
18
19
 
19
20
#Install
20
21
InstallBin $(DESTDIR)$(PREFIX)/bin : $(Executables) ;
21
 
InstallFile $(DESTDIR)$(PREFIX)/share/color/argyll/ref : $(Samples) ;
 
22
InstallFile $(DESTDIR)$(PREFIX)/$(REFSUBDIR) : $(Samples) ;
22
23
 
23
24
HDRS = ../h ../numlib ;
24
25
 
26
27
 
27
28
HDRS += ../plot ../rspl ../cgats ../icc ../gamut ../xicc ../spectro ../render $(TIFFINC) ;
28
29
 
29
 
LINKLIBS = ../xicc/libxcolorants ../xicc/libxicc ../spectro/libinsttypes ../spectro/libconv
 
30
LINKLIBS = ../xicc/libxcolorants ../spectro/libconv ../xicc/libxicc ../spectro/libinsttypes
30
31
           ../gamut/libgamut ../rspl/librspl ../render/librender ../cgats/libcgats
31
32
           ../plot/libplot ../plot/libvrml ../icc/libicc ../numlib/libnum 
32
 
           $(TIFFLIB) $(LibWin) ;
 
33
           $(TIFFLIB) $(JPEGLIB) $(LibWin) ;
33
34
 
34
35
 
35
36
#target generator
36
37
Main targen : targen.c ofps.c ifarp.c simplat.c simdlat.c prand.c ;
37
38
 
38
39
# Film Calibration Target File generator
39
 
#Main filmtarg : filmtarg.c : : : $(TIFFINC) : alphix randix : $(TIFFLIB) ;
 
40
Main filmtarg : filmtarg.c : : : $(TIFFINC) : alphix randix : $(TIFFLIB) $(JPEGLIB) ;
40
41
 
41
42
# Print Calibration Target Postscript File generator
42
43
Main printtarg : printtarg.c : : : : alphix randix : ;