Update the trunk to the OpenCV's CVS (2008-07-14)
[opencv] / tests / cv / src / Makefile.am
1 # use the default c++ flags
2 AM_CXXFLAGS=@DEF_CXXFLAGS@
3
4 INCLUDES =                            \
5     -I.                               \
6     -I$(top_srcdir)/tests/cxts        \
7     -I$(top_srcdir)/otherlibs/highgui \
8     -I$(top_srcdir)/cxcore/include    \
9     -I$(top_srcdir)/cv/include        \
10     -I$(top_srcdir)/cvaux/include
11
12 check_PROGRAMS   = cvtest
13 TESTS            = $(check_PROGRAMS)
14 EXTRA_DIST       = cvtest.dsp cvtest.vcproj
15 MOSTLYCLEANFILES = .lst .sum
16
17 noinst_HEADERS = \
18     cvtest.h
19 cvtest_SOURCES = \
20     aaccum.cpp               aadaptthresh.cpp         aapproxpoly.cpp \
21     acameracalibration.cpp   acamshift.cpp            acanny.cpp \
22     achesscorners.cpp        acolor.cpp               acondens.cpp \
23     acontourmoments.cpp      acontours.cpp            acontoursmatch.cpp \
24     aconvhull.cpp            acreatecontourtree.cpp   adistancetransform.cpp \
25     adrawing_regress.cpp     aeigenobjects.cpp        aemd.cpp \
26     afilter.cpp              afloodfill.cpp           afundam.cpp \
27     ahistograms.cpp          ahmmobs.cpp              ahoughtransform.cpp \
28     aimage.cpp               aimgwarp.cpp             akalman.cpp \
29     akmeans.cpp              amatchcontourtrees.cpp   amoments.cpp \
30     amotiontemplates.cpp     amotseg.cpp              aoptflowhs.cpp \
31     aoptflowlk.cpp           aoptflowpyrlk.cpp        aposit.cpp \
32     apyrsegmentation.cpp     asnakes.cpp              asubdivisions.cpp \
33     akdtree.cpp \
34     atemplmatch.cpp          athresh.cpp      cvtest.cpp    tsysa.cpp                
35 cvtest_LDADD =                                           \
36     $(top_builddir)/tests/cxts/libcxts.la            \
37     $(top_builddir)/cxcore/src/libcxcore.la          \
38     $(top_builddir)/cv/src/libcv.la                  \
39     $(top_builddir)/cvaux/src/libcvaux.la            \
40     $(top_builddir)/otherlibs/highgui/libhighgui.la