906b18844311781021f8b17afea1b7dff5374495
[opencv] / tests / cxcore / src / Makefile.am
1 EXTRA_DIST = precomp.cpp cxcoretest.dsp cxcoretest.vcproj
2
3 INCLUDES =                             \
4         -I$(top_srcdir)/cxcore/include \
5         -I$(top_srcdir)/tests/cxts
6
7 check_PROGRAMS = cxcoretest
8 TESTS          = $(check_PROGRAMS)
9
10 cxcoretest_SOURCES =        \
11         cxcoretest.h        \
12         aarithm.cpp         \
13         adatastruct.cpp     \
14         adxt.cpp            \
15         amath.cpp           \
16         cxcoretest_main.cpp
17 cxcoretest_LDADD = \
18         $(top_builddir)/tests/cxts/libcxts.la \
19         $(top_builddir)/cxcore/src/libcxcore.la