Update to 2.0.0 tree from current Fremantle build
[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)/include/opencv
9
10 AM_CPPFLAGS = \
11   $(CV_INCLUDES)                     \
12   -DCV_NO_BACKWARD_COMPATIBILITY
13
14 if BUILD_OCTAVE_WRAPPERS
15   TMP_OCTAVE_DIR = octave
16 else
17   TMP_OCTAVE_DIR =
18 endif
19
20 SUBDIRS = filtered general python $(TMP_OCTAVE_DIR)
21
22 EXTRA_DIST = README CMakeLists.txt