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

1.1.2.1 ! paf         1: #  $Id: Makefile.am,v 1.4 2001/04/04 10:50:30 paf Exp $
        !             2: 
        !             3: bin_PROGRAMS = dftables
        !             4: dftables_SOURCES = dftables.c
        !             5: 
        !             6: chartables.c:   dftables
        !             7:        ./dftables >chartables.c
        !             8: 
        !             9: 
        !            10: lib_LTLIBRARIES = pcre.la
        !            11: pcre_la_SOURCES = get.c pcre.c study.c  chartables.c 
        !            12: pcre_la_LDFLAGS = -module -avoid-version
        !            13: 
        !            14: 

E-mail: