File: Makefile.am

package info (click to toggle)
sphinxbase 0.8%2B5prealpha%2B1-16
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 10,720 kB
  • sloc: ansic: 28,813; sh: 11,875; makefile: 705; python: 338; perl: 127; yacc: 93; lex: 50
file content (13 lines) | stat: -rw-r--r-- 328 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
check_PROGRAMS = test_log_int16 test_log_int8 test_log_shifted
TESTS = test_log_int16 test_log_int8

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.*