--- parser3/src/pcre/Attic/Makefile.am 2001/04/17 19:00:43 1.2 +++ parser3/src/pcre/Attic/Makefile.am 2001/05/21 08:16:44 1.9 @@ -1,13 +1,19 @@ -# $Id: Makefile.am,v 1.2 2001/04/17 19:00:43 paf Exp $ +# $Id: Makefile.am,v 1.9 2001/05/21 08:16:44 parser Exp $ -bin_PROGRAMS = dftables -dftables_SOURCES = dftables.c +bin_PROGRAMS = dftables pcre_parser_ctype +dftables_SOURCES = dftables.c +pcre_parser_ctype_SOURCES = pcre_parser_ctype.c -chartables.c: dftables - ./dftables >chartables.c +auto_part.p: pcre_parser_ctype + ./pcre_parser_ctype Russian_Russia.1251 > auto_part.p +CHARTABLES_C=chartables.c -noinst_LIBRARIES = libpcre.a -libpcre_a_SOURCES = get.c pcre.c study.c chartables.c maketables.c +$(CHARTABLES_C): dftables + ./dftables >$(CHARTABLES_C) +pcre.c: $(CHARTABLES_C) +noinst_LIBRARIES = libpcre.a +libpcre_a_SOURCES = get.c pcre.c study.c maketables.c +CLEANFILES = $(CHARTABLES_C) \ No newline at end of file