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