Update Changelog
[profile/ivi/rygel-gst-0-10-media-engine.git] / Makefile.in
1 # Makefile.in generated by automake 1.11.6 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, 2010, 2011 Free Software
6 # Foundation, 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 am__make_dryrun = \
19   { \
20     am__dry=no; \
21     case $$MAKEFLAGS in \
22       *\\[\ \   ]*) \
23         echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
24           | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
25       *) \
26         for am__flg in $$MAKEFLAGS; do \
27           case $$am__flg in \
28             *=*|--*) ;; \
29             *n*) am__dry=yes; break;; \
30           esac; \
31         done;; \
32     esac; \
33     test $$am__dry = yes; \
34   }
35 pkgdatadir = $(datadir)/@PACKAGE@
36 pkgincludedir = $(includedir)/@PACKAGE@
37 pkglibdir = $(libdir)/@PACKAGE@
38 pkglibexecdir = $(libexecdir)/@PACKAGE@
39 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
40 install_sh_DATA = $(install_sh) -c -m 644
41 install_sh_PROGRAM = $(install_sh) -c
42 install_sh_SCRIPT = $(install_sh) -c
43 INSTALL_HEADER = $(INSTALL_DATA)
44 transform = $(program_transform_name)
45 NORMAL_INSTALL = :
46 PRE_INSTALL = :
47 POST_INSTALL = :
48 NORMAL_UNINSTALL = :
49 PRE_UNINSTALL = :
50 POST_UNINSTALL = :
51 build_triplet = @build@
52 host_triplet = @host@
53 subdir = .
54 DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
55         $(srcdir)/Makefile.in $(srcdir)/config.h.in \
56         $(top_srcdir)/configure AUTHORS COPYING ChangeLog INSTALL NEWS \
57         build-aux/config.guess build-aux/config.sub build-aux/depcomp \
58         build-aux/install-sh build-aux/ltmain.sh build-aux/missing \
59         build-aux/mkinstalldirs
60 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
61 am__aclocal_m4_deps = $(top_srcdir)/m4/intltool.m4 \
62         $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
63         $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
64         $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac
65 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
66         $(ACLOCAL_M4)
67 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
68  configure.lineno config.status.lineno
69 mkinstalldirs = $(SHELL) $(top_srcdir)/build-aux/mkinstalldirs
70 CONFIG_HEADER = config.h
71 CONFIG_CLEAN_FILES =
72 CONFIG_CLEAN_VPATH_FILES =
73 AM_V_GEN = $(am__v_GEN_@AM_V@)
74 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
75 am__v_GEN_0 = @echo "  GEN   " $@;
76 AM_V_at = $(am__v_at_@AM_V@)
77 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
78 am__v_at_0 = @
79 SOURCES =
80 DIST_SOURCES =
81 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
82         html-recursive info-recursive install-data-recursive \
83         install-dvi-recursive install-exec-recursive \
84         install-html-recursive install-info-recursive \
85         install-pdf-recursive install-ps-recursive install-recursive \
86         installcheck-recursive installdirs-recursive pdf-recursive \
87         ps-recursive uninstall-recursive
88 am__can_run_installinfo = \
89   case $$AM_UPDATE_INFO_DIR in \
90     n|no|NO) false;; \
91     *) (install-info --version) >/dev/null 2>&1;; \
92   esac
93 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
94   distclean-recursive maintainer-clean-recursive
95 AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
96         $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
97         distdir dist dist-all distcheck
98 ETAGS = etags
99 CTAGS = ctags
100 DIST_SUBDIRS = $(SUBDIRS)
101 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
102 distdir = $(PACKAGE)-$(VERSION)
103 top_distdir = $(distdir)
104 am__remove_distdir = \
105   if test -d "$(distdir)"; then \
106     find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
107       && rm -rf "$(distdir)" \
108       || { sleep 5 && rm -rf "$(distdir)"; }; \
109   else :; fi
110 am__relativize = \
111   dir0=`pwd`; \
112   sed_first='s,^\([^/]*\)/.*$$,\1,'; \
113   sed_rest='s,^[^/]*/*,,'; \
114   sed_last='s,^.*/\([^/]*\)$$,\1,'; \
115   sed_butlast='s,/*[^/]*$$,,'; \
116   while test -n "$$dir1"; do \
117     first=`echo "$$dir1" | sed -e "$$sed_first"`; \
118     if test "$$first" != "."; then \
119       if test "$$first" = ".."; then \
120         dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
121         dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
122       else \
123         first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
124         if test "$$first2" = "$$first"; then \
125           dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
126         else \
127           dir2="../$$dir2"; \
128         fi; \
129         dir0="$$dir0"/"$$first"; \
130       fi; \
131     fi; \
132     dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
133   done; \
134   reldir="$$dir2"
135 GZIP_ENV = --best
136 DIST_ARCHIVES = $(distdir).tar.xz
137 distuninstallcheck_listfiles = find . -type f -print
138 am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
139   | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
140 distcleancheck_listfiles = find . -type f -print
141 ACLOCAL = @ACLOCAL@
142 ALL_LINGUAS = @ALL_LINGUAS@
143 AMTAR = @AMTAR@
144 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
145 AR = @AR@
146 AUTOCONF = @AUTOCONF@
147 AUTOHEADER = @AUTOHEADER@
148 AUTOMAKE = @AUTOMAKE@
149 AWK = @AWK@
150 CATALOGS = @CATALOGS@
151 CATOBJEXT = @CATOBJEXT@
152 CC = @CC@
153 CCDEPMODE = @CCDEPMODE@
154 CFLAGS = @CFLAGS@
155 CPP = @CPP@
156 CPPFLAGS = @CPPFLAGS@
157 CYGPATH_W = @CYGPATH_W@
158 DATADIRNAME = @DATADIRNAME@
159 DEFS = @DEFS@
160 DEPDIR = @DEPDIR@
161 DEPS_CFLAGS = @DEPS_CFLAGS@
162 DEPS_LIBS = @DEPS_LIBS@
163 DLLTOOL = @DLLTOOL@
164 DSYMUTIL = @DSYMUTIL@
165 DUMPBIN = @DUMPBIN@
166 ECHO_C = @ECHO_C@
167 ECHO_N = @ECHO_N@
168 ECHO_T = @ECHO_T@
169 EGREP = @EGREP@
170 EXEEXT = @EXEEXT@
171 FGREP = @FGREP@
172 GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
173 GMOFILES = @GMOFILES@
174 GMSGFMT = @GMSGFMT@
175 GREP = @GREP@
176 INSTALL = @INSTALL@
177 INSTALL_DATA = @INSTALL_DATA@
178 INSTALL_PROGRAM = @INSTALL_PROGRAM@
179 INSTALL_SCRIPT = @INSTALL_SCRIPT@
180 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
181 INSTOBJEXT = @INSTOBJEXT@
182 INTLLIBS = @INTLLIBS@
183 INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
184 INTLTOOL_MERGE = @INTLTOOL_MERGE@
185 INTLTOOL_PERL = @INTLTOOL_PERL@
186 INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
187 INTLTOOL_V_MERGE = @INTLTOOL_V_MERGE@
188 INTLTOOL_V_MERGE_OPTIONS = @INTLTOOL_V_MERGE_OPTIONS@
189 INTLTOOL__v_MERGE_ = @INTLTOOL__v_MERGE_@
190 INTLTOOL__v_MERGE_0 = @INTLTOOL__v_MERGE_0@
191 LD = @LD@
192 LDFLAGS = @LDFLAGS@
193 LIBOBJS = @LIBOBJS@
194 LIBS = @LIBS@
195 LIBTOOL = @LIBTOOL@
196 LIPO = @LIPO@
197 LN_S = @LN_S@
198 LTLIBOBJS = @LTLIBOBJS@
199 MAINT = @MAINT@
200 MAKEINFO = @MAKEINFO@
201 MANIFEST_TOOL = @MANIFEST_TOOL@
202 MKDIR_P = @MKDIR_P@
203 MKINSTALLDIRS = @MKINSTALLDIRS@
204 MSGFMT = @MSGFMT@
205 MSGFMT_OPTS = @MSGFMT_OPTS@
206 MSGMERGE = @MSGMERGE@
207 NM = @NM@
208 NMEDIT = @NMEDIT@
209 OBJDUMP = @OBJDUMP@
210 OBJEXT = @OBJEXT@
211 OTOOL = @OTOOL@
212 OTOOL64 = @OTOOL64@
213 PACKAGE = @PACKAGE@
214 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
215 PACKAGE_NAME = @PACKAGE_NAME@
216 PACKAGE_STRING = @PACKAGE_STRING@
217 PACKAGE_TARNAME = @PACKAGE_TARNAME@
218 PACKAGE_URL = @PACKAGE_URL@
219 PACKAGE_VERSION = @PACKAGE_VERSION@
220 PATH_SEPARATOR = @PATH_SEPARATOR@
221 PKG_CONFIG = @PKG_CONFIG@
222 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
223 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
224 POFILES = @POFILES@
225 POSUB = @POSUB@
226 PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
227 PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
228 RANLIB = @RANLIB@
229 RYGEL_ENGINE_DIR = @RYGEL_ENGINE_DIR@
230 RYGEL_PLUGIN_LINKER_FLAGS = @RYGEL_PLUGIN_LINKER_FLAGS@
231 SED = @SED@
232 SET_MAKE = @SET_MAKE@
233 SHELL = @SHELL@
234 STRIP = @STRIP@
235 USE_NLS = @USE_NLS@
236 VERSION = @VERSION@
237 XGETTEXT = @XGETTEXT@
238 abs_builddir = @abs_builddir@
239 abs_srcdir = @abs_srcdir@
240 abs_top_builddir = @abs_top_builddir@
241 abs_top_srcdir = @abs_top_srcdir@
242 ac_ct_AR = @ac_ct_AR@
243 ac_ct_CC = @ac_ct_CC@
244 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
245 am__include = @am__include@
246 am__leading_dot = @am__leading_dot@
247 am__quote = @am__quote@
248 am__tar = @am__tar@
249 am__untar = @am__untar@
250 bindir = @bindir@
251 build = @build@
252 build_alias = @build_alias@
253 build_cpu = @build_cpu@
254 build_os = @build_os@
255 build_vendor = @build_vendor@
256 builddir = @builddir@
257 datadir = @datadir@
258 datarootdir = @datarootdir@
259 docdir = @docdir@
260 dvidir = @dvidir@
261 exec_prefix = @exec_prefix@
262 host = @host@
263 host_alias = @host_alias@
264 host_cpu = @host_cpu@
265 host_os = @host_os@
266 host_vendor = @host_vendor@
267 htmldir = @htmldir@
268 includedir = @includedir@
269 infodir = @infodir@
270 install_sh = @install_sh@
271 intltool__v_merge_options_ = @intltool__v_merge_options_@
272 intltool__v_merge_options_0 = @intltool__v_merge_options_0@
273 libdir = @libdir@
274 libexecdir = @libexecdir@
275 localedir = @localedir@
276 localstatedir = @localstatedir@
277 mandir = @mandir@
278 mkdir_p = @mkdir_p@
279 oldincludedir = @oldincludedir@
280 pdfdir = @pdfdir@
281 prefix = @prefix@
282 program_transform_name = @program_transform_name@
283 psdir = @psdir@
284 sbindir = @sbindir@
285 sharedstatedir = @sharedstatedir@
286 srcdir = @srcdir@
287 sysconfdir = @sysconfdir@
288 target_alias = @target_alias@
289 top_build_prefix = @top_build_prefix@
290 top_builddir = @top_builddir@
291 top_srcdir = @top_srcdir@
292 SUBDIRS = src data tests po
293 DISTCHECK_CONFIGURE_FLAGS = 
294
295 # Extra clean files so that maintainer-clean removes *everything*
296 MAINTAINERCLEANFILES = aclocal.m4 compile config.guess config.sub configure depcomp install-sh ltmain.sh Makefile.in missing config.h.in
297 ACLOCAL_AMFLAGS = -I m4
298
299 # see build-aux/git-version-get for details
300 BUILT_SOURCES = $(top_srcdir)/.version
301 all: $(BUILT_SOURCES) config.h
302         $(MAKE) $(AM_MAKEFLAGS) all-recursive
303
304 .SUFFIXES:
305 am--refresh: Makefile
306         @:
307 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
308         @for dep in $?; do \
309           case '$(am__configure_deps)' in \
310             *$$dep*) \
311               echo ' cd $(srcdir) && $(AUTOMAKE) --gnu'; \
312               $(am__cd) $(srcdir) && $(AUTOMAKE) --gnu \
313                 && exit 0; \
314               exit 1;; \
315           esac; \
316         done; \
317         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \
318         $(am__cd) $(top_srcdir) && \
319           $(AUTOMAKE) --gnu Makefile
320 .PRECIOUS: Makefile
321 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
322         @case '$?' in \
323           *config.status*) \
324             echo ' $(SHELL) ./config.status'; \
325             $(SHELL) ./config.status;; \
326           *) \
327             echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
328             cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
329         esac;
330
331 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
332         $(SHELL) ./config.status --recheck
333
334 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
335         $(am__cd) $(srcdir) && $(AUTOCONF)
336 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
337         $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
338 $(am__aclocal_m4_deps):
339
340 config.h: stamp-h1
341         @if test ! -f $@; then rm -f stamp-h1; else :; fi
342         @if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) stamp-h1; else :; fi
343
344 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
345         @rm -f stamp-h1
346         cd $(top_builddir) && $(SHELL) ./config.status config.h
347 $(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 
348         ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
349         rm -f stamp-h1
350         touch $@
351
352 distclean-hdr:
353         -rm -f config.h stamp-h1
354
355 mostlyclean-libtool:
356         -rm -f *.lo
357
358 clean-libtool:
359         -rm -rf .libs _libs
360
361 distclean-libtool:
362         -rm -f libtool config.lt
363
364 # This directory's subdirectories are mostly independent; you can cd
365 # into them and run `make' without going through this Makefile.
366 # To change the values of `make' variables: instead of editing Makefiles,
367 # (1) if the variable is set in `config.status', edit `config.status'
368 #     (which will cause the Makefiles to be regenerated when you run `make');
369 # (2) otherwise, pass the desired values on the `make' command line.
370 $(RECURSIVE_TARGETS):
371         @fail= failcom='exit 1'; \
372         for f in x $$MAKEFLAGS; do \
373           case $$f in \
374             *=* | --[!k]*);; \
375             *k*) failcom='fail=yes';; \
376           esac; \
377         done; \
378         dot_seen=no; \
379         target=`echo $@ | sed s/-recursive//`; \
380         list='$(SUBDIRS)'; for subdir in $$list; do \
381           echo "Making $$target in $$subdir"; \
382           if test "$$subdir" = "."; then \
383             dot_seen=yes; \
384             local_target="$$target-am"; \
385           else \
386             local_target="$$target"; \
387           fi; \
388           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
389           || eval $$failcom; \
390         done; \
391         if test "$$dot_seen" = "no"; then \
392           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
393         fi; test -z "$$fail"
394
395 $(RECURSIVE_CLEAN_TARGETS):
396         @fail= failcom='exit 1'; \
397         for f in x $$MAKEFLAGS; do \
398           case $$f in \
399             *=* | --[!k]*);; \
400             *k*) failcom='fail=yes';; \
401           esac; \
402         done; \
403         dot_seen=no; \
404         case "$@" in \
405           distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
406           *) list='$(SUBDIRS)' ;; \
407         esac; \
408         rev=''; for subdir in $$list; do \
409           if test "$$subdir" = "."; then :; else \
410             rev="$$subdir $$rev"; \
411           fi; \
412         done; \
413         rev="$$rev ."; \
414         target=`echo $@ | sed s/-recursive//`; \
415         for subdir in $$rev; do \
416           echo "Making $$target in $$subdir"; \
417           if test "$$subdir" = "."; then \
418             local_target="$$target-am"; \
419           else \
420             local_target="$$target"; \
421           fi; \
422           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
423           || eval $$failcom; \
424         done && test -z "$$fail"
425 tags-recursive:
426         list='$(SUBDIRS)'; for subdir in $$list; do \
427           test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
428         done
429 ctags-recursive:
430         list='$(SUBDIRS)'; for subdir in $$list; do \
431           test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
432         done
433
434 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
435         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
436         unique=`for i in $$list; do \
437             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
438           done | \
439           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
440               END { if (nonempty) { for (i in files) print i; }; }'`; \
441         mkid -fID $$unique
442 tags: TAGS
443
444 TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
445                 $(TAGS_FILES) $(LISP)
446         set x; \
447         here=`pwd`; \
448         if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
449           include_option=--etags-include; \
450           empty_fix=.; \
451         else \
452           include_option=--include; \
453           empty_fix=; \
454         fi; \
455         list='$(SUBDIRS)'; for subdir in $$list; do \
456           if test "$$subdir" = .; then :; else \
457             test ! -f $$subdir/TAGS || \
458               set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
459           fi; \
460         done; \
461         list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
462         unique=`for i in $$list; do \
463             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
464           done | \
465           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
466               END { if (nonempty) { for (i in files) print i; }; }'`; \
467         shift; \
468         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
469           test -n "$$unique" || unique=$$empty_fix; \
470           if test $$# -gt 0; then \
471             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
472               "$$@" $$unique; \
473           else \
474             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
475               $$unique; \
476           fi; \
477         fi
478 ctags: CTAGS
479 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
480                 $(TAGS_FILES) $(LISP)
481         list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
482         unique=`for i in $$list; do \
483             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
484           done | \
485           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
486               END { if (nonempty) { for (i in files) print i; }; }'`; \
487         test -z "$(CTAGS_ARGS)$$unique" \
488           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
489              $$unique
490
491 GTAGS:
492         here=`$(am__cd) $(top_builddir) && pwd` \
493           && $(am__cd) $(top_srcdir) \
494           && gtags -i $(GTAGS_ARGS) "$$here"
495
496 distclean-tags:
497         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
498
499 distdir: $(DISTFILES)
500         $(am__remove_distdir)
501         test -d "$(distdir)" || mkdir "$(distdir)"
502         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
503         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
504         list='$(DISTFILES)'; \
505           dist_files=`for file in $$list; do echo $$file; done | \
506           sed -e "s|^$$srcdirstrip/||;t" \
507               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
508         case $$dist_files in \
509           */*) $(MKDIR_P) `echo "$$dist_files" | \
510                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
511                            sort -u` ;; \
512         esac; \
513         for file in $$dist_files; do \
514           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
515           if test -d $$d/$$file; then \
516             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
517             if test -d "$(distdir)/$$file"; then \
518               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
519             fi; \
520             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
521               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
522               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
523             fi; \
524             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
525           else \
526             test -f "$(distdir)/$$file" \
527             || cp -p $$d/$$file "$(distdir)/$$file" \
528             || exit 1; \
529           fi; \
530         done
531         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
532           if test "$$subdir" = .; then :; else \
533             $(am__make_dryrun) \
534               || test -d "$(distdir)/$$subdir" \
535               || $(MKDIR_P) "$(distdir)/$$subdir" \
536               || exit 1; \
537             dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
538             $(am__relativize); \
539             new_distdir=$$reldir; \
540             dir1=$$subdir; dir2="$(top_distdir)"; \
541             $(am__relativize); \
542             new_top_distdir=$$reldir; \
543             echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
544             echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
545             ($(am__cd) $$subdir && \
546               $(MAKE) $(AM_MAKEFLAGS) \
547                 top_distdir="$$new_top_distdir" \
548                 distdir="$$new_distdir" \
549                 am__remove_distdir=: \
550                 am__skip_length_check=: \
551                 am__skip_mode_fix=: \
552                 distdir) \
553               || exit 1; \
554           fi; \
555         done
556         $(MAKE) $(AM_MAKEFLAGS) \
557           top_distdir="$(top_distdir)" distdir="$(distdir)" \
558           dist-hook
559         -test -n "$(am__skip_mode_fix)" \
560         || find "$(distdir)" -type d ! -perm -755 \
561                 -exec chmod u+rwx,go+rx {} \; -o \
562           ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
563           ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
564           ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
565         || chmod -R a+r "$(distdir)"
566 dist-gzip: distdir
567         tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
568         $(am__remove_distdir)
569
570 dist-bzip2: distdir
571         tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
572         $(am__remove_distdir)
573
574 dist-lzip: distdir
575         tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
576         $(am__remove_distdir)
577
578 dist-lzma: distdir
579         tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
580         $(am__remove_distdir)
581 dist-xz: distdir
582         tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
583         $(am__remove_distdir)
584
585 dist-tarZ: distdir
586         tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
587         $(am__remove_distdir)
588
589 dist-shar: distdir
590         shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
591         $(am__remove_distdir)
592
593 dist-zip: distdir
594         -rm -f $(distdir).zip
595         zip -rq $(distdir).zip $(distdir)
596         $(am__remove_distdir)
597
598 dist dist-all: distdir
599         tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
600         $(am__remove_distdir)
601
602 # This target untars the dist file and tries a VPATH configuration.  Then
603 # it guarantees that the distribution is self-contained by making another
604 # tarfile.
605 distcheck: dist
606         case '$(DIST_ARCHIVES)' in \
607         *.tar.gz*) \
608           GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
609         *.tar.bz2*) \
610           bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
611         *.tar.lzma*) \
612           lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
613         *.tar.lz*) \
614           lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
615         *.tar.xz*) \
616           xz -dc $(distdir).tar.xz | $(am__untar) ;;\
617         *.tar.Z*) \
618           uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
619         *.shar.gz*) \
620           GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
621         *.zip*) \
622           unzip $(distdir).zip ;;\
623         esac
624         chmod -R a-w $(distdir); chmod u+w $(distdir)
625         mkdir $(distdir)/_build
626         mkdir $(distdir)/_inst
627         chmod a-w $(distdir)
628         test -d $(distdir)/_build || exit 0; \
629         dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
630           && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
631           && am__cwd=`pwd` \
632           && $(am__cd) $(distdir)/_build \
633           && ../configure --srcdir=.. --prefix="$$dc_install_base" \
634             $(AM_DISTCHECK_CONFIGURE_FLAGS) \
635             $(DISTCHECK_CONFIGURE_FLAGS) \
636           && $(MAKE) $(AM_MAKEFLAGS) \
637           && $(MAKE) $(AM_MAKEFLAGS) dvi \
638           && $(MAKE) $(AM_MAKEFLAGS) check \
639           && $(MAKE) $(AM_MAKEFLAGS) install \
640           && $(MAKE) $(AM_MAKEFLAGS) installcheck \
641           && $(MAKE) $(AM_MAKEFLAGS) uninstall \
642           && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
643                 distuninstallcheck \
644           && chmod -R a-w "$$dc_install_base" \
645           && ({ \
646                (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
647                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
648                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
649                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
650                     distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
651               } || { rm -rf "$$dc_destdir"; exit 1; }) \
652           && rm -rf "$$dc_destdir" \
653           && $(MAKE) $(AM_MAKEFLAGS) dist \
654           && rm -rf $(DIST_ARCHIVES) \
655           && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
656           && cd "$$am__cwd" \
657           || exit 1
658         $(am__remove_distdir)
659         @(echo "$(distdir) archives ready for distribution: "; \
660           list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
661           sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
662 distuninstallcheck:
663         @test -n '$(distuninstallcheck_dir)' || { \
664           echo 'ERROR: trying to run $@ with an empty' \
665                '$$(distuninstallcheck_dir)' >&2; \
666           exit 1; \
667         }; \
668         $(am__cd) '$(distuninstallcheck_dir)' || { \
669           echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
670           exit 1; \
671         }; \
672         test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
673            || { echo "ERROR: files left after uninstall:" ; \
674                 if test -n "$(DESTDIR)"; then \
675                   echo "  (check DESTDIR support)"; \
676                 fi ; \
677                 $(distuninstallcheck_listfiles) ; \
678                 exit 1; } >&2
679 distcleancheck: distclean
680         @if test '$(srcdir)' = . ; then \
681           echo "ERROR: distcleancheck can only run from a VPATH build" ; \
682           exit 1 ; \
683         fi
684         @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
685           || { echo "ERROR: files left in build directory after distclean:" ; \
686                $(distcleancheck_listfiles) ; \
687                exit 1; } >&2
688 check-am: all-am
689 check: $(BUILT_SOURCES)
690         $(MAKE) $(AM_MAKEFLAGS) check-recursive
691 all-am: Makefile config.h
692 installdirs: installdirs-recursive
693 installdirs-am:
694 install: $(BUILT_SOURCES)
695         $(MAKE) $(AM_MAKEFLAGS) install-recursive
696 install-exec: install-exec-recursive
697 install-data: install-data-recursive
698 uninstall: uninstall-recursive
699
700 install-am: all-am
701         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
702
703 installcheck: installcheck-recursive
704 install-strip:
705         if test -z '$(STRIP)'; then \
706           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
707             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
708               install; \
709         else \
710           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
711             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
712             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
713         fi
714 mostlyclean-generic:
715
716 clean-generic:
717
718 distclean-generic:
719         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
720         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
721
722 maintainer-clean-generic:
723         @echo "This command is intended for maintainers to use"
724         @echo "it deletes files that may require special tools to rebuild."
725         -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
726         -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
727 clean: clean-recursive
728
729 clean-am: clean-generic clean-libtool mostlyclean-am
730
731 distclean: distclean-recursive
732         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
733         -rm -f Makefile
734 distclean-am: clean-am distclean-generic distclean-hdr \
735         distclean-libtool distclean-tags
736
737 dvi: dvi-recursive
738
739 dvi-am:
740
741 html: html-recursive
742
743 html-am:
744
745 info: info-recursive
746
747 info-am:
748
749 install-data-am:
750
751 install-dvi: install-dvi-recursive
752
753 install-dvi-am:
754
755 install-exec-am:
756
757 install-html: install-html-recursive
758
759 install-html-am:
760
761 install-info: install-info-recursive
762
763 install-info-am:
764
765 install-man:
766
767 install-pdf: install-pdf-recursive
768
769 install-pdf-am:
770
771 install-ps: install-ps-recursive
772
773 install-ps-am:
774
775 installcheck-am:
776
777 maintainer-clean: maintainer-clean-recursive
778         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
779         -rm -rf $(top_srcdir)/autom4te.cache
780         -rm -f Makefile
781 maintainer-clean-am: distclean-am maintainer-clean-generic
782
783 mostlyclean: mostlyclean-recursive
784
785 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
786
787 pdf: pdf-recursive
788
789 pdf-am:
790
791 ps: ps-recursive
792
793 ps-am:
794
795 uninstall-am:
796
797 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all check \
798         ctags-recursive install install-am install-strip \
799         tags-recursive
800
801 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
802         all all-am am--refresh check check-am clean clean-generic \
803         clean-libtool ctags ctags-recursive dist dist-all dist-bzip2 \
804         dist-gzip dist-hook dist-lzip dist-lzma dist-shar dist-tarZ \
805         dist-xz dist-zip distcheck distclean distclean-generic \
806         distclean-hdr distclean-libtool distclean-tags distcleancheck \
807         distdir distuninstallcheck dvi dvi-am html html-am info \
808         info-am install install-am install-data install-data-am \
809         install-dvi install-dvi-am install-exec install-exec-am \
810         install-html install-html-am install-info install-info-am \
811         install-man install-pdf install-pdf-am install-ps \
812         install-ps-am install-strip installcheck installcheck-am \
813         installdirs installdirs-am maintainer-clean \
814         maintainer-clean-generic mostlyclean mostlyclean-generic \
815         mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
816         uninstall uninstall-am
817
818 $(top_srcdir)/.version:
819         echo $(VERSION) > $@-t && mv $@-t $@
820 dist-hook:
821         echo $(VERSION) > $(distdir)/.tarball-version
822         @if test -d "$(srcdir)/.git"; \
823                 then \
824                                 echo Creating ChangeLog && \
825                                 ( cd "$(top_srcdir)" && \
826                                   echo '# Generated by Makefile. Do not edit.'; echo; \
827                                   "$(top_srcdir)"/build-aux/missing --run git log --stat ) > ChangeLog.tmp \
828                                 && mv -f ChangeLog.tmp $(distdir)/ChangeLog \
829                                 || ( rm -f ChangeLog.tmp ; \
830                                          echo Failed to generate ChangeLog >&2 ); \
831                 else \
832                                 echo A git clone is required to generate a ChangeLog >&2; \
833                 fi
834
835 # Tell versions [3.59,3.63) of GNU make to not export all variables.
836 # Otherwise a system limit (for SysV at least) may be exceeded.
837 .NOEXPORT: