Move the sources to trunk
[opencv] / 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
18 srcdir = @srcdir@
19 top_srcdir = @top_srcdir@
20 VPATH = @srcdir@
21 pkgdatadir = $(datadir)/@PACKAGE@
22 pkglibdir = $(libdir)/@PACKAGE@
23 pkgincludedir = $(includedir)/@PACKAGE@
24 top_builddir = ../..
25 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
26 INSTALL = @INSTALL@
27 install_sh_DATA = $(install_sh) -c -m 644
28 install_sh_PROGRAM = $(install_sh) -c
29 install_sh_SCRIPT = $(install_sh) -c
30 INSTALL_HEADER = $(INSTALL_DATA)
31 transform = $(program_transform_name)
32 NORMAL_INSTALL = :
33 PRE_INSTALL = :
34 POST_INSTALL = :
35 NORMAL_UNINSTALL = :
36 PRE_UNINSTALL = :
37 POST_UNINSTALL = :
38 build_triplet = @build@
39 host_triplet = @host@
40 target_triplet = @target@
41 subdir = 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__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
56 am__vpath_adj = case $$p in \
57     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
58     *) f=$$p;; \
59   esac;
60 am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
61 am__installdirs = "$(DESTDIR)$(libdir)"
62 libLTLIBRARIES_INSTALL = $(INSTALL)
63 LTLIBRARIES = $(lib_LTLIBRARIES) $(noinst_LTLIBRARIES)
64 lib_cv_la_LIBADD =
65 am_lib_cv_la_OBJECTS = cvaccum.lo cvadapthresh.lo cvapprox.lo \
66         cvcalccontrasthistogram.lo cvcalcimagehomography.lo \
67         cvcalibinit.lo cvcalibration.lo cvcamshift.lo cvcanny.lo \
68         cvcolor.lo cvcondens.lo cvcontours.lo cvcontourtree.lo \
69         cvconvhull.lo cvcorner.lo cvcornersubpix.lo cvderiv.lo \
70         cvdistransform.lo cvdominants.lo cvemd.lo cvfeatureselect.lo \
71         cvfilter.lo cvfloodfill.lo cvfundam.lo cvgeometry.lo cvhaar.lo \
72         cvhistogram.lo cvhough.lo cvimgwarp.lo cvinpaint.lo \
73         cvkalman.lo cvlinefit.lo cvlkpyramid.lo cvmatchcontours.lo \
74         cvmoments.lo cvmorph.lo cvmotempl.lo cvoptflowbm.lo \
75         cvoptflowhs.lo cvoptflowlk.lo cvpgh.lo cvposit.lo cvprecomp.lo \
76         cvpyramids.lo cvpyrsegmentation.lo cvrotcalipers.lo \
77         cvsamplers.lo cvsegmentation.lo cvshapedescr.lo cvsmooth.lo \
78         cvsnakes.lo cvsubdivision2d.lo cvsumpixels.lo cvswitcher.lo \
79         cvtables.lo cvtemplmatch.lo cvthresh.lo cvundistort.lo \
80         cvutils.lo
81 lib_cv_la_OBJECTS = $(am_lib_cv_la_OBJECTS)
82 libcv_la_DEPENDENCIES = lib_cv.la \
83         $(top_builddir)/cxcore/src/libcxcore.la @LTLIBOBJS@
84 am_libcv_la_OBJECTS = dummy.lo
85 libcv_la_OBJECTS = $(am_libcv_la_OBJECTS)
86 DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
87 depcomp = $(SHELL) $(top_srcdir)/autotools/depcomp
88 am__depfiles_maybe = depfiles
89 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
90         $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
91 LTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) \
92         $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
93         $(AM_CFLAGS) $(CFLAGS)
94 CCLD = $(CC)
95 LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
96         $(AM_LDFLAGS) $(LDFLAGS) -o $@
97 CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
98         $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
99 LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
100         $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
101         $(AM_CXXFLAGS) $(CXXFLAGS)
102 CXXLD = $(CXX)
103 CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
104         $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
105 SOURCES = $(lib_cv_la_SOURCES) $(libcv_la_SOURCES)
106 DIST_SOURCES = $(lib_cv_la_SOURCES) $(libcv_la_SOURCES)
107 HEADERS = $(noinst_HEADERS)
108 ETAGS = etags
109 CTAGS = ctags
110 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
111 ACLOCAL = @ACLOCAL@
112 ALLOCA = @ALLOCA@
113 AMDEP_FALSE = @AMDEP_FALSE@
114 AMDEP_TRUE = @AMDEP_TRUE@
115 AMTAR = @AMTAR@
116 AR = @AR@
117 AS = @AS@
118 AUTOCONF = @AUTOCONF@
119 AUTOHEADER = @AUTOHEADER@
120 AUTOMAKE = @AUTOMAKE@
121 AWK = @AWK@
122 BUILD_APPS_FALSE = @BUILD_APPS_FALSE@
123 BUILD_APPS_TRUE = @BUILD_APPS_TRUE@
124 BUILD_CARBON_FALSE = @BUILD_CARBON_FALSE@
125 BUILD_CARBON_TRUE = @BUILD_CARBON_TRUE@
126 BUILD_DC1394_FALSE = @BUILD_DC1394_FALSE@
127 BUILD_DC1394_TRUE = @BUILD_DC1394_TRUE@
128 BUILD_FFMPEG_FALSE = @BUILD_FFMPEG_FALSE@
129 BUILD_FFMPEG_TRUE = @BUILD_FFMPEG_TRUE@
130 BUILD_GTK_FALSE = @BUILD_GTK_FALSE@
131 BUILD_GTK_TRUE = @BUILD_GTK_TRUE@
132 BUILD_IMAGEIO_FALSE = @BUILD_IMAGEIO_FALSE@
133 BUILD_IMAGEIO_TRUE = @BUILD_IMAGEIO_TRUE@
134 BUILD_PYTHON_WRAPPERS_FALSE = @BUILD_PYTHON_WRAPPERS_FALSE@
135 BUILD_PYTHON_WRAPPERS_TRUE = @BUILD_PYTHON_WRAPPERS_TRUE@
136 BUILD_QUICKTIME_FALSE = @BUILD_QUICKTIME_FALSE@
137 BUILD_QUICKTIME_TRUE = @BUILD_QUICKTIME_TRUE@
138 BUILD_V4L_FALSE = @BUILD_V4L_FALSE@
139 BUILD_V4L_TRUE = @BUILD_V4L_TRUE@
140 BUILD_XINE_FALSE = @BUILD_XINE_FALSE@
141 BUILD_XINE_TRUE = @BUILD_XINE_TRUE@
142 CARBON_CFLAGS = @CARBON_CFLAGS@
143 CARBON_LIBS = @CARBON_LIBS@
144 CC = @CC@
145 CCDEPMODE = @CCDEPMODE@
146 CFLAGS = @CFLAGS@
147 CPP = @CPP@
148 CPPFLAGS = @CPPFLAGS@
149 CXX = @CXX@
150 CXXCPP = @CXXCPP@
151 CXXDEPMODE = @CXXDEPMODE@
152 CXXFLAGS = @CXXFLAGS@
153 CYGPATH_W = @CYGPATH_W@
154 DEBUG = @DEBUG@
155 DEFS = @DEFS@
156 DEPDIR = @DEPDIR@
157 DLLTOOL = @DLLTOOL@
158 ECHO = @ECHO@
159 ECHO_C = @ECHO_C@
160 ECHO_N = @ECHO_N@
161 ECHO_T = @ECHO_T@
162 EGREP = @EGREP@
163 EXEEXT = @EXEEXT@
164 F77 = @F77@
165 FFLAGS = @FFLAGS@
166 FFMPEGLIBS = @FFMPEGLIBS@
167 GREP = @GREP@
168 GTHREAD_CFLAGS = @GTHREAD_CFLAGS@
169 GTHREAD_LIBS = @GTHREAD_LIBS@
170 GTK_CFLAGS = @GTK_CFLAGS@
171 GTK_LIBS = @GTK_LIBS@
172 IEEE1394LIBS = @IEEE1394LIBS@
173 IMAGELIBS = @IMAGELIBS@
174 INSTALL_DATA = @INSTALL_DATA@
175 INSTALL_PROGRAM = @INSTALL_PROGRAM@
176 INSTALL_SCRIPT = @INSTALL_SCRIPT@
177 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
178 LDFLAGS = @LDFLAGS@
179 LIBOBJS = @LIBOBJS@
180 LIBS = @LIBS@
181 LIBTOOL = @LIBTOOL@
182 LN_S = @LN_S@
183 LTLIBOBJS = @LTLIBOBJS@
184 LT_VERSION = @LT_VERSION@
185 MAKEINFO = @MAKEINFO@
186 MMAJOR = @MMAJOR@
187 MMINOR = @MMINOR@
188 MSUBMINOR = @MSUBMINOR@
189 OBJDUMP = @OBJDUMP@
190 OBJEXT = @OBJEXT@
191 PACKAGE = @PACKAGE@
192 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
193 PACKAGE_NAME = @PACKAGE_NAME@
194 PACKAGE_STRING = @PACKAGE_STRING@
195 PACKAGE_TARNAME = @PACKAGE_TARNAME@
196 PACKAGE_VERSION = @PACKAGE_VERSION@
197 PATH_SEPARATOR = @PATH_SEPARATOR@
198 PKG_CONFIG = @PKG_CONFIG@
199 PYTHON = @PYTHON@
200 PYTHON_CSPEC = @PYTHON_CSPEC@
201 PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
202 PYTHON_LSPEC = @PYTHON_LSPEC@
203 PYTHON_PLATFORM = @PYTHON_PLATFORM@
204 PYTHON_PREFIX = @PYTHON_PREFIX@
205 PYTHON_VERSION = @PYTHON_VERSION@
206 PY_CXXFLAGS = @PY_CXXFLAGS@
207 QUICKTIME_CFLAGS = @QUICKTIME_CFLAGS@
208 QUICKTIME_LIBS = @QUICKTIME_LIBS@
209 RANLIB = @RANLIB@
210 SET_MAKE = @SET_MAKE@
211 SHELL = @SHELL@
212 STRIP = @STRIP@
213 SWIG = @SWIG@
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 EXTRA_DIST = cv.dsp cv.vcproj cv.rc resource.h
278 INCLUDES = -I. -I$(top_srcdir)/cv/include -I$(top_srcdir)/cxcore/include -I$(top_srcdir)
279 noinst_HEADERS = _cv.h _cvgeom.h _cvimgproc.h _cvipp.h _cvlist.h _cvmatrix.h
280 noinst_LTLIBRARIES = lib_cv.la
281 lib_LTLIBRARIES = libcv.la
282
283 # convenience libraries
284 lib_cv_la_SOURCES = \
285     cvaccum.cpp cvadapthresh.cpp cvapprox.cpp cvcalccontrasthistogram.cpp \
286     cvcalcimagehomography.cpp cvcalibinit.cpp cvcalibration.cpp \
287     cvcamshift.cpp cvcanny.cpp cvcolor.cpp cvcondens.cpp cvcontours.cpp \
288     cvcontourtree.cpp cvconvhull.cpp cvcorner.cpp \
289     cvcornersubpix.cpp cvderiv.cpp cvdistransform.cpp cvdominants.cpp \
290     cvemd.cpp cvfeatureselect.cpp cvfilter.cpp cvfloodfill.cpp cvfundam.cpp \
291     cvgeometry.cpp cvhaar.cpp cvhistogram.cpp cvhough.cpp cvimgwarp.cpp \
292     cvinpaint.cpp cvkalman.cpp cvlinefit.cpp cvlkpyramid.cpp cvmatchcontours.cpp \
293     cvmoments.cpp cvmorph.cpp cvmotempl.cpp cvoptflowbm.cpp cvoptflowhs.cpp \
294     cvoptflowlk.cpp cvpgh.cpp cvposit.cpp cvprecomp.cpp cvpyramids.cpp \
295     cvpyrsegmentation.cpp cvrotcalipers.cpp cvsamplers.cpp cvsegmentation.cpp cvshapedescr.cpp \
296     cvsmooth.cpp cvsnakes.cpp cvsubdivision2d.cpp cvsumpixels.cpp \
297     cvswitcher.cpp cvtables.cpp cvtemplmatch.cpp cvthresh.cpp \
298     cvundistort.cpp cvutils.cpp
299
300 lib_cv_la_LDFLAGS = -no-undefined @LDFLAGS@
301
302 # real library
303 libcv_la_SOURCES = dummy.cpp
304 libcv_la_LDFLAGS = -no-undefined -version-info @LT_VERSION@ @LDFLAGS@
305 libcv_la_LIBADD = lib_cv.la \
306     $(top_builddir)/cxcore/src/libcxcore.la \
307     @LTLIBOBJS@
308
309 all: all-am
310
311 .SUFFIXES:
312 .SUFFIXES: .c .cpp .lo .o .obj
313 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
314         @for dep in $?; do \
315           case '$(am__configure_deps)' in \
316             *$$dep*) \
317               cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
318                 && exit 0; \
319               exit 1;; \
320           esac; \
321         done; \
322         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  cv/src/Makefile'; \
323         cd $(top_srcdir) && \
324           $(AUTOMAKE) --gnu  cv/src/Makefile
325 .PRECIOUS: Makefile
326 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
327         @case '$?' in \
328           *config.status*) \
329             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
330           *) \
331             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
332             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
333         esac;
334
335 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
336         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
337
338 $(top_srcdir)/configure:  $(am__configure_deps)
339         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
340 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
341         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
342 install-libLTLIBRARIES: $(lib_LTLIBRARIES)
343         @$(NORMAL_INSTALL)
344         test -z "$(libdir)" || $(mkdir_p) "$(DESTDIR)$(libdir)"
345         @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
346           if test -f $$p; then \
347             f=$(am__strip_dir) \
348             echo " $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libdir)/$$f'"; \
349             $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libdir)/$$f"; \
350           else :; fi; \
351         done
352
353 uninstall-libLTLIBRARIES:
354         @$(NORMAL_UNINSTALL)
355         @set -x; list='$(lib_LTLIBRARIES)'; for p in $$list; do \
356           p=$(am__strip_dir) \
357           echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$p'"; \
358           $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$p"; \
359         done
360
361 clean-libLTLIBRARIES:
362         -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
363         @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
364           dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
365           test "$$dir" != "$$p" || dir=.; \
366           echo "rm -f \"$${dir}/so_locations\""; \
367           rm -f "$${dir}/so_locations"; \
368         done
369
370 clean-noinstLTLIBRARIES:
371         -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
372         @list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
373           dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
374           test "$$dir" != "$$p" || dir=.; \
375           echo "rm -f \"$${dir}/so_locations\""; \
376           rm -f "$${dir}/so_locations"; \
377         done
378 lib_cv.la: $(lib_cv_la_OBJECTS) $(lib_cv_la_DEPENDENCIES) 
379         $(CXXLINK)  $(lib_cv_la_LDFLAGS) $(lib_cv_la_OBJECTS) $(lib_cv_la_LIBADD) $(LIBS)
380 libcv.la: $(libcv_la_OBJECTS) $(libcv_la_DEPENDENCIES) 
381         $(CXXLINK) -rpath $(libdir) $(libcv_la_LDFLAGS) $(libcv_la_OBJECTS) $(libcv_la_LIBADD) $(LIBS)
382
383 mostlyclean-compile:
384         -rm -f *.$(OBJEXT)
385
386 distclean-compile:
387         -rm -f *.tab.c
388
389 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cvaccum.Plo@am__quote@
390 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cvadapthresh.Plo@am__quote@
391 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cvapprox.Plo@am__quote@
392 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cvcalccontrasthistogram.Plo@am__quote@
393 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cvcalcimagehomography.Plo@am__quote@
394 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cvcalibinit.Plo@am__quote@
395 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cvcalibration.Plo@am__quote@
396 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cvcamshift.Plo@am__quote@
397 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cvcanny.Plo@am__quote@
398 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cvcolor.Plo@am__quote@
399 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cvcondens.Plo@am__quote@
400 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cvcontours.Plo@am__quote@
401 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cvcontourtree.Plo@am__quote@
402 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cvconvhull.Plo@am__quote@
403 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cvcorner.Plo@am__quote@
404 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cvcornersubpix.Plo@am__quote@
405 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cvderiv.Plo@am__quote@
406 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cvdistransform.Plo@am__quote@
407 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cvdominants.Plo@am__quote@
408 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cvemd.Plo@am__quote@
409 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cvfeatureselect.Plo@am__quote@
410 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cvfilter.Plo@am__quote@
411 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cvfloodfill.Plo@am__quote@
412 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cvfundam.Plo@am__quote@
413 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cvgeometry.Plo@am__quote@
414 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cvhaar.Plo@am__quote@
415 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cvhistogram.Plo@am__quote@
416 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cvhough.Plo@am__quote@
417 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cvimgwarp.Plo@am__quote@
418 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cvinpaint.Plo@am__quote@
419 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cvkalman.Plo@am__quote@
420 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cvlinefit.Plo@am__quote@
421 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cvlkpyramid.Plo@am__quote@
422 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cvmatchcontours.Plo@am__quote@
423 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cvmoments.Plo@am__quote@
424 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cvmorph.Plo@am__quote@
425 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cvmotempl.Plo@am__quote@
426 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cvoptflowbm.Plo@am__quote@
427 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cvoptflowhs.Plo@am__quote@
428 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cvoptflowlk.Plo@am__quote@
429 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cvpgh.Plo@am__quote@
430 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cvposit.Plo@am__quote@
431 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cvprecomp.Plo@am__quote@
432 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cvpyramids.Plo@am__quote@
433 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cvpyrsegmentation.Plo@am__quote@
434 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cvrotcalipers.Plo@am__quote@
435 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cvsamplers.Plo@am__quote@
436 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cvsegmentation.Plo@am__quote@
437 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cvshapedescr.Plo@am__quote@
438 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cvsmooth.Plo@am__quote@
439 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cvsnakes.Plo@am__quote@
440 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cvsubdivision2d.Plo@am__quote@
441 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cvsumpixels.Plo@am__quote@
442 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cvswitcher.Plo@am__quote@
443 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cvtables.Plo@am__quote@
444 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cvtemplmatch.Plo@am__quote@
445 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cvthresh.Plo@am__quote@
446 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cvundistort.Plo@am__quote@
447 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cvutils.Plo@am__quote@
448 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dummy.Plo@am__quote@
449
450 .c.o:
451 @am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
452 @am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
453 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
454 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
455 @am__fastdepCC_FALSE@   $(COMPILE) -c $<
456
457 .c.obj:
458 @am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
459 @am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
460 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
461 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
462 @am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
463
464 .c.lo:
465 @am__fastdepCC_TRUE@    if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
466 @am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
467 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
468 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
469 @am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
470
471 .cpp.o:
472 @am__fastdepCXX_TRUE@   if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
473 @am__fastdepCXX_TRUE@   then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
474 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
475 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
476 @am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ $<
477
478 .cpp.obj:
479 @am__fastdepCXX_TRUE@   if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
480 @am__fastdepCXX_TRUE@   then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
481 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
482 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
483 @am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
484
485 .cpp.lo:
486 @am__fastdepCXX_TRUE@   if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
487 @am__fastdepCXX_TRUE@   then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
488 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
489 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
490 @am__fastdepCXX_FALSE@  $(LTCXXCOMPILE) -c -o $@ $<
491
492 mostlyclean-libtool:
493         -rm -f *.lo
494
495 clean-libtool:
496         -rm -rf .libs _libs
497
498 distclean-libtool:
499         -rm -f libtool
500 uninstall-info-am:
501
502 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
503         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
504         unique=`for i in $$list; do \
505             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
506           done | \
507           $(AWK) '    { files[$$0] = 1; } \
508                END { for (i in files) print i; }'`; \
509         mkid -fID $$unique
510 tags: TAGS
511
512 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
513                 $(TAGS_FILES) $(LISP)
514         tags=; \
515         here=`pwd`; \
516         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
517         unique=`for i in $$list; do \
518             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
519           done | \
520           $(AWK) '    { files[$$0] = 1; } \
521                END { for (i in files) print i; }'`; \
522         if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
523           test -n "$$unique" || unique=$$empty_fix; \
524           $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
525             $$tags $$unique; \
526         fi
527 ctags: CTAGS
528 CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
529                 $(TAGS_FILES) $(LISP)
530         tags=; \
531         here=`pwd`; \
532         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
533         unique=`for i in $$list; do \
534             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
535           done | \
536           $(AWK) '    { files[$$0] = 1; } \
537                END { for (i in files) print i; }'`; \
538         test -z "$(CTAGS_ARGS)$$tags$$unique" \
539           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
540              $$tags $$unique
541
542 GTAGS:
543         here=`$(am__cd) $(top_builddir) && pwd` \
544           && cd $(top_srcdir) \
545           && gtags -i $(GTAGS_ARGS) $$here
546
547 distclean-tags:
548         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
549
550 distdir: $(DISTFILES)
551         @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
552         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
553         list='$(DISTFILES)'; for file in $$list; do \
554           case $$file in \
555             $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
556             $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
557           esac; \
558           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
559           dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
560           if test "$$dir" != "$$file" && test "$$dir" != "."; then \
561             dir="/$$dir"; \
562             $(mkdir_p) "$(distdir)$$dir"; \
563           else \
564             dir=''; \
565           fi; \
566           if test -d $$d/$$file; then \
567             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
568               cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
569             fi; \
570             cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
571           else \
572             test -f $(distdir)/$$file \
573             || cp -p $$d/$$file $(distdir)/$$file \
574             || exit 1; \
575           fi; \
576         done
577 check-am: all-am
578 check: check-am
579 all-am: Makefile $(LTLIBRARIES) $(HEADERS)
580 installdirs:
581         for dir in "$(DESTDIR)$(libdir)"; do \
582           test -z "$$dir" || $(mkdir_p) "$$dir"; \
583         done
584 install: install-am
585 install-exec: install-exec-am
586 install-data: install-data-am
587 uninstall: uninstall-am
588
589 install-am: all-am
590         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
591
592 installcheck: installcheck-am
593 install-strip:
594         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
595           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
596           `test -z '$(STRIP)' || \
597             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
598 mostlyclean-generic:
599
600 clean-generic:
601
602 distclean-generic:
603         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
604
605 maintainer-clean-generic:
606         @echo "This command is intended for maintainers to use"
607         @echo "it deletes files that may require special tools to rebuild."
608 clean: clean-am
609
610 clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
611         clean-noinstLTLIBRARIES mostlyclean-am
612
613 distclean: distclean-am
614         -rm -rf ./$(DEPDIR)
615         -rm -f Makefile
616 distclean-am: clean-am distclean-compile distclean-generic \
617         distclean-libtool distclean-tags
618
619 dvi: dvi-am
620
621 dvi-am:
622
623 html: html-am
624
625 info: info-am
626
627 info-am:
628
629 install-data-am:
630
631 install-exec-am: install-libLTLIBRARIES
632
633 install-info: install-info-am
634
635 install-man:
636
637 installcheck-am:
638
639 maintainer-clean: maintainer-clean-am
640         -rm -rf ./$(DEPDIR)
641         -rm -f Makefile
642 maintainer-clean-am: distclean-am maintainer-clean-generic
643
644 mostlyclean: mostlyclean-am
645
646 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
647         mostlyclean-libtool
648
649 pdf: pdf-am
650
651 pdf-am:
652
653 ps: ps-am
654
655 ps-am:
656
657 uninstall-am: uninstall-info-am uninstall-libLTLIBRARIES
658
659 .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
660         clean-libLTLIBRARIES clean-libtool clean-noinstLTLIBRARIES \
661         ctags distclean distclean-compile distclean-generic \
662         distclean-libtool distclean-tags distdir dvi dvi-am html \
663         html-am info info-am install install-am install-data \
664         install-data-am install-exec install-exec-am install-info \
665         install-info-am install-libLTLIBRARIES install-man \
666         install-strip installcheck installcheck-am installdirs \
667         maintainer-clean maintainer-clean-generic mostlyclean \
668         mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
669         pdf pdf-am ps ps-am tags uninstall uninstall-am \
670         uninstall-info-am uninstall-libLTLIBRARIES
671
672 # Tell versions [3.59,3.63) of GNU make to not export all variables.
673 # Otherwise a system limit (for SysV at least) may be exceeded.
674 .NOEXPORT: