--- parser3/src/lib/pcre/Makefile.am 2002/06/21 12:42:19 1.1 +++ parser3/src/lib/pcre/Makefile.am 2014/08/28 17:08:38 1.9 @@ -1,19 +1,7 @@ -noinst_PROGRAMS = dftables pcre_parser_ctype -dftables_SOURCES = dftables.c -pcre_parser_ctype_SOURCES = pcre_parser_ctype.c +INCLUDES = @PCRE_INCLUDES@ -auto_part.p: pcre_parser_ctype - ./pcre_parser_ctype Russian_Russia.1251 > auto_part.p +noinst_HEADERS = pa_pcre_internal.h +noinst_LTLIBRARIES = libpcre_internal.la +libpcre_internal_la_SOURCES = pa_pcre_chartables.c pa_pcre_valid_utf8.c -chartables.c: dftables - ./dftables >chartables.c - -CLEANFILES = auto_part.p chartables.c - -pcre.c: chartables.c - -noinst_LIBRARIES = libpcre.a -noinst_HEADERS = pcre.h internal.h -libpcre_a_SOURCES = get.c pcre.c study.c maketables.c - -EXTRA_DIST = pcre.3.html pcre.3.txt pcre.dsp pcre_dftables.dsp pcre_parser_ctype.dsp +EXTRA_DIST = pcre_internal.vcproj