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