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

« back to all changes in this revision

Viewing changes to rspl/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:
24
24
Library librspl : rspl.c $(SCAT).c rev.c gam.c spline.c opt.c : : : ../h ../numlib ../plot ;
25
25
 
26
26
HDRS = ../h ../numlib ../plot $(TIFFINC) ;
27
 
LINKLIBS = librspl ../numlib/libnum ../plot/libplot ../plot/libvrml ../icc/libicc $(TIFFLIB) ;
 
27
LINKLIBS = librspl ../numlib/libnum ../plot/libplot ../plot/libvrml ../icc/libicc $(TIFFLIB) $(JPEGLIB) ;
28
28
 
29
29
# Test programs
30
30
MainsFromSources revbench.c c1.c c1df.c t2d.c t2ddf.c t3d.c t3ddf.c tnd.c trnd.c ;
36
36
        HDRS = ../h ../numlib ../plot ../icc ../rspl ../xicc ../gamut ../cgats ../spectro $(TIFFINC) ;
37
37
        LINKLIBS = ../xicc/libxicc ../gamut/libgamut ../spectro/libinsttypes librspl
38
38
                   ../cgats/libcgats ../icc/libicc ../plot/libplot ../plot/libvrml
39
 
                   ../numlib/libnum $(TIFFLIB) ;
 
39
                   ../numlib/libnum $(TIFFLIB) $(JPEGLIB) ;
40
40
 
41
41
        # Smoothness factor tuning test in Nd.
42
42
        Main smtnd : smtnd.c ;