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

« back to all changes in this revision

Viewing changes to numlib/Makefile.am

  • 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
include $(top_srcdir)/Makefile.shared
 
2
 
 
3
privatelib_LTLIBRARIES = libargyllnum.la
 
4
privatelibdir = $(pkglibdir)
 
5
 
 
6
libargyllnum_la_SOURCES = numlib.h numsup.c numsup.h dnsq.c dnsq.h      \
 
7
        powell.c powell.h dhsx.c dhsx.h ludecomp.c ludecomp.h svd.c     \
 
8
        svd.h zbrent.c zbrent.h rand.c rand.h sobol.c sobol.h aatree.c
 
9
 
 
10
LDADD = ./libargyllnum.la
 
11
 
 
12
check_PROGRAMS = dnsqtest tpowell tdhsx LUtest svdtest zbrenttest       \
 
13
        soboltest
 
14
 
 
15
EXTRA_DIST = License.txt Readme.txt