## Process this file with automake to produce Makefile.in
NEURALDIR=../lib
noinst_PROGRAMS=char_recognition char_stats char_cov odd_even
char_recognition_SOURCES=char_recognition.cc char_data.cc
char_stats_SOURCES=char_stats.cc char_data.cc
char_stats_LDADD=$(NEURALDIR)/libneural.la
char_cov_SOURCES=char_cov.cc char_data.cc
odd_even_SOURCES=odd_even.cc
char_recognition_LDADD=$(NEURALDIR)/libneural.la
odd_even_LDADD=$(NEURALDIR)/libneural.la
INCLUDES=-I../include
EXTRA_DIST=README char_recognition.nnw odd_even.nnw build_nnstats build_covstats
syntax highlighted by Code2HTML, v. 0.9.1