|
|
| version 1.1.2.1, 2001/04/16 11:26:45 | version 1.10, 2001/07/18 13:20:06 |
|---|---|
| Line 1 | Line 1 |
| # $Id$ | bin_PROGRAMS = dftables pcre_parser_ctype |
| dftables_SOURCES = dftables.c | |
| pcre_parser_ctype_SOURCES = pcre_parser_ctype.c | |
| bin_PROGRAMS = dftables | auto_part.p: pcre_parser_ctype |
| dftables_SOURCES = dftables.c | ./pcre_parser_ctype Russian_Russia.1251 > auto_part.p |
| chartables.c: dftables | CHARTABLES_C=chartables.c |
| ./dftables >chartables.c | |
| $(CHARTABLES_C): dftables | |
| ./dftables >$(CHARTABLES_C) | |
| lib_LTLIBRARIES = pcre.la | pcre.c: $(CHARTABLES_C) |
| pcre_la_SOURCES = get.c pcre.c study.c chartables.c | |
| pcre_la_LDFLAGS = -module -avoid-version | |
| noinst_LIBRARIES = libpcre.a | |
| libpcre_a_SOURCES = get.c pcre.c study.c maketables.c | |
| CLEANFILES = $(CHARTABLES_C) | |