summaryrefslogtreecommitdiff
path: root/test/Makefile.am
blob: 0af27ba4d794b904354da73dfda65aec74fa8521 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
SUBDIRS =

EXTRA_DIST = test.txt test.exp prediction.c test-matrix.c

INCLUDES = -I$(top_srcdir)/ -DSRCDIR=\"$(srcdir)\" \
	  -DTEST_HOME=\""`pwd`"\"

noinst_PROGRAMS = anthy checklib
anthy_SOURCES = main.c
checklib_SOURCES = check.c

anthy_LDADD = ../src-util/libconvdb.la ../src-main/libanthy.la ../src-worddic/libanthydic.la
checklib_LDADD = ../src-main/libanthy.la ../src-worddic/libanthydic.la

mostlyclean-local:
	-rm -rf .anthy*