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