Add .gbs.conf needed to submit from tizen_ivi_genivi branch
[profile/ivi/gst-ffmpeg0.10.git] / ext / Makefile.in
1 # Makefile.in generated by automake 1.11.1 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 VPATH = @srcdir@
18 pkgdatadir = $(datadir)/@PACKAGE@
19 pkgincludedir = $(includedir)/@PACKAGE@
20 pkglibdir = $(libdir)/@PACKAGE@
21 pkglibexecdir = $(libexecdir)/@PACKAGE@
22 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
23 install_sh_DATA = $(install_sh) -c -m 644
24 install_sh_PROGRAM = $(install_sh) -c
25 install_sh_SCRIPT = $(install_sh) -c
26 INSTALL_HEADER = $(INSTALL_DATA)
27 transform = $(program_transform_name)
28 NORMAL_INSTALL = :
29 PRE_INSTALL = :
30 POST_INSTALL = :
31 NORMAL_UNINSTALL = :
32 PRE_UNINSTALL = :
33 POST_UNINSTALL = :
34 build_triplet = @build@
35 host_triplet = @host@
36 subdir = ext
37 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
38 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
39 am__aclocal_m4_deps = $(top_srcdir)/common/m4/as-ac-expand.m4 \
40         $(top_srcdir)/common/m4/as-auto-alt.m4 \
41         $(top_srcdir)/common/m4/as-compiler-flag.m4 \
42         $(top_srcdir)/common/m4/as-docbook.m4 \
43         $(top_srcdir)/common/m4/as-python.m4 \
44         $(top_srcdir)/common/m4/as-version.m4 \
45         $(top_srcdir)/common/m4/gst-arch.m4 \
46         $(top_srcdir)/common/m4/gst-args.m4 \
47         $(top_srcdir)/common/m4/gst-check.m4 \
48         $(top_srcdir)/common/m4/gst-doc.m4 \
49         $(top_srcdir)/common/m4/gst-error.m4 \
50         $(top_srcdir)/common/m4/gst-feature.m4 \
51         $(top_srcdir)/common/m4/gst-plugin-docs.m4 \
52         $(top_srcdir)/common/m4/gst-plugindir.m4 \
53         $(top_srcdir)/common/m4/gst.m4 \
54         $(top_srcdir)/common/m4/gtk-doc.m4 \
55         $(top_srcdir)/common/m4/orc.m4 $(top_srcdir)/common/m4/pkg.m4 \
56         $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
57         $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
58         $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac
59 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
60         $(ACLOCAL_M4)
61 mkinstalldirs = $(install_sh) -d
62 CONFIG_HEADER = $(top_builddir)/config.h
63 CONFIG_CLEAN_FILES =
64 CONFIG_CLEAN_VPATH_FILES =
65 AM_V_GEN = $(am__v_GEN_$(V))
66 am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
67 am__v_GEN_0 = @echo "  GEN   " $@;
68 AM_V_at = $(am__v_at_$(V))
69 am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
70 am__v_at_0 = @
71 SOURCES =
72 DIST_SOURCES =
73 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
74         html-recursive info-recursive install-data-recursive \
75         install-dvi-recursive install-exec-recursive \
76         install-html-recursive install-info-recursive \
77         install-pdf-recursive install-ps-recursive install-recursive \
78         installcheck-recursive installdirs-recursive pdf-recursive \
79         ps-recursive uninstall-recursive
80 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
81   distclean-recursive maintainer-clean-recursive
82 AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
83         $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
84         distdir
85 ETAGS = etags
86 CTAGS = ctags
87 DIST_SUBDIRS = $(SUBDIRS)
88 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
89 am__relativize = \
90   dir0=`pwd`; \
91   sed_first='s,^\([^/]*\)/.*$$,\1,'; \
92   sed_rest='s,^[^/]*/*,,'; \
93   sed_last='s,^.*/\([^/]*\)$$,\1,'; \
94   sed_butlast='s,/*[^/]*$$,,'; \
95   while test -n "$$dir1"; do \
96     first=`echo "$$dir1" | sed -e "$$sed_first"`; \
97     if test "$$first" != "."; then \
98       if test "$$first" = ".."; then \
99         dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
100         dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
101       else \
102         first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
103         if test "$$first2" = "$$first"; then \
104           dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
105         else \
106           dir2="../$$dir2"; \
107         fi; \
108         dir0="$$dir0"/"$$first"; \
109       fi; \
110     fi; \
111     dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
112   done; \
113   reldir="$$dir2"
114 ACLOCAL = @ACLOCAL@
115 ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@
116 AMTAR = @AMTAR@
117 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
118 AR = @AR@
119 AS = @AS@
120 AUTOCONF = @AUTOCONF@
121 AUTOHEADER = @AUTOHEADER@
122 AUTOMAKE = @AUTOMAKE@
123 AWK = @AWK@
124 CAT_ENTRY_END = @CAT_ENTRY_END@
125 CAT_ENTRY_START = @CAT_ENTRY_START@
126 CC = @CC@
127 CCDEPMODE = @CCDEPMODE@
128 CFLAGS = @CFLAGS@
129 CPP = @CPP@
130 CPPFLAGS = @CPPFLAGS@
131 CYGPATH_W = @CYGPATH_W@
132 DARWIN_LDFLAGS = @DARWIN_LDFLAGS@
133 DEFS = @DEFS@
134 DEPDIR = @DEPDIR@
135 DEPRECATED_CFLAGS = @DEPRECATED_CFLAGS@
136 DLLTOOL = @DLLTOOL@
137 DOCBOOK_ROOT = @DOCBOOK_ROOT@
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 ERROR_CFLAGS = @ERROR_CFLAGS@
145 EXEEXT = @EXEEXT@
146 FFMPEG_CFLAGS = @FFMPEG_CFLAGS@
147 FFMPEG_CO_DIR = @FFMPEG_CO_DIR@
148 FFMPEG_EXTERNALS_REVISION = @FFMPEG_EXTERNALS_REVISION@
149 FFMPEG_LIBS = @FFMPEG_LIBS@
150 FFMPEG_REVISION = @FFMPEG_REVISION@
151 FFMPEG_SUBDIRS = @FFMPEG_SUBDIRS@
152 FFMPEG_SVN = @FFMPEG_SVN@
153 FGREP = @FGREP@
154 GREP = @GREP@
155 GSTPB_PLUGINS_DIR = @GSTPB_PLUGINS_DIR@
156 GST_ALL_LDFLAGS = @GST_ALL_LDFLAGS@
157 GST_BASE_CFLAGS = @GST_BASE_CFLAGS@
158 GST_BASE_LIBS = @GST_BASE_LIBS@
159 GST_CFLAGS = @GST_CFLAGS@
160 GST_CHECK_CFLAGS = @GST_CHECK_CFLAGS@
161 GST_CHECK_LIBS = @GST_CHECK_LIBS@
162 GST_LEVEL_DEFAULT = @GST_LEVEL_DEFAULT@
163 GST_LIBS = @GST_LIBS@
164 GST_MAJORMINOR = @GST_MAJORMINOR@
165 GST_OPTION_CFLAGS = @GST_OPTION_CFLAGS@
166 GST_PACKAGE_NAME = @GST_PACKAGE_NAME@
167 GST_PACKAGE_ORIGIN = @GST_PACKAGE_ORIGIN@
168 GST_PLUGINS_BASE_CFLAGS = @GST_PLUGINS_BASE_CFLAGS@
169 GST_PLUGINS_BASE_LIBS = @GST_PLUGINS_BASE_LIBS@
170 GST_PLUGINS_DIR = @GST_PLUGINS_DIR@
171 GST_PLUGIN_LDFLAGS = @GST_PLUGIN_LDFLAGS@
172 GST_TOOLS_DIR = @GST_TOOLS_DIR@
173 GTKDOC_CHECK = @GTKDOC_CHECK@
174 HAVE_BZ2 = @HAVE_BZ2@
175 HAVE_DOCBOOK2HTML = @HAVE_DOCBOOK2HTML@
176 HAVE_DOCBOOK2PS = @HAVE_DOCBOOK2PS@
177 HAVE_DVIPS = @HAVE_DVIPS@
178 HAVE_EPSTOPDF = @HAVE_EPSTOPDF@
179 HAVE_FIG2DEV = @HAVE_FIG2DEV@
180 HAVE_JADETEX = @HAVE_JADETEX@
181 HAVE_PNGTOPNM = @HAVE_PNGTOPNM@
182 HAVE_PNMTOPS = @HAVE_PNMTOPS@
183 HAVE_PS2PDF = @HAVE_PS2PDF@
184 HAVE_XMLLINT = @HAVE_XMLLINT@
185 HTML_DIR = @HTML_DIR@
186 INSTALL = @INSTALL@
187 INSTALL_DATA = @INSTALL_DATA@
188 INSTALL_PROGRAM = @INSTALL_PROGRAM@
189 INSTALL_SCRIPT = @INSTALL_SCRIPT@
190 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
191 LD = @LD@
192 LDFLAGS = @LDFLAGS@
193 LIBM = @LIBM@
194 LIBOBJS = @LIBOBJS@
195 LIBS = @LIBS@
196 LIBTOOL = @LIBTOOL@
197 LIPO = @LIPO@
198 LN_S = @LN_S@
199 LTLIBOBJS = @LTLIBOBJS@
200 MAINT = @MAINT@
201 MAKEINFO = @MAKEINFO@
202 MKDIR_P = @MKDIR_P@
203 NM = @NM@
204 NMEDIT = @NMEDIT@
205 OBJDUMP = @OBJDUMP@
206 OBJEXT = @OBJEXT@
207 ORCC = @ORCC@
208 ORC_CFLAGS = @ORC_CFLAGS@
209 ORC_LIBS = @ORC_LIBS@
210 OTOOL = @OTOOL@
211 OTOOL64 = @OTOOL64@
212 PACKAGE = @PACKAGE@
213 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
214 PACKAGE_NAME = @PACKAGE_NAME@
215 PACKAGE_STRING = @PACKAGE_STRING@
216 PACKAGE_TARNAME = @PACKAGE_TARNAME@
217 PACKAGE_URL = @PACKAGE_URL@
218 PACKAGE_VERSION = @PACKAGE_VERSION@
219 PACKAGE_VERSION_MAJOR = @PACKAGE_VERSION_MAJOR@
220 PACKAGE_VERSION_MICRO = @PACKAGE_VERSION_MICRO@
221 PACKAGE_VERSION_MINOR = @PACKAGE_VERSION_MINOR@
222 PACKAGE_VERSION_NANO = @PACKAGE_VERSION_NANO@
223 PACKAGE_VERSION_RELEASE = @PACKAGE_VERSION_RELEASE@
224 PATH_SEPARATOR = @PATH_SEPARATOR@
225 PKG_CONFIG = @PKG_CONFIG@
226 PLUGINDIR = @PLUGINDIR@
227 POSTPROC_CFLAGS = @POSTPROC_CFLAGS@
228 POSTPROC_LIBS = @POSTPROC_LIBS@
229 PROFILE_CFLAGS = @PROFILE_CFLAGS@
230 PYTHON = @PYTHON@
231 PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
232 PYTHON_PLATFORM = @PYTHON_PLATFORM@
233 PYTHON_PREFIX = @PYTHON_PREFIX@
234 PYTHON_VERSION = @PYTHON_VERSION@
235 RANLIB = @RANLIB@
236 SED = @SED@
237 SET_MAKE = @SET_MAKE@
238 SHELL = @SHELL@
239 STRIP = @STRIP@
240 SWSCALE_CFLAGS = @SWSCALE_CFLAGS@
241 SWSCALE_LIBS = @SWSCALE_LIBS@
242 VALGRIND_CFLAGS = @VALGRIND_CFLAGS@
243 VALGRIND_LIBS = @VALGRIND_LIBS@
244 VALGRIND_PATH = @VALGRIND_PATH@
245 VERSION = @VERSION@
246 WARNING_CFLAGS = @WARNING_CFLAGS@
247 WIN32_LIBS = @WIN32_LIBS@
248 XML_CATALOG = @XML_CATALOG@
249 XSLTPROC = @XSLTPROC@
250 XSLTPROC_FLAGS = @XSLTPROC_FLAGS@
251 abs_builddir = @abs_builddir@
252 abs_srcdir = @abs_srcdir@
253 abs_top_builddir = @abs_top_builddir@
254 abs_top_srcdir = @abs_top_srcdir@
255 ac_ct_CC = @ac_ct_CC@
256 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
257 am__include = @am__include@
258 am__leading_dot = @am__leading_dot@
259 am__quote = @am__quote@
260 am__tar = @am__tar@
261 am__untar = @am__untar@
262 bindir = @bindir@
263 build = @build@
264 build_alias = @build_alias@
265 build_cpu = @build_cpu@
266 build_os = @build_os@
267 build_vendor = @build_vendor@
268 builddir = @builddir@
269 datadir = @datadir@
270 datarootdir = @datarootdir@
271 docdir = @docdir@
272 dvidir = @dvidir@
273 exec_prefix = @exec_prefix@
274 host = @host@
275 host_alias = @host_alias@
276 host_cpu = @host_cpu@
277 host_os = @host_os@
278 host_vendor = @host_vendor@
279 htmldir = @htmldir@
280 includedir = @includedir@
281 infodir = @infodir@
282 install_sh = @install_sh@
283 libdir = @libdir@
284 libexecdir = @libexecdir@
285 localedir = @localedir@
286 localstatedir = @localstatedir@
287 lt_ECHO = @lt_ECHO@
288 mandir = @mandir@
289 mkdir_p = @mkdir_p@
290 oldincludedir = @oldincludedir@
291 pdfdir = @pdfdir@
292 pkgpyexecdir = @pkgpyexecdir@
293 pkgpythondir = @pkgpythondir@
294 plugindir = @plugindir@
295 prefix = @prefix@
296 program_transform_name = @program_transform_name@
297 psdir = @psdir@
298 pyexecdir = @pyexecdir@
299 pythondir = @pythondir@
300 sbindir = @sbindir@
301 sharedstatedir = @sharedstatedir@
302 srcdir = @srcdir@
303 sysconfdir = @sysconfdir@
304 target_alias = @target_alias@
305 top_build_prefix = @top_build_prefix@
306 top_builddir = @top_builddir@
307 top_srcdir = @top_srcdir@
308 SUBDIRS = ffmpeg #libpostproc libswscale
309 all: all-recursive
310
311 .SUFFIXES:
312 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
313         @for dep in $?; do \
314           case '$(am__configure_deps)' in \
315             *$$dep*) \
316               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
317                 && { if test -f $@; then exit 0; else break; fi; }; \
318               exit 1;; \
319           esac; \
320         done; \
321         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu ext/Makefile'; \
322         $(am__cd) $(top_srcdir) && \
323           $(AUTOMAKE) --gnu ext/Makefile
324 .PRECIOUS: Makefile
325 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
326         @case '$?' in \
327           *config.status*) \
328             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
329           *) \
330             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
331             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
332         esac;
333
334 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
335         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
336
337 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
338         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
339 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
340         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
341 $(am__aclocal_m4_deps):
342
343 mostlyclean-libtool:
344         -rm -f *.lo
345
346 clean-libtool:
347         -rm -rf .libs _libs
348
349 # This directory's subdirectories are mostly independent; you can cd
350 # into them and run `make' without going through this Makefile.
351 # To change the values of `make' variables: instead of editing Makefiles,
352 # (1) if the variable is set in `config.status', edit `config.status'
353 #     (which will cause the Makefiles to be regenerated when you run `make');
354 # (2) otherwise, pass the desired values on the `make' command line.
355 $(RECURSIVE_TARGETS):
356         @fail= failcom='exit 1'; \
357         for f in x $$MAKEFLAGS; do \
358           case $$f in \
359             *=* | --[!k]*);; \
360             *k*) failcom='fail=yes';; \
361           esac; \
362         done; \
363         dot_seen=no; \
364         target=`echo $@ | sed s/-recursive//`; \
365         list='$(SUBDIRS)'; for subdir in $$list; do \
366           echo "Making $$target in $$subdir"; \
367           if test "$$subdir" = "."; then \
368             dot_seen=yes; \
369             local_target="$$target-am"; \
370           else \
371             local_target="$$target"; \
372           fi; \
373           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
374           || eval $$failcom; \
375         done; \
376         if test "$$dot_seen" = "no"; then \
377           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
378         fi; test -z "$$fail"
379
380 $(RECURSIVE_CLEAN_TARGETS):
381         @fail= failcom='exit 1'; \
382         for f in x $$MAKEFLAGS; do \
383           case $$f in \
384             *=* | --[!k]*);; \
385             *k*) failcom='fail=yes';; \
386           esac; \
387         done; \
388         dot_seen=no; \
389         case "$@" in \
390           distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
391           *) list='$(SUBDIRS)' ;; \
392         esac; \
393         rev=''; for subdir in $$list; do \
394           if test "$$subdir" = "."; then :; else \
395             rev="$$subdir $$rev"; \
396           fi; \
397         done; \
398         rev="$$rev ."; \
399         target=`echo $@ | sed s/-recursive//`; \
400         for subdir in $$rev; do \
401           echo "Making $$target in $$subdir"; \
402           if test "$$subdir" = "."; then \
403             local_target="$$target-am"; \
404           else \
405             local_target="$$target"; \
406           fi; \
407           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
408           || eval $$failcom; \
409         done && test -z "$$fail"
410 tags-recursive:
411         list='$(SUBDIRS)'; for subdir in $$list; do \
412           test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
413         done
414 ctags-recursive:
415         list='$(SUBDIRS)'; for subdir in $$list; do \
416           test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
417         done
418
419 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
420         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
421         unique=`for i in $$list; do \
422             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
423           done | \
424           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
425               END { if (nonempty) { for (i in files) print i; }; }'`; \
426         mkid -fID $$unique
427 tags: TAGS
428
429 TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
430                 $(TAGS_FILES) $(LISP)
431         set x; \
432         here=`pwd`; \
433         if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
434           include_option=--etags-include; \
435           empty_fix=.; \
436         else \
437           include_option=--include; \
438           empty_fix=; \
439         fi; \
440         list='$(SUBDIRS)'; for subdir in $$list; do \
441           if test "$$subdir" = .; then :; else \
442             test ! -f $$subdir/TAGS || \
443               set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
444           fi; \
445         done; \
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         shift; \
453         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
454           test -n "$$unique" || unique=$$empty_fix; \
455           if test $$# -gt 0; then \
456             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
457               "$$@" $$unique; \
458           else \
459             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
460               $$unique; \
461           fi; \
462         fi
463 ctags: CTAGS
464 CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
465                 $(TAGS_FILES) $(LISP)
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; nonempty = 1; } \
471               END { if (nonempty) { for (i in files) print i; }; }'`; \
472         test -z "$(CTAGS_ARGS)$$unique" \
473           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
474              $$unique
475
476 GTAGS:
477         here=`$(am__cd) $(top_builddir) && pwd` \
478           && $(am__cd) $(top_srcdir) \
479           && gtags -i $(GTAGS_ARGS) "$$here"
480
481 distclean-tags:
482         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
483
484 distdir: $(DISTFILES)
485         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
486         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
487         list='$(DISTFILES)'; \
488           dist_files=`for file in $$list; do echo $$file; done | \
489           sed -e "s|^$$srcdirstrip/||;t" \
490               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
491         case $$dist_files in \
492           */*) $(MKDIR_P) `echo "$$dist_files" | \
493                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
494                            sort -u` ;; \
495         esac; \
496         for file in $$dist_files; do \
497           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
498           if test -d $$d/$$file; then \
499             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
500             if test -d "$(distdir)/$$file"; then \
501               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
502             fi; \
503             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
504               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
505               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
506             fi; \
507             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
508           else \
509             test -f "$(distdir)/$$file" \
510             || cp -p $$d/$$file "$(distdir)/$$file" \
511             || exit 1; \
512           fi; \
513         done
514         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
515           if test "$$subdir" = .; then :; else \
516             test -d "$(distdir)/$$subdir" \
517             || $(MKDIR_P) "$(distdir)/$$subdir" \
518             || exit 1; \
519           fi; \
520         done
521         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
522           if test "$$subdir" = .; then :; else \
523             dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
524             $(am__relativize); \
525             new_distdir=$$reldir; \
526             dir1=$$subdir; dir2="$(top_distdir)"; \
527             $(am__relativize); \
528             new_top_distdir=$$reldir; \
529             echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
530             echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
531             ($(am__cd) $$subdir && \
532               $(MAKE) $(AM_MAKEFLAGS) \
533                 top_distdir="$$new_top_distdir" \
534                 distdir="$$new_distdir" \
535                 am__remove_distdir=: \
536                 am__skip_length_check=: \
537                 am__skip_mode_fix=: \
538                 distdir) \
539               || exit 1; \
540           fi; \
541         done
542 check-am: all-am
543 check: check-recursive
544 all-am: Makefile
545 installdirs: installdirs-recursive
546 installdirs-am:
547 install: install-recursive
548 install-exec: install-exec-recursive
549 install-data: install-data-recursive
550 uninstall: uninstall-recursive
551
552 install-am: all-am
553         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
554
555 installcheck: installcheck-recursive
556 install-strip:
557         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
558           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
559           `test -z '$(STRIP)' || \
560             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
561 mostlyclean-generic:
562
563 clean-generic:
564
565 distclean-generic:
566         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
567         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
568
569 maintainer-clean-generic:
570         @echo "This command is intended for maintainers to use"
571         @echo "it deletes files that may require special tools to rebuild."
572 clean: clean-recursive
573
574 clean-am: clean-generic clean-libtool mostlyclean-am
575
576 distclean: distclean-recursive
577         -rm -f Makefile
578 distclean-am: clean-am distclean-generic distclean-tags
579
580 dvi: dvi-recursive
581
582 dvi-am:
583
584 html: html-recursive
585
586 html-am:
587
588 info: info-recursive
589
590 info-am:
591
592 install-data-am:
593
594 install-dvi: install-dvi-recursive
595
596 install-dvi-am:
597
598 install-exec-am:
599
600 install-html: install-html-recursive
601
602 install-html-am:
603
604 install-info: install-info-recursive
605
606 install-info-am:
607
608 install-man:
609
610 install-pdf: install-pdf-recursive
611
612 install-pdf-am:
613
614 install-ps: install-ps-recursive
615
616 install-ps-am:
617
618 installcheck-am:
619
620 maintainer-clean: maintainer-clean-recursive
621         -rm -f Makefile
622 maintainer-clean-am: distclean-am maintainer-clean-generic
623
624 mostlyclean: mostlyclean-recursive
625
626 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
627
628 pdf: pdf-recursive
629
630 pdf-am:
631
632 ps: ps-recursive
633
634 ps-am:
635
636 uninstall-am:
637
638 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
639         install-am install-strip tags-recursive
640
641 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
642         all all-am check check-am clean clean-generic clean-libtool \
643         ctags ctags-recursive distclean distclean-generic \
644         distclean-libtool distclean-tags distdir dvi dvi-am html \
645         html-am info info-am install install-am install-data \
646         install-data-am install-dvi install-dvi-am install-exec \
647         install-exec-am install-html install-html-am install-info \
648         install-info-am install-man install-pdf install-pdf-am \
649         install-ps install-ps-am install-strip installcheck \
650         installcheck-am installdirs installdirs-am maintainer-clean \
651         maintainer-clean-generic mostlyclean mostlyclean-generic \
652         mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
653         uninstall uninstall-am
654
655
656 # Tell versions [3.59,3.63) of GNU make to not export all variables.
657 # Otherwise a system limit (for SysV at least) may be exceeded.
658 .NOEXPORT: