Update dLeyna to v0.2.1
[profile/ivi/dLeyna.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 subdir = .
52 DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
53         $(srcdir)/Makefile.in $(srcdir)/config.h.in \
54         $(top_srcdir)/configure AUTHORS COPYING ChangeLog INSTALL NEWS \
55         build-aux/install-sh build-aux/missing
56 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
57 am__aclocal_m4_deps = $(top_srcdir)/configure.ac
58 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
59         $(ACLOCAL_M4)
60 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
61  configure.lineno config.status.lineno
62 mkinstalldirs = $(install_sh) -d
63 CONFIG_HEADER = config.h
64 CONFIG_CLEAN_FILES =
65 CONFIG_CLEAN_VPATH_FILES =
66 AM_V_GEN = $(am__v_GEN_@AM_V@)
67 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
68 am__v_GEN_0 = @echo "  GEN   " $@;
69 AM_V_at = $(am__v_at_@AM_V@)
70 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
71 am__v_at_0 = @
72 SOURCES =
73 DIST_SOURCES =
74 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
75         html-recursive info-recursive install-data-recursive \
76         install-dvi-recursive install-exec-recursive \
77         install-html-recursive install-info-recursive \
78         install-pdf-recursive install-ps-recursive install-recursive \
79         installcheck-recursive installdirs-recursive pdf-recursive \
80         ps-recursive uninstall-recursive
81 am__can_run_installinfo = \
82   case $$AM_UPDATE_INFO_DIR in \
83     n|no|NO) false;; \
84     *) (install-info --version) >/dev/null 2>&1;; \
85   esac
86 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
87   distclean-recursive maintainer-clean-recursive
88 AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
89         $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
90         distdir dist dist-all distcheck
91 ETAGS = etags
92 CTAGS = ctags
93 DIST_SUBDIRS = $(SUBDIRS)
94 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
95 distdir = $(PACKAGE)-$(VERSION)
96 top_distdir = $(distdir)
97 am__remove_distdir = \
98   if test -d "$(distdir)"; then \
99     find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
100       && rm -rf "$(distdir)" \
101       || { sleep 5 && rm -rf "$(distdir)"; }; \
102   else :; fi
103 am__relativize = \
104   dir0=`pwd`; \
105   sed_first='s,^\([^/]*\)/.*$$,\1,'; \
106   sed_rest='s,^[^/]*/*,,'; \
107   sed_last='s,^.*/\([^/]*\)$$,\1,'; \
108   sed_butlast='s,/*[^/]*$$,,'; \
109   while test -n "$$dir1"; do \
110     first=`echo "$$dir1" | sed -e "$$sed_first"`; \
111     if test "$$first" != "."; then \
112       if test "$$first" = ".."; then \
113         dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
114         dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
115       else \
116         first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
117         if test "$$first2" = "$$first"; then \
118           dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
119         else \
120           dir2="../$$dir2"; \
121         fi; \
122         dir0="$$dir0"/"$$first"; \
123       fi; \
124     fi; \
125     dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
126   done; \
127   reldir="$$dir2"
128 DIST_ARCHIVES = $(distdir).tar.gz
129 GZIP_ENV = --best
130 distuninstallcheck_listfiles = find . -type f -print
131 am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
132   | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
133 distcleancheck_listfiles = find . -type f -print
134 ACLOCAL = @ACLOCAL@
135 AMTAR = @AMTAR@
136 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
137 AUTOCONF = @AUTOCONF@
138 AUTOHEADER = @AUTOHEADER@
139 AUTOMAKE = @AUTOMAKE@
140 AWK = @AWK@
141 CYGPATH_W = @CYGPATH_W@
142 DEFS = @DEFS@
143 ECHO_C = @ECHO_C@
144 ECHO_N = @ECHO_N@
145 ECHO_T = @ECHO_T@
146 INSTALL = @INSTALL@
147 INSTALL_DATA = @INSTALL_DATA@
148 INSTALL_PROGRAM = @INSTALL_PROGRAM@
149 INSTALL_SCRIPT = @INSTALL_SCRIPT@
150 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
151 LIBOBJS = @LIBOBJS@
152 LIBS = @LIBS@
153 LTLIBOBJS = @LTLIBOBJS@
154 MAINT = @MAINT@
155 MAKEINFO = @MAKEINFO@
156 MKDIR_P = @MKDIR_P@
157 PACKAGE = @PACKAGE@
158 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
159 PACKAGE_NAME = @PACKAGE_NAME@
160 PACKAGE_STRING = @PACKAGE_STRING@
161 PACKAGE_TARNAME = @PACKAGE_TARNAME@
162 PACKAGE_URL = @PACKAGE_URL@
163 PACKAGE_VERSION = @PACKAGE_VERSION@
164 PATH_SEPARATOR = @PATH_SEPARATOR@
165 SET_MAKE = @SET_MAKE@
166 SHELL = @SHELL@
167 STRIP = @STRIP@
168 VERSION = @VERSION@
169 abs_builddir = @abs_builddir@
170 abs_srcdir = @abs_srcdir@
171 abs_top_builddir = @abs_top_builddir@
172 abs_top_srcdir = @abs_top_srcdir@
173 am__leading_dot = @am__leading_dot@
174 am__tar = @am__tar@
175 am__untar = @am__untar@
176 bindir = @bindir@
177 build_alias = @build_alias@
178 builddir = @builddir@
179 datadir = @datadir@
180 datarootdir = @datarootdir@
181 docdir = @docdir@
182 dvidir = @dvidir@
183 exec_prefix = @exec_prefix@
184 host_alias = @host_alias@
185 htmldir = @htmldir@
186 includedir = @includedir@
187 infodir = @infodir@
188 install_sh = @install_sh@
189 libdir = @libdir@
190 libexecdir = @libexecdir@
191 localedir = @localedir@
192 localstatedir = @localstatedir@
193 mandir = @mandir@
194 mkdir_p = @mkdir_p@
195 oldincludedir = @oldincludedir@
196 pdfdir = @pdfdir@
197 prefix = @prefix@
198 program_transform_name = @program_transform_name@
199 psdir = @psdir@
200 sbindir = @sbindir@
201 sharedstatedir = @sharedstatedir@
202 srcdir = @srcdir@
203 subdirs = @subdirs@
204 sysconfdir = @sysconfdir@
205 target_alias = @target_alias@
206 top_build_prefix = @top_build_prefix@
207 top_builddir = @top_builddir@
208 top_srcdir = @top_srcdir@
209 SUBDIRS = dleyna-core dleyna-connector-dbus dleyna-server dleyna-renderer
210 MAINTAINERCLEANFILES = Makefile.in              \
211                         aclocal.m4              \
212                         configure               \
213                         config.h.in             \
214                         config.h.in~            \
215                         build-aux/depcomp       \
216                         build-aux/compile       \
217                         build-aux/missing       \
218                         build-aux/install-sh
219
220 all: config.h
221         $(MAKE) $(AM_MAKEFLAGS) all-recursive
222
223 .SUFFIXES:
224 am--refresh: Makefile
225         @:
226 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
227         @for dep in $?; do \
228           case '$(am__configure_deps)' in \
229             *$$dep*) \
230               echo ' cd $(srcdir) && $(AUTOMAKE) --gnu'; \
231               $(am__cd) $(srcdir) && $(AUTOMAKE) --gnu \
232                 && exit 0; \
233               exit 1;; \
234           esac; \
235         done; \
236         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \
237         $(am__cd) $(top_srcdir) && \
238           $(AUTOMAKE) --gnu Makefile
239 .PRECIOUS: Makefile
240 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
241         @case '$?' in \
242           *config.status*) \
243             echo ' $(SHELL) ./config.status'; \
244             $(SHELL) ./config.status;; \
245           *) \
246             echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
247             cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
248         esac;
249
250 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
251         $(SHELL) ./config.status --recheck
252
253 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
254         $(am__cd) $(srcdir) && $(AUTOCONF)
255 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
256         $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
257 $(am__aclocal_m4_deps):
258
259 config.h: stamp-h1
260         @if test ! -f $@; then rm -f stamp-h1; else :; fi
261         @if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) stamp-h1; else :; fi
262
263 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
264         @rm -f stamp-h1
265         cd $(top_builddir) && $(SHELL) ./config.status config.h
266 $(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 
267         ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
268         rm -f stamp-h1
269         touch $@
270
271 distclean-hdr:
272         -rm -f config.h stamp-h1
273
274 # This directory's subdirectories are mostly independent; you can cd
275 # into them and run `make' without going through this Makefile.
276 # To change the values of `make' variables: instead of editing Makefiles,
277 # (1) if the variable is set in `config.status', edit `config.status'
278 #     (which will cause the Makefiles to be regenerated when you run `make');
279 # (2) otherwise, pass the desired values on the `make' command line.
280 $(RECURSIVE_TARGETS):
281         @fail= failcom='exit 1'; \
282         for f in x $$MAKEFLAGS; do \
283           case $$f in \
284             *=* | --[!k]*);; \
285             *k*) failcom='fail=yes';; \
286           esac; \
287         done; \
288         dot_seen=no; \
289         target=`echo $@ | sed s/-recursive//`; \
290         list='$(SUBDIRS)'; for subdir in $$list; do \
291           echo "Making $$target in $$subdir"; \
292           if test "$$subdir" = "."; then \
293             dot_seen=yes; \
294             local_target="$$target-am"; \
295           else \
296             local_target="$$target"; \
297           fi; \
298           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
299           || eval $$failcom; \
300         done; \
301         if test "$$dot_seen" = "no"; then \
302           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
303         fi; test -z "$$fail"
304
305 $(RECURSIVE_CLEAN_TARGETS):
306         @fail= failcom='exit 1'; \
307         for f in x $$MAKEFLAGS; do \
308           case $$f in \
309             *=* | --[!k]*);; \
310             *k*) failcom='fail=yes';; \
311           esac; \
312         done; \
313         dot_seen=no; \
314         case "$@" in \
315           distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
316           *) list='$(SUBDIRS)' ;; \
317         esac; \
318         rev=''; for subdir in $$list; do \
319           if test "$$subdir" = "."; then :; else \
320             rev="$$subdir $$rev"; \
321           fi; \
322         done; \
323         rev="$$rev ."; \
324         target=`echo $@ | sed s/-recursive//`; \
325         for subdir in $$rev; do \
326           echo "Making $$target in $$subdir"; \
327           if test "$$subdir" = "."; then \
328             local_target="$$target-am"; \
329           else \
330             local_target="$$target"; \
331           fi; \
332           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
333           || eval $$failcom; \
334         done && test -z "$$fail"
335 tags-recursive:
336         list='$(SUBDIRS)'; for subdir in $$list; do \
337           test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
338         done
339 ctags-recursive:
340         list='$(SUBDIRS)'; for subdir in $$list; do \
341           test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
342         done
343
344 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
345         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
346         unique=`for i in $$list; do \
347             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
348           done | \
349           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
350               END { if (nonempty) { for (i in files) print i; }; }'`; \
351         mkid -fID $$unique
352 tags: TAGS
353
354 TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
355                 $(TAGS_FILES) $(LISP)
356         set x; \
357         here=`pwd`; \
358         if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
359           include_option=--etags-include; \
360           empty_fix=.; \
361         else \
362           include_option=--include; \
363           empty_fix=; \
364         fi; \
365         list='$(SUBDIRS)'; for subdir in $$list; do \
366           if test "$$subdir" = .; then :; else \
367             test ! -f $$subdir/TAGS || \
368               set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
369           fi; \
370         done; \
371         list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
372         unique=`for i in $$list; do \
373             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
374           done | \
375           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
376               END { if (nonempty) { for (i in files) print i; }; }'`; \
377         shift; \
378         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
379           test -n "$$unique" || unique=$$empty_fix; \
380           if test $$# -gt 0; then \
381             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
382               "$$@" $$unique; \
383           else \
384             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
385               $$unique; \
386           fi; \
387         fi
388 ctags: CTAGS
389 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
390                 $(TAGS_FILES) $(LISP)
391         list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
392         unique=`for i in $$list; do \
393             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
394           done | \
395           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
396               END { if (nonempty) { for (i in files) print i; }; }'`; \
397         test -z "$(CTAGS_ARGS)$$unique" \
398           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
399              $$unique
400
401 GTAGS:
402         here=`$(am__cd) $(top_builddir) && pwd` \
403           && $(am__cd) $(top_srcdir) \
404           && gtags -i $(GTAGS_ARGS) "$$here"
405
406 distclean-tags:
407         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
408
409 distdir: $(DISTFILES)
410         $(am__remove_distdir)
411         test -d "$(distdir)" || mkdir "$(distdir)"
412         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
413         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
414         list='$(DISTFILES)'; \
415           dist_files=`for file in $$list; do echo $$file; done | \
416           sed -e "s|^$$srcdirstrip/||;t" \
417               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
418         case $$dist_files in \
419           */*) $(MKDIR_P) `echo "$$dist_files" | \
420                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
421                            sort -u` ;; \
422         esac; \
423         for file in $$dist_files; do \
424           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
425           if test -d $$d/$$file; then \
426             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
427             if test -d "$(distdir)/$$file"; then \
428               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
429             fi; \
430             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
431               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
432               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
433             fi; \
434             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
435           else \
436             test -f "$(distdir)/$$file" \
437             || cp -p $$d/$$file "$(distdir)/$$file" \
438             || exit 1; \
439           fi; \
440         done
441         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
442           if test "$$subdir" = .; then :; else \
443             $(am__make_dryrun) \
444               || test -d "$(distdir)/$$subdir" \
445               || $(MKDIR_P) "$(distdir)/$$subdir" \
446               || exit 1; \
447             dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
448             $(am__relativize); \
449             new_distdir=$$reldir; \
450             dir1=$$subdir; dir2="$(top_distdir)"; \
451             $(am__relativize); \
452             new_top_distdir=$$reldir; \
453             echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
454             echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
455             ($(am__cd) $$subdir && \
456               $(MAKE) $(AM_MAKEFLAGS) \
457                 top_distdir="$$new_top_distdir" \
458                 distdir="$$new_distdir" \
459                 am__remove_distdir=: \
460                 am__skip_length_check=: \
461                 am__skip_mode_fix=: \
462                 distdir) \
463               || exit 1; \
464           fi; \
465         done
466         -test -n "$(am__skip_mode_fix)" \
467         || find "$(distdir)" -type d ! -perm -755 \
468                 -exec chmod u+rwx,go+rx {} \; -o \
469           ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
470           ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
471           ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
472         || chmod -R a+r "$(distdir)"
473 dist-gzip: distdir
474         tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
475         $(am__remove_distdir)
476
477 dist-bzip2: distdir
478         tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
479         $(am__remove_distdir)
480
481 dist-lzip: distdir
482         tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
483         $(am__remove_distdir)
484
485 dist-lzma: distdir
486         tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
487         $(am__remove_distdir)
488
489 dist-xz: distdir
490         tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
491         $(am__remove_distdir)
492
493 dist-tarZ: distdir
494         tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
495         $(am__remove_distdir)
496
497 dist-shar: distdir
498         shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
499         $(am__remove_distdir)
500
501 dist-zip: distdir
502         -rm -f $(distdir).zip
503         zip -rq $(distdir).zip $(distdir)
504         $(am__remove_distdir)
505
506 dist dist-all: distdir
507         tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
508         $(am__remove_distdir)
509
510 # This target untars the dist file and tries a VPATH configuration.  Then
511 # it guarantees that the distribution is self-contained by making another
512 # tarfile.
513 distcheck: dist
514         case '$(DIST_ARCHIVES)' in \
515         *.tar.gz*) \
516           GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
517         *.tar.bz2*) \
518           bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
519         *.tar.lzma*) \
520           lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
521         *.tar.lz*) \
522           lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
523         *.tar.xz*) \
524           xz -dc $(distdir).tar.xz | $(am__untar) ;;\
525         *.tar.Z*) \
526           uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
527         *.shar.gz*) \
528           GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
529         *.zip*) \
530           unzip $(distdir).zip ;;\
531         esac
532         chmod -R a-w $(distdir); chmod u+w $(distdir)
533         mkdir $(distdir)/_build
534         mkdir $(distdir)/_inst
535         chmod a-w $(distdir)
536         test -d $(distdir)/_build || exit 0; \
537         dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
538           && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
539           && am__cwd=`pwd` \
540           && $(am__cd) $(distdir)/_build \
541           && ../configure --srcdir=.. --prefix="$$dc_install_base" \
542             $(AM_DISTCHECK_CONFIGURE_FLAGS) \
543             $(DISTCHECK_CONFIGURE_FLAGS) \
544           && $(MAKE) $(AM_MAKEFLAGS) \
545           && $(MAKE) $(AM_MAKEFLAGS) dvi \
546           && $(MAKE) $(AM_MAKEFLAGS) check \
547           && $(MAKE) $(AM_MAKEFLAGS) install \
548           && $(MAKE) $(AM_MAKEFLAGS) installcheck \
549           && $(MAKE) $(AM_MAKEFLAGS) uninstall \
550           && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
551                 distuninstallcheck \
552           && chmod -R a-w "$$dc_install_base" \
553           && ({ \
554                (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
555                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
556                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
557                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
558                     distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
559               } || { rm -rf "$$dc_destdir"; exit 1; }) \
560           && rm -rf "$$dc_destdir" \
561           && $(MAKE) $(AM_MAKEFLAGS) dist \
562           && rm -rf $(DIST_ARCHIVES) \
563           && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
564           && cd "$$am__cwd" \
565           || exit 1
566         $(am__remove_distdir)
567         @(echo "$(distdir) archives ready for distribution: "; \
568           list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
569           sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
570 distuninstallcheck:
571         @test -n '$(distuninstallcheck_dir)' || { \
572           echo 'ERROR: trying to run $@ with an empty' \
573                '$$(distuninstallcheck_dir)' >&2; \
574           exit 1; \
575         }; \
576         $(am__cd) '$(distuninstallcheck_dir)' || { \
577           echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
578           exit 1; \
579         }; \
580         test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
581            || { echo "ERROR: files left after uninstall:" ; \
582                 if test -n "$(DESTDIR)"; then \
583                   echo "  (check DESTDIR support)"; \
584                 fi ; \
585                 $(distuninstallcheck_listfiles) ; \
586                 exit 1; } >&2
587 distcleancheck: distclean
588         @if test '$(srcdir)' = . ; then \
589           echo "ERROR: distcleancheck can only run from a VPATH build" ; \
590           exit 1 ; \
591         fi
592         @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
593           || { echo "ERROR: files left in build directory after distclean:" ; \
594                $(distcleancheck_listfiles) ; \
595                exit 1; } >&2
596 check-am: all-am
597 check: check-recursive
598 all-am: Makefile config.h
599 installdirs: installdirs-recursive
600 installdirs-am:
601 install: install-recursive
602 install-exec: install-exec-recursive
603 install-data: install-data-recursive
604 uninstall: uninstall-recursive
605
606 install-am: all-am
607         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
608
609 installcheck: installcheck-recursive
610 install-strip:
611         if test -z '$(STRIP)'; then \
612           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
613             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
614               install; \
615         else \
616           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
617             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
618             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
619         fi
620 mostlyclean-generic:
621
622 clean-generic:
623
624 distclean-generic:
625         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
626         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
627
628 maintainer-clean-generic:
629         @echo "This command is intended for maintainers to use"
630         @echo "it deletes files that may require special tools to rebuild."
631         -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
632 clean: clean-recursive
633
634 clean-am: clean-generic mostlyclean-am
635
636 distclean: distclean-recursive
637         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
638         -rm -f Makefile
639 distclean-am: clean-am distclean-generic distclean-hdr distclean-tags
640
641 dvi: dvi-recursive
642
643 dvi-am:
644
645 html: html-recursive
646
647 html-am:
648
649 info: info-recursive
650
651 info-am:
652
653 install-data-am:
654
655 install-dvi: install-dvi-recursive
656
657 install-dvi-am:
658
659 install-exec-am:
660
661 install-html: install-html-recursive
662
663 install-html-am:
664
665 install-info: install-info-recursive
666
667 install-info-am:
668
669 install-man:
670
671 install-pdf: install-pdf-recursive
672
673 install-pdf-am:
674
675 install-ps: install-ps-recursive
676
677 install-ps-am:
678
679 installcheck-am:
680
681 maintainer-clean: maintainer-clean-recursive
682         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
683         -rm -rf $(top_srcdir)/autom4te.cache
684         -rm -f Makefile
685 maintainer-clean-am: distclean-am maintainer-clean-generic \
686         maintainer-clean-local
687
688 mostlyclean: mostlyclean-recursive
689
690 mostlyclean-am: mostlyclean-generic
691
692 pdf: pdf-recursive
693
694 pdf-am:
695
696 ps: ps-recursive
697
698 ps-am:
699
700 uninstall-am:
701
702 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all \
703         ctags-recursive install-am install-strip tags-recursive
704
705 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
706         all all-am am--refresh check check-am clean clean-generic \
707         ctags ctags-recursive dist dist-all dist-bzip2 dist-gzip \
708         dist-lzip dist-lzma dist-shar dist-tarZ dist-xz dist-zip \
709         distcheck distclean distclean-generic distclean-hdr \
710         distclean-tags distcleancheck distdir distuninstallcheck dvi \
711         dvi-am html html-am info info-am install install-am \
712         install-data install-data-am install-dvi install-dvi-am \
713         install-exec install-exec-am install-html install-html-am \
714         install-info install-info-am install-man install-pdf \
715         install-pdf-am install-ps install-ps-am install-strip \
716         installcheck installcheck-am installdirs installdirs-am \
717         maintainer-clean maintainer-clean-generic \
718         maintainer-clean-local mostlyclean mostlyclean-generic pdf \
719         pdf-am ps ps-am tags tags-recursive uninstall uninstall-am
720
721
722 maintainer-clean-local:
723         rm -rf build-aux
724
725 # Tell versions [3.59,3.63) of GNU make to not export all variables.
726 # Otherwise a system limit (for SysV at least) may be exceeded.
727 .NOEXPORT: