summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authormm2 <marti.maria@littlecms.com>2020-12-03 15:39:42 +0100
committermm2 <marti.maria@littlecms.com>2020-12-03 15:39:42 +0100
commit6e2bc122087d618ab5d7ce5b23f1f7da12bb2a08 (patch)
treed4512f259d52c90547dc341708e08ad0619cca93 /plugins
parentfb843e69014751aa630188629099c04277135e2d (diff)
downloadlcms2-6e2bc122087d618ab5d7ce5b23f1f7da12bb2a08.tar.gz
Autotools for latest changes
Diffstat (limited to 'plugins')
-rw-r--r--plugins/Makefile.in5
-rw-r--r--plugins/fast_float/Makefile.in5
-rw-r--r--plugins/fast_float/include/Makefile.in5
-rw-r--r--plugins/fast_float/src/Makefile.in14
-rw-r--r--plugins/fast_float/testbed/Makefile.in5
5 files changed, 22 insertions, 12 deletions
diff --git a/plugins/Makefile.in b/plugins/Makefile.in
index 5ebe200..5b01d56 100644
--- a/plugins/Makefile.in
+++ b/plugins/Makefile.in
@@ -1,7 +1,7 @@
-# Makefile.in generated by automake 1.16.2 from Makefile.am.
+# Makefile.in generated by automake 1.16.1 from Makefile.am.
# @configure_input@
-# Copyright (C) 1994-2020 Free Software Foundation, Inc.
+# Copyright (C) 1994-2018 Free Software Foundation, Inc.
# This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
@@ -318,6 +318,7 @@ pdfdir = @pdfdir@
prefix = @prefix@
program_transform_name = @program_transform_name@
psdir = @psdir@
+runstatedir = @runstatedir@
sbindir = @sbindir@
sharedstatedir = @sharedstatedir@
srcdir = @srcdir@
diff --git a/plugins/fast_float/Makefile.in b/plugins/fast_float/Makefile.in
index b359af8..e51e2c9 100644
--- a/plugins/fast_float/Makefile.in
+++ b/plugins/fast_float/Makefile.in
@@ -1,7 +1,7 @@
-# Makefile.in generated by automake 1.16.2 from Makefile.am.
+# Makefile.in generated by automake 1.16.1 from Makefile.am.
# @configure_input@
-# Copyright (C) 1994-2020 Free Software Foundation, Inc.
+# Copyright (C) 1994-2018 Free Software Foundation, Inc.
# This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
@@ -318,6 +318,7 @@ pdfdir = @pdfdir@
prefix = @prefix@
program_transform_name = @program_transform_name@
psdir = @psdir@
+runstatedir = @runstatedir@
sbindir = @sbindir@
sharedstatedir = @sharedstatedir@
srcdir = @srcdir@
diff --git a/plugins/fast_float/include/Makefile.in b/plugins/fast_float/include/Makefile.in
index f9e31ba..1195f41 100644
--- a/plugins/fast_float/include/Makefile.in
+++ b/plugins/fast_float/include/Makefile.in
@@ -1,7 +1,7 @@
-# Makefile.in generated by automake 1.16.2 from Makefile.am.
+# Makefile.in generated by automake 1.16.1 from Makefile.am.
# @configure_input@
-# Copyright (C) 1994-2020 Free Software Foundation, Inc.
+# Copyright (C) 1994-2018 Free Software Foundation, Inc.
# This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
@@ -310,6 +310,7 @@ pdfdir = @pdfdir@
prefix = @prefix@
program_transform_name = @program_transform_name@
psdir = @psdir@
+runstatedir = @runstatedir@
sbindir = @sbindir@
sharedstatedir = @sharedstatedir@
srcdir = @srcdir@
diff --git a/plugins/fast_float/src/Makefile.in b/plugins/fast_float/src/Makefile.in
index 9008c06..62fb431 100644
--- a/plugins/fast_float/src/Makefile.in
+++ b/plugins/fast_float/src/Makefile.in
@@ -1,7 +1,7 @@
-# Makefile.in generated by automake 1.16.2 from Makefile.am.
+# Makefile.in generated by automake 1.16.1 from Makefile.am.
# @configure_input@
-# Copyright (C) 1994-2020 Free Software Foundation, Inc.
+# Copyright (C) 1994-2018 Free Software Foundation, Inc.
# This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
@@ -145,7 +145,8 @@ am_liblcms2_fast_float_la_OBJECTS = fast_8_curves.lo \
fast_8_matsh_sse.lo fast_8_matsh.lo fast_8_tethra.lo \
fast_16_tethra.lo fast_float_15bits.lo fast_float_15mats.lo \
fast_float_cmyk.lo fast_float_curves.lo fast_float_matsh.lo \
- fast_float_separate.lo fast_float_sup.lo fast_float_tethra.lo
+ fast_float_separate.lo fast_float_sup.lo fast_float_tethra.lo \
+ fast_float_lab.lo
liblcms2_fast_float_la_OBJECTS = $(am_liblcms2_fast_float_la_OBJECTS)
AM_V_lt = $(am__v_lt_@AM_V@)
am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
@@ -177,6 +178,7 @@ am__depfiles_remade = ./$(DEPDIR)/fast_16_tethra.Plo \
./$(DEPDIR)/fast_float_15mats.Plo \
./$(DEPDIR)/fast_float_cmyk.Plo \
./$(DEPDIR)/fast_float_curves.Plo \
+ ./$(DEPDIR)/fast_float_lab.Plo \
./$(DEPDIR)/fast_float_matsh.Plo \
./$(DEPDIR)/fast_float_separate.Plo \
./$(DEPDIR)/fast_float_sup.Plo \
@@ -360,6 +362,7 @@ pdfdir = @pdfdir@
prefix = @prefix@
program_transform_name = @program_transform_name@
psdir = @psdir@
+runstatedir = @runstatedir@
sbindir = @sbindir@
sharedstatedir = @sharedstatedir@
srcdir = @srcdir@
@@ -381,7 +384,7 @@ liblcms2_fast_float_la_LDFLAGS = -no-undefined \
liblcms2_fast_float_la_LIBADD = $(LCMS_LIB_DEPLIBS) $(top_builddir)/src/liblcms2.la
liblcms2_fast_float_la_SOURCES = fast_8_curves.c fast_8_matsh_sse.c fast_8_matsh.c fast_8_tethra.c \
fast_16_tethra.c fast_float_15bits.c fast_float_15mats.c fast_float_cmyk.c fast_float_curves.c fast_float_matsh.c \
- fast_float_separate.c fast_float_sup.c fast_float_tethra.c fast_float_internal.h
+ fast_float_separate.c fast_float_sup.c fast_float_tethra.c fast_float_lab.c fast_float_internal.h
all: all-am
@@ -470,6 +473,7 @@ distclean-compile:
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fast_float_15mats.Plo@am__quote@ # am--include-marker
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fast_float_cmyk.Plo@am__quote@ # am--include-marker
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fast_float_curves.Plo@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fast_float_lab.Plo@am__quote@ # am--include-marker
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fast_float_matsh.Plo@am__quote@ # am--include-marker
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fast_float_separate.Plo@am__quote@ # am--include-marker
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fast_float_sup.Plo@am__quote@ # am--include-marker
@@ -648,6 +652,7 @@ distclean: distclean-am
-rm -f ./$(DEPDIR)/fast_float_15mats.Plo
-rm -f ./$(DEPDIR)/fast_float_cmyk.Plo
-rm -f ./$(DEPDIR)/fast_float_curves.Plo
+ -rm -f ./$(DEPDIR)/fast_float_lab.Plo
-rm -f ./$(DEPDIR)/fast_float_matsh.Plo
-rm -f ./$(DEPDIR)/fast_float_separate.Plo
-rm -f ./$(DEPDIR)/fast_float_sup.Plo
@@ -706,6 +711,7 @@ maintainer-clean: maintainer-clean-am
-rm -f ./$(DEPDIR)/fast_float_15mats.Plo
-rm -f ./$(DEPDIR)/fast_float_cmyk.Plo
-rm -f ./$(DEPDIR)/fast_float_curves.Plo
+ -rm -f ./$(DEPDIR)/fast_float_lab.Plo
-rm -f ./$(DEPDIR)/fast_float_matsh.Plo
-rm -f ./$(DEPDIR)/fast_float_separate.Plo
-rm -f ./$(DEPDIR)/fast_float_sup.Plo
diff --git a/plugins/fast_float/testbed/Makefile.in b/plugins/fast_float/testbed/Makefile.in
index f5a2bb0..13fef8c 100644
--- a/plugins/fast_float/testbed/Makefile.in
+++ b/plugins/fast_float/testbed/Makefile.in
@@ -1,7 +1,7 @@
-# Makefile.in generated by automake 1.16.2 from Makefile.am.
+# Makefile.in generated by automake 1.16.1 from Makefile.am.
# @configure_input@
-# Copyright (C) 1994-2020 Free Software Foundation, Inc.
+# Copyright (C) 1994-2018 Free Software Foundation, Inc.
# This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
@@ -316,6 +316,7 @@ pdfdir = @pdfdir@
prefix = @prefix@
program_transform_name = @program_transform_name@
psdir = @psdir@
+runstatedir = @runstatedir@
sbindir = @sbindir@
sharedstatedir = @sharedstatedir@
srcdir = @srcdir@