Update the changelog
[opencv] / tests / cv / src / Makefile.in
1 # Makefile.in generated by automake 1.9.6 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # 2003, 2004, 2005  Free Software Foundation, Inc.
6 # This Makefile.in is free software; the Free Software Foundation
7 # gives unlimited permission to copy and/or distribute it,
8 # with or without modifications, as long as this notice is preserved.
9
10 # This program is distributed in the hope that it will be useful,
11 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13 # PARTICULAR PURPOSE.
14
15 @SET_MAKE@
16
17 srcdir = @srcdir@
18 top_srcdir = @top_srcdir@
19 VPATH = @srcdir@
20 pkgdatadir = $(datadir)/@PACKAGE@
21 pkglibdir = $(libdir)/@PACKAGE@
22 pkgincludedir = $(includedir)/@PACKAGE@
23 top_builddir = ../../..
24 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
25 INSTALL = @INSTALL@
26 install_sh_DATA = $(install_sh) -c -m 644
27 install_sh_PROGRAM = $(install_sh) -c
28 install_sh_SCRIPT = $(install_sh) -c
29 INSTALL_HEADER = $(INSTALL_DATA)
30 transform = $(program_transform_name)
31 NORMAL_INSTALL = :
32 PRE_INSTALL = :
33 POST_INSTALL = :
34 NORMAL_UNINSTALL = :
35 PRE_UNINSTALL = :
36 POST_UNINSTALL = :
37 build_triplet = @build@
38 host_triplet = @host@
39 target_triplet = @target@
40 check_PROGRAMS = cvtest$(EXEEXT)
41 subdir = tests/cv/src
42 DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \
43         $(srcdir)/Makefile.in
44 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
45 am__aclocal_m4_deps = $(top_srcdir)/autotools/aclocal/az_python.m4 \
46         $(top_srcdir)/autotools/aclocal/pkg.m4 \
47         $(top_srcdir)/autotools/aclocal/swig_complete.m4 \
48         $(top_srcdir)/autotools/aclocal/version_at_least.m4 \
49         $(top_srcdir)/configure.in
50 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
51         $(ACLOCAL_M4)
52 mkinstalldirs = $(SHELL) $(top_srcdir)/autotools/mkinstalldirs
53 CONFIG_HEADER = $(top_builddir)/cvconfig.h
54 CONFIG_CLEAN_FILES =
55 am_cvtest_OBJECTS = aaccum.$(OBJEXT) aadaptthresh.$(OBJEXT) \
56         aapproxpoly.$(OBJEXT) acameracalibration.$(OBJEXT) \
57         acamshift.$(OBJEXT) acanny.$(OBJEXT) achesscorners.$(OBJEXT) \
58         acolor.$(OBJEXT) acondens.$(OBJEXT) acontourmoments.$(OBJEXT) \
59         acontours.$(OBJEXT) acontoursmatch.$(OBJEXT) \
60         aconvhull.$(OBJEXT) acreatecontourtree.$(OBJEXT) \
61         adistancetransform.$(OBJEXT) adrawing_regress.$(OBJEXT) \
62         aeigenobjects.$(OBJEXT) aemd.$(OBJEXT) afilter.$(OBJEXT) \
63         afloodfill.$(OBJEXT) afundam.$(OBJEXT) ahistograms.$(OBJEXT) \
64         ahmmobs.$(OBJEXT) ahoughtransform.$(OBJEXT) aimage.$(OBJEXT) \
65         aimgwarp.$(OBJEXT) akalman.$(OBJEXT) akmeans.$(OBJEXT) \
66         amatchcontourtrees.$(OBJEXT) amoments.$(OBJEXT) \
67         amotiontemplates.$(OBJEXT) amotseg.$(OBJEXT) \
68         aoptflowhs.$(OBJEXT) aoptflowlk.$(OBJEXT) \
69         aoptflowpyrlk.$(OBJEXT) aposit.$(OBJEXT) \
70         apyrsegmentation.$(OBJEXT) asnakes.$(OBJEXT) \
71         asubdivisions.$(OBJEXT) atemplmatch.$(OBJEXT) \
72         athresh.$(OBJEXT) cvtest.$(OBJEXT) tsysa.$(OBJEXT)
73 cvtest_OBJECTS = $(am_cvtest_OBJECTS)
74 cvtest_DEPENDENCIES = $(top_builddir)/tests/cxts/libcxts.la \
75         $(top_builddir)/cxcore/src/libcxcore.la \
76         $(top_builddir)/cv/src/libcv.la \
77         $(top_builddir)/cvaux/src/libcvaux.la \
78         $(top_builddir)/otherlibs/highgui/libhighgui.la
79 DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
80 depcomp = $(SHELL) $(top_srcdir)/autotools/depcomp
81 am__depfiles_maybe = depfiles
82 CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
83         $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
84 LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
85         $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
86         $(AM_CXXFLAGS) $(CXXFLAGS)
87 CXXLD = $(CXX)
88 CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
89         $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
90 SOURCES = $(cvtest_SOURCES)
91 DIST_SOURCES = $(cvtest_SOURCES)
92 HEADERS = $(noinst_HEADERS)
93 ETAGS = etags
94 CTAGS = ctags
95 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
96 ACLOCAL = @ACLOCAL@
97 ALLOCA = @ALLOCA@
98 AMDEP_FALSE = @AMDEP_FALSE@
99 AMDEP_TRUE = @AMDEP_TRUE@
100 AMTAR = @AMTAR@
101 AR = @AR@
102 AS = @AS@
103 AUTOCONF = @AUTOCONF@
104 AUTOHEADER = @AUTOHEADER@
105 AUTOMAKE = @AUTOMAKE@
106 AWK = @AWK@
107 BUILD_APPS_FALSE = @BUILD_APPS_FALSE@
108 BUILD_APPS_TRUE = @BUILD_APPS_TRUE@
109 BUILD_CARBON_FALSE = @BUILD_CARBON_FALSE@
110 BUILD_CARBON_TRUE = @BUILD_CARBON_TRUE@
111 BUILD_DC1394_FALSE = @BUILD_DC1394_FALSE@
112 BUILD_DC1394_TRUE = @BUILD_DC1394_TRUE@
113 BUILD_FFMPEG_FALSE = @BUILD_FFMPEG_FALSE@
114 BUILD_FFMPEG_TRUE = @BUILD_FFMPEG_TRUE@
115 BUILD_GSTREAMER_FALSE = @BUILD_GSTREAMER_FALSE@
116 BUILD_GSTREAMER_TRUE = @BUILD_GSTREAMER_TRUE@
117 BUILD_GTK_FALSE = @BUILD_GTK_FALSE@
118 BUILD_GTK_TRUE = @BUILD_GTK_TRUE@
119 BUILD_IMAGEIO_FALSE = @BUILD_IMAGEIO_FALSE@
120 BUILD_IMAGEIO_TRUE = @BUILD_IMAGEIO_TRUE@
121 BUILD_OCTAVE_WRAPPERS_FALSE = @BUILD_OCTAVE_WRAPPERS_FALSE@
122 BUILD_OCTAVE_WRAPPERS_TRUE = @BUILD_OCTAVE_WRAPPERS_TRUE@
123 BUILD_PYTHON_WRAPPERS_FALSE = @BUILD_PYTHON_WRAPPERS_FALSE@
124 BUILD_PYTHON_WRAPPERS_TRUE = @BUILD_PYTHON_WRAPPERS_TRUE@
125 BUILD_QUICKTIME_FALSE = @BUILD_QUICKTIME_FALSE@
126 BUILD_QUICKTIME_TRUE = @BUILD_QUICKTIME_TRUE@
127 BUILD_V4L_FALSE = @BUILD_V4L_FALSE@
128 BUILD_V4L_TRUE = @BUILD_V4L_TRUE@
129 BUILD_XINE_FALSE = @BUILD_XINE_FALSE@
130 BUILD_XINE_TRUE = @BUILD_XINE_TRUE@
131 CARBON_CFLAGS = @CARBON_CFLAGS@
132 CARBON_LIBS = @CARBON_LIBS@
133 CC = @CC@
134 CCDEPMODE = @CCDEPMODE@
135 CFLAGS = @CFLAGS@
136 CPP = @CPP@
137 CPPFLAGS = @CPPFLAGS@
138 CXX = @CXX@
139 CXXCPP = @CXXCPP@
140 CXXDEPMODE = @CXXDEPMODE@
141 CXXFLAGS = @CXXFLAGS@
142 CYGPATH_W = @CYGPATH_W@
143 DEBUG = @DEBUG@
144 DEFS = @DEFS@
145 DEF_CXXFLAGS = @DEF_CXXFLAGS@
146 DEPDIR = @DEPDIR@
147 DLLTOOL = @DLLTOOL@
148 DSYMUTIL = @DSYMUTIL@
149 ECHO = @ECHO@
150 ECHO_C = @ECHO_C@
151 ECHO_N = @ECHO_N@
152 ECHO_T = @ECHO_T@
153 EGREP = @EGREP@
154 EXEEXT = @EXEEXT@
155 F77 = @F77@
156 FFLAGS = @FFLAGS@
157 FFMPEGLIBS = @FFMPEGLIBS@
158 GREP = @GREP@
159 GSTREAMER_CFLAGS = @GSTREAMER_CFLAGS@
160 GSTREAMER_LIBS = @GSTREAMER_LIBS@
161 GTHREAD_CFLAGS = @GTHREAD_CFLAGS@
162 GTHREAD_LIBS = @GTHREAD_LIBS@
163 GTK_CFLAGS = @GTK_CFLAGS@
164 GTK_LIBS = @GTK_LIBS@
165 IEEE1394LIBS = @IEEE1394LIBS@
166 IMAGELIBS = @IMAGELIBS@
167 INSTALL_DATA = @INSTALL_DATA@
168 INSTALL_PROGRAM = @INSTALL_PROGRAM@
169 INSTALL_SCRIPT = @INSTALL_SCRIPT@
170 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
171 LDFLAGS = @LDFLAGS@
172 LIBOBJS = @LIBOBJS@
173 LIBS = @LIBS@
174 LIBTOOL = @LIBTOOL@
175 LN_S = @LN_S@
176 LTLIBOBJS = @LTLIBOBJS@
177 LT_VERSION = @LT_VERSION@
178 MAKEINFO = @MAKEINFO@
179 MKOCTFILE = @MKOCTFILE@
180 MMAJOR = @MMAJOR@
181 MMINOR = @MMINOR@
182 MSUBMINOR = @MSUBMINOR@
183 NMEDIT = @NMEDIT@
184 OBJDUMP = @OBJDUMP@
185 OBJEXT = @OBJEXT@
186 OCTAVE = @OCTAVE@
187 OCTAVE_ARCH = @OCTAVE_ARCH@
188 OCT_CXXFLAGS = @OCT_CXXFLAGS@
189 PACKAGE = @PACKAGE@
190 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
191 PACKAGE_NAME = @PACKAGE_NAME@
192 PACKAGE_STRING = @PACKAGE_STRING@
193 PACKAGE_TARNAME = @PACKAGE_TARNAME@
194 PACKAGE_VERSION = @PACKAGE_VERSION@
195 PATH_SEPARATOR = @PATH_SEPARATOR@
196 PKG_CONFIG = @PKG_CONFIG@
197 PYTHON = @PYTHON@
198 PYTHON_CSPEC = @PYTHON_CSPEC@
199 PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
200 PYTHON_LSPEC = @PYTHON_LSPEC@
201 PYTHON_PLATFORM = @PYTHON_PLATFORM@
202 PYTHON_PREFIX = @PYTHON_PREFIX@
203 PYTHON_VERSION = @PYTHON_VERSION@
204 PY_CXXFLAGS = @PY_CXXFLAGS@
205 QUICKTIME_CFLAGS = @QUICKTIME_CFLAGS@
206 QUICKTIME_LIBS = @QUICKTIME_LIBS@
207 RANLIB = @RANLIB@
208 SED = @SED@
209 SET_MAKE = @SET_MAKE@
210 SHELL = @SHELL@
211 STRIP = @STRIP@
212 SWIG = @SWIG@
213 SWIG_OCTAVE_OPT = @SWIG_OCTAVE_OPT@
214 SWIG_PYTHON_LIBS = @SWIG_PYTHON_LIBS@
215 SWIG_PYTHON_OPT = @SWIG_PYTHON_OPT@
216 SWIG_RUNTIME_LIBS_DIR = @SWIG_RUNTIME_LIBS_DIR@
217 SWIG_VERSION = @SWIG_VERSION@
218 UPDATE_SWIG_WRAPPERS_FALSE = @UPDATE_SWIG_WRAPPERS_FALSE@
219 UPDATE_SWIG_WRAPPERS_TRUE = @UPDATE_SWIG_WRAPPERS_TRUE@
220 VERSION = @VERSION@
221 XINE_LIBS = @XINE_LIBS@
222 ac_ct_CC = @ac_ct_CC@
223 ac_ct_CXX = @ac_ct_CXX@
224 ac_ct_F77 = @ac_ct_F77@
225 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
226 am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
227 am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
228 am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
229 am__include = @am__include@
230 am__leading_dot = @am__leading_dot@
231 am__quote = @am__quote@
232 am__tar = @am__tar@
233 am__untar = @am__untar@
234 bindir = @bindir@
235 build = @build@
236 build_alias = @build_alias@
237 build_cpu = @build_cpu@
238 build_os = @build_os@
239 build_vendor = @build_vendor@
240 datadir = @datadir@
241 datarootdir = @datarootdir@
242 docdir = @docdir@
243 dvidir = @dvidir@
244 exec_prefix = @exec_prefix@
245 host = @host@
246 host_alias = @host_alias@
247 host_cpu = @host_cpu@
248 host_os = @host_os@
249 host_vendor = @host_vendor@
250 htmldir = @htmldir@
251 includedir = @includedir@
252 infodir = @infodir@
253 install_sh = @install_sh@
254 libdir = @libdir@
255 libexecdir = @libexecdir@
256 localedir = @localedir@
257 localstatedir = @localstatedir@
258 mandir = @mandir@
259 mkdir_p = @mkdir_p@
260 oldincludedir = @oldincludedir@
261 pdfdir = @pdfdir@
262 pkgpyexecdir = @pkgpyexecdir@
263 pkgpythondir = @pkgpythondir@
264 prefix = @prefix@
265 program_transform_name = @program_transform_name@
266 psdir = @psdir@
267 pyexecdir = @pyexecdir@
268 pythondir = @pythondir@
269 sbindir = @sbindir@
270 sharedstatedir = @sharedstatedir@
271 sysconfdir = @sysconfdir@
272 target = @target@
273 target_alias = @target_alias@
274 target_cpu = @target_cpu@
275 target_os = @target_os@
276 target_vendor = @target_vendor@
277
278 # use the default c++ flags
279 AM_CXXFLAGS = @DEF_CXXFLAGS@
280 INCLUDES = \
281     -I.                               \
282     -I$(top_srcdir)/tests/cxts        \
283     -I$(top_srcdir)/otherlibs/highgui \
284     -I$(top_srcdir)/cxcore/include    \
285     -I$(top_srcdir)/cv/include        \
286     -I$(top_srcdir)/cvaux/include
287
288 TESTS = $(check_PROGRAMS)
289 EXTRA_DIST = cvtest.dsp cvtest.vcproj
290 MOSTLYCLEANFILES = .lst .sum
291 noinst_HEADERS = \
292     cvtest.h
293
294 cvtest_SOURCES = \
295     aaccum.cpp               aadaptthresh.cpp         aapproxpoly.cpp \
296     acameracalibration.cpp   acamshift.cpp            acanny.cpp \
297     achesscorners.cpp        acolor.cpp               acondens.cpp \
298     acontourmoments.cpp      acontours.cpp            acontoursmatch.cpp \
299     aconvhull.cpp            acreatecontourtree.cpp   adistancetransform.cpp \
300     adrawing_regress.cpp     aeigenobjects.cpp        aemd.cpp \
301     afilter.cpp              afloodfill.cpp           afundam.cpp \
302     ahistograms.cpp          ahmmobs.cpp              ahoughtransform.cpp \
303     aimage.cpp               aimgwarp.cpp             akalman.cpp \
304     akmeans.cpp              amatchcontourtrees.cpp   amoments.cpp \
305     amotiontemplates.cpp     amotseg.cpp              aoptflowhs.cpp \
306     aoptflowlk.cpp           aoptflowpyrlk.cpp        aposit.cpp \
307     apyrsegmentation.cpp     asnakes.cpp              asubdivisions.cpp \
308     atemplmatch.cpp          athresh.cpp      cvtest.cpp    tsysa.cpp                
309
310 cvtest_LDADD = \
311     $(top_builddir)/tests/cxts/libcxts.la            \
312     $(top_builddir)/cxcore/src/libcxcore.la          \
313     $(top_builddir)/cv/src/libcv.la                  \
314     $(top_builddir)/cvaux/src/libcvaux.la            \
315     $(top_builddir)/otherlibs/highgui/libhighgui.la
316
317 all: all-am
318
319 .SUFFIXES:
320 .SUFFIXES: .cpp .lo .o .obj
321 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
322         @for dep in $?; do \
323           case '$(am__configure_deps)' in \
324             *$$dep*) \
325               cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
326                 && exit 0; \
327               exit 1;; \
328           esac; \
329         done; \
330         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  tests/cv/src/Makefile'; \
331         cd $(top_srcdir) && \
332           $(AUTOMAKE) --gnu  tests/cv/src/Makefile
333 .PRECIOUS: Makefile
334 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
335         @case '$?' in \
336           *config.status*) \
337             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
338           *) \
339             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
340             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
341         esac;
342
343 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
344         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
345
346 $(top_srcdir)/configure:  $(am__configure_deps)
347         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
348 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
349         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
350
351 clean-checkPROGRAMS:
352         @list='$(check_PROGRAMS)'; for p in $$list; do \
353           f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
354           echo " rm -f $$p $$f"; \
355           rm -f $$p $$f ; \
356         done
357 cvtest$(EXEEXT): $(cvtest_OBJECTS) $(cvtest_DEPENDENCIES) 
358         @rm -f cvtest$(EXEEXT)
359         $(CXXLINK) $(cvtest_LDFLAGS) $(cvtest_OBJECTS) $(cvtest_LDADD) $(LIBS)
360
361 mostlyclean-compile:
362         -rm -f *.$(OBJEXT)
363
364 distclean-compile:
365         -rm -f *.tab.c
366
367 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/aaccum.Po@am__quote@
368 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/aadaptthresh.Po@am__quote@
369 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/aapproxpoly.Po@am__quote@
370 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/acameracalibration.Po@am__quote@
371 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/acamshift.Po@am__quote@
372 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/acanny.Po@am__quote@
373 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/achesscorners.Po@am__quote@
374 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/acolor.Po@am__quote@
375 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/acondens.Po@am__quote@
376 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/acontourmoments.Po@am__quote@
377 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/acontours.Po@am__quote@
378 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/acontoursmatch.Po@am__quote@
379 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/aconvhull.Po@am__quote@
380 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/acreatecontourtree.Po@am__quote@
381 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/adistancetransform.Po@am__quote@
382 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/adrawing_regress.Po@am__quote@
383 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/aeigenobjects.Po@am__quote@
384 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/aemd.Po@am__quote@
385 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/afilter.Po@am__quote@
386 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/afloodfill.Po@am__quote@
387 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/afundam.Po@am__quote@
388 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ahistograms.Po@am__quote@
389 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ahmmobs.Po@am__quote@
390 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ahoughtransform.Po@am__quote@
391 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/aimage.Po@am__quote@
392 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/aimgwarp.Po@am__quote@
393 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/akalman.Po@am__quote@
394 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/akmeans.Po@am__quote@
395 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/amatchcontourtrees.Po@am__quote@
396 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/amoments.Po@am__quote@
397 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/amotiontemplates.Po@am__quote@
398 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/amotseg.Po@am__quote@
399 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/aoptflowhs.Po@am__quote@
400 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/aoptflowlk.Po@am__quote@
401 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/aoptflowpyrlk.Po@am__quote@
402 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/aposit.Po@am__quote@
403 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/apyrsegmentation.Po@am__quote@
404 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asnakes.Po@am__quote@
405 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asubdivisions.Po@am__quote@
406 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/atemplmatch.Po@am__quote@
407 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/athresh.Po@am__quote@
408 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cvtest.Po@am__quote@
409 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tsysa.Po@am__quote@
410
411 .cpp.o:
412 @am__fastdepCXX_TRUE@   if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
413 @am__fastdepCXX_TRUE@   then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
414 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
415 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
416 @am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ $<
417
418 .cpp.obj:
419 @am__fastdepCXX_TRUE@   if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
420 @am__fastdepCXX_TRUE@   then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
421 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
422 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
423 @am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
424
425 .cpp.lo:
426 @am__fastdepCXX_TRUE@   if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
427 @am__fastdepCXX_TRUE@   then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
428 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
429 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
430 @am__fastdepCXX_FALSE@  $(LTCXXCOMPILE) -c -o $@ $<
431
432 mostlyclean-libtool:
433         -rm -f *.lo
434
435 clean-libtool:
436         -rm -rf .libs _libs
437
438 distclean-libtool:
439         -rm -f libtool
440 uninstall-info-am:
441
442 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
443         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
444         unique=`for i in $$list; do \
445             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
446           done | \
447           $(AWK) '    { files[$$0] = 1; } \
448                END { for (i in files) print i; }'`; \
449         mkid -fID $$unique
450 tags: TAGS
451
452 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
453                 $(TAGS_FILES) $(LISP)
454         tags=; \
455         here=`pwd`; \
456         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
457         unique=`for i in $$list; do \
458             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
459           done | \
460           $(AWK) '    { files[$$0] = 1; } \
461                END { for (i in files) print i; }'`; \
462         if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
463           test -n "$$unique" || unique=$$empty_fix; \
464           $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
465             $$tags $$unique; \
466         fi
467 ctags: CTAGS
468 CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
469                 $(TAGS_FILES) $(LISP)
470         tags=; \
471         here=`pwd`; \
472         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
473         unique=`for i in $$list; do \
474             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
475           done | \
476           $(AWK) '    { files[$$0] = 1; } \
477                END { for (i in files) print i; }'`; \
478         test -z "$(CTAGS_ARGS)$$tags$$unique" \
479           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
480              $$tags $$unique
481
482 GTAGS:
483         here=`$(am__cd) $(top_builddir) && pwd` \
484           && cd $(top_srcdir) \
485           && gtags -i $(GTAGS_ARGS) $$here
486
487 distclean-tags:
488         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
489
490 check-TESTS: $(TESTS)
491         @failed=0; all=0; xfail=0; xpass=0; skip=0; \
492         srcdir=$(srcdir); export srcdir; \
493         list='$(TESTS)'; \
494         if test -n "$$list"; then \
495           for tst in $$list; do \
496             if test -f ./$$tst; then dir=./; \
497             elif test -f $$tst; then dir=; \
498             else dir="$(srcdir)/"; fi; \
499             if $(TESTS_ENVIRONMENT) $${dir}$$tst; then \
500               all=`expr $$all + 1`; \
501               case " $(XFAIL_TESTS) " in \
502               *" $$tst "*) \
503                 xpass=`expr $$xpass + 1`; \
504                 failed=`expr $$failed + 1`; \
505                 echo "XPASS: $$tst"; \
506               ;; \
507               *) \
508                 echo "PASS: $$tst"; \
509               ;; \
510               esac; \
511             elif test $$? -ne 77; then \
512               all=`expr $$all + 1`; \
513               case " $(XFAIL_TESTS) " in \
514               *" $$tst "*) \
515                 xfail=`expr $$xfail + 1`; \
516                 echo "XFAIL: $$tst"; \
517               ;; \
518               *) \
519                 failed=`expr $$failed + 1`; \
520                 echo "FAIL: $$tst"; \
521               ;; \
522               esac; \
523             else \
524               skip=`expr $$skip + 1`; \
525               echo "SKIP: $$tst"; \
526             fi; \
527           done; \
528           if test "$$failed" -eq 0; then \
529             if test "$$xfail" -eq 0; then \
530               banner="All $$all tests passed"; \
531             else \
532               banner="All $$all tests behaved as expected ($$xfail expected failures)"; \
533             fi; \
534           else \
535             if test "$$xpass" -eq 0; then \
536               banner="$$failed of $$all tests failed"; \
537             else \
538               banner="$$failed of $$all tests did not behave as expected ($$xpass unexpected passes)"; \
539             fi; \
540           fi; \
541           dashes="$$banner"; \
542           skipped=""; \
543           if test "$$skip" -ne 0; then \
544             skipped="($$skip tests were not run)"; \
545             test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \
546               dashes="$$skipped"; \
547           fi; \
548           report=""; \
549           if test "$$failed" -ne 0 && test -n "$(PACKAGE_BUGREPORT)"; then \
550             report="Please report to $(PACKAGE_BUGREPORT)"; \
551             test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \
552               dashes="$$report"; \
553           fi; \
554           dashes=`echo "$$dashes" | sed s/./=/g`; \
555           echo "$$dashes"; \
556           echo "$$banner"; \
557           test -z "$$skipped" || echo "$$skipped"; \
558           test -z "$$report" || echo "$$report"; \
559           echo "$$dashes"; \
560           test "$$failed" -eq 0; \
561         else :; fi
562
563 distdir: $(DISTFILES)
564         @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
565         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
566         list='$(DISTFILES)'; for file in $$list; do \
567           case $$file in \
568             $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
569             $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
570           esac; \
571           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
572           dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
573           if test "$$dir" != "$$file" && test "$$dir" != "."; then \
574             dir="/$$dir"; \
575             $(mkdir_p) "$(distdir)$$dir"; \
576           else \
577             dir=''; \
578           fi; \
579           if test -d $$d/$$file; then \
580             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
581               cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
582             fi; \
583             cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
584           else \
585             test -f $(distdir)/$$file \
586             || cp -p $$d/$$file $(distdir)/$$file \
587             || exit 1; \
588           fi; \
589         done
590 check-am: all-am
591         $(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS)
592         $(MAKE) $(AM_MAKEFLAGS) check-TESTS
593 check: check-am
594 all-am: Makefile $(HEADERS)
595 installdirs:
596 install: install-am
597 install-exec: install-exec-am
598 install-data: install-data-am
599 uninstall: uninstall-am
600
601 install-am: all-am
602         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
603
604 installcheck: installcheck-am
605 install-strip:
606         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
607           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
608           `test -z '$(STRIP)' || \
609             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
610 mostlyclean-generic:
611         -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
612
613 clean-generic:
614
615 distclean-generic:
616         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
617
618 maintainer-clean-generic:
619         @echo "This command is intended for maintainers to use"
620         @echo "it deletes files that may require special tools to rebuild."
621 clean: clean-am
622
623 clean-am: clean-checkPROGRAMS clean-generic clean-libtool \
624         mostlyclean-am
625
626 distclean: distclean-am
627         -rm -rf ./$(DEPDIR)
628         -rm -f Makefile
629 distclean-am: clean-am distclean-compile distclean-generic \
630         distclean-libtool distclean-tags
631
632 dvi: dvi-am
633
634 dvi-am:
635
636 html: html-am
637
638 info: info-am
639
640 info-am:
641
642 install-data-am:
643
644 install-exec-am:
645
646 install-info: install-info-am
647
648 install-man:
649
650 installcheck-am:
651
652 maintainer-clean: maintainer-clean-am
653         -rm -rf ./$(DEPDIR)
654         -rm -f Makefile
655 maintainer-clean-am: distclean-am maintainer-clean-generic
656
657 mostlyclean: mostlyclean-am
658
659 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
660         mostlyclean-libtool
661
662 pdf: pdf-am
663
664 pdf-am:
665
666 ps: ps-am
667
668 ps-am:
669
670 uninstall-am: uninstall-info-am
671
672 .PHONY: CTAGS GTAGS all all-am check check-TESTS check-am clean \
673         clean-checkPROGRAMS clean-generic clean-libtool ctags \
674         distclean distclean-compile distclean-generic \
675         distclean-libtool distclean-tags distdir dvi dvi-am html \
676         html-am info info-am install install-am install-data \
677         install-data-am install-exec install-exec-am install-info \
678         install-info-am install-man install-strip installcheck \
679         installcheck-am installdirs maintainer-clean \
680         maintainer-clean-generic mostlyclean mostlyclean-compile \
681         mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
682         tags uninstall uninstall-am uninstall-info-am
683
684 # Tell versions [3.59,3.63) of GNU make to not export all variables.
685 # Otherwise a system limit (for SysV at least) may be exceeded.
686 .NOEXPORT: