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