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