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

1.11    ! paf         1: noinst_PROGRAMS = dftables pcre_parser_ctype
1.5       paf         2: dftables_SOURCES = dftables.c 
                      3: pcre_parser_ctype_SOURCES = pcre_parser_ctype.c
1.3       paf         4: 
                      5: auto_part.p:   pcre_parser_ctype
                      6:        ./pcre_parser_ctype Russian_Russia.1251 > auto_part.p
1.2       paf         7: 
1.11    ! paf         8: chartables.c:   dftables
        !             9:        ./dftables >chartables.c
1.7       parser     10: 
1.11    ! paf        11: CLEANFILES = auto_part.p chartables.c
1.9       parser     12: 
1.11    ! paf        13: pcre.c: chartables.c
1.2       paf        14: 
                     15: noinst_LIBRARIES = libpcre.a
1.8       parser     16: libpcre_a_SOURCES = get.c pcre.c study.c maketables.c

E-mail: