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