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