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