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 --- icc/Makefile.am | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 icc/Makefile.am (limited to 'icc/Makefile.am') diff --git a/icc/Makefile.am b/icc/Makefile.am new file mode 100644 index 0000000..a9ae092 --- /dev/null +++ b/icc/Makefile.am @@ -0,0 +1,22 @@ +include $(top_srcdir)/Makefile.shared + +LIBICC_VERSION=2.12 + +lib_LTLIBRARIES = libicc.la + +libicc_la_SOURCES = icc.h iccV42.h icc.c iccstd.c +libicc_la_LDFLAGS = -version-number $(shell echo $(LIBICC_VERSION) | tr . :):0 + +include_HEADERS = icc.h iccV42.h + +LDADD = libicc.la + +bin_PROGRAMS = iccdump icclu + +check_PROGRAMS = icctest iccrw lutest + +refdir = $(datadir)/color/argyll/ref + +ref_DATA = $(wildcard *.icm) + +EXTRA_DIST = License.txt Readme.txt -- cgit v1.2.3