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