Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mm2/Little-CMS.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGlenn Butcher <glenn.butcher@gmail.com>2020-11-01 23:47:33 +0300
committerGlenn Butcher <glenn.butcher@gmail.com>2020-11-01 23:47:33 +0300
commit85af8b62101c0920646715e5ef30cd775570f043 (patch)
tree887860497ef43a93f3368e407df28fda376bb525 /plugins
parent5f7853e784d6c46d32171478248541de308137b8 (diff)
fast_float autoconf/automake build
Diffstat (limited to 'plugins')
-rw-r--r--plugins/Makefile.am1
-rw-r--r--plugins/fast_float/Makefile.am1
-rw-r--r--plugins/fast_float/src/Makefile.am5
3 files changed, 4 insertions, 3 deletions
diff --git a/plugins/Makefile.am b/plugins/Makefile.am
new file mode 100644
index 0000000..3e04f59
--- /dev/null
+++ b/plugins/Makefile.am
@@ -0,0 +1 @@
+SUBDIRS = fast_float
diff --git a/plugins/fast_float/Makefile.am b/plugins/fast_float/Makefile.am
new file mode 100644
index 0000000..9ac9d12
--- /dev/null
+++ b/plugins/fast_float/Makefile.am
@@ -0,0 +1 @@
+SUBDIRS = src include
diff --git a/plugins/fast_float/src/Makefile.am b/plugins/fast_float/src/Makefile.am
index 9b597f2..4089417 100644
--- a/plugins/fast_float/src/Makefile.am
+++ b/plugins/fast_float/src/Makefile.am
@@ -14,7 +14,7 @@ LIBRARY_CURRENT = 1
LIBRARY_REVISION = 1
LIBRARY_AGE = 0
-INCLUDES = -I$(top_builddir)/include -I$(top_srcdir)/include -I$(srcdir)/../include -I$(builddir)/../include
+AM_CPPFLAGS = -I$(top_builddir)/include -I$(top_srcdir)/include -I$(srcdir)/../include -I$(builddir)/../include
liblcms2_fast_float_la_LDFLAGS = -no-undefined \
-version-info $(LIBRARY_CURRENT):$(LIBRARY_REVISION):$(LIBRARY_AGE)
@@ -24,5 +24,4 @@ liblcms2_fast_float_la_LIBADD = $(LCMS_LIB_DEPLIBS) $(top_builddir)/src/liblcms2
liblcms2_fast_float_la_SOURCES = \
fast_float_15bits.c fast_float_15mats.c fast_float_curves.c fast_float_matsh.c fast_float_separate.c \
fast_float_sup.c fast_float_tethra.c fast_float_cmyk.c fast_float_internal.h \
- fast_8_curves.c fast_8_matsh.c fast_8_matsh_sse.c fast_8_tethra.c
-
+ fast_8_curves.c fast_8_matsh.c fast_8_matsh_sse.c fast_8_tethra.c fast_16_tethra.c