]> git.sur5r.net Git - glabels/blob - docs/Makefile.in
Imported Upstream version 3.2.0
[glabels] / docs / Makefile.in
1 # Makefile.in generated by automake 1.11.6 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
6 # Foundation, Inc.
7 # This Makefile.in is free software; the Free Software Foundation
8 # gives unlimited permission to copy and/or distribute it,
9 # with or without modifications, as long as this notice is preserved.
10
11 # This program is distributed in the hope that it will be useful,
12 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14 # PARTICULAR PURPOSE.
15
16 @SET_MAKE@
17 VPATH = @srcdir@
18 am__make_dryrun = \
19   { \
20     am__dry=no; \
21     case $$MAKEFLAGS in \
22       *\\[\ \   ]*) \
23         echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
24           | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
25       *) \
26         for am__flg in $$MAKEFLAGS; do \
27           case $$am__flg in \
28             *=*|--*) ;; \
29             *n*) am__dry=yes; break;; \
30           esac; \
31         done;; \
32     esac; \
33     test $$am__dry = yes; \
34   }
35 pkgdatadir = $(datadir)/@PACKAGE@
36 pkgincludedir = $(includedir)/@PACKAGE@
37 pkglibdir = $(libdir)/@PACKAGE@
38 pkglibexecdir = $(libexecdir)/@PACKAGE@
39 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
40 install_sh_DATA = $(install_sh) -c -m 644
41 install_sh_PROGRAM = $(install_sh) -c
42 install_sh_SCRIPT = $(install_sh) -c
43 INSTALL_HEADER = $(INSTALL_DATA)
44 transform = $(program_transform_name)
45 NORMAL_INSTALL = :
46 PRE_INSTALL = :
47 POST_INSTALL = :
48 NORMAL_UNINSTALL = :
49 PRE_UNINSTALL = :
50 POST_UNINSTALL = :
51 build_triplet = @build@
52 host_triplet = @host@
53 subdir = docs
54 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
55 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
56 am__aclocal_m4_deps = $(top_srcdir)/configure.ac
57 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
58         $(ACLOCAL_M4)
59 mkinstalldirs = $(install_sh) -d
60 CONFIG_HEADER = $(top_builddir)/config.h
61 CONFIG_CLEAN_FILES =
62 CONFIG_CLEAN_VPATH_FILES =
63 AM_V_GEN = $(am__v_GEN_@AM_V@)
64 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
65 am__v_GEN_0 = @echo "  GEN   " $@;
66 AM_V_at = $(am__v_at_@AM_V@)
67 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
68 am__v_at_0 = @
69 SOURCES =
70 DIST_SOURCES =
71 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
72         html-recursive info-recursive install-data-recursive \
73         install-dvi-recursive install-exec-recursive \
74         install-html-recursive install-info-recursive \
75         install-pdf-recursive install-ps-recursive install-recursive \
76         installcheck-recursive installdirs-recursive pdf-recursive \
77         ps-recursive uninstall-recursive
78 am__can_run_installinfo = \
79   case $$AM_UPDATE_INFO_DIR in \
80     n|no|NO) false;; \
81     *) (install-info --version) >/dev/null 2>&1;; \
82   esac
83 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
84   distclean-recursive maintainer-clean-recursive
85 AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
86         $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
87         distdir
88 ETAGS = etags
89 CTAGS = ctags
90 DIST_SUBDIRS = $(SUBDIRS)
91 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
92 am__relativize = \
93   dir0=`pwd`; \
94   sed_first='s,^\([^/]*\)/.*$$,\1,'; \
95   sed_rest='s,^[^/]*/*,,'; \
96   sed_last='s,^.*/\([^/]*\)$$,\1,'; \
97   sed_butlast='s,/*[^/]*$$,,'; \
98   while test -n "$$dir1"; do \
99     first=`echo "$$dir1" | sed -e "$$sed_first"`; \
100     if test "$$first" != "."; then \
101       if test "$$first" = ".."; then \
102         dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
103         dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
104       else \
105         first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
106         if test "$$first2" = "$$first"; then \
107           dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
108         else \
109           dir2="../$$dir2"; \
110         fi; \
111         dir0="$$dir0"/"$$first"; \
112       fi; \
113     fi; \
114     dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
115   done; \
116   reldir="$$dir2"
117 ACLOCAL = @ACLOCAL@
118 ALL_LINGUAS = @ALL_LINGUAS@
119 AMTAR = @AMTAR@
120 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
121 AR = @AR@
122 AUTOCONF = @AUTOCONF@
123 AUTOHEADER = @AUTOHEADER@
124 AUTOMAKE = @AUTOMAKE@
125 AWK = @AWK@
126 CAIRO_REQUIRED = @CAIRO_REQUIRED@
127 CATALOGS = @CATALOGS@
128 CATOBJEXT = @CATOBJEXT@
129 CC = @CC@
130 CCDEPMODE = @CCDEPMODE@
131 CFLAGS = @CFLAGS@
132 CPP = @CPP@
133 CPPFLAGS = @CPPFLAGS@
134 CYGPATH_W = @CYGPATH_W@
135 DATADIRNAME = @DATADIRNAME@
136 DEFS = @DEFS@
137 DEPDIR = @DEPDIR@
138 DISABLE_DEPRECATED_CFLAGS = @DISABLE_DEPRECATED_CFLAGS@
139 DLLTOOL = @DLLTOOL@
140 DSYMUTIL = @DSYMUTIL@
141 DUMPBIN = @DUMPBIN@
142 ECHO_C = @ECHO_C@
143 ECHO_N = @ECHO_N@
144 ECHO_T = @ECHO_T@
145 EGREP = @EGREP@
146 EXEEXT = @EXEEXT@
147 FGREP = @FGREP@
148 GDK_PIXBUF_CSOURCE = @GDK_PIXBUF_CSOURCE@
149 GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
150 GLABELS_BRANCH = @GLABELS_BRANCH@
151 GLABELS_CFLAGS = @GLABELS_CFLAGS@
152 GLABELS_LIBS = @GLABELS_LIBS@
153 GLIB_COMPILE_SCHEMAS = @GLIB_COMPILE_SCHEMAS@
154 GLIB_GENMARSHAL = @GLIB_GENMARSHAL@
155 GLIB_REQUIRED = @GLIB_REQUIRED@
156 GMOFILES = @GMOFILES@
157 GMSGFMT = @GMSGFMT@
158 GREP = @GREP@
159 GSETTINGS_DISABLE_SCHEMAS_COMPILE = @GSETTINGS_DISABLE_SCHEMAS_COMPILE@
160 GTKDOC_CHECK = @GTKDOC_CHECK@
161 GTKDOC_DEPS_CFLAGS = @GTKDOC_DEPS_CFLAGS@
162 GTKDOC_DEPS_LIBS = @GTKDOC_DEPS_LIBS@
163 GTKDOC_MKPDF = @GTKDOC_MKPDF@
164 GTKDOC_REBASE = @GTKDOC_REBASE@
165 GTK_REQUIRED = @GTK_REQUIRED@
166 GTK_UPDATE_ICON_CACHE = @GTK_UPDATE_ICON_CACHE@
167 HELP_DIR = @HELP_DIR@
168 HTML_DIR = @HTML_DIR@
169 INSTALL = @INSTALL@
170 INSTALL_DATA = @INSTALL_DATA@
171 INSTALL_PROGRAM = @INSTALL_PROGRAM@
172 INSTALL_SCRIPT = @INSTALL_SCRIPT@
173 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
174 INSTOBJEXT = @INSTOBJEXT@
175 INTLLIBS = @INTLLIBS@
176 INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
177 INTLTOOL_MERGE = @INTLTOOL_MERGE@
178 INTLTOOL_PERL = @INTLTOOL_PERL@
179 INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
180 INTLTOOL_V_MERGE = @INTLTOOL_V_MERGE@
181 INTLTOOL_V_MERGE_OPTIONS = @INTLTOOL_V_MERGE_OPTIONS@
182 INTLTOOL__v_MERGE_ = @INTLTOOL__v_MERGE_@
183 INTLTOOL__v_MERGE_0 = @INTLTOOL__v_MERGE_0@
184 ITSTOOL = @ITSTOOL@
185 LD = @LD@
186 LDFLAGS = @LDFLAGS@
187 LIBBARCODE_CFLAGS = @LIBBARCODE_CFLAGS@
188 LIBBARCODE_LIBS = @LIBBARCODE_LIBS@
189 LIBBARCODE_REQUIRED = @LIBBARCODE_REQUIRED@
190 LIBEBOOK_CFLAGS = @LIBEBOOK_CFLAGS@
191 LIBEBOOK_LIBS = @LIBEBOOK_LIBS@
192 LIBEBOOK_REQUIRED = @LIBEBOOK_REQUIRED@
193 LIBGLABELS_API_VERSION = @LIBGLABELS_API_VERSION@
194 LIBGLABELS_BRANCH = @LIBGLABELS_BRANCH@
195 LIBGLABELS_CFLAGS = @LIBGLABELS_CFLAGS@
196 LIBGLABELS_LIBS = @LIBGLABELS_LIBS@
197 LIBGLBARCODE_API_VERSION = @LIBGLBARCODE_API_VERSION@
198 LIBGLBARCODE_BRANCH = @LIBGLBARCODE_BRANCH@
199 LIBGLBARCODE_CFLAGS = @LIBGLBARCODE_CFLAGS@
200 LIBGLBARCODE_LIBS = @LIBGLBARCODE_LIBS@
201 LIBIEC16022_CFLAGS = @LIBIEC16022_CFLAGS@
202 LIBIEC16022_LIBS = @LIBIEC16022_LIBS@
203 LIBIEC16022_REQUIRED = @LIBIEC16022_REQUIRED@
204 LIBOBJS = @LIBOBJS@
205 LIBQRENCODE_CFLAGS = @LIBQRENCODE_CFLAGS@
206 LIBQRENCODE_LIBS = @LIBQRENCODE_LIBS@
207 LIBQRENCODE_REQUIRED = @LIBQRENCODE_REQUIRED@
208 LIBRSVG_REQUIRED = @LIBRSVG_REQUIRED@
209 LIBS = @LIBS@
210 LIBTOOL = @LIBTOOL@
211 LIBXML_REQUIRED = @LIBXML_REQUIRED@
212 LIBZINT_CFLAGS = @LIBZINT_CFLAGS@
213 LIBZINT_LIBS = @LIBZINT_LIBS@
214 LIBZINT_REQUIRED = @LIBZINT_REQUIRED@
215 LIPO = @LIPO@
216 LN_S = @LN_S@
217 LTLIBOBJS = @LTLIBOBJS@
218 MAINT = @MAINT@
219 MAKEINFO = @MAKEINFO@
220 MANIFEST_TOOL = @MANIFEST_TOOL@
221 MKDIR_P = @MKDIR_P@
222 MKINSTALLDIRS = @MKINSTALLDIRS@
223 MSGFMT = @MSGFMT@
224 MSGFMT_OPTS = @MSGFMT_OPTS@
225 MSGMERGE = @MSGMERGE@
226 NM = @NM@
227 NMEDIT = @NMEDIT@
228 OBJDUMP = @OBJDUMP@
229 OBJEXT = @OBJEXT@
230 OTOOL = @OTOOL@
231 OTOOL64 = @OTOOL64@
232 PACKAGE = @PACKAGE@
233 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
234 PACKAGE_NAME = @PACKAGE_NAME@
235 PACKAGE_STRING = @PACKAGE_STRING@
236 PACKAGE_TARNAME = @PACKAGE_TARNAME@
237 PACKAGE_URL = @PACKAGE_URL@
238 PACKAGE_VERSION = @PACKAGE_VERSION@
239 PANGO_REQUIRED = @PANGO_REQUIRED@
240 PATH_SEPARATOR = @PATH_SEPARATOR@
241 PKG_CONFIG = @PKG_CONFIG@
242 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
243 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
244 POFILES = @POFILES@
245 POSUB = @POSUB@
246 PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
247 PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
248 RANLIB = @RANLIB@
249 SED = @SED@
250 SET_MAKE = @SET_MAKE@
251 SHELL = @SHELL@
252 STRIP = @STRIP@
253 USE_NLS = @USE_NLS@
254 VERSION = @VERSION@
255 WARN_CFLAGS = @WARN_CFLAGS@
256 XGETTEXT = @XGETTEXT@
257 XMLLINT = @XMLLINT@
258 abs_builddir = @abs_builddir@
259 abs_srcdir = @abs_srcdir@
260 abs_top_builddir = @abs_top_builddir@
261 abs_top_srcdir = @abs_top_srcdir@
262 ac_ct_AR = @ac_ct_AR@
263 ac_ct_CC = @ac_ct_CC@
264 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
265 am__include = @am__include@
266 am__leading_dot = @am__leading_dot@
267 am__quote = @am__quote@
268 am__tar = @am__tar@
269 am__untar = @am__untar@
270 bindir = @bindir@
271 build = @build@
272 build_alias = @build_alias@
273 build_cpu = @build_cpu@
274 build_os = @build_os@
275 build_vendor = @build_vendor@
276 builddir = @builddir@
277 datadir = @datadir@
278 datarootdir = @datarootdir@
279 docdir = @docdir@
280 dvidir = @dvidir@
281 exec_prefix = @exec_prefix@
282 gsettingsschemadir = @gsettingsschemadir@
283 host = @host@
284 host_alias = @host_alias@
285 host_cpu = @host_cpu@
286 host_os = @host_os@
287 host_vendor = @host_vendor@
288 htmldir = @htmldir@
289 includedir = @includedir@
290 infodir = @infodir@
291 install_sh = @install_sh@
292 intltool__v_merge_options_ = @intltool__v_merge_options_@
293 intltool__v_merge_options_0 = @intltool__v_merge_options_0@
294 libdir = @libdir@
295 libexecdir = @libexecdir@
296 localedir = @localedir@
297 localstatedir = @localstatedir@
298 mandir = @mandir@
299 mkdir_p = @mkdir_p@
300 oldincludedir = @oldincludedir@
301 pdfdir = @pdfdir@
302 prefix = @prefix@
303 program_transform_name = @program_transform_name@
304 psdir = @psdir@
305 sbindir = @sbindir@
306 sharedstatedir = @sharedstatedir@
307 srcdir = @srcdir@
308 sysconfdir = @sysconfdir@
309 target_alias = @target_alias@
310 top_build_prefix = @top_build_prefix@
311 top_builddir = @top_builddir@
312 top_srcdir = @top_srcdir@
313 SUBDIRS = \
314         libglabels \
315         libglbarcode
316
317 all: all-recursive
318
319 .SUFFIXES:
320 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
321         @for dep in $?; do \
322           case '$(am__configure_deps)' in \
323             *$$dep*) \
324               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
325                 && { if test -f $@; then exit 0; else break; fi; }; \
326               exit 1;; \
327           esac; \
328         done; \
329         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu docs/Makefile'; \
330         $(am__cd) $(top_srcdir) && \
331           $(AUTOMAKE) --gnu docs/Makefile
332 .PRECIOUS: Makefile
333 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
334         @case '$?' in \
335           *config.status*) \
336             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
337           *) \
338             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
339             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
340         esac;
341
342 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
343         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
344
345 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
346         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
347 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
348         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
349 $(am__aclocal_m4_deps):
350
351 mostlyclean-libtool:
352         -rm -f *.lo
353
354 clean-libtool:
355         -rm -rf .libs _libs
356
357 # This directory's subdirectories are mostly independent; you can cd
358 # into them and run `make' without going through this Makefile.
359 # To change the values of `make' variables: instead of editing Makefiles,
360 # (1) if the variable is set in `config.status', edit `config.status'
361 #     (which will cause the Makefiles to be regenerated when you run `make');
362 # (2) otherwise, pass the desired values on the `make' command line.
363 $(RECURSIVE_TARGETS):
364         @fail= failcom='exit 1'; \
365         for f in x $$MAKEFLAGS; do \
366           case $$f in \
367             *=* | --[!k]*);; \
368             *k*) failcom='fail=yes';; \
369           esac; \
370         done; \
371         dot_seen=no; \
372         target=`echo $@ | sed s/-recursive//`; \
373         list='$(SUBDIRS)'; for subdir in $$list; do \
374           echo "Making $$target in $$subdir"; \
375           if test "$$subdir" = "."; then \
376             dot_seen=yes; \
377             local_target="$$target-am"; \
378           else \
379             local_target="$$target"; \
380           fi; \
381           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
382           || eval $$failcom; \
383         done; \
384         if test "$$dot_seen" = "no"; then \
385           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
386         fi; test -z "$$fail"
387
388 $(RECURSIVE_CLEAN_TARGETS):
389         @fail= failcom='exit 1'; \
390         for f in x $$MAKEFLAGS; do \
391           case $$f in \
392             *=* | --[!k]*);; \
393             *k*) failcom='fail=yes';; \
394           esac; \
395         done; \
396         dot_seen=no; \
397         case "$@" in \
398           distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
399           *) list='$(SUBDIRS)' ;; \
400         esac; \
401         rev=''; for subdir in $$list; do \
402           if test "$$subdir" = "."; then :; else \
403             rev="$$subdir $$rev"; \
404           fi; \
405         done; \
406         rev="$$rev ."; \
407         target=`echo $@ | sed s/-recursive//`; \
408         for subdir in $$rev; do \
409           echo "Making $$target in $$subdir"; \
410           if test "$$subdir" = "."; then \
411             local_target="$$target-am"; \
412           else \
413             local_target="$$target"; \
414           fi; \
415           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
416           || eval $$failcom; \
417         done && test -z "$$fail"
418 tags-recursive:
419         list='$(SUBDIRS)'; for subdir in $$list; do \
420           test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
421         done
422 ctags-recursive:
423         list='$(SUBDIRS)'; for subdir in $$list; do \
424           test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
425         done
426
427 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
428         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
429         unique=`for i in $$list; do \
430             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
431           done | \
432           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
433               END { if (nonempty) { for (i in files) print i; }; }'`; \
434         mkid -fID $$unique
435 tags: TAGS
436
437 TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
438                 $(TAGS_FILES) $(LISP)
439         set x; \
440         here=`pwd`; \
441         if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
442           include_option=--etags-include; \
443           empty_fix=.; \
444         else \
445           include_option=--include; \
446           empty_fix=; \
447         fi; \
448         list='$(SUBDIRS)'; for subdir in $$list; do \
449           if test "$$subdir" = .; then :; else \
450             test ! -f $$subdir/TAGS || \
451               set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
452           fi; \
453         done; \
454         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
455         unique=`for i in $$list; do \
456             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
457           done | \
458           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
459               END { if (nonempty) { for (i in files) print i; }; }'`; \
460         shift; \
461         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
462           test -n "$$unique" || unique=$$empty_fix; \
463           if test $$# -gt 0; then \
464             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
465               "$$@" $$unique; \
466           else \
467             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
468               $$unique; \
469           fi; \
470         fi
471 ctags: CTAGS
472 CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
473                 $(TAGS_FILES) $(LISP)
474         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
475         unique=`for i in $$list; do \
476             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
477           done | \
478           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
479               END { if (nonempty) { for (i in files) print i; }; }'`; \
480         test -z "$(CTAGS_ARGS)$$unique" \
481           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
482              $$unique
483
484 GTAGS:
485         here=`$(am__cd) $(top_builddir) && pwd` \
486           && $(am__cd) $(top_srcdir) \
487           && gtags -i $(GTAGS_ARGS) "$$here"
488
489 distclean-tags:
490         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
491
492 distdir: $(DISTFILES)
493         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
494         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
495         list='$(DISTFILES)'; \
496           dist_files=`for file in $$list; do echo $$file; done | \
497           sed -e "s|^$$srcdirstrip/||;t" \
498               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
499         case $$dist_files in \
500           */*) $(MKDIR_P) `echo "$$dist_files" | \
501                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
502                            sort -u` ;; \
503         esac; \
504         for file in $$dist_files; do \
505           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
506           if test -d $$d/$$file; then \
507             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
508             if test -d "$(distdir)/$$file"; then \
509               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
510             fi; \
511             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
512               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
513               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
514             fi; \
515             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
516           else \
517             test -f "$(distdir)/$$file" \
518             || cp -p $$d/$$file "$(distdir)/$$file" \
519             || exit 1; \
520           fi; \
521         done
522         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
523           if test "$$subdir" = .; then :; else \
524             $(am__make_dryrun) \
525               || test -d "$(distdir)/$$subdir" \
526               || $(MKDIR_P) "$(distdir)/$$subdir" \
527               || exit 1; \
528             dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
529             $(am__relativize); \
530             new_distdir=$$reldir; \
531             dir1=$$subdir; dir2="$(top_distdir)"; \
532             $(am__relativize); \
533             new_top_distdir=$$reldir; \
534             echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
535             echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
536             ($(am__cd) $$subdir && \
537               $(MAKE) $(AM_MAKEFLAGS) \
538                 top_distdir="$$new_top_distdir" \
539                 distdir="$$new_distdir" \
540                 am__remove_distdir=: \
541                 am__skip_length_check=: \
542                 am__skip_mode_fix=: \
543                 distdir) \
544               || exit 1; \
545           fi; \
546         done
547 check-am: all-am
548 check: check-recursive
549 all-am: Makefile
550 installdirs: installdirs-recursive
551 installdirs-am:
552 install: install-recursive
553 install-exec: install-exec-recursive
554 install-data: install-data-recursive
555 uninstall: uninstall-recursive
556
557 install-am: all-am
558         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
559
560 installcheck: installcheck-recursive
561 install-strip:
562         if test -z '$(STRIP)'; then \
563           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
564             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
565               install; \
566         else \
567           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
568             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
569             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
570         fi
571 mostlyclean-generic:
572
573 clean-generic:
574
575 distclean-generic:
576         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
577         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
578
579 maintainer-clean-generic:
580         @echo "This command is intended for maintainers to use"
581         @echo "it deletes files that may require special tools to rebuild."
582 clean: clean-recursive
583
584 clean-am: clean-generic clean-libtool mostlyclean-am
585
586 distclean: distclean-recursive
587         -rm -f Makefile
588 distclean-am: clean-am distclean-generic distclean-tags
589
590 dvi: dvi-recursive
591
592 dvi-am:
593
594 html: html-recursive
595
596 html-am:
597
598 info: info-recursive
599
600 info-am:
601
602 install-data-am:
603
604 install-dvi: install-dvi-recursive
605
606 install-dvi-am:
607
608 install-exec-am:
609
610 install-html: install-html-recursive
611
612 install-html-am:
613
614 install-info: install-info-recursive
615
616 install-info-am:
617
618 install-man:
619
620 install-pdf: install-pdf-recursive
621
622 install-pdf-am:
623
624 install-ps: install-ps-recursive
625
626 install-ps-am:
627
628 installcheck-am:
629
630 maintainer-clean: maintainer-clean-recursive
631         -rm -f Makefile
632 maintainer-clean-am: distclean-am maintainer-clean-generic
633
634 mostlyclean: mostlyclean-recursive
635
636 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
637
638 pdf: pdf-recursive
639
640 pdf-am:
641
642 ps: ps-recursive
643
644 ps-am:
645
646 uninstall-am:
647
648 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
649         install-am install-strip tags-recursive
650
651 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
652         all all-am check check-am clean clean-generic clean-libtool \
653         ctags ctags-recursive distclean distclean-generic \
654         distclean-libtool distclean-tags distdir dvi dvi-am html \
655         html-am info info-am install install-am install-data \
656         install-data-am install-dvi install-dvi-am install-exec \
657         install-exec-am install-html install-html-am install-info \
658         install-info-am install-man install-pdf install-pdf-am \
659         install-ps install-ps-am install-strip installcheck \
660         installcheck-am installdirs installdirs-am maintainer-clean \
661         maintainer-clean-generic mostlyclean mostlyclean-generic \
662         mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
663         uninstall uninstall-am
664
665
666 # Tell versions [3.59,3.63) of GNU make to not export all variables.
667 # Otherwise a system limit (for SysV at least) may be exceeded.
668 .NOEXPORT: