File:  [parser3project] / parser3 / src / pcre / Attic / Makefile.am
Revision 1.10: download - view: text, annotated - select for diffs - revision graph
Wed Jul 18 13:20:06 2001 UTC (25 years ago) by parser
Branches: MAIN
CVS tags: HEAD
removed $id from *.in *.am

bin_PROGRAMS = dftables pcre_parser_ctype
dftables_SOURCES = dftables.c 
pcre_parser_ctype_SOURCES = pcre_parser_ctype.c

auto_part.p:   pcre_parser_ctype
	./pcre_parser_ctype Russian_Russia.1251 > auto_part.p

CHARTABLES_C=chartables.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)

E-mail: