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