From 22f703cab05b7cd368f4de9e03991b7664dc5022 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Mon, 1 Sep 2014 13:56:46 +0200 Subject: Initial import of argyll version 1.5.1-8 --- Makefile.am | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 Makefile.am (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am new file mode 100644 index 0000000..6bddae8 --- /dev/null +++ b/Makefile.am @@ -0,0 +1,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 -- cgit v1.2.3