Move the sources to trunk
[opencv] / interfaces / swig / Makefile.am
1 # opencv/interfaces/swig/Makefile.am
2 # 2005-01-23, Mark Asbach <asbach@ient.rwth-aachen.de>
3
4 # depending on the Automake conditionals set by configure, we will build the various
5 # script language interfaces that SWIG is capable of generating wrappers for
6
7 CV_INCLUDES = \
8   -I$(top_srcdir)/cv/include         \
9   -I$(top_srcdir)/cxcore/include     \
10   -I$(top_srcdir)/otherlibs/highgui
11
12 AM_CPPFLAGS = \
13   $(CV_INCLUDES)                     \
14   -DCV_NO_BACKWARD_COMPATIBILITY
15
16 SUBDIRS = filtered general python
17
18 EXTRA_DIST = README