99bf70600212ef5864edd5e600859f5b2081bb81
[opencv] / cxcore / 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 = cxcore/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_cxcore_la_LIBADD =
65 am_lib_cxcore_la_OBJECTS = cxalloc.lo cxarithm.lo cxarray.lo cxcmp.lo \
66         cxconvert.lo cxcopy.lo cxdatastructs.lo cxdrawing.lo cxdxt.lo \
67         cxerror.lo cximage.lo cxjacobieigens.lo cxlogic.lo cxlut.lo \
68         cxmathfuncs.lo cxmatmul.lo cxmatrix.lo cxmean.lo cxmeansdv.lo \
69         cxminmaxloc.lo cxnorm.lo cxouttext.lo cxpersistence.lo \
70         cxprecomp.lo cxrand.lo cxsumpixels.lo cxsvd.lo cxswitcher.lo \
71         cxtables.lo cxutils.lo
72 lib_cxcore_la_OBJECTS = $(am_lib_cxcore_la_OBJECTS)
73 libcxcore_la_DEPENDENCIES = lib_cxcore.la @LTLIBOBJS@
74 am_libcxcore_la_OBJECTS = dummy.lo
75 libcxcore_la_OBJECTS = $(am_libcxcore_la_OBJECTS)
76 DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
77 depcomp = $(SHELL) $(top_srcdir)/autotools/depcomp
78 am__depfiles_maybe = depfiles
79 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
80         $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
81 LTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) \
82         $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
83         $(AM_CFLAGS) $(CFLAGS)
84 CCLD = $(CC)
85 LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
86         $(AM_LDFLAGS) $(LDFLAGS) -o $@
87 CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
88         $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
89 LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
90         $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
91         $(AM_CXXFLAGS) $(CXXFLAGS)
92 CXXLD = $(CXX)
93 CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
94         $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
95 SOURCES = $(lib_cxcore_la_SOURCES) $(libcxcore_la_SOURCES)
96 DIST_SOURCES = $(lib_cxcore_la_SOURCES) $(libcxcore_la_SOURCES)
97 HEADERS = $(noinst_HEADERS)
98 ETAGS = etags
99 CTAGS = ctags
100 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
101 ACLOCAL = @ACLOCAL@
102 ALLOCA = @ALLOCA@
103 AMDEP_FALSE = @AMDEP_FALSE@
104 AMDEP_TRUE = @AMDEP_TRUE@
105 AMTAR = @AMTAR@
106 AR = @AR@
107 AS = @AS@
108 AUTOCONF = @AUTOCONF@
109 AUTOHEADER = @AUTOHEADER@
110 AUTOMAKE = @AUTOMAKE@
111 AWK = @AWK@
112 BUILD_APPS_FALSE = @BUILD_APPS_FALSE@
113 BUILD_APPS_TRUE = @BUILD_APPS_TRUE@
114 BUILD_CARBON_FALSE = @BUILD_CARBON_FALSE@
115 BUILD_CARBON_TRUE = @BUILD_CARBON_TRUE@
116 BUILD_DC1394_FALSE = @BUILD_DC1394_FALSE@
117 BUILD_DC1394_TRUE = @BUILD_DC1394_TRUE@
118 BUILD_FFMPEG_FALSE = @BUILD_FFMPEG_FALSE@
119 BUILD_FFMPEG_TRUE = @BUILD_FFMPEG_TRUE@
120 BUILD_GTK_FALSE = @BUILD_GTK_FALSE@
121 BUILD_GTK_TRUE = @BUILD_GTK_TRUE@
122 BUILD_IMAGEIO_FALSE = @BUILD_IMAGEIO_FALSE@
123 BUILD_IMAGEIO_TRUE = @BUILD_IMAGEIO_TRUE@
124 BUILD_PYTHON_WRAPPERS_FALSE = @BUILD_PYTHON_WRAPPERS_FALSE@
125 BUILD_PYTHON_WRAPPERS_TRUE = @BUILD_PYTHON_WRAPPERS_TRUE@
126 BUILD_QUICKTIME_FALSE = @BUILD_QUICKTIME_FALSE@
127 BUILD_QUICKTIME_TRUE = @BUILD_QUICKTIME_TRUE@
128 BUILD_V4L_FALSE = @BUILD_V4L_FALSE@
129 BUILD_V4L_TRUE = @BUILD_V4L_TRUE@
130 BUILD_XINE_FALSE = @BUILD_XINE_FALSE@
131 BUILD_XINE_TRUE = @BUILD_XINE_TRUE@
132 CARBON_CFLAGS = @CARBON_CFLAGS@
133 CARBON_LIBS = @CARBON_LIBS@
134 CC = @CC@
135 CCDEPMODE = @CCDEPMODE@
136 CFLAGS = @CFLAGS@
137 CPP = @CPP@
138 CPPFLAGS = @CPPFLAGS@
139 CXX = @CXX@
140 CXXCPP = @CXXCPP@
141 CXXDEPMODE = @CXXDEPMODE@
142 CXXFLAGS = @CXXFLAGS@
143 CYGPATH_W = @CYGPATH_W@
144 DEBUG = @DEBUG@
145 DEFS = @DEFS@
146 DEPDIR = @DEPDIR@
147 DLLTOOL = @DLLTOOL@
148 ECHO = @ECHO@
149 ECHO_C = @ECHO_C@
150 ECHO_N = @ECHO_N@
151 ECHO_T = @ECHO_T@
152 EGREP = @EGREP@
153 EXEEXT = @EXEEXT@
154 F77 = @F77@
155 FFLAGS = @FFLAGS@
156 FFMPEGLIBS = @FFMPEGLIBS@
157 GREP = @GREP@
158 GTHREAD_CFLAGS = @GTHREAD_CFLAGS@
159 GTHREAD_LIBS = @GTHREAD_LIBS@
160 GTK_CFLAGS = @GTK_CFLAGS@
161 GTK_LIBS = @GTK_LIBS@
162 IEEE1394LIBS = @IEEE1394LIBS@
163 IMAGELIBS = @IMAGELIBS@
164 INSTALL_DATA = @INSTALL_DATA@
165 INSTALL_PROGRAM = @INSTALL_PROGRAM@
166 INSTALL_SCRIPT = @INSTALL_SCRIPT@
167 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
168 LDFLAGS = @LDFLAGS@
169 LIBOBJS = @LIBOBJS@
170 LIBS = @LIBS@
171 LIBTOOL = @LIBTOOL@
172 LN_S = @LN_S@
173 LTLIBOBJS = @LTLIBOBJS@
174 LT_VERSION = @LT_VERSION@
175 MAKEINFO = @MAKEINFO@
176 MMAJOR = @MMAJOR@
177 MMINOR = @MMINOR@
178 MSUBMINOR = @MSUBMINOR@
179 OBJDUMP = @OBJDUMP@
180 OBJEXT = @OBJEXT@
181 PACKAGE = @PACKAGE@
182 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
183 PACKAGE_NAME = @PACKAGE_NAME@
184 PACKAGE_STRING = @PACKAGE_STRING@
185 PACKAGE_TARNAME = @PACKAGE_TARNAME@
186 PACKAGE_VERSION = @PACKAGE_VERSION@
187 PATH_SEPARATOR = @PATH_SEPARATOR@
188 PKG_CONFIG = @PKG_CONFIG@
189 PYTHON = @PYTHON@
190 PYTHON_CSPEC = @PYTHON_CSPEC@
191 PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
192 PYTHON_LSPEC = @PYTHON_LSPEC@
193 PYTHON_PLATFORM = @PYTHON_PLATFORM@
194 PYTHON_PREFIX = @PYTHON_PREFIX@
195 PYTHON_VERSION = @PYTHON_VERSION@
196 PY_CXXFLAGS = @PY_CXXFLAGS@
197 QUICKTIME_CFLAGS = @QUICKTIME_CFLAGS@
198 QUICKTIME_LIBS = @QUICKTIME_LIBS@
199 RANLIB = @RANLIB@
200 SET_MAKE = @SET_MAKE@
201 SHELL = @SHELL@
202 STRIP = @STRIP@
203 SWIG = @SWIG@
204 SWIG_PYTHON_LIBS = @SWIG_PYTHON_LIBS@
205 SWIG_PYTHON_OPT = @SWIG_PYTHON_OPT@
206 SWIG_RUNTIME_LIBS_DIR = @SWIG_RUNTIME_LIBS_DIR@
207 SWIG_VERSION = @SWIG_VERSION@
208 UPDATE_SWIG_WRAPPERS_FALSE = @UPDATE_SWIG_WRAPPERS_FALSE@
209 UPDATE_SWIG_WRAPPERS_TRUE = @UPDATE_SWIG_WRAPPERS_TRUE@
210 VERSION = @VERSION@
211 XINE_LIBS = @XINE_LIBS@
212 ac_ct_CC = @ac_ct_CC@
213 ac_ct_CXX = @ac_ct_CXX@
214 ac_ct_F77 = @ac_ct_F77@
215 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
216 am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
217 am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
218 am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
219 am__include = @am__include@
220 am__leading_dot = @am__leading_dot@
221 am__quote = @am__quote@
222 am__tar = @am__tar@
223 am__untar = @am__untar@
224 bindir = @bindir@
225 build = @build@
226 build_alias = @build_alias@
227 build_cpu = @build_cpu@
228 build_os = @build_os@
229 build_vendor = @build_vendor@
230 datadir = @datadir@
231 datarootdir = @datarootdir@
232 docdir = @docdir@
233 dvidir = @dvidir@
234 exec_prefix = @exec_prefix@
235 host = @host@
236 host_alias = @host_alias@
237 host_cpu = @host_cpu@
238 host_os = @host_os@
239 host_vendor = @host_vendor@
240 htmldir = @htmldir@
241 includedir = @includedir@
242 infodir = @infodir@
243 install_sh = @install_sh@
244 libdir = @libdir@
245 libexecdir = @libexecdir@
246 localedir = @localedir@
247 localstatedir = @localstatedir@
248 mandir = @mandir@
249 mkdir_p = @mkdir_p@
250 oldincludedir = @oldincludedir@
251 pdfdir = @pdfdir@
252 pkgpyexecdir = @pkgpyexecdir@
253 pkgpythondir = @pkgpythondir@
254 prefix = @prefix@
255 program_transform_name = @program_transform_name@
256 psdir = @psdir@
257 pyexecdir = @pyexecdir@
258 pythondir = @pythondir@
259 sbindir = @sbindir@
260 sharedstatedir = @sharedstatedir@
261 sysconfdir = @sysconfdir@
262 target = @target@
263 target_alias = @target_alias@
264 target_cpu = @target_cpu@
265 target_os = @target_os@
266 target_vendor = @target_vendor@
267 EXTRA_DIST = cxcore.dsp cxcore.vcproj cxcore.rc resource.h
268 INCLUDES = -I. -I$(top_srcdir)/cxcore/include -I$(top_srcdir)
269 noinst_HEADERS = _cxcore.h _cxipp.h
270 noinst_LTLIBRARIES = lib_cxcore.la
271 lib_LTLIBRARIES = libcxcore.la
272
273 # convenience library
274 lib_cxcore_la_SOURCES = cxalloc.cpp cxarithm.cpp cxarray.cpp cxcmp.cpp \
275     cxconvert.cpp cxcopy.cpp cxdatastructs.cpp cxdrawing.cpp \
276     cxdxt.cpp cxerror.cpp cximage.cpp cxjacobieigens.cpp cxlogic.cpp cxlut.cpp \
277     cxmathfuncs.cpp cxmatmul.cpp cxmatrix.cpp cxmean.cpp \
278     cxmeansdv.cpp cxminmaxloc.cpp cxnorm.cpp cxouttext.cpp \
279     cxpersistence.cpp cxprecomp.cpp cxrand.cpp cxsumpixels.cpp \
280     cxsvd.cpp cxswitcher.cpp cxtables.cpp cxutils.cpp
281
282 lib_cxcore_la_LDFLAGS = -no-undefined @LDFLAGS@
283
284 # real library
285 libcxcore_la_SOURCES = dummy.cpp
286 libcxcore_la_LDFLAGS = -no-undefined -version-info @LT_VERSION@ @LDFLAGS@
287 libcxcore_la_LIBADD = lib_cxcore.la @LTLIBOBJS@
288 all: all-am
289
290 .SUFFIXES:
291 .SUFFIXES: .c .cpp .lo .o .obj
292 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
293         @for dep in $?; do \
294           case '$(am__configure_deps)' in \
295             *$$dep*) \
296               cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
297                 && exit 0; \
298               exit 1;; \
299           esac; \
300         done; \
301         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  cxcore/src/Makefile'; \
302         cd $(top_srcdir) && \
303           $(AUTOMAKE) --gnu  cxcore/src/Makefile
304 .PRECIOUS: Makefile
305 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
306         @case '$?' in \
307           *config.status*) \
308             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
309           *) \
310             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
311             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
312         esac;
313
314 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
315         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
316
317 $(top_srcdir)/configure:  $(am__configure_deps)
318         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
319 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
320         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
321 install-libLTLIBRARIES: $(lib_LTLIBRARIES)
322         @$(NORMAL_INSTALL)
323         test -z "$(libdir)" || $(mkdir_p) "$(DESTDIR)$(libdir)"
324         @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
325           if test -f $$p; then \
326             f=$(am__strip_dir) \
327             echo " $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libdir)/$$f'"; \
328             $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libdir)/$$f"; \
329           else :; fi; \
330         done
331
332 uninstall-libLTLIBRARIES:
333         @$(NORMAL_UNINSTALL)
334         @set -x; list='$(lib_LTLIBRARIES)'; for p in $$list; do \
335           p=$(am__strip_dir) \
336           echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$p'"; \
337           $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$p"; \
338         done
339
340 clean-libLTLIBRARIES:
341         -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
342         @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
343           dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
344           test "$$dir" != "$$p" || dir=.; \
345           echo "rm -f \"$${dir}/so_locations\""; \
346           rm -f "$${dir}/so_locations"; \
347         done
348
349 clean-noinstLTLIBRARIES:
350         -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
351         @list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
352           dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
353           test "$$dir" != "$$p" || dir=.; \
354           echo "rm -f \"$${dir}/so_locations\""; \
355           rm -f "$${dir}/so_locations"; \
356         done
357 lib_cxcore.la: $(lib_cxcore_la_OBJECTS) $(lib_cxcore_la_DEPENDENCIES) 
358         $(CXXLINK)  $(lib_cxcore_la_LDFLAGS) $(lib_cxcore_la_OBJECTS) $(lib_cxcore_la_LIBADD) $(LIBS)
359 libcxcore.la: $(libcxcore_la_OBJECTS) $(libcxcore_la_DEPENDENCIES) 
360         $(CXXLINK) -rpath $(libdir) $(libcxcore_la_LDFLAGS) $(libcxcore_la_OBJECTS) $(libcxcore_la_LIBADD) $(LIBS)
361
362 mostlyclean-compile:
363         -rm -f *.$(OBJEXT)
364
365 distclean-compile:
366         -rm -f *.tab.c
367
368 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cxalloc.Plo@am__quote@
369 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cxarithm.Plo@am__quote@
370 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cxarray.Plo@am__quote@
371 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cxcmp.Plo@am__quote@
372 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cxconvert.Plo@am__quote@
373 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cxcopy.Plo@am__quote@
374 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cxdatastructs.Plo@am__quote@
375 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cxdrawing.Plo@am__quote@
376 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cxdxt.Plo@am__quote@
377 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cxerror.Plo@am__quote@
378 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cximage.Plo@am__quote@
379 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cxjacobieigens.Plo@am__quote@
380 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cxlogic.Plo@am__quote@
381 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cxlut.Plo@am__quote@
382 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cxmathfuncs.Plo@am__quote@
383 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cxmatmul.Plo@am__quote@
384 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cxmatrix.Plo@am__quote@
385 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cxmean.Plo@am__quote@
386 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cxmeansdv.Plo@am__quote@
387 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cxminmaxloc.Plo@am__quote@
388 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cxnorm.Plo@am__quote@
389 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cxouttext.Plo@am__quote@
390 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cxpersistence.Plo@am__quote@
391 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cxprecomp.Plo@am__quote@
392 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cxrand.Plo@am__quote@
393 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cxsumpixels.Plo@am__quote@
394 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cxsvd.Plo@am__quote@
395 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cxswitcher.Plo@am__quote@
396 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cxtables.Plo@am__quote@
397 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cxutils.Plo@am__quote@
398 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dummy.Plo@am__quote@
399
400 .c.o:
401 @am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
402 @am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
403 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
404 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
405 @am__fastdepCC_FALSE@   $(COMPILE) -c $<
406
407 .c.obj:
408 @am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
409 @am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
410 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
411 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
412 @am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
413
414 .c.lo:
415 @am__fastdepCC_TRUE@    if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
416 @am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
417 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
418 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
419 @am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
420
421 .cpp.o:
422 @am__fastdepCXX_TRUE@   if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
423 @am__fastdepCXX_TRUE@   then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
424 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
425 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
426 @am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ $<
427
428 .cpp.obj:
429 @am__fastdepCXX_TRUE@   if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
430 @am__fastdepCXX_TRUE@   then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
431 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
432 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
433 @am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
434
435 .cpp.lo:
436 @am__fastdepCXX_TRUE@   if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
437 @am__fastdepCXX_TRUE@   then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
438 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
439 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
440 @am__fastdepCXX_FALSE@  $(LTCXXCOMPILE) -c -o $@ $<
441
442 mostlyclean-libtool:
443         -rm -f *.lo
444
445 clean-libtool:
446         -rm -rf .libs _libs
447
448 distclean-libtool:
449         -rm -f libtool
450 uninstall-info-am:
451
452 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
453         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
454         unique=`for i in $$list; do \
455             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
456           done | \
457           $(AWK) '    { files[$$0] = 1; } \
458                END { for (i in files) print i; }'`; \
459         mkid -fID $$unique
460 tags: TAGS
461
462 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
463                 $(TAGS_FILES) $(LISP)
464         tags=; \
465         here=`pwd`; \
466         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
467         unique=`for i in $$list; do \
468             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
469           done | \
470           $(AWK) '    { files[$$0] = 1; } \
471                END { for (i in files) print i; }'`; \
472         if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
473           test -n "$$unique" || unique=$$empty_fix; \
474           $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
475             $$tags $$unique; \
476         fi
477 ctags: CTAGS
478 CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
479                 $(TAGS_FILES) $(LISP)
480         tags=; \
481         here=`pwd`; \
482         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
483         unique=`for i in $$list; do \
484             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
485           done | \
486           $(AWK) '    { files[$$0] = 1; } \
487                END { for (i in files) print i; }'`; \
488         test -z "$(CTAGS_ARGS)$$tags$$unique" \
489           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
490              $$tags $$unique
491
492 GTAGS:
493         here=`$(am__cd) $(top_builddir) && pwd` \
494           && cd $(top_srcdir) \
495           && gtags -i $(GTAGS_ARGS) $$here
496
497 distclean-tags:
498         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
499
500 distdir: $(DISTFILES)
501         @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
502         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
503         list='$(DISTFILES)'; for file in $$list; do \
504           case $$file in \
505             $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
506             $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
507           esac; \
508           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
509           dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
510           if test "$$dir" != "$$file" && test "$$dir" != "."; then \
511             dir="/$$dir"; \
512             $(mkdir_p) "$(distdir)$$dir"; \
513           else \
514             dir=''; \
515           fi; \
516           if test -d $$d/$$file; then \
517             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
518               cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
519             fi; \
520             cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
521           else \
522             test -f $(distdir)/$$file \
523             || cp -p $$d/$$file $(distdir)/$$file \
524             || exit 1; \
525           fi; \
526         done
527 check-am: all-am
528 check: check-am
529 all-am: Makefile $(LTLIBRARIES) $(HEADERS)
530 installdirs:
531         for dir in "$(DESTDIR)$(libdir)"; do \
532           test -z "$$dir" || $(mkdir_p) "$$dir"; \
533         done
534 install: install-am
535 install-exec: install-exec-am
536 install-data: install-data-am
537 uninstall: uninstall-am
538
539 install-am: all-am
540         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
541
542 installcheck: installcheck-am
543 install-strip:
544         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
545           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
546           `test -z '$(STRIP)' || \
547             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
548 mostlyclean-generic:
549
550 clean-generic:
551
552 distclean-generic:
553         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
554
555 maintainer-clean-generic:
556         @echo "This command is intended for maintainers to use"
557         @echo "it deletes files that may require special tools to rebuild."
558 clean: clean-am
559
560 clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
561         clean-noinstLTLIBRARIES mostlyclean-am
562
563 distclean: distclean-am
564         -rm -rf ./$(DEPDIR)
565         -rm -f Makefile
566 distclean-am: clean-am distclean-compile distclean-generic \
567         distclean-libtool distclean-tags
568
569 dvi: dvi-am
570
571 dvi-am:
572
573 html: html-am
574
575 info: info-am
576
577 info-am:
578
579 install-data-am:
580
581 install-exec-am: install-libLTLIBRARIES
582
583 install-info: install-info-am
584
585 install-man:
586
587 installcheck-am:
588
589 maintainer-clean: maintainer-clean-am
590         -rm -rf ./$(DEPDIR)
591         -rm -f Makefile
592 maintainer-clean-am: distclean-am maintainer-clean-generic
593
594 mostlyclean: mostlyclean-am
595
596 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
597         mostlyclean-libtool
598
599 pdf: pdf-am
600
601 pdf-am:
602
603 ps: ps-am
604
605 ps-am:
606
607 uninstall-am: uninstall-info-am uninstall-libLTLIBRARIES
608
609 .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
610         clean-libLTLIBRARIES clean-libtool clean-noinstLTLIBRARIES \
611         ctags distclean distclean-compile distclean-generic \
612         distclean-libtool distclean-tags distdir dvi dvi-am html \
613         html-am info info-am install install-am install-data \
614         install-data-am install-exec install-exec-am install-info \
615         install-info-am install-libLTLIBRARIES install-man \
616         install-strip installcheck installcheck-am installdirs \
617         maintainer-clean maintainer-clean-generic mostlyclean \
618         mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
619         pdf pdf-am ps ps-am tags uninstall uninstall-am \
620         uninstall-info-am uninstall-libLTLIBRARIES
621
622 # Tell versions [3.59,3.63) of GNU make to not export all variables.
623 # Otherwise a system limit (for SysV at least) may be exceeded.
624 .NOEXPORT: