Create devel package not to install header and .pc file in binary
[platform/core/uifw/anthy.git] / test / Makefile.am
1 SUBDIRS =
2
3 EXTRA_DIST = test.txt test.exp prediction.c test-matrix.c
4
5 INCLUDES = -I$(top_srcdir)/ -DSRCDIR=\"$(srcdir)\" \
6           -DTEST_HOME=\""`pwd`"\"
7
8 noinst_PROGRAMS = anthy checklib
9 anthy_SOURCES = main.c
10 checklib_SOURCES = check.c
11
12 anthy_LDADD = ../src-util/libconvdb.la ../src-main/libanthy.la ../src-worddic/libanthydic.la
13 checklib_LDADD = ../src-main/libanthy.la ../src-worddic/libanthydic.la
14
15 mostlyclean-local:
16         -rm -rf .anthy*