@@ -404,6 +404,8 @@ COMMON_SOURCES = \
404404 src/pcre2_intmodedep.h \
405405 src/pcre2_jit_char_inc.h \
406406 src/pcre2_jit_compile.c \
407+ src/pcre2_jit_match_inc.h \
408+ src/pcre2_jit_misc_inc.h \
407409 src/pcre2_jit_neon_inc.h \
408410 src/pcre2_jit_simd_inc.h \
409411 src/pcre2_maketables.c \
@@ -412,6 +414,7 @@ COMMON_SOURCES = \
412414 src/pcre2_newline.c \
413415 src/pcre2_ord2utf.c \
414416 src/pcre2_pattern_info.c \
417+ src/pcre2_printint_inc.h \
415418 src/pcre2_script_run.c \
416419 src/pcre2_serialize.c \
417420 src/pcre2_string_utils.c \
@@ -421,14 +424,11 @@ COMMON_SOURCES = \
421424 src/pcre2_tables.c \
422425 src/pcre2_ucd.c \
423426 src/pcre2_ucp.h \
427+ src/pcre2_ucptables_inc.h \
424428 src/pcre2_util.h \
425429 src/pcre2_valid_utf.c \
426430 src/pcre2_xclass.c
427431
428- # The pcre2_ucptables.c file is #included by pcre2_tables.c
429-
430- EXTRA_DIST += src/pcre2_ucptables.c
431-
432432if WITH_PCRE2_8
433433lib_LTLIBRARIES += libpcre2-8.la
434434libpcre2_8_la_SOURCES = \
@@ -520,12 +520,6 @@ EXTRA_DIST += \
520520 deps/sljit/sljit_src/allocator_src/sljitWXExecAllocatorPosix.c \
521521 deps/sljit/sljit_src/allocator_src/sljitWXExecAllocatorWindows.c
522522
523- # Some of the JIT sources are also in separate files that are #included.
524-
525- EXTRA_DIST += \
526- src/pcre2_jit_match.c \
527- src/pcre2_jit_misc.c
528-
529523if WITH_PCRE2_8
530524libpcre2_8_la_LDFLAGS = $(EXTRA_LIBPCRE2_8_LDFLAGS )
531525endif # WITH_PCRE2_8
@@ -681,12 +675,9 @@ pcre2_jit_test_LDADD += $(GCOV_LIBS)
681675endif # WITH_GCOV
682676endif # WITH_JIT
683677
684- # Build the general pcre2test program. The file src/pcre2_printint.c is
685- # #included by pcre2test as many times as needed, at different code unit
686- # widths.
678+ # Build the general pcre2test program.
687679
688680bin_PROGRAMS += pcre2test
689- EXTRA_DIST += src/pcre2_printint.c
690681pcre2test_SOURCES = src/pcre2test.c
691682pcre2test_CFLAGS = $(AM_CFLAGS )
692683pcre2test_LDADD = $(LIBREADLINE )
0 commit comments