Update to 2.0.0 tree from current Fremantle build
[opencv] / interfaces / 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 # opencv/interfaces/Makefile.am
19 # 2005-01-23, Mark Asbach <asbach@ient.rwth-aachen.de>
20
21 # This Makefile invokes Makefiles of those subdirectories that have been secified
22 # by the configure script (via AM_CONDITIONAL). It is planned to reactivate
23 # Matlab wrappers soon, until then, we concentrate on adding the various languages
24 # that SWIG is able to wrap libraries for.
25 VPATH = @srcdir@
26 pkgdatadir = $(datadir)/@PACKAGE@
27 pkgincludedir = $(includedir)/@PACKAGE@
28 pkglibdir = $(libdir)/@PACKAGE@
29 pkglibexecdir = $(libexecdir)/@PACKAGE@
30 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
31 install_sh_DATA = $(install_sh) -c -m 644
32 install_sh_PROGRAM = $(install_sh) -c
33 install_sh_SCRIPT = $(install_sh) -c
34 INSTALL_HEADER = $(INSTALL_DATA)
35 transform = $(program_transform_name)
36 NORMAL_INSTALL = :
37 PRE_INSTALL = :
38 POST_INSTALL = :
39 NORMAL_UNINSTALL = :
40 PRE_UNINSTALL = :
41 POST_UNINSTALL = :
42 build_triplet = @build@
43 host_triplet = @host@
44 target_triplet = @target@
45 subdir = interfaces
46 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
47 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
48 am__aclocal_m4_deps =  \
49         $(top_srcdir)/autotools/aclocal/ax_check_compiler_flags.m4 \
50         $(top_srcdir)/autotools/aclocal/ax_ext.m4 \
51         $(top_srcdir)/autotools/aclocal/ax_gcc_x86_cpuid.m4 \
52         $(top_srcdir)/autotools/aclocal/az_python.m4 \
53         $(top_srcdir)/autotools/aclocal/libtool.m4 \
54         $(top_srcdir)/autotools/aclocal/ltoptions.m4 \
55         $(top_srcdir)/autotools/aclocal/ltsugar.m4 \
56         $(top_srcdir)/autotools/aclocal/ltversion.m4 \
57         $(top_srcdir)/autotools/aclocal/lt~obsolete.m4 \
58         $(top_srcdir)/autotools/aclocal/pkg.m4 \
59         $(top_srcdir)/autotools/aclocal/swig_complete.m4 \
60         $(top_srcdir)/autotools/aclocal/version_at_least.m4 \
61         $(top_srcdir)/configure.in
62 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
63         $(ACLOCAL_M4)
64 mkinstalldirs = $(SHELL) $(top_srcdir)/autotools/mkinstalldirs
65 CONFIG_HEADER = $(top_builddir)/cvconfig.h
66 CONFIG_CLEAN_FILES =
67 CONFIG_CLEAN_VPATH_FILES =
68 SOURCES =
69 DIST_SOURCES =
70 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
71         html-recursive info-recursive install-data-recursive \
72         install-dvi-recursive install-exec-recursive \
73         install-html-recursive install-info-recursive \
74         install-pdf-recursive install-ps-recursive install-recursive \
75         installcheck-recursive installdirs-recursive pdf-recursive \
76         ps-recursive uninstall-recursive
77 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
78   distclean-recursive maintainer-clean-recursive
79 AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
80         $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
81         distdir
82 ETAGS = etags
83 CTAGS = ctags
84 DIST_SUBDIRS = $(SUBDIRS)
85 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
86 am__relativize = \
87   dir0=`pwd`; \
88   sed_first='s,^\([^/]*\)/.*$$,\1,'; \
89   sed_rest='s,^[^/]*/*,,'; \
90   sed_last='s,^.*/\([^/]*\)$$,\1,'; \
91   sed_butlast='s,/*[^/]*$$,,'; \
92   while test -n "$$dir1"; do \
93     first=`echo "$$dir1" | sed -e "$$sed_first"`; \
94     if test "$$first" != "."; then \
95       if test "$$first" = ".."; then \
96         dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
97         dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
98       else \
99         first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
100         if test "$$first2" = "$$first"; then \
101           dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
102         else \
103           dir2="../$$dir2"; \
104         fi; \
105         dir0="$$dir0"/"$$first"; \
106       fi; \
107     fi; \
108     dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
109   done; \
110   reldir="$$dir2"
111 ACLOCAL = @ACLOCAL@
112 ALLOCA = @ALLOCA@
113 AMTAR = @AMTAR@
114 AR = @AR@
115 AS = @AS@
116 AUTOCONF = @AUTOCONF@
117 AUTOHEADER = @AUTOHEADER@
118 AUTOMAKE = @AUTOMAKE@
119 AWK = @AWK@
120 CARBON_CFLAGS = @CARBON_CFLAGS@
121 CARBON_LIBS = @CARBON_LIBS@
122 CC = @CC@
123 CCDEPMODE = @CCDEPMODE@
124 CFLAGS = @CFLAGS@
125 CPP = @CPP@
126 CPPFLAGS = @CPPFLAGS@
127 CXX = @CXX@
128 CXXCPP = @CXXCPP@
129 CXXDEPMODE = @CXXDEPMODE@
130 CXXFLAGS = @CXXFLAGS@
131 CYGPATH_W = @CYGPATH_W@
132 DEBUG = @DEBUG@
133 DEBUG_CPPFLAGS = @DEBUG_CPPFLAGS@
134 DEBUG_CXXFLAGS = @DEBUG_CXXFLAGS@
135 DEFS = @DEFS@
136 DEPDIR = @DEPDIR@
137 DLLTOOL = @DLLTOOL@
138 DSYMUTIL = @DSYMUTIL@
139 DUMPBIN = @DUMPBIN@
140 ECHO_C = @ECHO_C@
141 ECHO_N = @ECHO_N@
142 ECHO_T = @ECHO_T@
143 EGREP = @EGREP@
144 EXEEXT = @EXEEXT@
145 FFMPEGLIBS = @FFMPEGLIBS@
146 FGREP = @FGREP@
147 FLOAT_STORE_CFLAGS = @FLOAT_STORE_CFLAGS@
148 GREP = @GREP@
149 GSTREAMER_CFLAGS = @GSTREAMER_CFLAGS@
150 GSTREAMER_LIBS = @GSTREAMER_LIBS@
151 GTHREAD_CFLAGS = @GTHREAD_CFLAGS@
152 GTHREAD_LIBS = @GTHREAD_LIBS@
153 GTK_CFLAGS = @GTK_CFLAGS@
154 GTK_LIBS = @GTK_LIBS@
155 IEEE1394LIBS = @IEEE1394LIBS@
156 IMAGELIBS = @IMAGELIBS@
157 INSTALL = @INSTALL@
158 INSTALL_DATA = @INSTALL_DATA@
159 INSTALL_PROGRAM = @INSTALL_PROGRAM@
160 INSTALL_SCRIPT = @INSTALL_SCRIPT@
161 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
162 LAPACK_LIBS = @LAPACK_LIBS@
163 LD = @LD@
164 LDFLAGS = @LDFLAGS@
165 LIBOBJS = @LIBOBJS@
166 LIBS = @LIBS@
167 LIBTOOL = @LIBTOOL@
168 LIPO = @LIPO@
169 LN_S = @LN_S@
170 LTLIBOBJS = @LTLIBOBJS@
171 LT_VERSION = @LT_VERSION@
172 MAKEINFO = @MAKEINFO@
173 MKDIR_P = @MKDIR_P@
174 MKOCTFILE = @MKOCTFILE@
175 MMAJOR = @MMAJOR@
176 MMINOR = @MMINOR@
177 MSUBMINOR = @MSUBMINOR@
178 NM = @NM@
179 NMEDIT = @NMEDIT@
180 OBJDUMP = @OBJDUMP@
181 OBJEXT = @OBJEXT@
182 OCTAVE = @OCTAVE@
183 OCTAVE_ARCH = @OCTAVE_ARCH@
184 OCTAVE_INCFLAGS = @OCTAVE_INCFLAGS@
185 OPENMP_CXXFLAGS = @OPENMP_CXXFLAGS@
186 OPTIMIZATION_CPPFLAGS = @OPTIMIZATION_CPPFLAGS@
187 OPTIMIZATION_CXXFLAGS = @OPTIMIZATION_CXXFLAGS@
188 OTOOL = @OTOOL@
189 OTOOL64 = @OTOOL64@
190 PACKAGE = @PACKAGE@
191 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
192 PACKAGE_NAME = @PACKAGE_NAME@
193 PACKAGE_STRING = @PACKAGE_STRING@
194 PACKAGE_TARNAME = @PACKAGE_TARNAME@
195 PACKAGE_URL = @PACKAGE_URL@
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 QUICKTIME_CFLAGS = @QUICKTIME_CFLAGS@
207 QUICKTIME_LIBS = @QUICKTIME_LIBS@
208 RANLIB = @RANLIB@
209 SED = @SED@
210 SET_MAKE = @SET_MAKE@
211 SHELL = @SHELL@
212 SIMD_FLAGS = @SIMD_FLAGS@
213 STRIP = @STRIP@
214 SWIG = @SWIG@
215 SWIG_OCTAVE_OPT = @SWIG_OCTAVE_OPT@
216 SWIG_PYTHON_LIBS = @SWIG_PYTHON_LIBS@
217 SWIG_PYTHON_OPT = @SWIG_PYTHON_OPT@
218 SWIG_RUNTIME_LIBS_DIR = @SWIG_RUNTIME_LIBS_DIR@
219 SWIG_VERSION = @SWIG_VERSION@
220 UCIL_PACKAGE_CFLAGS = @UCIL_PACKAGE_CFLAGS@
221 UCIL_PACKAGE_LIBS = @UCIL_PACKAGE_LIBS@
222 UNICAP_PACKAGE_CFLAGS = @UNICAP_PACKAGE_CFLAGS@
223 UNICAP_PACKAGE_LIBS = @UNICAP_PACKAGE_LIBS@
224 VERSION = @VERSION@
225 XINE_LIBS = @XINE_LIBS@
226 abs_builddir = @abs_builddir@
227 abs_srcdir = @abs_srcdir@
228 abs_top_builddir = @abs_top_builddir@
229 abs_top_srcdir = @abs_top_srcdir@
230 ac_ct_CC = @ac_ct_CC@
231 ac_ct_CXX = @ac_ct_CXX@
232 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
233 am__include = @am__include@
234 am__leading_dot = @am__leading_dot@
235 am__quote = @am__quote@
236 am__tar = @am__tar@
237 am__untar = @am__untar@
238 bindir = @bindir@
239 build = @build@
240 build_alias = @build_alias@
241 build_cpu = @build_cpu@
242 build_os = @build_os@
243 build_vendor = @build_vendor@
244 builddir = @builddir@
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 lt_ECHO = @lt_ECHO@
264 mandir = @mandir@
265 mkdir_p = @mkdir_p@
266 oldincludedir = @oldincludedir@
267 pdfdir = @pdfdir@
268 pkgpyexecdir = @pkgpyexecdir@
269 pkgpythondir = @pkgpythondir@
270 prefix = @prefix@
271 program_transform_name = @program_transform_name@
272 psdir = @psdir@
273 pyexecdir = @pyexecdir@
274 pythondir = @pythondir@
275 sbindir = @sbindir@
276 sharedstatedir = @sharedstatedir@
277 srcdir = @srcdir@
278 sysconfdir = @sysconfdir@
279 target = @target@
280 target_alias = @target_alias@
281 target_cpu = @target_cpu@
282 target_os = @target_os@
283 target_vendor = @target_vendor@
284 top_build_prefix = @top_build_prefix@
285 top_builddir = @top_builddir@
286 top_srcdir = @top_srcdir@
287 SUBDIRS = swig
288 EXTRA_DIST = CMakeLists.txt ffopencv
289 all: all-recursive
290
291 .SUFFIXES:
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                 && { if test -f $@; then exit 0; else break; fi; }; \
298               exit 1;; \
299           esac; \
300         done; \
301         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu interfaces/Makefile'; \
302         $(am__cd) $(top_srcdir) && \
303           $(AUTOMAKE) --gnu interfaces/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 $(am__aclocal_m4_deps):
322
323 mostlyclean-libtool:
324         -rm -f *.lo
325
326 clean-libtool:
327         -rm -rf .libs _libs
328
329 # This directory's subdirectories are mostly independent; you can cd
330 # into them and run `make' without going through this Makefile.
331 # To change the values of `make' variables: instead of editing Makefiles,
332 # (1) if the variable is set in `config.status', edit `config.status'
333 #     (which will cause the Makefiles to be regenerated when you run `make');
334 # (2) otherwise, pass the desired values on the `make' command line.
335 $(RECURSIVE_TARGETS):
336         @failcom='exit 1'; \
337         for f in x $$MAKEFLAGS; do \
338           case $$f in \
339             *=* | --[!k]*);; \
340             *k*) failcom='fail=yes';; \
341           esac; \
342         done; \
343         dot_seen=no; \
344         target=`echo $@ | sed s/-recursive//`; \
345         list='$(SUBDIRS)'; for subdir in $$list; do \
346           echo "Making $$target in $$subdir"; \
347           if test "$$subdir" = "."; then \
348             dot_seen=yes; \
349             local_target="$$target-am"; \
350           else \
351             local_target="$$target"; \
352           fi; \
353           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
354           || eval $$failcom; \
355         done; \
356         if test "$$dot_seen" = "no"; then \
357           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
358         fi; test -z "$$fail"
359
360 $(RECURSIVE_CLEAN_TARGETS):
361         @failcom='exit 1'; \
362         for f in x $$MAKEFLAGS; do \
363           case $$f in \
364             *=* | --[!k]*);; \
365             *k*) failcom='fail=yes';; \
366           esac; \
367         done; \
368         dot_seen=no; \
369         case "$@" in \
370           distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
371           *) list='$(SUBDIRS)' ;; \
372         esac; \
373         rev=''; for subdir in $$list; do \
374           if test "$$subdir" = "."; then :; else \
375             rev="$$subdir $$rev"; \
376           fi; \
377         done; \
378         rev="$$rev ."; \
379         target=`echo $@ | sed s/-recursive//`; \
380         for subdir in $$rev; do \
381           echo "Making $$target in $$subdir"; \
382           if test "$$subdir" = "."; then \
383             local_target="$$target-am"; \
384           else \
385             local_target="$$target"; \
386           fi; \
387           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
388           || eval $$failcom; \
389         done && test -z "$$fail"
390 tags-recursive:
391         list='$(SUBDIRS)'; for subdir in $$list; do \
392           test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
393         done
394 ctags-recursive:
395         list='$(SUBDIRS)'; for subdir in $$list; do \
396           test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
397         done
398
399 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
400         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
401         unique=`for i in $$list; do \
402             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
403           done | \
404           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
405               END { if (nonempty) { for (i in files) print i; }; }'`; \
406         mkid -fID $$unique
407 tags: TAGS
408
409 TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
410                 $(TAGS_FILES) $(LISP)
411         set x; \
412         here=`pwd`; \
413         if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
414           include_option=--etags-include; \
415           empty_fix=.; \
416         else \
417           include_option=--include; \
418           empty_fix=; \
419         fi; \
420         list='$(SUBDIRS)'; for subdir in $$list; do \
421           if test "$$subdir" = .; then :; else \
422             test ! -f $$subdir/TAGS || \
423               set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
424           fi; \
425         done; \
426         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
427         unique=`for i in $$list; do \
428             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
429           done | \
430           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
431               END { if (nonempty) { for (i in files) print i; }; }'`; \
432         shift; \
433         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
434           test -n "$$unique" || unique=$$empty_fix; \
435           if test $$# -gt 0; then \
436             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
437               "$$@" $$unique; \
438           else \
439             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
440               $$unique; \
441           fi; \
442         fi
443 ctags: CTAGS
444 CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
445                 $(TAGS_FILES) $(LISP)
446         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
447         unique=`for i in $$list; do \
448             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
449           done | \
450           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
451               END { if (nonempty) { for (i in files) print i; }; }'`; \
452         test -z "$(CTAGS_ARGS)$$unique" \
453           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
454              $$unique
455
456 GTAGS:
457         here=`$(am__cd) $(top_builddir) && pwd` \
458           && $(am__cd) $(top_srcdir) \
459           && gtags -i $(GTAGS_ARGS) "$$here"
460
461 distclean-tags:
462         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
463
464 distdir: $(DISTFILES)
465         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
466         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
467         list='$(DISTFILES)'; \
468           dist_files=`for file in $$list; do echo $$file; done | \
469           sed -e "s|^$$srcdirstrip/||;t" \
470               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
471         case $$dist_files in \
472           */*) $(MKDIR_P) `echo "$$dist_files" | \
473                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
474                            sort -u` ;; \
475         esac; \
476         for file in $$dist_files; do \
477           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
478           if test -d $$d/$$file; then \
479             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
480             if test -d "$(distdir)/$$file"; then \
481               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
482             fi; \
483             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
484               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
485               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
486             fi; \
487             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
488           else \
489             test -f "$(distdir)/$$file" \
490             || cp -p $$d/$$file "$(distdir)/$$file" \
491             || exit 1; \
492           fi; \
493         done
494         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
495           if test "$$subdir" = .; then :; else \
496             test -d "$(distdir)/$$subdir" \
497             || $(MKDIR_P) "$(distdir)/$$subdir" \
498             || exit 1; \
499           fi; \
500         done
501         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
502           if test "$$subdir" = .; then :; else \
503             dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
504             $(am__relativize); \
505             new_distdir=$$reldir; \
506             dir1=$$subdir; dir2="$(top_distdir)"; \
507             $(am__relativize); \
508             new_top_distdir=$$reldir; \
509             echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
510             echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
511             ($(am__cd) $$subdir && \
512               $(MAKE) $(AM_MAKEFLAGS) \
513                 top_distdir="$$new_top_distdir" \
514                 distdir="$$new_distdir" \
515                 am__remove_distdir=: \
516                 am__skip_length_check=: \
517                 am__skip_mode_fix=: \
518                 distdir) \
519               || exit 1; \
520           fi; \
521         done
522 check-am: all-am
523 check: check-recursive
524 all-am: Makefile
525 installdirs: installdirs-recursive
526 installdirs-am:
527 install: install-recursive
528 install-exec: install-exec-recursive
529 install-data: install-data-recursive
530 uninstall: uninstall-recursive
531
532 install-am: all-am
533         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
534
535 installcheck: installcheck-recursive
536 install-strip:
537         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
538           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
539           `test -z '$(STRIP)' || \
540             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
541 mostlyclean-generic:
542
543 clean-generic:
544
545 distclean-generic:
546         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
547         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
548
549 maintainer-clean-generic:
550         @echo "This command is intended for maintainers to use"
551         @echo "it deletes files that may require special tools to rebuild."
552 clean: clean-recursive
553
554 clean-am: clean-generic clean-libtool mostlyclean-am
555
556 distclean: distclean-recursive
557         -rm -f Makefile
558 distclean-am: clean-am distclean-generic distclean-tags
559
560 dvi: dvi-recursive
561
562 dvi-am:
563
564 html: html-recursive
565
566 html-am:
567
568 info: info-recursive
569
570 info-am:
571
572 install-data-am:
573
574 install-dvi: install-dvi-recursive
575
576 install-dvi-am:
577
578 install-exec-am:
579
580 install-html: install-html-recursive
581
582 install-html-am:
583
584 install-info: install-info-recursive
585
586 install-info-am:
587
588 install-man:
589
590 install-pdf: install-pdf-recursive
591
592 install-pdf-am:
593
594 install-ps: install-ps-recursive
595
596 install-ps-am:
597
598 installcheck-am:
599
600 maintainer-clean: maintainer-clean-recursive
601         -rm -f Makefile
602 maintainer-clean-am: distclean-am maintainer-clean-generic
603
604 mostlyclean: mostlyclean-recursive
605
606 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
607
608 pdf: pdf-recursive
609
610 pdf-am:
611
612 ps: ps-recursive
613
614 ps-am:
615
616 uninstall-am:
617
618 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
619         install-am install-strip tags-recursive
620
621 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
622         all all-am check check-am clean clean-generic clean-libtool \
623         ctags ctags-recursive distclean distclean-generic \
624         distclean-libtool distclean-tags distdir dvi dvi-am html \
625         html-am info info-am install install-am install-data \
626         install-data-am install-dvi install-dvi-am install-exec \
627         install-exec-am install-html install-html-am install-info \
628         install-info-am install-man install-pdf install-pdf-am \
629         install-ps install-ps-am install-strip installcheck \
630         installcheck-am installdirs installdirs-am maintainer-clean \
631         maintainer-clean-generic mostlyclean mostlyclean-generic \
632         mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
633         uninstall uninstall-am
634
635
636 # Tell versions [3.59,3.63) of GNU make to not export all variables.
637 # Otherwise a system limit (for SysV at least) may be exceeded.
638 .NOEXPORT: