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:
authormm2 <marti.maria@littlecms.com>2021-11-06 21:10:05 +0300
committermm2 <marti.maria@littlecms.com>2021-11-06 21:10:05 +0300
commitb604d09877bed63fdff1c8a9d3c2e0d79312c2a6 (patch)
tree5f5041b334451b4f63903546c8c9470bb490f469 /plugins
parentc462acc8dad70914628412fca45e861be1951116 (diff)
Recreate autotools files
fix a typo in pointer casts
Diffstat (limited to 'plugins')
-rw-r--r--plugins/Makefile.in4
-rw-r--r--plugins/fast_float/Makefile.in4
-rw-r--r--plugins/fast_float/include/Makefile.in4
-rw-r--r--plugins/fast_float/src/Makefile.in4
-rw-r--r--plugins/fast_float/testbed/Makefile.am4
-rw-r--r--plugins/fast_float/testbed/Makefile.in11
-rw-r--r--plugins/fast_float/testbed/fast_float_testbed.c6
7 files changed, 19 insertions, 18 deletions
diff --git a/plugins/Makefile.in b/plugins/Makefile.in
index 688edb6..b431b76 100644
--- a/plugins/Makefile.in
+++ b/plugins/Makefile.in
@@ -1,7 +1,7 @@
-# Makefile.in generated by automake 1.16.1 from Makefile.am.
+# Makefile.in generated by automake 1.16.3 from Makefile.am.
# @configure_input@
-# Copyright (C) 1994-2018 Free Software Foundation, Inc.
+# Copyright (C) 1994-2020 Free Software Foundation, Inc.
# This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
diff --git a/plugins/fast_float/Makefile.in b/plugins/fast_float/Makefile.in
index 933141e..4c8da11 100644
--- a/plugins/fast_float/Makefile.in
+++ b/plugins/fast_float/Makefile.in
@@ -1,7 +1,7 @@
-# Makefile.in generated by automake 1.16.1 from Makefile.am.
+# Makefile.in generated by automake 1.16.3 from Makefile.am.
# @configure_input@
-# Copyright (C) 1994-2018 Free Software Foundation, Inc.
+# Copyright (C) 1994-2020 Free Software Foundation, Inc.
# This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
diff --git a/plugins/fast_float/include/Makefile.in b/plugins/fast_float/include/Makefile.in
index 06b2ff9..9629ed7 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.1 from Makefile.am.
+# Makefile.in generated by automake 1.16.3 from Makefile.am.
# @configure_input@
-# Copyright (C) 1994-2018 Free Software Foundation, Inc.
+# Copyright (C) 1994-2020 Free Software Foundation, Inc.
# This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
diff --git a/plugins/fast_float/src/Makefile.in b/plugins/fast_float/src/Makefile.in
index d2f1b5d..f420a00 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.1 from Makefile.am.
+# Makefile.in generated by automake 1.16.3 from Makefile.am.
# @configure_input@
-# Copyright (C) 1994-2018 Free Software Foundation, Inc.
+# Copyright (C) 1994-2020 Free Software Foundation, Inc.
# This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
diff --git a/plugins/fast_float/testbed/Makefile.am b/plugins/fast_float/testbed/Makefile.am
index 24047ff..5133be0 100644
--- a/plugins/fast_float/testbed/Makefile.am
+++ b/plugins/fast_float/testbed/Makefile.am
@@ -10,8 +10,8 @@ AM_CPPFLAGS = -I$(builddir)/../include -I$(srcdir)/../include -I$(srcdir)/../sr
check_PROGRAMS = fast_float_testbed
-fast_float_testbed_LDADD = $(srcdir)/../src/liblcms2_fast_float.la @LCMS_LIB_DEPLIBS@
-fast_float_testbed_LDFLAGS = @LDFLAGS@
+fast_float_testbed_LDADD = $(srcdir)/../src/liblcms2_fast_float.la $(LCMS_LIB_DEPLIBS)
+fast_float_testbed_LDFLAGS = -static @LDFLAGS@
fast_float_testbed_SOURCES = fast_float_testbed.c
EXTRA_DIST = test0.icc test1.icc test2.icc test3.icc test5.icc
diff --git a/plugins/fast_float/testbed/Makefile.in b/plugins/fast_float/testbed/Makefile.in
index 15119fa..bccc892 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.1 from Makefile.am.
+# Makefile.in generated by automake 1.16.3 from Makefile.am.
# @configure_input@
-# Copyright (C) 1994-2018 Free Software Foundation, Inc.
+# Copyright (C) 1994-2020 Free Software Foundation, Inc.
# This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
@@ -111,8 +111,9 @@ CONFIG_CLEAN_FILES =
CONFIG_CLEAN_VPATH_FILES =
am_fast_float_testbed_OBJECTS = fast_float_testbed.$(OBJEXT)
fast_float_testbed_OBJECTS = $(am_fast_float_testbed_OBJECTS)
+am__DEPENDENCIES_1 =
fast_float_testbed_DEPENDENCIES = \
- $(srcdir)/../src/liblcms2_fast_float.la
+ $(srcdir)/../src/liblcms2_fast_float.la $(am__DEPENDENCIES_1)
AM_V_lt = $(am__v_lt_@AM_V@)
am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
am__v_lt_0 = --silent
@@ -332,8 +333,8 @@ AUTOMAKE_OPTIONS = 1.7 foreign
AM_CPPFLAGS = -I$(builddir)/../include -I$(srcdir)/../include -I$(srcdir)/../src \
-I$(top_builddir)/include
-fast_float_testbed_LDADD = $(srcdir)/../src/liblcms2_fast_float.la
-fast_float_testbed_LDFLAGS = @LDFLAGS@
+fast_float_testbed_LDADD = $(srcdir)/../src/liblcms2_fast_float.la $(LCMS_LIB_DEPLIBS)
+fast_float_testbed_LDFLAGS = -static @LDFLAGS@
fast_float_testbed_SOURCES = fast_float_testbed.c
EXTRA_DIST = test0.icc test1.icc test2.icc test3.icc test5.icc
all: all-am
diff --git a/plugins/fast_float/testbed/fast_float_testbed.c b/plugins/fast_float/testbed/fast_float_testbed.c
index 792c7d3..a88cf57 100644
--- a/plugins/fast_float/testbed/fast_float_testbed.c
+++ b/plugins/fast_float/testbed/fast_float_testbed.c
@@ -1232,9 +1232,9 @@ void CheckSoftProofing(void)
cmsCloseProfile(hRGB2);
Mb = 256 * 256 * 256 * sizeof(Scanline_rgbFloat);
- In = (Scanline_rgb8bits*)malloc(Mb);
- Out1 = (Scanline_rgb8bits*)malloc(Mb);
- Out2 = (Scanline_rgb8bits*)malloc(Mb);
+ In = (Scanline_rgbFloat*)malloc(Mb);
+ Out1 = (Scanline_rgbFloat*)malloc(Mb);
+ Out2 = (Scanline_rgbFloat*)malloc(Mb);
j = 0;