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