Blame Makefile.am

Packit 504f36
## Process this file with automake to produce Makefile.in.
Packit 504f36
Packit 504f36
AUTOMAKE_OPTIONS = subdir-objects
Packit 504f36
ACLOCAL_AMFLAGS = -I m4
Packit 504f36
Packit 504f36
## This seems to have become necessary for building in non-source directory.
Packit 504f36
Packit 504f36
AM_CPPFLAGS="-I$(srcdir)/src"
Packit 504f36
Packit 504f36
## Specify the documentation files that are distributed.
Packit 504f36
Packit 504f36
dist_doc_DATA = \
Packit 504f36
  AUTHORS \
Packit 504f36
  COPYING \
Packit 504f36
  ChangeLog \
Packit 504f36
  LICENCE \
Packit 504f36
  NEWS \
Packit 504f36
  README \
Packit 504f36
  doc/pcre2.txt \
Packit 504f36
  doc/pcre2-config.txt \
Packit 504f36
  doc/pcre2grep.txt \
Packit 504f36
  doc/pcre2test.txt
Packit 504f36
Packit 504f36
dist_html_DATA = \
Packit 504f36
  doc/html/NON-AUTOTOOLS-BUILD.txt \
Packit 504f36
  doc/html/README.txt \
Packit 504f36
  doc/html/index.html \
Packit 504f36
  doc/html/pcre2-config.html \
Packit 504f36
  doc/html/pcre2.html \
Packit 504f36
  doc/html/pcre2_callout_enumerate.html \
Packit 504f36
  doc/html/pcre2_code_copy.html \
Packit 504f36
  doc/html/pcre2_code_copy_with_tables.html \
Packit 504f36
  doc/html/pcre2_code_free.html \
Packit 504f36
  doc/html/pcre2_compile.html \
Packit 504f36
  doc/html/pcre2_compile_context_copy.html \
Packit 504f36
  doc/html/pcre2_compile_context_create.html \
Packit 504f36
  doc/html/pcre2_compile_context_free.html \
Packit 504f36
  doc/html/pcre2_config.html \
Packit 504f36
  doc/html/pcre2_convert_context_copy.html \
Packit 504f36
  doc/html/pcre2_convert_context_create.html \
Packit 504f36
  doc/html/pcre2_convert_context_free.html \
Packit 504f36
  doc/html/pcre2_converted_pattern_free.html \
Packit 504f36
  doc/html/pcre2_dfa_match.html \
Packit 504f36
  doc/html/pcre2_general_context_copy.html \
Packit 504f36
  doc/html/pcre2_general_context_create.html \
Packit 504f36
  doc/html/pcre2_general_context_free.html \
Packit 504f36
  doc/html/pcre2_get_error_message.html \
Packit 504f36
  doc/html/pcre2_get_mark.html \
Packit 504f36
  doc/html/pcre2_get_ovector_count.html \
Packit 504f36
  doc/html/pcre2_get_ovector_pointer.html \
Packit 504f36
  doc/html/pcre2_get_startchar.html \
Packit 504f36
  doc/html/pcre2_jit_compile.html \
Packit 504f36
  doc/html/pcre2_jit_free_unused_memory.html \
Packit 504f36
  doc/html/pcre2_jit_match.html \
Packit 504f36
  doc/html/pcre2_jit_stack_assign.html \
Packit 504f36
  doc/html/pcre2_jit_stack_create.html \
Packit 504f36
  doc/html/pcre2_jit_stack_free.html \
Packit 504f36
  doc/html/pcre2_maketables.html \
Packit 504f36
  doc/html/pcre2_match.html \
Packit 504f36
  doc/html/pcre2_match_context_copy.html \
Packit 504f36
  doc/html/pcre2_match_context_create.html \
Packit 504f36
  doc/html/pcre2_match_context_free.html \
Packit 504f36
  doc/html/pcre2_match_data_create.html \
Packit 504f36
  doc/html/pcre2_match_data_create_from_pattern.html \
Packit 504f36
  doc/html/pcre2_match_data_free.html \
Packit 504f36
  doc/html/pcre2_pattern_convert.html \
Packit 504f36
  doc/html/pcre2_pattern_info.html \
Packit 504f36
  doc/html/pcre2_serialize_decode.html \
Packit 504f36
  doc/html/pcre2_serialize_encode.html \
Packit 504f36
  doc/html/pcre2_serialize_free.html \
Packit 504f36
  doc/html/pcre2_serialize_get_number_of_codes.html \
Packit 504f36
  doc/html/pcre2_set_bsr.html \
Packit 504f36
  doc/html/pcre2_set_callout.html \
Packit 504f36
  doc/html/pcre2_set_character_tables.html \
Packit 504f36
  doc/html/pcre2_set_compile_extra_options.html \
Packit 504f36
  doc/html/pcre2_set_compile_recursion_guard.html \
Packit 504f36
  doc/html/pcre2_set_depth_limit.html \
Packit 504f36
  doc/html/pcre2_set_glob_escape.html \
Packit 504f36
  doc/html/pcre2_set_glob_separator.html \
Packit 504f36
  doc/html/pcre2_set_heap_limit.html \
Packit 504f36
  doc/html/pcre2_set_match_limit.html \
Packit 504f36
  doc/html/pcre2_set_max_pattern_length.html \
Packit 504f36
  doc/html/pcre2_set_offset_limit.html \
Packit 504f36
  doc/html/pcre2_set_newline.html \
Packit 504f36
  doc/html/pcre2_set_parens_nest_limit.html \
Packit 504f36
  doc/html/pcre2_set_recursion_limit.html \
Packit 504f36
  doc/html/pcre2_set_recursion_memory_management.html \
Packit 504f36
  doc/html/pcre2_substitute.html \
Packit 504f36
  doc/html/pcre2_substring_copy_byname.html \
Packit 504f36
  doc/html/pcre2_substring_copy_bynumber.html \
Packit 504f36
  doc/html/pcre2_substring_free.html \
Packit 504f36
  doc/html/pcre2_substring_get_byname.html \
Packit 504f36
  doc/html/pcre2_substring_get_bynumber.html \
Packit 504f36
  doc/html/pcre2_substring_length_byname.html \
Packit 504f36
  doc/html/pcre2_substring_length_bynumber.html \
Packit 504f36
  doc/html/pcre2_substring_list_free.html \
Packit 504f36
  doc/html/pcre2_substring_list_get.html \
Packit 504f36
  doc/html/pcre2_substring_nametable_scan.html \
Packit 504f36
  doc/html/pcre2_substring_number_from_name.html \
Packit 504f36
  doc/html/pcre2api.html \
Packit 504f36
  doc/html/pcre2build.html \
Packit 504f36
  doc/html/pcre2callout.html \
Packit 504f36
  doc/html/pcre2compat.html \
Packit 504f36
  doc/html/pcre2convert.html \
Packit 504f36
  doc/html/pcre2demo.html \
Packit 504f36
  doc/html/pcre2grep.html \
Packit 504f36
  doc/html/pcre2jit.html \
Packit 504f36
  doc/html/pcre2limits.html \
Packit 504f36
  doc/html/pcre2matching.html \
Packit 504f36
  doc/html/pcre2partial.html \
Packit 504f36
  doc/html/pcre2pattern.html \
Packit 504f36
  doc/html/pcre2perform.html \
Packit 504f36
  doc/html/pcre2posix.html \
Packit 504f36
  doc/html/pcre2sample.html \
Packit 504f36
  doc/html/pcre2serialize.html \
Packit 504f36
  doc/html/pcre2syntax.html \
Packit 504f36
  doc/html/pcre2test.html \
Packit 504f36
  doc/html/pcre2unicode.html
Packit 504f36
Packit 504f36
dist_man_MANS = \
Packit 504f36
  doc/pcre2-config.1 \
Packit 504f36
  doc/pcre2.3 \
Packit 504f36
  doc/pcre2_callout_enumerate.3 \
Packit 504f36
  doc/pcre2_code_copy.3 \
Packit 504f36
  doc/pcre2_code_copy_with_tables.3 \
Packit 504f36
  doc/pcre2_code_free.3 \
Packit 504f36
  doc/pcre2_compile.3 \
Packit 504f36
  doc/pcre2_compile_context_copy.3 \
Packit 504f36
  doc/pcre2_compile_context_create.3 \
Packit 504f36
  doc/pcre2_compile_context_free.3 \
Packit 504f36
  doc/pcre2_config.3 \
Packit 504f36
  doc/pcre2_convert_context_copy.3 \
Packit 504f36
  doc/pcre2_convert_context_create.3 \
Packit 504f36
  doc/pcre2_convert_context_free.3 \
Packit 504f36
  doc/pcre2_converted_pattern_free.3 \
Packit 504f36
  doc/pcre2_dfa_match.3 \
Packit 504f36
  doc/pcre2_general_context_copy.3 \
Packit 504f36
  doc/pcre2_general_context_create.3 \
Packit 504f36
  doc/pcre2_general_context_free.3 \
Packit 504f36
  doc/pcre2_get_error_message.3 \
Packit 504f36
  doc/pcre2_get_mark.3 \
Packit 504f36
  doc/pcre2_get_ovector_count.3 \
Packit 504f36
  doc/pcre2_get_ovector_pointer.3 \
Packit 504f36
  doc/pcre2_get_startchar.3 \
Packit 504f36
  doc/pcre2_jit_compile.3 \
Packit 504f36
  doc/pcre2_jit_free_unused_memory.3 \
Packit 504f36
  doc/pcre2_jit_match.3 \
Packit 504f36
  doc/pcre2_jit_stack_assign.3 \
Packit 504f36
  doc/pcre2_jit_stack_create.3 \
Packit 504f36
  doc/pcre2_jit_stack_free.3 \
Packit 504f36
  doc/pcre2_maketables.3 \
Packit 504f36
  doc/pcre2_match.3 \
Packit 504f36
  doc/pcre2_match_context_copy.3 \
Packit 504f36
  doc/pcre2_match_context_create.3 \
Packit 504f36
  doc/pcre2_match_context_free.3 \
Packit 504f36
  doc/pcre2_match_data_create.3 \
Packit 504f36
  doc/pcre2_match_data_create_from_pattern.3 \
Packit 504f36
  doc/pcre2_match_data_free.3 \
Packit 504f36
  doc/pcre2_pattern_convert.3 \
Packit 504f36
  doc/pcre2_pattern_info.3 \
Packit 504f36
  doc/pcre2_serialize_decode.3 \
Packit 504f36
  doc/pcre2_serialize_encode.3 \
Packit 504f36
  doc/pcre2_serialize_free.3 \
Packit 504f36
  doc/pcre2_serialize_get_number_of_codes.3 \
Packit 504f36
  doc/pcre2_set_bsr.3 \
Packit 504f36
  doc/pcre2_set_callout.3 \
Packit 504f36
  doc/pcre2_set_character_tables.3 \
Packit 504f36
  doc/pcre2_set_compile_extra_options.3 \
Packit 504f36
  doc/pcre2_set_compile_recursion_guard.3 \
Packit 504f36
  doc/pcre2_set_depth_limit.3 \
Packit 504f36
  doc/pcre2_set_glob_escape.3 \
Packit 504f36
  doc/pcre2_set_glob_separator.3 \
Packit 504f36
  doc/pcre2_set_heap_limit.3 \
Packit 504f36
  doc/pcre2_set_match_limit.3 \
Packit 504f36
  doc/pcre2_set_max_pattern_length.3 \
Packit 504f36
  doc/pcre2_set_offset_limit.3 \
Packit 504f36
  doc/pcre2_set_newline.3 \
Packit 504f36
  doc/pcre2_set_parens_nest_limit.3 \
Packit 504f36
  doc/pcre2_set_recursion_limit.3 \
Packit 504f36
  doc/pcre2_set_recursion_memory_management.3 \
Packit 504f36
  doc/pcre2_substitute.3 \
Packit 504f36
  doc/pcre2_substring_copy_byname.3 \
Packit 504f36
  doc/pcre2_substring_copy_bynumber.3 \
Packit 504f36
  doc/pcre2_substring_free.3 \
Packit 504f36
  doc/pcre2_substring_get_byname.3 \
Packit 504f36
  doc/pcre2_substring_get_bynumber.3 \
Packit 504f36
  doc/pcre2_substring_length_byname.3 \
Packit 504f36
  doc/pcre2_substring_length_bynumber.3 \
Packit 504f36
  doc/pcre2_substring_list_free.3 \
Packit 504f36
  doc/pcre2_substring_list_get.3 \
Packit 504f36
  doc/pcre2_substring_nametable_scan.3 \
Packit 504f36
  doc/pcre2_substring_number_from_name.3 \
Packit 504f36
  doc/pcre2api.3 \
Packit 504f36
  doc/pcre2build.3 \
Packit 504f36
  doc/pcre2callout.3 \
Packit 504f36
  doc/pcre2compat.3 \
Packit 504f36
  doc/pcre2convert.3 \
Packit 504f36
  doc/pcre2demo.3 \
Packit 504f36
  doc/pcre2grep.1 \
Packit 504f36
  doc/pcre2jit.3 \
Packit 504f36
  doc/pcre2limits.3 \
Packit 504f36
  doc/pcre2matching.3 \
Packit 504f36
  doc/pcre2partial.3 \
Packit 504f36
  doc/pcre2pattern.3 \
Packit 504f36
  doc/pcre2perform.3 \
Packit 504f36
  doc/pcre2posix.3 \
Packit 504f36
  doc/pcre2sample.3 \
Packit 504f36
  doc/pcre2serialize.3 \
Packit 504f36
  doc/pcre2syntax.3 \
Packit 504f36
  doc/pcre2test.1 \
Packit 504f36
  doc/pcre2unicode.3
Packit 504f36
Packit 504f36
# The Libtool libraries to install.  We'll add to this later.
Packit 504f36
Packit 504f36
lib_LTLIBRARIES =
Packit 504f36
Packit 504f36
# Unit tests you want to run when people type 'make check'.
Packit 504f36
# TESTS is for binary unit tests, check_SCRIPTS for script-based tests
Packit 504f36
Packit 504f36
TESTS =
Packit 504f36
check_SCRIPTS =
Packit 504f36
dist_noinst_SCRIPTS =
Packit 504f36
Packit 504f36
# Some of the binaries we make are to be installed, and others are
Packit 504f36
# (non-user-visible) helper programs needed to build the libraries.
Packit 504f36
Packit 504f36
bin_PROGRAMS =
Packit 504f36
noinst_PROGRAMS =
Packit 504f36
Packit 504f36
# Additional files to delete on 'make clean', 'make distclean',
Packit 504f36
# and 'make maintainer-clean'.
Packit 504f36
Packit 504f36
CLEANFILES =
Packit 504f36
DISTCLEANFILES = src/config.h.in~ config.h pcre2.h.generic
Packit 504f36
MAINTAINERCLEANFILES =
Packit 504f36
Packit 504f36
# Additional files to bundle with the distribution, over and above what
Packit 504f36
# the Autotools include by default.
Packit 504f36
Packit 504f36
EXTRA_DIST =
Packit 504f36
Packit 504f36
# These files contain additional m4 macros that are used by autoconf.
Packit 504f36
Packit 504f36
EXTRA_DIST += \
Packit 504f36
  m4/ax_pthread.m4 m4/pcre2_visibility.m4
Packit 504f36
Packit 504f36
# These files contain maintenance information
Packit 504f36
Packit 504f36
EXTRA_DIST += \
Packit 504f36
  NON-AUTOTOOLS-BUILD \
Packit 504f36
  HACKING
Packit 504f36
Packit 504f36
# These files are used in the preparation of a release
Packit 504f36
Packit 504f36
EXTRA_DIST += \
Packit 504f36
  PrepareRelease \
Packit 504f36
  CheckMan \
Packit 504f36
  CleanTxt \
Packit 504f36
  Detrail \
Packit 504f36
  132html \
Packit 504f36
  doc/index.html.src
Packit 504f36
Packit 504f36
# These files are usable versions of pcre2.h and config.h that are distributed
Packit 504f36
# for the benefit of people who are building PCRE2 manually, without the
Packit 504f36
# Autotools support.
Packit 504f36
Packit 504f36
EXTRA_DIST += \
Packit 504f36
  src/pcre2.h.generic \
Packit 504f36
  src/config.h.generic
Packit 504f36
Packit 504f36
# The only difference between pcre2.h.in and pcre2.h is the setting of the PCRE
Packit 504f36
# version number. Therefore, we can create the generic version just by copying.
Packit 504f36
Packit 504f36
src/pcre2.h.generic: src/pcre2.h.in configure.ac
Packit 504f36
	rm -f $@
Packit 504f36
	cp -p src/pcre2.h $@
Packit 504f36
Packit 504f36
# It is more complicated for config.h.generic. We need the version that results
Packit 504f36
# from a default configuration so as to get all the default values for PCRE
Packit 504f36
# configuration macros such as MATCH_LIMIT and NEWLINE. We can get this by
Packit 504f36
# doing a configure in a temporary directory. However, some trickery is needed,
Packit 504f36
# because the source directory may already be configured. If you just try
Packit 504f36
# running configure in a new directory, it complains. For this reason, we move
Packit 504f36
# config.status out of the way while doing the default configuration. The
Packit 504f36
# resulting config.h is munged by perl to put #ifdefs round any #defines for
Packit 504f36
# macros with values, and to #undef all boolean macros such as HAVE_xxx and
Packit 504f36
# SUPPORT_xxx. We also get rid of any gcc-specific visibility settings. Make
Packit 504f36
# sure that PCRE2_EXP_DEFN is unset (in case it has visibility settings).
Packit 504f36
Packit 504f36
src/config.h.generic: configure.ac
Packit 504f36
	rm -rf $@ _generic
Packit 504f36
	mkdir _generic
Packit 504f36
	cs=$(srcdir)/config.status; test ! -f $$cs || mv -f $$cs $$cs.aside
Packit 504f36
	cd _generic && $(abs_top_srcdir)/configure || :
Packit 504f36
	cs=$(srcdir)/config.status; test ! -f $$cs.aside || mv -f $$cs.aside $$cs
Packit 504f36
	test -f _generic/src/config.h
Packit 504f36
	perl -n \
Packit 504f36
	  -e 'BEGIN{$$blank=0;}' \
Packit 504f36
	  -e 'if(/PCRE2_EXP_DEFN/){print"/* #undef PCRE2_EXP_DEFN */\n";$$blank=0;next;}' \
Packit 504f36
	  -e 'if(/to make a symbol visible/){next;}' \
Packit 504f36
	  -e 'if(/__attribute__ \(\(visibility/){next;}' \
Packit 504f36
	  -e 'if(/LT_OBJDIR/){print"/* This is ignored unless you are using libtool. */\n";}' \
Packit 504f36
	  -e 'if(/^#define\s((?:HAVE|SUPPORT|STDC)_\w+)/){print"/* #undef $$1 */\n";$$blank=0;next;}' \
Packit 504f36
	  -e 'if(/^#define\s(?!PACKAGE|VERSION)(\w+)/){print"#ifndef $$1\n$$_#endif\n";$$blank=0;next;}' \
Packit 504f36
	  -e 'if(/^\s*$$/){print unless $$blank; $$blank=1;} else{print;$$blank=0;}' \
Packit 504f36
	  _generic/src/config.h >$@
Packit 504f36
	rm -rf _generic
Packit 504f36
Packit 504f36
MAINTAINERCLEANFILES += src/pcre2.h.generic src/config.h.generic
Packit 504f36
Packit 504f36
# These are the header files we'll install. We do not distribute pcre2.h
Packit 504f36
# because it is generated from pcre2.h.in.
Packit 504f36
Packit 504f36
nodist_include_HEADERS = src/pcre2.h
Packit 504f36
include_HEADERS = src/pcre2posix.h
Packit 504f36
Packit 504f36
# This is the "config" script.
Packit 504f36
Packit 504f36
bin_SCRIPTS = pcre2-config
Packit 504f36
Packit 504f36
## ---------------------------------------------------------------
Packit 504f36
## The dftables program is used to rebuild character tables before compiling
Packit 504f36
## PCRE2, if --enable-rebuild-chartables is specified. It is not a user-visible
Packit 504f36
## program. The default (when --enable-rebuild-chartables is not specified) is
Packit 504f36
## to copy a distributed set of tables that are defined for ASCII code. In this
Packit 504f36
## case, dftables is not needed.
Packit 504f36
Packit 504f36
if WITH_REBUILD_CHARTABLES
Packit 504f36
noinst_PROGRAMS += dftables
Packit 504f36
dftables_SOURCES = src/dftables.c
Packit 504f36
src/pcre2_chartables.c: dftables$(EXEEXT)
Packit 504f36
	rm -f $@
Packit 504f36
	./dftables$(EXEEXT) $@
Packit 504f36
else
Packit 504f36
src/pcre2_chartables.c: $(srcdir)/src/pcre2_chartables.c.dist
Packit 504f36
	rm -f $@
Packit 504f36
	$(LN_S) $(abs_srcdir)/src/pcre2_chartables.c.dist $(abs_builddir)/src/pcre2_chartables.c
Packit 504f36
endif # WITH_REBUILD_CHARTABLES
Packit 504f36
Packit 504f36
BUILT_SOURCES = src/pcre2_chartables.c
Packit 504f36
NODIST_SOURCES = src/pcre2_chartables.c
Packit 504f36
Packit 504f36
## Define the list of common sources, then arrange to build whichever of the
Packit 504f36
## 8-, 16-, or 32-bit libraries are configured.
Packit 504f36
Packit 504f36
COMMON_SOURCES = \
Packit 504f36
  src/pcre2_auto_possess.c \
Packit 504f36
  src/pcre2_compile.c \
Packit 504f36
  src/pcre2_config.c \
Packit 504f36
  src/pcre2_context.c \
Packit 504f36
  src/pcre2_convert.c \
Packit 504f36
  src/pcre2_dfa_match.c \
Packit 504f36
  src/pcre2_error.c \
Packit 504f36
  src/pcre2_extuni.c \
Packit 504f36
  src/pcre2_find_bracket.c \
Packit 504f36
  src/pcre2_internal.h \
Packit 504f36
  src/pcre2_intmodedep.h \
Packit 504f36
  src/pcre2_jit_compile.c \
Packit 504f36
  src/pcre2_maketables.c \
Packit 504f36
  src/pcre2_match.c \
Packit 504f36
  src/pcre2_match_data.c \
Packit 504f36
  src/pcre2_newline.c \
Packit 504f36
  src/pcre2_ord2utf.c \
Packit 504f36
  src/pcre2_pattern_info.c \
Packit 504f36
  src/pcre2_serialize.c \
Packit 504f36
  src/pcre2_string_utils.c \
Packit 504f36
  src/pcre2_study.c \
Packit 504f36
  src/pcre2_substitute.c \
Packit 504f36
  src/pcre2_substring.c \
Packit 504f36
  src/pcre2_tables.c \
Packit 504f36
  src/pcre2_ucd.c \
Packit 504f36
  src/pcre2_ucp.h \
Packit 504f36
  src/pcre2_valid_utf.c \
Packit 504f36
  src/pcre2_xclass.c
Packit 504f36
Packit 504f36
if WITH_PCRE2_8
Packit 504f36
lib_LTLIBRARIES += libpcre2-8.la
Packit 504f36
libpcre2_8_la_SOURCES = \
Packit 504f36
  $(COMMON_SOURCES)
Packit 504f36
nodist_libpcre2_8_la_SOURCES = \
Packit 504f36
  $(NODIST_SOURCES)
Packit 504f36
libpcre2_8_la_CFLAGS = \
Packit 504f36
  -DPCRE2_CODE_UNIT_WIDTH=8 \
Packit 504f36
  $(VISIBILITY_CFLAGS) \
Packit 504f36
  $(AM_CFLAGS)
Packit 504f36
libpcre2_8_la_LIBADD =
Packit 504f36
endif # WITH_PCRE2_8
Packit 504f36
Packit 504f36
if WITH_PCRE2_16
Packit 504f36
lib_LTLIBRARIES += libpcre2-16.la
Packit 504f36
libpcre2_16_la_SOURCES = \
Packit 504f36
  $(COMMON_SOURCES)
Packit 504f36
nodist_libpcre2_16_la_SOURCES = \
Packit 504f36
  $(NODIST_SOURCES)
Packit 504f36
libpcre2_16_la_CFLAGS = \
Packit 504f36
  -DPCRE2_CODE_UNIT_WIDTH=16 \
Packit 504f36
  $(VISIBILITY_CFLAGS) \
Packit 504f36
  $(AM_CFLAGS)
Packit 504f36
libpcre2_16_la_LIBADD =
Packit 504f36
endif # WITH_PCRE2_16
Packit 504f36
Packit 504f36
if WITH_PCRE2_32
Packit 504f36
lib_LTLIBRARIES += libpcre2-32.la
Packit 504f36
libpcre2_32_la_SOURCES = \
Packit 504f36
  $(COMMON_SOURCES)
Packit 504f36
nodist_libpcre2_32_la_SOURCES = \
Packit 504f36
  $(NODIST_SOURCES)
Packit 504f36
libpcre2_32_la_CFLAGS = \
Packit 504f36
  -DPCRE2_CODE_UNIT_WIDTH=32 \
Packit 504f36
  $(VISIBILITY_CFLAGS) \
Packit 504f36
  $(AM_CFLAGS)
Packit 504f36
libpcre2_32_la_LIBADD =
Packit 504f36
endif # WITH_PCRE2_32
Packit 504f36
Packit 504f36
# The pcre2_chartables.c.dist file is the default version of
Packit 504f36
# pcre2_chartables.c, used unless --enable-rebuild-chartables is specified.
Packit 504f36
Packit 504f36
EXTRA_DIST += src/pcre2_chartables.c.dist
Packit 504f36
CLEANFILES += src/pcre2_chartables.c
Packit 504f36
Packit 504f36
# The JIT compiler lives in a separate directory, but its files are #included
Packit 504f36
# when pcre2_jit_compile.c is processed, so they must be distributed.
Packit 504f36
Packit 504f36
EXTRA_DIST += \
Packit 504f36
  src/sljit/sljitConfig.h \
Packit 504f36
  src/sljit/sljitConfigInternal.h \
Packit 504f36
  src/sljit/sljitExecAllocator.c \
Packit 504f36
  src/sljit/sljitLir.c \
Packit 504f36
  src/sljit/sljitLir.h \
Packit 504f36
  src/sljit/sljitNativeARM_32.c \
Packit 504f36
  src/sljit/sljitNativeARM_64.c \
Packit 504f36
  src/sljit/sljitNativeARM_T2_32.c \
Packit 504f36
  src/sljit/sljitNativeMIPS_32.c \
Packit 504f36
  src/sljit/sljitNativeMIPS_64.c \
Packit 504f36
  src/sljit/sljitNativeMIPS_common.c \
Packit 504f36
  src/sljit/sljitNativePPC_32.c \
Packit 504f36
  src/sljit/sljitNativePPC_64.c \
Packit 504f36
  src/sljit/sljitNativePPC_common.c \
Packit 504f36
  src/sljit/sljitNativeSPARC_32.c \
Packit 504f36
  src/sljit/sljitNativeSPARC_common.c \
Packit 504f36
  src/sljit/sljitNativeTILEGX-encoder.c \
Packit 504f36
  src/sljit/sljitNativeTILEGX_64.c \
Packit 504f36
  src/sljit/sljitNativeX86_32.c \
Packit 504f36
  src/sljit/sljitNativeX86_64.c \
Packit 504f36
  src/sljit/sljitNativeX86_common.c \
Packit 504f36
  src/sljit/sljitProtExecAllocator.c \
Packit 504f36
  src/sljit/sljitUtils.c
Packit 504f36
Packit 504f36
# Some of the JIT sources are also in separate files that are #included.
Packit 504f36
Packit 504f36
EXTRA_DIST += \
Packit 504f36
  src/pcre2_jit_match.c \
Packit 504f36
  src/pcre2_jit_misc.c
Packit 504f36
Packit 504f36
if WITH_PCRE2_8
Packit 504f36
libpcre2_8_la_LDFLAGS = $(EXTRA_LIBPCRE2_8_LDFLAGS)
Packit 504f36
endif # WITH_PCRE2_8
Packit 504f36
if WITH_PCRE2_16
Packit 504f36
libpcre2_16_la_LDFLAGS = $(EXTRA_LIBPCRE2_16_LDFLAGS)
Packit 504f36
endif # WITH_PCRE2_16
Packit 504f36
if WITH_PCRE2_32
Packit 504f36
libpcre2_32_la_LDFLAGS = $(EXTRA_LIBPCRE2_32_LDFLAGS)
Packit 504f36
endif # WITH_PCRE2_32
Packit 504f36
Packit 504f36
if WITH_VALGRIND
Packit 504f36
if WITH_PCRE2_8
Packit 504f36
libpcre2_8_la_CFLAGS += $(VALGRIND_CFLAGS)
Packit 504f36
endif # WITH_PCRE2_8
Packit 504f36
if WITH_PCRE2_16
Packit 504f36
libpcre2_16_la_CFLAGS += $(VALGRIND_CFLAGS)
Packit 504f36
endif # WITH_PCRE2_16
Packit 504f36
if WITH_PCRE2_32
Packit 504f36
libpcre2_32_la_CFLAGS += $(VALGRIND_CFLAGS)
Packit 504f36
endif # WITH_PCRE2_32
Packit 504f36
endif # WITH_VALGRIND
Packit 504f36
Packit 504f36
if WITH_GCOV
Packit 504f36
if WITH_PCRE2_8
Packit 504f36
libpcre2_8_la_CFLAGS += $(GCOV_CFLAGS)
Packit 504f36
endif # WITH_PCRE2_8
Packit 504f36
if WITH_PCRE2_16
Packit 504f36
libpcre2_16_la_CFLAGS += $(GCOV_CFLAGS)
Packit 504f36
endif # WITH_PCRE2_16
Packit 504f36
if WITH_PCRE2_32
Packit 504f36
libpcre2_32_la_CFLAGS += $(GCOV_CFLAGS)
Packit 504f36
endif # WITH_PCRE2_32
Packit 504f36
endif # WITH_GCOV
Packit 504f36
Packit 504f36
## A version of the 8-bit library that has a POSIX API.
Packit 504f36
Packit 504f36
if WITH_PCRE2_8
Packit 504f36
lib_LTLIBRARIES += libpcre2-posix.la
Packit 504f36
libpcre2_posix_la_SOURCES = src/pcre2posix.c
Packit 504f36
libpcre2_posix_la_CFLAGS = \
Packit 504f36
  -DPCRE2_CODE_UNIT_WIDTH=8 \
Packit 504f36
  $(VISIBILITY_CFLAGS) $(AM_CFLAGS)
