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