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

1.2     ! paf         1: #  $Id: Makefile.am,v 1.1.2.2 2001/04/16 12:15:21 paf Exp $
        !             2: 
        !             3: bin_PROGRAMS = dftables
        !             4: dftables_SOURCES = dftables.c
        !             5: 
        !             6: chartables.c:   dftables
        !             7:        ./dftables >chartables.c
        !             8: 
        !             9: 
        !            10: noinst_LIBRARIES = libpcre.a
        !            11: libpcre_a_SOURCES = get.c pcre.c study.c  chartables.c maketables.c
        !            12: 
        !            13: 

E-mail: