@@ -98,7 +98,9 @@ host_triplet = @host@
9898@SIXEL_ENABLE_THREADS_TRUE@ $(srcdir ) /decoder-prescan.c \
9999@SIXEL_ENABLE_THREADS_TRUE@ $(srcdir ) /decoder-prescan.h \
100100@SIXEL_ENABLE_THREADS_TRUE@ $(srcdir ) /decoder-parallel.c \
101- @SIXEL_ENABLE_THREADS_TRUE@ $(srcdir ) /decoder-parallel.h
101+ @SIXEL_ENABLE_THREADS_TRUE@ $(srcdir ) /decoder-parallel.h \
102+ @SIXEL_ENABLE_THREADS_TRUE@ $(srcdir ) /fillrun.c \
103+ @SIXEL_ENABLE_THREADS_TRUE@ $(srcdir ) /fillrun.h
102104
103105@HAVE_QUICKLOOK_THUMBNAILING_TRUE@am__append_2 = \
104106@HAVE_QUICKLOOK_THUMBNAILING_TRUE@ $(srcdir ) /quicklook_thumbnailing.m
@@ -203,18 +205,20 @@ am__libsixel_la_SOURCES_DIST = $(srcdir)/output.c $(srcdir)/output.h \
203205 $(srcdir ) /malloc_stub.c $(srcdir ) /malloc_stub.h \
204206 $(srcdir ) /allocator.c $(srcdir ) /allocator.h $(srcdir ) /tty.c \
205207 $(srcdir ) /tty.h $(srcdir ) /sixel_threads_config.h \
206- $(srcdir ) /sixel_atomic.h $(srcdir ) /rgblookup.h \
207- $(srcdir ) /lso2.h $(srcdir ) /sixel_threading.c \
208- $(srcdir ) /sixel_threading.h $(srcdir ) /threadpool.c \
209- $(srcdir ) /threadpool.h $(srcdir ) /decoder-prescan.c \
210- $(srcdir ) /decoder-prescan.h $(srcdir ) /decoder-parallel.c \
211- $(srcdir ) /decoder-parallel.h \
212- $(srcdir ) /quicklook_thumbnailing.m $(srcdir ) /clipboard_macos.m
208+ $(srcdir ) /sixel_atomic.h $(srcdir ) /rgblookup.h \
209+ $(srcdir ) /lso2.h $(srcdir ) /sixel_threading.c \
210+ $(srcdir ) /sixel_threading.h $(srcdir ) /threadpool.c \
211+ $(srcdir ) /threadpool.h $(srcdir ) /decoder-prescan.c \
212+ $(srcdir ) /decoder-prescan.h $(srcdir ) /decoder-parallel.c \
213+ $(srcdir ) /decoder-parallel.h $(srcdir ) /fillrun.c \
214+ $(srcdir ) /fillrun.h \
215+ $(srcdir ) /quicklook_thumbnailing.m $(srcdir ) /clipboard_macos.m
213216@SIXEL_ENABLE_THREADS_TRUE@am__objects_1 = \
214217@SIXEL_ENABLE_THREADS_TRUE@ libsixel_la-sixel_threading.lo \
215218@SIXEL_ENABLE_THREADS_TRUE@ libsixel_la-threadpool.lo \
216219@SIXEL_ENABLE_THREADS_TRUE@ libsixel_la-decoder-prescan.lo \
217- @SIXEL_ENABLE_THREADS_TRUE@ libsixel_la-decoder-parallel.lo
220+ @SIXEL_ENABLE_THREADS_TRUE@ libsixel_la-decoder-parallel.lo \
221+ @SIXEL_ENABLE_THREADS_TRUE@ libsixel_la-fillrun.lo
218222@HAVE_QUICKLOOK_THUMBNAILING_TRUE@am__objects_2 = libsixel_la-quicklook_thumbnailing.lo
219223@HAVE_CLIPBOARD_MACOS_TRUE@am__objects_3 = \
220224@HAVE_CLIPBOARD_MACOS_TRUE@ libsixel_la-clipboard_macos.lo
@@ -280,10 +284,11 @@ am__depfiles_remade = ./$(DEPDIR)/libsixel_la-allocator.Plo \
280284 ./$(DEPDIR ) /libsixel_la-clipboard.Plo \
281285 ./$(DEPDIR ) /libsixel_la-clipboard_macos.Plo \
282286 ./$(DEPDIR ) /libsixel_la-colorspace.Plo \
283- ./$(DEPDIR ) /libsixel_la-compat_stub.Plo \
284- ./$(DEPDIR ) /libsixel_la-decoder-parallel.Plo \
285- ./$(DEPDIR ) /libsixel_la-decoder-prescan.Plo \
286- ./$(DEPDIR ) /libsixel_la-decoder.Plo \
287+ ./$(DEPDIR ) /libsixel_la-compat_stub.Plo \
288+ ./$(DEPDIR ) /libsixel_la-decoder-parallel.Plo \
289+ ./$(DEPDIR ) /libsixel_la-decoder-prescan.Plo \
290+ ./$(DEPDIR ) /libsixel_la-fillrun.Plo \
291+ ./$(DEPDIR ) /libsixel_la-decoder.Plo \
287292 ./$(DEPDIR ) /libsixel_la-dither-common-pipeline.Plo \
288293 ./$(DEPDIR ) /libsixel_la-dither-fixed-8bit.Plo \
289294 ./$(DEPDIR ) /libsixel_la-dither-fixed-float32.Plo \
@@ -768,6 +773,7 @@ distclean-compile:
768773@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libsixel_la-compat_stub.Plo@am__quote@ # am--include-marker
769774@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libsixel_la-decoder-parallel.Plo@am__quote@ # am--include-marker
770775@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libsixel_la-decoder-prescan.Plo@am__quote@ # am--include-marker
776+ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libsixel_la-fillrun.Plo@am__quote@ # am--include-marker
771777@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libsixel_la-decoder.Plo@am__quote@ # am--include-marker
772778@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libsixel_la-dither-common-pipeline.Plo@am__quote@ # am--include-marker
773779@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libsixel_la-dither-fixed-8bit.Plo@am__quote@ # am--include-marker
@@ -1144,6 +1150,13 @@ libsixel_la-decoder-parallel.lo: decoder-parallel.c
11441150@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='decoder-parallel.c' object='libsixel_la-decoder-parallel.lo' libtool=yes @AMDEPBACKSLASH@
11451151@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
11461152@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsixel_la_CPPFLAGS) $(CPPFLAGS) $(libsixel_la_CFLAGS) $(CFLAGS) -c -o libsixel_la-decoder-parallel.lo `test -f 'decoder-parallel.c' || echo '$(srcdir)/'`decoder-parallel.c
1153+ libsixel_la-fillrun.lo : fillrun.c
1154+ # $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsixel_la_CPPFLAGS) $(CPPFLAGS) $(libsixel_la_CFLAGS) $(CFLAGS) -MT libsixel_la-fillrun.lo -MD -MP -MF $(DEPDIR)/libsixel_la-fillrun.Tpo -c -o libsixel_la-fillrun.lo `test -f 'fillrun.c' || echo '$(srcdir)/'`fillrun.c
1155+ # $(AM_V_at)$(am__mv) $(DEPDIR)/libsixel_la-fillrun.Tpo $(DEPDIR)/libsixel_la-fillrun.Plo
1156+ # $(AM_V_CC)source='fillrun.c' object='libsixel_la-fillrun.lo' libtool=yes
1157+ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp)
1158+ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsixel_la_CPPFLAGS) $(CPPFLAGS) $(libsixel_la_CFLAGS) $(CFLAGS) -c -o libsixel_la-fillrun.lo `test -f 'fillrun.c' || echo '$(srcdir)/'`fillrun.c
1159+
11471160
11481161tests-tests.o : tests.c
11491162@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tests_CPPFLAGS) $(CPPFLAGS) $(tests_CFLAGS) $(CFLAGS) -MT tests-tests.o -MD -MP -MF $(DEPDIR)/tests-tests.Tpo -c -o tests-tests.o `test -f 'tests.c' || echo '$(srcdir)/'`tests.c
0 commit comments