Annotation of parser3/src/pcre/Makefile.am, revision 1.5

1.5     ! paf         1: #  $Id: Makefile.am,v 1.4 2001/04/23 15:52:59 paf Exp $
1.2       paf         2: 
1.3       paf         3: bin_PROGRAMS = dftables pcre_parser_ctype
1.5     ! paf         4: dftables_SOURCES = dftables.c 
        !             5: pcre_parser_ctype_SOURCES = pcre_parser_ctype.c
1.3       paf         6: 
                      7: auto_part.p:   pcre_parser_ctype
                      8:        ./pcre_parser_ctype Russian_Russia.1251 > auto_part.p
1.2       paf         9: 
                     10: chartables.c:   dftables
                     11:        ./dftables >chartables.c
                     12: 
                     13: noinst_LIBRARIES = libpcre.a
1.5     ! paf        14: libpcre_a_SOURCES = chartables.c get.c pcre.c study.c  chartables.c maketables.c
1.2       paf        15: 

E-mail: