Annotation of parser3/src/lib/pcre/Makefile.am, revision 1.2

1.1       paf         1: noinst_PROGRAMS = dftables pcre_parser_ctype
                      2: dftables_SOURCES = dftables.c 
                      3: pcre_parser_ctype_SOURCES = pcre_parser_ctype.c
                      4: 
                      5: auto_part.p:   pcre_parser_ctype
                      6:        ./pcre_parser_ctype Russian_Russia.1251 > auto_part.p
                      7: 
                      8: chartables.c:   dftables
                      9:        ./dftables >chartables.c
                     10: 
                     11: CLEANFILES = auto_part.p chartables.c
                     12: 
                     13: pcre.c: chartables.c
                     14: 
                     15: noinst_LIBRARIES = libpcre.a
                     16: noinst_HEADERS = pcre.h internal.h
                     17: libpcre_a_SOURCES = get.c pcre.c study.c maketables.c
                     18: 
1.2     ! paf        19: EXTRA_DIST = pcre.3.html pcre.3.txt pcre.vcproj pcre_dftables.vcproj pcre_parser_ctype.vcproj

E-mail: