From 5a0ff887b2bdb6d3643b85a7f7042ae20a30e8ab Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sat, 6 Dec 2025 16:24:06 +0100 Subject: Use libj2 for double-max precision integers MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- Makefile | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 26127d3..9bf77c2 100644 --- a/Makefile +++ b/Makefile @@ -16,7 +16,7 @@ LIB_VERSION = $(LIB_MAJOR).$(LIB_MINOR) LIB_NAME = quanta -OBJ_PUBLIC =\ +OBJ =\ libquanta_palette_size.o\ libquanta_malloc_palette.o\ libquanta_vquantise.o\ @@ -24,13 +24,6 @@ OBJ_PUBLIC =\ libquanta_vquantise_wu.o\ libquanta_quantise_wu.o -OBJ_PRIVATE =\ - libquanta_bigint_divmod_small__.o - -OBJ =\ - $(OBJ_PUBLIC)\ - $(OBJ_PRIVATE) - HDR =\ libquanta.h\ common.h @@ -38,7 +31,7 @@ HDR =\ LOBJ = $(OBJ:.o=.lo) MAN3 =\ - $(OBJ_PUBLIC:.o=.3)\ + $(OBJ:.o=.3)\ struct_libquanta_image.3 libquanta_image.3\ struct_libquanta_channel.3 libquanta_channel.3\ struct_libquanta_palette.3 libquanta_palette.3\ -- cgit v1.2.3-70-g09d2