SUBDIRS = vlcutils
bin_PROGRAMS = mkmt findex map
mkmt_SOURCES = mkmt.c definitions.h index.c index.h matchtable.c matchtable.h \
	freqdist.c freqdist.h 
findex_SOURCES = findex.c index.c index.h freqdist.c freqdist.h mhist.c \
	mhist.h mhistd.c mhistd.h
map_SOURCES = map.c freqdist.c freqdist.h index.c index.h matchtable.c \
	matchtable.h dnalib.h interactive.h mapsearch.h dsutil.h
mkmt_LDADD = vlcutils/.libs/libvlcutils.a
findex_LDADD = vlcutils/.libs/libvlcutils.a
map_LDADD = vlcutils/.libs/libvlcutils.a
AM_CFLAGS = -Wall
mkmt_CFLAGS = $(AM_CFLAGS) -pedantic -ansi
findex_CFLAGS = $(AM_CFLAGS) -pedantic -ansi
EXTRA_DIST = README LICENSE
