@@ -402,6 +402,8 @@ COMMON_SOURCES = \
402402 src/pcre2_intmodedep.h \
403403 src/pcre2_jit_char_inc.h \
404404 src/pcre2_jit_compile.c \
405+ src/pcre2_jit_match_inc.h \
406+ src/pcre2_jit_misc_inc.h \
405407 src/pcre2_jit_neon_inc.h \
406408 src/pcre2_jit_simd_inc.h \
407409 src/pcre2_maketables.c \
@@ -410,6 +412,7 @@ COMMON_SOURCES = \
410412 src/pcre2_newline.c \
411413 src/pcre2_ord2utf.c \
412414 src/pcre2_pattern_info.c \
415+ src/pcre2_printint_inc.h \
413416 src/pcre2_script_run.c \
414417 src/pcre2_serialize.c \
415418 src/pcre2_string_utils.c \
@@ -419,14 +422,11 @@ COMMON_SOURCES = \
419422 src/pcre2_tables.c \
420423 src/pcre2_ucd.c \
421424 src/pcre2_ucp.h \
425+ src/pcre2_ucptables_inc.h \
422426 src/pcre2_util.h \
423427 src/pcre2_valid_utf.c \
424428 src/pcre2_xclass.c
425429
426- # The pcre2_ucptables.c file is #included by pcre2_tables.c
427-
428- EXTRA_DIST += src/pcre2_ucptables.c
429-
430430if WITH_PCRE2_8
431431lib_LTLIBRARIES += libpcre2-8.la
432432libpcre2_8_la_SOURCES = \
@@ -518,12 +518,6 @@ EXTRA_DIST += \
518518 deps/sljit/sljit_src/allocator_src/sljitWXExecAllocatorPosix.c \
519519 deps/sljit/sljit_src/allocator_src/sljitWXExecAllocatorWindows.c
520520
521- # Some of the JIT sources are also in separate files that are #included.
522-
523- EXTRA_DIST += \
524- src/pcre2_jit_match.c \
525- src/pcre2_jit_misc.c
526-
527521if WITH_PCRE2_8
528522libpcre2_8_la_LDFLAGS = $(EXTRA_LIBPCRE2_8_LDFLAGS )
529523endif # WITH_PCRE2_8
@@ -679,12 +673,9 @@ pcre2_jit_test_LDADD += $(GCOV_LIBS)
679673endif # WITH_GCOV
680674endif # WITH_JIT
681675
682- # Build the general pcre2test program. The file src/pcre2_printint.c is
683- # #included by pcre2test as many times as needed, at different code unit
684- # widths.
676+ # Build the general pcre2test program.
685677
686678bin_PROGRAMS += pcre2test
687- EXTRA_DIST += src/pcre2_printint.c
688679pcre2test_SOURCES = src/pcre2test.c
689680pcre2test_CFLAGS = $(AM_CFLAGS )
690681pcre2test_LDADD = $(LIBREADLINE )
0 commit comments