Update the trunk to the OpenCV's CVS (2008-07-14)
[opencv] / tests / cxts / Makefile.am
1 # use the default c++ flags
2 AM_CXXFLAGS=@DEF_CXXFLAGS@
3
4 EXTRA_DIST = cxts.dsp cxts.vcproj precomp.cpp
5
6 INCLUDES = -I. -I$(top_srcdir)/cxcore/include -I$(top_srcdir)/tests
7 AM_CFLAGS = @CFLAGS@ @DEBUG@
8
9 check_LTLIBRARIES = libcxts.la
10
11 libcxts_la_SOURCES = _cxts.h cxts.h cxts.cpp cxts_arrtest.cpp cxts_math.cpp
12 libcxts_la_LIBADD  = $(top_builddir)/cxcore/src/libcxcore.la