1## Process this file with automake to produce Makefile.in
2
3INCLUDES = $(DBFLIB_INCLUDEDIR) -DPACKAGE_LOCALE_DIR=\""$(datadir)/locale"\"
4
5bin_PROGRAMS = dbf
6
7dbf_SOURCES = dbf.c odbf.c csv.c sql.c codepages.c statistic.c congraph.c
8
9dbf_LDADD = $(DBFLIB_LIBDIR) $(DBFLIB_LIBS)
10
11noinst_HEADERS = dbf.h odbf.h csv.h sql.h codepages.h statistic.h congraph.h
12