Packit 504f36
libpcre2_posix_la_LDFLAGS = $(EXTRA_LIBPCRE2_POSIX_LDFLAGS)
Packit 504f36
libpcre2_posix_la_LIBADD = libpcre2-8.la
Packit 504f36
if WITH_GCOV
Packit 504f36
libpcre2_posix_la_CFLAGS += $(GCOV_CFLAGS)
Packit 504f36
endif # WITH_GCOV
Packit 504f36
endif # WITH_PCRE2_8
Packit 504f36
Packit 504f36
## Build pcre2grep and optional fuzzer stuff if the 8-bit library is enabled
Packit 504f36
Packit 504f36
if WITH_PCRE2_8
Packit 504f36
bin_PROGRAMS += pcre2grep
Packit 504f36
pcre2grep_SOURCES = src/pcre2grep.c
Packit 504f36
pcre2grep_CFLAGS = $(AM_CFLAGS)
Packit 504f36
pcre2grep_LDADD = $(LIBZ) $(LIBBZ2)
Packit 504f36
pcre2grep_LDADD += libpcre2-8.la
Packit 504f36
if WITH_GCOV
Packit 504f36
pcre2grep_CFLAGS += $(GCOV_CFLAGS)
Packit 504f36
pcre2grep_LDADD += $(GCOV_LIBS)
Packit 504f36
endif # WITH_GCOV
Packit 504f36
Packit 504f36
## If fuzzer support is enabled, build a non-distributed library containing the
Packit 504f36
## fuzzing function. Also build the standalone checking binary from the same
Packit 504f36
## source but using -DSTANDALONE.
Packit 504f36
Packit 504f36
if WITH_FUZZ_SUPPORT
Packit 504f36
noinst_LIBRARIES = .libs/libpcre2-fuzzsupport.a
Packit 504f36
_libs_libpcre2_fuzzsupport_a_SOURCES = src/pcre2_fuzzsupport.c
Packit 504f36
_libs_libpcre2_fuzzsupport_a_CFLAGS = $(AM_CFLAGS)
Packit 504f36
_libs_libpcre2_fuzzsupport_a_LIBADD =
Packit 504f36
Packit 504f36
noinst_PROGRAMS += pcre2fuzzcheck
Packit 504f36
pcre2fuzzcheck_SOURCES = src/pcre2_fuzzsupport.c
Packit 504f36
pcre2fuzzcheck_CFLAGS = -DSTANDALONE $(AM_CFLAGS)
Packit 504f36
pcre2fuzzcheck_LDADD = libpcre2-8.la
Packit 504f36
endif # WITH FUZZ_SUPPORT
Packit 504f36
endif # WITH_PCRE2_8
Packit 504f36
Packit 504f36
## -------- Testing ----------
Packit 504f36
Packit 504f36
## If JIT support is enabled, arrange for the JIT test program to run.
Packit 504f36
Packit 504f36
if WITH_JIT
Packit 504f36
TESTS += pcre2_jit_test
Packit 504f36
noinst_PROGRAMS += pcre2_jit_test
Packit 504f36
pcre2_jit_test_SOURCES = src/pcre2_jit_test.c
Packit 504f36
pcre2_jit_test_CFLAGS = $(AM_CFLAGS)
Packit 504f36
pcre2_jit_test_LDADD =
Packit 504f36
if WITH_PCRE2_8
Packit 504f36
pcre2_jit_test_LDADD += libpcre2-8.la
Packit 504f36
endif # WITH_PCRE2_8
Packit 504f36
if WITH_PCRE2_16
Packit 504f36
pcre2_jit_test_LDADD += libpcre2-16.la
Packit 504f36
endif # WITH_PCRE2_16
Packit 504f36
if WITH_PCRE2_32
Packit 504f36
pcre2_jit_test_LDADD += libpcre2-32.la
Packit 504f36
endif # WITH_PCRE2_32
Packit 504f36
if WITH_GCOV
Packit 504f36
pcre2_jit_test_CFLAGS += $(GCOV_CFLAGS)
Packit 504f36
pcre2_jit_test_LDADD += $(GCOV_LIBS)
Packit 504f36
endif # WITH_GCOV
Packit 504f36
endif # WITH_JIT
Packit 504f36
Packit 504f36
# Build the general pcre2test program. The file src/pcre2_printint.c is
Packit 504f36
# #included by pcre2test as many times as needed, at different code unit
Packit 504f36
# widths.
Packit 504f36
Packit 504f36
bin_PROGRAMS += pcre2test
Packit 504f36
EXTRA_DIST += src/pcre2_printint.c
Packit 504f36
pcre2test_SOURCES = src/pcre2test.c
Packit 504f36
pcre2test_CFLAGS = $(AM_CFLAGS)
Packit 504f36
pcre2test_LDADD = $(LIBREADLINE)
Packit 504f36
Packit 504f36
if WITH_PCRE2_8
Packit 504f36
pcre2test_LDADD += libpcre2-8.la libpcre2-posix.la
Packit 504f36
endif # WITH_PCRE2_8
Packit 504f36
Packit 504f36
if WITH_PCRE2_16
Packit 504f36
pcre2test_LDADD += libpcre2-16.la
Packit 504f36
endif # WITH_PCRE2_16
Packit 504f36
Packit 504f36
if WITH_PCRE2_32
Packit 504f36
pcre2test_LDADD += libpcre2-32.la
Packit 504f36
endif # WITH_PCRE2_32
Packit 504f36
Packit 504f36
if WITH_VALGRIND
Packit 504f36
pcre2test_CFLAGS += $(VALGRIND_CFLAGS)
Packit 504f36
endif # WITH_VALGRIND
Packit 504f36
Packit 504f36
if WITH_GCOV
Packit 504f36
pcre2test_CFLAGS += $(GCOV_CFLAGS)
Packit 504f36
pcre2test_LDADD += $(GCOV_LIBS)
Packit 504f36
endif # WITH_GCOV
Packit 504f36
Packit 504f36
## The main library tests. Each test is a binary plus a script that runs that
Packit 504f36
## binary in various ways. We install these test binaries in case folks find it
Packit 504f36
## helpful. The two .bat files are for running the tests under Windows.
Packit 504f36
Packit 504f36
TESTS += RunTest
Packit 504f36
EXTRA_DIST += RunTest.bat
Packit 504f36
dist_noinst_SCRIPTS += RunTest
Packit 504f36
Packit 504f36
## When the 8-bit library is configured, pcre2grep will have been built.
Packit 504f36
Packit 504f36
if WITH_PCRE2_8
Packit 504f36
TESTS += RunGrepTest
Packit 504f36
EXTRA_DIST += RunGrepTest.bat
Packit 504f36
dist_noinst_SCRIPTS += RunGrepTest
Packit 504f36
endif # WITH_PCRE2_8
Packit 504f36
Packit 504f36
## Distribute all the test data files
Packit 504f36
Packit 504f36
EXTRA_DIST += \
Packit 504f36
  testdata/grepbinary \
Packit 504f36
  testdata/grepfilelist \
Packit 504f36
  testdata/grepinput \
Packit 504f36
  testdata/grepinput3 \
Packit 504f36
  testdata/grepinput8 \
Packit 504f36
  testdata/grepinputM \
Packit 504f36
  testdata/grepinputv \
Packit 504f36
  testdata/grepinputx \
Packit 504f36
  testdata/greplist \
Packit 504f36
  testdata/grepoutput \
Packit 504f36
  testdata/grepoutput8 \
Packit 504f36
  testdata/grepoutputC \
Packit 504f36
  testdata/grepoutputN \
Packit 504f36
  testdata/greppatN4 \
Packit 504f36
  testdata/testinput1 \
Packit 504f36
  testdata/testinput2 \
Packit 504f36
  testdata/testinput3 \
Packit 504f36
  testdata/testinput4 \
Packit 504f36
  testdata/testinput5 \
Packit 504f36
  testdata/testinput6 \
Packit 504f36
  testdata/testinput7 \
Packit 504f36
  testdata/testinput8 \
Packit 504f36
  testdata/testinput9 \
Packit 504f36
  testdata/testinput10 \
Packit 504f36
  testdata/testinput11 \
Packit 504f36
  testdata/testinput12 \
Packit 504f36
  testdata/testinput13 \
Packit 504f36
  testdata/testinput14 \
Packit 504f36
  testdata/testinput15 \
Packit 504f36
  testdata/testinput16 \
Packit 504f36
  testdata/testinput17 \
Packit 504f36
  testdata/testinput18 \
Packit 504f36
  testdata/testinput19 \
Packit 504f36
  testdata/testinput20 \
Packit 504f36
  testdata/testinput21 \
Packit 504f36
  testdata/testinput22 \
Packit 504f36
  testdata/testinput23 \
Packit 504f36
  testdata/testinput24 \
Packit 504f36
  testdata/testinput25 \
Packit 504f36
  testdata/testinputEBC \
Packit 504f36
  testdata/testoutput1 \
Packit 504f36
  testdata/testoutput2 \
Packit 504f36
  testdata/testoutput3 \
Packit 504f36
  testdata/testoutput3A \
Packit 504f36
  testdata/testoutput3B \
Packit 504f36
  testdata/testoutput4 \
Packit 504f36
  testdata/testoutput5 \
Packit 504f36
  testdata/testoutput6 \
Packit 504f36
  testdata/testoutput7 \
Packit 504f36
  testdata/testoutput8-16-2 \
Packit 504f36
  testdata/testoutput8-16-3 \
Packit 504f36
  testdata/testoutput8-16-4 \
Packit 504f36
  testdata/testoutput8-32-2 \
Packit 504f36
  testdata/testoutput8-32-3 \
Packit 504f36
  testdata/testoutput8-32-4 \
Packit 504f36
  testdata/testoutput8-8-2 \
Packit 504f36
  testdata/testoutput8-8-3 \
Packit 504f36
  testdata/testoutput8-8-4 \
Packit 504f36
  testdata/testoutput9 \
Packit 504f36
  testdata/testoutput10 \
Packit 504f36
  testdata/testoutput11-16 \
Packit 504f36
  testdata/testoutput11-32 \
Packit 504f36
  testdata/testoutput12-16 \
Packit 504f36
  testdata/testoutput12-32 \
Packit 504f36
  testdata/testoutput13 \
Packit 504f36
  testdata/testoutput14-16 \
Packit 504f36
  testdata/testoutput14-32 \
Packit 504f36
  testdata/testoutput14-8 \
Packit 504f36
  testdata/testoutput15 \
Packit 504f36
  testdata/testoutput16 \
Packit 504f36
  testdata/testoutput17 \
Packit 504f36
  testdata/testoutput18 \
Packit 504f36
  testdata/testoutput19 \
Packit 504f36
  testdata/testoutput20 \
Packit 504f36
  testdata/testoutput21 \
Packit 504f36
  testdata/testoutput22-16 \
Packit 504f36
  testdata/testoutput22-32 \
Packit 504f36
  testdata/testoutput22-8 \
Packit 504f36
  testdata/testoutput23 \
Packit 504f36
  testdata/testoutput24 \
Packit 504f36
  testdata/testoutput25 \
Packit 504f36
  testdata/testoutputEBC \
Packit 504f36
  testdata/valgrind-jit.supp \
Packit 504f36
  testdata/wintestinput3 \
Packit 504f36
  testdata/wintestoutput3 \
Packit 504f36
  perltest.sh
Packit 504f36
Packit 504f36
# RunTest and RunGrepTest should clean up after themselves, but just in case
Packit 504f36
# they don't, add their working files to CLEANFILES.
Packit 504f36
Packit 504f36
CLEANFILES += \
Packit 504f36
        testSinput \
Packit 504f36
        test3input \
Packit 504f36
        test3output \
Packit 504f36
        test3outputA \
Packit 504f36
        test3outputB \
Packit 504f36
        testtry \
Packit 504f36
        teststdout \
Packit 504f36
	teststderr \
Packit 504f36
        teststderrgrep \
Packit 504f36
        testtemp1grep \
Packit 504f36
        testtemp2grep \
Packit 504f36
        testtrygrep \
Packit 504f36
        testNinputgrep
Packit 504f36
Packit 504f36
## ------------ End of testing -------------
Packit 504f36
Packit 504f36
Packit 504f36
# PCRE2 demonstration program. Not built automatcally. The point is that the
Packit 504f36
# users should build it themselves. So just distribute the source.
Packit 504f36
Packit 504f36
EXTRA_DIST += src/pcre2demo.c
Packit 504f36
Packit 504f36
Packit 504f36
# We have .pc files for pkg-config users.
Packit 504f36
Packit 504f36
pkgconfigdir = $(libdir)/pkgconfig
Packit 504f36
pkgconfig_DATA =
Packit 504f36
Packit 504f36
if WITH_PCRE2_8
Packit 504f36
pkgconfig_DATA += libpcre2-8.pc libpcre2-posix.pc
Packit 504f36
endif
Packit 504f36
Packit 504f36
if WITH_PCRE2_16
Packit 504f36
pkgconfig_DATA += libpcre2-16.pc
Packit 504f36
endif
Packit 504f36
Packit 504f36
if WITH_PCRE2_32
Packit 504f36
pkgconfig_DATA += libpcre2-32.pc
Packit 504f36
endif
Packit 504f36
Packit 504f36
Packit 504f36
# gcov/lcov code coverage reporting
Packit 504f36
#
Packit 504f36
# Coverage reporting targets:
Packit 504f36
#
Packit 504f36
# coverage: Create a coverage report from 'make check'
Packit 504f36
# coverage-baseline: Capture baseline coverage information
Packit 504f36
# coverage-reset: This zeros the coverage counters only
Packit 504f36
# coverage-report: This creates the coverage report only
Packit 504f36
# coverage-clean-report: This removes the generated coverage report
Packit 504f36
#   without cleaning the coverage data itself
Packit 504f36
# coverage-clean-data: This removes the captured coverage data without
Packit 504f36
#   removing the coverage files created at compile time (*.gcno)
Packit 504f36
# coverage-clean: This cleans all coverage data including the generated
Packit 504f36
#   coverage report.
Packit 504f36
Packit 504f36
if WITH_GCOV
Packit 504f36
COVERAGE_TEST_NAME = $(PACKAGE)
Packit 504f36
COVERAGE_NAME = $(PACKAGE)-$(VERSION)
Packit 504f36
COVERAGE_OUTPUT_FILE = $(COVERAGE_NAME)-coverage.info
Packit 504f36
COVERAGE_OUTPUT_DIR = $(COVERAGE_NAME)-coverage
Packit 504f36
COVERAGE_LCOV_EXTRA_FLAGS =
Packit 504f36
COVERAGE_GENHTML_EXTRA_FLAGS =
Packit 504f36
Packit 504f36
coverage_quiet = $(coverage_quiet_$(V))
Packit 504f36
coverage_quiet_ = $(coverage_quiet_$(AM_DEFAULT_VERBOSITY))
Packit 504f36
coverage_quiet_0 = --quiet
Packit 504f36
Packit 504f36
coverage-check: all
Packit 504f36
	-$(MAKE) $(AM_MAKEFLAGS) -k check
Packit 504f36
Packit 504f36
coverage-baseline:
Packit 504f36
	$(LCOV) $(coverage_quiet) \
Packit 504f36
		--directory $(top_builddir) \
Packit 504f36
		--output-file "$(COVERAGE_OUTPUT_FILE)" \
Packit 504f36
		--capture \
Packit 504f36
		--initial
Packit 504f36
Packit 504f36
coverage-report:
Packit 504f36
	$(LCOV) $(coverage_quiet) \
Packit 504f36
		--directory $(top_builddir) \
Packit 504f36
		--capture \
Packit 504f36
		--output-file "$(COVERAGE_OUTPUT_FILE).tmp" \
Packit 504f36
		--test-name "$(COVERAGE_TEST_NAME)" \
Packit 504f36
		--no-checksum \
Packit 504f36
		--compat-libtool \
Packit 504f36
		$(COVERAGE_LCOV_EXTRA_FLAGS)
Packit 504f36
	$(LCOV) $(coverage_quiet) \
Packit 504f36
		--directory $(top_builddir) \
Packit 504f36
		--output-file "$(COVERAGE_OUTPUT_FILE)" \
Packit 504f36
		--remove "$(COVERAGE_OUTPUT_FILE).tmp" \
Packit 504f36
		"/tmp/*" \
Packit 504f36
		"/usr/include/*" \
Packit 504f36
		"$(includedir)/*"
Packit 504f36
	-@rm -f "$(COVERAGE_OUTPUT_FILE).tmp"
Packit 504f36
	LANG=C $(GENHTML) $(coverage_quiet) \
Packit 504f36
		--prefix $(top_builddir) \
Packit 504f36
		--output-directory "$(COVERAGE_OUTPUT_DIR)" \
Packit 504f36
		--title "$(PACKAGE) $(VERSION) Code Coverage Report" \
Packit 504f36
		--show-details "$(COVERAGE_OUTPUT_FILE)" \
Packit 504f36
		--legend \
Packit 504f36
		$(COVERAGE_GENHTML_EXTRA_FLAGS)
Packit 504f36
	@echo "Code coverage report written to file://$(abs_builddir)/$(COVERAGE_OUTPUT_DIR)/index.html"
Packit 504f36
Packit 504f36
coverage-reset:
Packit 504f36
	-$(LCOV) $(coverage_quiet) --zerocounters --directory $(top_builddir)
Packit 504f36
Packit 504f36
coverage-clean-report:
Packit 504f36
	-rm -f "$(COVERAGE_OUTPUT_FILE)" "$(COVERAGE_OUTPUT_FILE).tmp"
Packit 504f36
	-rm -rf "$(COVERAGE_OUTPUT_DIR)"
Packit 504f36
Packit 504f36
coverage-clean-data:
Packit 504f36
	-find $(top_builddir) -name "*.gcda" -delete
Packit 504f36
Packit 504f36
coverage-clean: coverage-reset coverage-clean-report coverage-clean-data
Packit 504f36
	-find $(top_builddir) -name "*.gcno" -delete
Packit 504f36
Packit 504f36
coverage-distclean: coverage-clean
Packit 504f36
Packit 504f36
coverage: coverage-reset coverage-baseline coverage-check coverage-report
Packit 504f36
clean-local: coverage-clean
Packit 504f36
distclean-local: coverage-distclean
Packit 504f36
Packit 504f36
.PHONY: coverage coverage-baseline coverage-check coverage-report coverage-reset coverage-clean-report coverage-clean-data coverage-clean coverage-distclean
Packit 504f36
Packit 504f36
# Without coverage support, still arrange for 'make distclean' to get rid of
Packit 504f36
# any coverage files that may have been left from a different configuration.
Packit 504f36
Packit 504f36
else
Packit 504f36
Packit 504f36
coverage:
Packit 504f36
	@echo "Configuring with --enable-coverage is required to generate code coverage report."
Packit 504f36
Packit 504f36
DISTCLEANFILES += src/*.gcda src/*.gcno
Packit 504f36
Packit 504f36
distclean-local:
Packit 504f36
	rm -rf $(PACKAGE)-$(VERSION)-coverage*
Packit 504f36
Packit 504f36
endif # WITH_GCOV
Packit 504f36
Packit 504f36
## CMake support
Packit 504f36
Packit 504f36
EXTRA_DIST += \
Packit 504f36
  cmake/COPYING-CMAKE-SCRIPTS \
Packit 504f36
  cmake/FindPackageHandleStandardArgs.cmake \
Packit 504f36
  cmake/FindReadline.cmake \
Packit 504f36
  cmake/FindEditline.cmake \
Packit 504f36
  CMakeLists.txt \
Packit 504f36
  config-cmake.h.in
Packit 504f36
Packit 504f36
## end Makefile.am