X-Git-Url: https://vcs.maemo.org/git/?a=blobdiff_plain;f=tests%2Fcxcore%2Fsrc%2FMakefile.am;fp=tests%2Fcxcore%2Fsrc%2FMakefile.am;h=0000000000000000000000000000000000000000;hb=e4c14cdbdf2fe805e79cd96ded236f57e7b89060;hp=268e0ae7ad98b6a1b1ae276b642fb74aaee32c73;hpb=454138ff8a20f6edb9b65a910101403d8b520643;p=opencv diff --git a/tests/cxcore/src/Makefile.am b/tests/cxcore/src/Makefile.am deleted file mode 100644 index 268e0ae..0000000 --- a/tests/cxcore/src/Makefile.am +++ /dev/null @@ -1,23 +0,0 @@ -# use the default c++ flags -AM_CXXFLAGS=@DEF_CXXFLAGS@ - -EXTRA_DIST = precomp.cpp cxcoretest.dsp cxcoretest.vcproj - -INCLUDES = \ - -I$(top_srcdir)/cxcore/include \ - -I$(top_srcdir)/tests/cxts - -check_PROGRAMS = cxcoretest -TESTS = $(check_PROGRAMS) - -cxcoretest_SOURCES = \ - cxcoretest.h \ - aarithm.cpp \ - adatastruct.cpp \ - adxt.cpp \ - amath.cpp \ - asolvepoly.cpp \ - cxcoretest_main.cpp -cxcoretest_LDADD = \ - $(top_builddir)/tests/cxts/libcxts.la \ - $(top_builddir)/cxcore/src/libcxcore.la