Move the sources to trunk
[opencv] / cxcore / src / Makefile.am
1 EXTRA_DIST = cxcore.dsp cxcore.vcproj cxcore.rc resource.h
2
3 INCLUDES = -I. -I$(top_srcdir)/cxcore/include -I$(top_srcdir)
4
5 noinst_HEADERS     = _cxcore.h _cxipp.h
6 noinst_LTLIBRARIES = lib_cxcore.la
7 lib_LTLIBRARIES    = libcxcore.la
8
9 # convenience library
10 lib_cxcore_la_SOURCES = cxalloc.cpp cxarithm.cpp cxarray.cpp cxcmp.cpp \
11     cxconvert.cpp cxcopy.cpp cxdatastructs.cpp cxdrawing.cpp \
12     cxdxt.cpp cxerror.cpp cximage.cpp cxjacobieigens.cpp cxlogic.cpp cxlut.cpp \
13     cxmathfuncs.cpp cxmatmul.cpp cxmatrix.cpp cxmean.cpp \
14     cxmeansdv.cpp cxminmaxloc.cpp cxnorm.cpp cxouttext.cpp \
15     cxpersistence.cpp cxprecomp.cpp cxrand.cpp cxsumpixels.cpp \
16     cxsvd.cpp cxswitcher.cpp cxtables.cpp cxutils.cpp
17 lib_cxcore_la_LDFLAGS = -no-undefined @LDFLAGS@
18
19 # real library
20 libcxcore_la_SOURCES = dummy.cpp
21 libcxcore_la_LDFLAGS = -no-undefined -version-info @LT_VERSION@ @LDFLAGS@
22 libcxcore_la_LIBADD  = lib_cxcore.la @LTLIBOBJS@