blob: 6bddae834bc4370f91453957ad62f90c9b3bc589 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
include $(top_srcdir)/Makefile.shared
ACLOCAL_AMFLAGS = -I m4
privatelib_LTLIBRARIES = libargyll.la
privatelibdir = $(pkglibdir)
libargyll_la_SOURCES = xicc/xicc.c xicc/xicc.h xicc/xcam.c xicc/xcam.h \
gamut/gamut.c gamut/gamut.h xicc/xfit.c xicc/xfit.h \
xicc/cam97s3.c xicc/cam97s3.h xicc/cam02.c xicc/cam02.h \
xicc/moncurve.c xicc/moncurve.h xicc/xspect.c xicc/xspect.h \
xicc/xcal.c xicc/xcal.h xicc/xcolorants.h xicc/xcolorants.c xicc/ccmx.c
libargyll_la_LIBADD = ./rspl/librspl.la $(ICC_LIBS) \
./numlib/libargyllnum.la ./cgats/libcgats.la
SUBDIRS = h doc ref numlib cgats $(ICC_SUBDIRS) plot rspl jcnf ucmm render . gamut \
spectro xicc target link tweak profile scanin imdi
#SUBDIRS = h doc ref numlib cgats $(ICC_SUBDIRS) plot rspl jcnf ucmm render . gamut \
# spectro xicc target link tweak profile scanin imdi
EXTRA_DIST = Readme.txt ttbd.txt log.txt
|