Update the trunk to the OpenCV's CVS (2008-07-14)
[opencv] / tests / cxcore / src / Makefile.am
1 # use the default c++ flags
2 AM_CXXFLAGS=@DEF_CXXFLAGS@
3
4 EXTRA_DIST = precomp.cpp cxcoretest.dsp cxcoretest.vcproj
5
6 INCLUDES =                             \
7         -I$(top_srcdir)/cxcore/include \
8         -I$(top_srcdir)/tests/cxts
9
10 check_PROGRAMS = cxcoretest
11 TESTS          = $(check_PROGRAMS)
12
13 cxcoretest_SOURCES =        \
14         cxcoretest.h        \
15         aarithm.cpp         \
16         adatastruct.cpp     \
17         adxt.cpp            \
18         amath.cpp           \
19         asolvepoly.cpp      \
20         cxcoretest_main.cpp
21 cxcoretest_LDADD = \
22         $(top_builddir)/tests/cxts/libcxts.la \
23         $(top_builddir)/cxcore/src/libcxcore.la