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

« back to all changes in this revision

Viewing changes to .pc/argyll-proper-ref-location.patch/gamut/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:
1
 
 
2
 
 
3
 
# Optimization and Debug flags
4
 
 
5
 
#PREF_CCFLAGS   += $(CCOPTFLAG) ;               # Turn optimisation on
6
 
PREF_CCFLAGS    += $(CCDEBUGFLAG) ;             # Debugging flags
7
 
#PREF_CCFLAGS           += $(CCHEAPDEBUG) ;             # Heap Debugging flags
8
 
PREF_LINKFLAGS  += $(LINKDEBUGFLAG) ;      # Link with debug info
9
 
#PREF_CCFLAGS   += $(CCPROFFLAG) ;              # Profile flags
10
 
#PREF_LINKFLAGS += $(LINKPROFFLAG) ;    # Profile flags
11
 
 
12
 
#Products
13
 
Libraries = libgamut libgammap ;
14
 
Executables = viewgam ;
15
 
Samples = RefMediumGamut.gam ;
16
 
Headers = gammap.h gamut.h ;
17
 
 
18
 
#Install
19
 
InstallBin $(DESTDIR)$(PREFIX)/bin : $(Executables) ;
20
 
InstallFile $(DESTDIR)$(PREFIX)/ref : $(Samples) ;
21
 
#InstallFile $(DESTDIR)$(PREFIX)/h : $(Headers) ;
22
 
#InstallLib $(DESTDIR)$(PREFIX)lib : $(Libraries) ;
23
 
 
24
 
# Header search path
25
 
HDRS = ../h ../icc ../rspl ../numlib ../plot ../xicc ../cgats ../spectro ../gamut ;
26
 
 
27
 
# Gamut handling library
28
 
Library libgamut : gamut.c ;
29
 
 
30
 
# Gamut mapping library
31
 
Library libgammap : gammap.c nearsmth.c ;
32
 
 
33
 
LINKLIBS = libgammap libgamut ../rspl/librspl ../icc/libicc ../cgats/libcgats ../numlib/libnum
34
 
           ../plot/libvrml ;
35
 
 
36
 
# Utilities
37
 
Main viewgam : viewgam.c ;
38
 
 
39
 
# Link all the tests and utils with these libraries
40
 
 
41
 
# Smoothed nearpoint test routine
42
 
Main smthtest :  smthtest.c ;
43
 
 
44
 
# Preliminary ICC V4 Reference Medium Gamut
45
 
Main GenRMGam : GenRMGam.c ;
46
 
 
47
 
# Generate referenec medium gamut the kernel files
48
 
GenFile RefMediumGamut.gam : GenRMGam ;
49
 
 
50
 
# Visual gamut
51
 
Main GenVisGam : GenVisGam.c ;
52
 
 
53
 
# Develop hue sensitive parameter interpolation */
54
 
#Main tttt : tttt.c ;
55
 
 
56
 
LINKLIBS = libgammap libgamut ../icc/libicc ../cgats/libcgats ../xicc/libxicc
57
 
           ../rspl/librspl ../numlib/libnum ../plot/libplot ../plot/libvrml ;
58
 
 
59
 
# Mapping test routine
60
 
Main maptest : maptest.c ;
61
 
 
62
 
# Fake test gamut generatio
63
 
Main fakegam : fakegam.c ;
64
 
 
65
 
# Surfacing test routine
66
 
Main surftest : surftest.c ;
67
 
 
68
 
# Filtering test cpde
69
 
#Main filt : filt.c ;
70
 
 
71
 
#Main tt : tt.c ;
72
 
 
73
 
if $(BUILD_JUNK) {
74
 
 
75
 
        # Gamut creation test routine
76
 
        Main gamtest : gamtest.c ;
77
 
 
78
 
        # Group finding test.
79
 
        Main gtest : gtest.c ;
80
 
 
81
 
        # Test routine
82
 
        Main test : test.c ;
83
 
 
84
 
        Main tt : tt.c ;
85
 
 
86
 
        # Atan aproximation test
87
 
        Main xtan : xtan.c ;
88
 
 
89
 
        # Bit vector class test
90
 
        Main bvtest : bvtest.c ;
91
 
}