Files
nshmyrev 32b95d940a Replace INCLUDES with AM_CFLAGS
git-svn-id: svn+ssh://svn.code.sf.net/p/cmusphinx/code/trunk/sphinxbase@12624 94700074-3cef-4d97-a70e-9c8c206c02f5
2014-09-27 20:14:16 +00:00

14 lines
345 B
Makefile

check_PROGRAMS = test_log_int16 test_log_int8 test_log_shifted
TESTS = test_log_int16 test_log_int8 test_log_shifted
AM_CFLAGS =\
-I$(top_srcdir)/include/sphinxbase \
-I$(top_srcdir)/include \
-I$(top_builddir)/include
LDADD = ${top_builddir}/src/libsphinxbase/libsphinxbase.la -lm
noinst_HEADERS = test_macros.h
CLEANFILES = *.out tmp.*