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