Update to 2.0.0 tree from current Fremantle build
[opencv] / include / Makefile.in
1 # Makefile.in generated by automake 1.11 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
6 # Inc.
7 # This Makefile.in is free software; the Free Software Foundation
8 # gives unlimited permission to copy and/or distribute it,
9 # with or without modifications, as long as this notice is preserved.
10
11 # This program is distributed in the hope that it will be useful,
12 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14 # PARTICULAR PURPOSE.
15
16 @SET_MAKE@
17
18 # these headers will be installed in /usr/local/include/opencv typically
19 # the OpenCV Framework might only bring a subset, listed in the toplevel opencv/Makefile.am in FRAMEWORK_XHEADERS
20
21 VPATH = @srcdir@
22 pkgdatadir = $(datadir)/@PACKAGE@
23 pkgincludedir = $(includedir)/@PACKAGE@
24 pkglibdir = $(libdir)/@PACKAGE@
25 pkglibexecdir = $(libexecdir)/@PACKAGE@
26 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
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 = include
42 DIST_COMMON = $(pkginclude_HEADERS) $(srcdir)/Makefile.am \
43         $(srcdir)/Makefile.in
44 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
45 am__aclocal_m4_deps =  \
46         $(top_srcdir)/autotools/aclocal/ax_check_compiler_flags.m4 \
47         $(top_srcdir)/autotools/aclocal/ax_ext.m4 \
48         $(top_srcdir)/autotools/aclocal/ax_gcc_x86_cpuid.m4 \
49         $(top_srcdir)/autotools/aclocal/az_python.m4 \
50         $(top_srcdir)/autotools/aclocal/libtool.m4 \
51         $(top_srcdir)/autotools/aclocal/ltoptions.m4 \
52         $(top_srcdir)/autotools/aclocal/ltsugar.m4 \
53         $(top_srcdir)/autotools/aclocal/ltversion.m4 \
54         $(top_srcdir)/autotools/aclocal/lt~obsolete.m4 \
55         $(top_srcdir)/autotools/aclocal/pkg.m4 \
56         $(top_srcdir)/autotools/aclocal/swig_complete.m4 \
57         $(top_srcdir)/autotools/aclocal/version_at_least.m4 \
58         $(top_srcdir)/configure.in
59 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
60         $(ACLOCAL_M4)
61 mkinstalldirs = $(SHELL) $(top_srcdir)/autotools/mkinstalldirs
62 CONFIG_HEADER = $(top_builddir)/cvconfig.h
63 CONFIG_CLEAN_FILES =
64 CONFIG_CLEAN_VPATH_FILES =
65 SOURCES =
66 DIST_SOURCES =
67 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
68 am__vpath_adj = case $$p in \
69     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
70     *) f=$$p;; \
71   esac;
72 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
73 am__install_max = 40
74 am__nobase_strip_setup = \
75   srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
76 am__nobase_strip = \
77   for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
78 am__nobase_list = $(am__nobase_strip_setup); \
79   for p in $$list; do echo "$$p $$p"; done | \
80   sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
81   $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
82     if (++n[$$2] == $(am__install_max)) \
83       { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
84     END { for (dir in files) print dir, files[dir] }'
85 am__base_list = \
86   sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
87   sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
88 am__installdirs = "$(DESTDIR)$(pkgincludedir)"
89 HEADERS = $(pkginclude_HEADERS)
90 ETAGS = etags
91 CTAGS = ctags
92 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
93 ACLOCAL = @ACLOCAL@
94 ALLOCA = @ALLOCA@
95 AMTAR = @AMTAR@
96 AR = @AR@
97 AS = @AS@
98 AUTOCONF = @AUTOCONF@
99 AUTOHEADER = @AUTOHEADER@
100 AUTOMAKE = @AUTOMAKE@
101 AWK = @AWK@
102 CARBON_CFLAGS = @CARBON_CFLAGS@
103 CARBON_LIBS = @CARBON_LIBS@
104 CC = @CC@
105 CCDEPMODE = @CCDEPMODE@
106 CFLAGS = @CFLAGS@
107 CPP = @CPP@
108 CPPFLAGS = @CPPFLAGS@
109 CXX = @CXX@
110 CXXCPP = @CXXCPP@
111 CXXDEPMODE = @CXXDEPMODE@
112 CXXFLAGS = @CXXFLAGS@
113 CYGPATH_W = @CYGPATH_W@
114 DEBUG = @DEBUG@
115 DEBUG_CPPFLAGS = @DEBUG_CPPFLAGS@
116 DEBUG_CXXFLAGS = @DEBUG_CXXFLAGS@
117 DEFS = @DEFS@
118 DEPDIR = @DEPDIR@
119 DLLTOOL = @DLLTOOL@
120 DSYMUTIL = @DSYMUTIL@
121 DUMPBIN = @DUMPBIN@
122 ECHO_C = @ECHO_C@
123 ECHO_N = @ECHO_N@
124 ECHO_T = @ECHO_T@
125 EGREP = @EGREP@
126 EXEEXT = @EXEEXT@
127 FFMPEGLIBS = @FFMPEGLIBS@
128 FGREP = @FGREP@
129 FLOAT_STORE_CFLAGS = @FLOAT_STORE_CFLAGS@
130 GREP = @GREP@
131 GSTREAMER_CFLAGS = @GSTREAMER_CFLAGS@
132 GSTREAMER_LIBS = @GSTREAMER_LIBS@
133 GTHREAD_CFLAGS = @GTHREAD_CFLAGS@
134 GTHREAD_LIBS = @GTHREAD_LIBS@
135 GTK_CFLAGS = @GTK_CFLAGS@
136 GTK_LIBS = @GTK_LIBS@
137 IEEE1394LIBS = @IEEE1394LIBS@
138 IMAGELIBS = @IMAGELIBS@
139 INSTALL = @INSTALL@
140 INSTALL_DATA = @INSTALL_DATA@
141 INSTALL_PROGRAM = @INSTALL_PROGRAM@
142 INSTALL_SCRIPT = @INSTALL_SCRIPT@
143 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
144 LAPACK_LIBS = @LAPACK_LIBS@
145 LD = @LD@
146 LDFLAGS = @LDFLAGS@
147 LIBOBJS = @LIBOBJS@
148 LIBS = @LIBS@
149 LIBTOOL = @LIBTOOL@
150 LIPO = @LIPO@
151 LN_S = @LN_S@
152 LTLIBOBJS = @LTLIBOBJS@
153 LT_VERSION = @LT_VERSION@
154 MAKEINFO = @MAKEINFO@
155 MKDIR_P = @MKDIR_P@
156 MKOCTFILE = @MKOCTFILE@
157 MMAJOR = @MMAJOR@
158 MMINOR = @MMINOR@
159 MSUBMINOR = @MSUBMINOR@
160 NM = @NM@
161 NMEDIT = @NMEDIT@
162 OBJDUMP = @OBJDUMP@
163 OBJEXT = @OBJEXT@
164 OCTAVE = @OCTAVE@
165 OCTAVE_ARCH = @OCTAVE_ARCH@
166 OCTAVE_INCFLAGS = @OCTAVE_INCFLAGS@
167 OPENMP_CXXFLAGS = @OPENMP_CXXFLAGS@
168 OPTIMIZATION_CPPFLAGS = @OPTIMIZATION_CPPFLAGS@
169 OPTIMIZATION_CXXFLAGS = @OPTIMIZATION_CXXFLAGS@
170 OTOOL = @OTOOL@
171 OTOOL64 = @OTOOL64@
172 PACKAGE = @PACKAGE@
173 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
174 PACKAGE_NAME = @PACKAGE_NAME@
175 PACKAGE_STRING = @PACKAGE_STRING@
176 PACKAGE_TARNAME = @PACKAGE_TARNAME@
177 PACKAGE_URL = @PACKAGE_URL@
178 PACKAGE_VERSION = @PACKAGE_VERSION@
179 PATH_SEPARATOR = @PATH_SEPARATOR@
180 PKG_CONFIG = @PKG_CONFIG@
181 PYTHON = @PYTHON@
182 PYTHON_CSPEC = @PYTHON_CSPEC@
183 PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
184 PYTHON_LSPEC = @PYTHON_LSPEC@
185 PYTHON_PLATFORM = @PYTHON_PLATFORM@
186 PYTHON_PREFIX = @PYTHON_PREFIX@
187 PYTHON_VERSION = @PYTHON_VERSION@
188 QUICKTIME_CFLAGS = @QUICKTIME_CFLAGS@
189 QUICKTIME_LIBS = @QUICKTIME_LIBS@
190 RANLIB = @RANLIB@
191 SED = @SED@
192 SET_MAKE = @SET_MAKE@
193 SHELL = @SHELL@
194 SIMD_FLAGS = @SIMD_FLAGS@
195 STRIP = @STRIP@
196 SWIG = @SWIG@
197 SWIG_OCTAVE_OPT = @SWIG_OCTAVE_OPT@
198 SWIG_PYTHON_LIBS = @SWIG_PYTHON_LIBS@
199 SWIG_PYTHON_OPT = @SWIG_PYTHON_OPT@
200 SWIG_RUNTIME_LIBS_DIR = @SWIG_RUNTIME_LIBS_DIR@
201 SWIG_VERSION = @SWIG_VERSION@
202 UCIL_PACKAGE_CFLAGS = @UCIL_PACKAGE_CFLAGS@
203 UCIL_PACKAGE_LIBS = @UCIL_PACKAGE_LIBS@
204 UNICAP_PACKAGE_CFLAGS = @UNICAP_PACKAGE_CFLAGS@
205 UNICAP_PACKAGE_LIBS = @UNICAP_PACKAGE_LIBS@
206 VERSION = @VERSION@
207 XINE_LIBS = @XINE_LIBS@
208 abs_builddir = @abs_builddir@
209 abs_srcdir = @abs_srcdir@
210 abs_top_builddir = @abs_top_builddir@
211 abs_top_srcdir = @abs_top_srcdir@
212 ac_ct_CC = @ac_ct_CC@
213 ac_ct_CXX = @ac_ct_CXX@
214 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
215 am__include = @am__include@
216 am__leading_dot = @am__leading_dot@
217 am__quote = @am__quote@
218 am__tar = @am__tar@
219 am__untar = @am__untar@
220 bindir = @bindir@
221 build = @build@
222 build_alias = @build_alias@
223 build_cpu = @build_cpu@
224 build_os = @build_os@
225 build_vendor = @build_vendor@
226 builddir = @builddir@
227 datadir = @datadir@
228 datarootdir = @datarootdir@
229 docdir = @docdir@
230 dvidir = @dvidir@
231 exec_prefix = @exec_prefix@
232 host = @host@
233 host_alias = @host_alias@
234 host_cpu = @host_cpu@
235 host_os = @host_os@
236 host_vendor = @host_vendor@
237 htmldir = @htmldir@
238 includedir = @includedir@
239 infodir = @infodir@
240 install_sh = @install_sh@
241 libdir = @libdir@
242 libexecdir = @libexecdir@
243 localedir = @localedir@
244 localstatedir = @localstatedir@
245 lt_ECHO = @lt_ECHO@
246 mandir = @mandir@
247 mkdir_p = @mkdir_p@
248 oldincludedir = @oldincludedir@
249 pdfdir = @pdfdir@
250 pkgpyexecdir = @pkgpyexecdir@
251 pkgpythondir = @pkgpythondir@
252 prefix = @prefix@
253 program_transform_name = @program_transform_name@
254 psdir = @psdir@
255 pyexecdir = @pyexecdir@
256 pythondir = @pythondir@
257 sbindir = @sbindir@
258 sharedstatedir = @sharedstatedir@
259 srcdir = @srcdir@
260 sysconfdir = @sysconfdir@
261 target = @target@
262 target_alias = @target_alias@
263 target_cpu = @target_cpu@
264 target_os = @target_os@
265 target_vendor = @target_vendor@
266 top_build_prefix = @top_build_prefix@
267 top_builddir = @top_builddir@
268 top_srcdir = @top_srcdir@
269 pkginclude_HEADERS = \
270   opencv/cv.h          \
271   opencv/cv.hpp        \
272   opencv/cvaux.h       \
273   opencv/cvaux.hpp     \
274   opencv/cvcompat.h    \
275   opencv/cvstreams.h   \
276   opencv/cxmat.hpp     \
277   opencv/cvtypes.h     \
278   opencv/cvver.h       \
279   opencv/cvvidsurv.hpp \
280   opencv/cvwimage.h    \
281   opencv/cxcore.h      \
282   opencv/cxcore.hpp    \
283   opencv/cxerror.h     \
284   opencv/cxflann.h     \
285   opencv/cxmisc.h      \
286   opencv/cxoperations.hpp \
287   opencv/cxtypes.h     \
288   opencv/highgui.h     \
289   opencv/highgui.hpp   \
290   opencv/ml.h
291
292 all: all-am
293
294 .SUFFIXES:
295 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
296         @for dep in $?; do \
297           case '$(am__configure_deps)' in \
298             *$$dep*) \
299               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
300                 && { if test -f $@; then exit 0; else break; fi; }; \
301               exit 1;; \
302           esac; \
303         done; \
304         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu include/Makefile'; \
305         $(am__cd) $(top_srcdir) && \
306           $(AUTOMAKE) --gnu include/Makefile
307 .PRECIOUS: Makefile
308 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
309         @case '$?' in \
310           *config.status*) \
311             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
312           *) \
313             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
314             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
315         esac;
316
317 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
318         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
319
320 $(top_srcdir)/configure:  $(am__configure_deps)
321         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
322 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
323         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
324 $(am__aclocal_m4_deps):
325
326 mostlyclean-libtool:
327         -rm -f *.lo
328
329 clean-libtool:
330         -rm -rf .libs _libs
331 install-pkgincludeHEADERS: $(pkginclude_HEADERS)
332         @$(NORMAL_INSTALL)
333         test -z "$(pkgincludedir)" || $(MKDIR_P) "$(DESTDIR)$(pkgincludedir)"
334         @list='$(pkginclude_HEADERS)'; test -n "$(pkgincludedir)" || list=; \
335         for p in $$list; do \
336           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
337           echo "$$d$$p"; \
338         done | $(am__base_list) | \
339         while read files; do \
340           echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(pkgincludedir)'"; \
341           $(INSTALL_HEADER) $$files "$(DESTDIR)$(pkgincludedir)" || exit $$?; \
342         done
343
344 uninstall-pkgincludeHEADERS:
345         @$(NORMAL_UNINSTALL)
346         @list='$(pkginclude_HEADERS)'; test -n "$(pkgincludedir)" || list=; \
347         files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
348         test -n "$$files" || exit 0; \
349         echo " ( cd '$(DESTDIR)$(pkgincludedir)' && rm -f" $$files ")"; \
350         cd "$(DESTDIR)$(pkgincludedir)" && rm -f $$files
351
352 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
353         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
354         unique=`for i in $$list; do \
355             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
356           done | \
357           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
358               END { if (nonempty) { for (i in files) print i; }; }'`; \
359         mkid -fID $$unique
360 tags: TAGS
361
362 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
363                 $(TAGS_FILES) $(LISP)
364         set x; \
365         here=`pwd`; \
366         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
367         unique=`for i in $$list; do \
368             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
369           done | \
370           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
371               END { if (nonempty) { for (i in files) print i; }; }'`; \
372         shift; \
373         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
374           test -n "$$unique" || unique=$$empty_fix; \
375           if test $$# -gt 0; then \
376             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
377               "$$@" $$unique; \
378           else \
379             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
380               $$unique; \
381           fi; \
382         fi
383 ctags: CTAGS
384 CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
385                 $(TAGS_FILES) $(LISP)
386         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
387         unique=`for i in $$list; do \
388             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
389           done | \
390           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
391               END { if (nonempty) { for (i in files) print i; }; }'`; \
392         test -z "$(CTAGS_ARGS)$$unique" \
393           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
394              $$unique
395
396 GTAGS:
397         here=`$(am__cd) $(top_builddir) && pwd` \
398           && $(am__cd) $(top_srcdir) \
399           && gtags -i $(GTAGS_ARGS) "$$here"
400
401 distclean-tags:
402         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
403
404 distdir: $(DISTFILES)
405         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
406         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
407         list='$(DISTFILES)'; \
408           dist_files=`for file in $$list; do echo $$file; done | \
409           sed -e "s|^$$srcdirstrip/||;t" \
410               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
411         case $$dist_files in \
412           */*) $(MKDIR_P) `echo "$$dist_files" | \
413                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
414                            sort -u` ;; \
415         esac; \
416         for file in $$dist_files; do \
417           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
418           if test -d $$d/$$file; then \
419             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
420             if test -d "$(distdir)/$$file"; then \
421               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
422             fi; \
423             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
424               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
425               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
426             fi; \
427             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
428           else \
429             test -f "$(distdir)/$$file" \
430             || cp -p $$d/$$file "$(distdir)/$$file" \
431             || exit 1; \
432           fi; \
433         done
434 check-am: all-am
435 check: check-am
436 all-am: Makefile $(HEADERS)
437 installdirs:
438         for dir in "$(DESTDIR)$(pkgincludedir)"; do \
439           test -z "$$dir" || $(MKDIR_P) "$$dir"; \
440         done
441 install: install-am
442 install-exec: install-exec-am
443 install-data: install-data-am
444 uninstall: uninstall-am
445
446 install-am: all-am
447         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
448
449 installcheck: installcheck-am
450 install-strip:
451         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
452           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
453           `test -z '$(STRIP)' || \
454             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
455 mostlyclean-generic:
456
457 clean-generic:
458
459 distclean-generic:
460         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
461         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
462
463 maintainer-clean-generic:
464         @echo "This command is intended for maintainers to use"
465         @echo "it deletes files that may require special tools to rebuild."
466 clean: clean-am
467
468 clean-am: clean-generic clean-libtool mostlyclean-am
469
470 distclean: distclean-am
471         -rm -f Makefile
472 distclean-am: clean-am distclean-generic distclean-tags
473
474 dvi: dvi-am
475
476 dvi-am:
477
478 html: html-am
479
480 html-am:
481
482 info: info-am
483
484 info-am:
485
486 install-data-am: install-pkgincludeHEADERS
487
488 install-dvi: install-dvi-am
489
490 install-dvi-am:
491
492 install-exec-am:
493
494 install-html: install-html-am
495
496 install-html-am:
497
498 install-info: install-info-am
499
500 install-info-am:
501
502 install-man:
503
504 install-pdf: install-pdf-am
505
506 install-pdf-am:
507
508 install-ps: install-ps-am
509
510 install-ps-am:
511
512 installcheck-am:
513
514 maintainer-clean: maintainer-clean-am
515         -rm -f Makefile
516 maintainer-clean-am: distclean-am maintainer-clean-generic
517
518 mostlyclean: mostlyclean-am
519
520 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
521
522 pdf: pdf-am
523
524 pdf-am:
525
526 ps: ps-am
527
528 ps-am:
529
530 uninstall-am: uninstall-pkgincludeHEADERS
531
532 .MAKE: install-am install-strip
533
534 .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
535         clean-libtool ctags distclean distclean-generic \
536         distclean-libtool distclean-tags distdir dvi dvi-am html \
537         html-am info info-am install install-am install-data \
538         install-data-am install-dvi install-dvi-am install-exec \
539         install-exec-am install-html install-html-am install-info \
540         install-info-am install-man install-pdf install-pdf-am \
541         install-pkgincludeHEADERS install-ps install-ps-am \
542         install-strip installcheck installcheck-am installdirs \
543         maintainer-clean maintainer-clean-generic mostlyclean \
544         mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
545         tags uninstall uninstall-am uninstall-pkgincludeHEADERS
546
547
548 # Tell versions [3.59,3.63) of GNU make to not export all variables.
549 # Otherwise a system limit (for SysV at least) may be exceeded.
550 .NOEXPORT: