]> git.sur5r.net Git - glabels/blob - data/Makefile.in
Imported Upstream version 3.2.0
[glabels] / data / 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 = data
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         appdata \
315         desktop \
316         icons \
317         man \
318         mime \
319         pixmaps \
320         schemas \
321         ui
322
323 all: all-recursive
324
325 .SUFFIXES:
326 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
327         @for dep in $?; do \
328           case '$(am__configure_deps)' in \
329             *$$dep*) \
330               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
331                 && { if test -f $@; then exit 0; else break; fi; }; \
332               exit 1;; \
333           esac; \
334         done; \
335         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu data/Makefile'; \
336         $(am__cd) $(top_srcdir) && \
337           $(AUTOMAKE) --gnu data/Makefile
338 .PRECIOUS: Makefile
339 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
340         @case '$?' in \
341           *config.status*) \
342             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
343           *) \
344             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
345             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
346         esac;
347
348 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
349         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
350
351 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
352         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
353 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
354         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
355 $(am__aclocal_m4_deps):
356
357 mostlyclean-libtool:
358         -rm -f *.lo
359
360 clean-libtool:
361         -rm -rf .libs _libs
362
363 # This directory's subdirectories are mostly independent; you can cd
364 # into them and run `make' without going through this Makefile.
365 # To change the values of `make' variables: instead of editing Makefiles,
366 # (1) if the variable is set in `config.status', edit `config.status'
367 #     (which will cause the Makefiles to be regenerated when you run `make');
368 # (2) otherwise, pass the desired values on the `make' command line.
369 $(RECURSIVE_TARGETS):
370         @fail= failcom='exit 1'; \
371         for f in x $$MAKEFLAGS; do \
372           case $$f in \
373             *=* | --[!k]*);; \
374             *k*) failcom='fail=yes';; \
375           esac; \
376         done; \
377         dot_seen=no; \
378         target=`echo $@ | sed s/-recursive//`; \
379         list='$(SUBDIRS)'; for subdir in $$list; do \
380           echo "Making $$target in $$subdir"; \
381           if test "$$subdir" = "."; then \
382             dot_seen=yes; \
383             local_target="$$target-am"; \
384           else \
385             local_target="$$target"; \
386           fi; \
387           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
388           || eval $$failcom; \
389         done; \
390         if test "$$dot_seen" = "no"; then \
391           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
392         fi; test -z "$$fail"
393
394 $(RECURSIVE_CLEAN_TARGETS):
395         @fail= failcom='exit 1'; \
396         for f in x $$MAKEFLAGS; do \
397           case $$f in \
398             *=* | --[!k]*);; \
399             *k*) failcom='fail=yes';; \
400           esac; \
401         done; \
402         dot_seen=no; \
403         case "$@" in \
404           distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
405           *) list='$(SUBDIRS)' ;; \
406         esac; \
407         rev=''; for subdir in $$list; do \
408           if test "$$subdir" = "."; then :; else \
409             rev="$$subdir $$rev"; \
410           fi; \
411         done; \
412         rev="$$rev ."; \
413         target=`echo $@ | sed s/-recursive//`; \
414         for subdir in $$rev; do \
415           echo "Making $$target in $$subdir"; \
416           if test "$$subdir" = "."; then \
417             local_target="$$target-am"; \
418           else \
419             local_target="$$target"; \
420           fi; \
421           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
422           || eval $$failcom; \
423         done && test -z "$$fail"
424 tags-recursive:
425         list='$(SUBDIRS)'; for subdir in $$list; do \
426           test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
427         done
428 ctags-recursive:
429         list='$(SUBDIRS)'; for subdir in $$list; do \
430           test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
431         done
432
433 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
434         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
435         unique=`for i in $$list; do \
436             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
437           done | \
438           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
439               END { if (nonempty) { for (i in files) print i; }; }'`; \
440         mkid -fID $$unique
441 tags: TAGS
442
443 TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
444                 $(TAGS_FILES) $(LISP)
445         set x; \
446         here=`pwd`; \
447         if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
448           include_option=--etags-include; \
449           empty_fix=.; \
450         else \
451           include_option=--include; \
452           empty_fix=; \
453         fi; \
454         list='$(SUBDIRS)'; for subdir in $$list; do \
455           if test "$$subdir" = .; then :; else \
456             test ! -f $$subdir/TAGS || \
457               set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
458           fi; \
459         done; \
460         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
461         unique=`for i in $$list; do \
462             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
463           done | \
464           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
465               END { if (nonempty) { for (i in files) print i; }; }'`; \
466         shift; \
467         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
468           test -n "$$unique" || unique=$$empty_fix; \
469           if test $$# -gt 0; then \
470             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
471               "$$@" $$unique; \
472           else \
473             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
474               $$unique; \
475           fi; \
476         fi
477 ctags: CTAGS
478 CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
479                 $(TAGS_FILES) $(LISP)
480         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
481         unique=`for i in $$list; do \
482             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
483           done | \
484           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
485               END { if (nonempty) { for (i in files) print i; }; }'`; \
486         test -z "$(CTAGS_ARGS)$$unique" \
487           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
488              $$unique
489
490 GTAGS:
491         here=`$(am__cd) $(top_builddir) && pwd` \
492           && $(am__cd) $(top_srcdir) \
493           && gtags -i $(GTAGS_ARGS) "$$here"
494
495 distclean-tags:
496         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
497
498 distdir: $(DISTFILES)
499         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
500         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
501         list='$(DISTFILES)'; \
502           dist_files=`for file in $$list; do echo $$file; done | \
503           sed -e "s|^$$srcdirstrip/||;t" \
504               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
505         case $$dist_files in \
506           */*) $(MKDIR_P) `echo "$$dist_files" | \
507                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
508                            sort -u` ;; \
509         esac; \
510         for file in $$dist_files; do \
511           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
512           if test -d $$d/$$file; then \
513             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
514             if test -d "$(distdir)/$$file"; then \
515               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
516             fi; \
517             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
518               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
519               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
520             fi; \
521             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
522           else \
523             test -f "$(distdir)/$$file" \
524             || cp -p $$d/$$file "$(distdir)/$$file" \
525             || exit 1; \
526           fi; \
527         done
528         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
529           if test "$$subdir" = .; then :; else \
530             $(am__make_dryrun) \
531               || test -d "$(distdir)/$$subdir" \
532               || $(MKDIR_P) "$(distdir)/$$subdir" \
533               || exit 1; \
534             dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
535             $(am__relativize); \
536             new_distdir=$$reldir; \
537             dir1=$$subdir; dir2="$(top_distdir)"; \
538             $(am__relativize); \
539             new_top_distdir=$$reldir; \
540             echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
541             echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
542             ($(am__cd) $$subdir && \
543               $(MAKE) $(AM_MAKEFLAGS) \
544                 top_distdir="$$new_top_distdir" \
545                 distdir="$$new_distdir" \
546                 am__remove_distdir=: \
547                 am__skip_length_check=: \
548                 am__skip_mode_fix=: \
549                 distdir) \
550               || exit 1; \
551           fi; \
552         done
553 check-am: all-am
554 check: check-recursive
555 all-am: Makefile
556 installdirs: installdirs-recursive
557 installdirs-am:
558 install: install-recursive
559 install-exec: install-exec-recursive
560 install-data: install-data-recursive
561 uninstall: uninstall-recursive
562
563 install-am: all-am
564         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
565
566 installcheck: installcheck-recursive
567 install-strip:
568         if test -z '$(STRIP)'; then \
569           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
570             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
571               install; \
572         else \
573           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
574             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
575             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
576         fi
577 mostlyclean-generic:
578
579 clean-generic:
580
581 distclean-generic:
582         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
583         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
584
585 maintainer-clean-generic:
586         @echo "This command is intended for maintainers to use"
587         @echo "it deletes files that may require special tools to rebuild."
588 clean: clean-recursive
589
590 clean-am: clean-generic clean-libtool mostlyclean-am
591
592 distclean: distclean-recursive
593         -rm -f Makefile
594 distclean-am: clean-am distclean-generic distclean-tags
595
596 dvi: dvi-recursive
597
598 dvi-am:
599
600 html: html-recursive
601
602 html-am:
603
604 info: info-recursive
605
606 info-am:
607
608 install-data-am:
609
610 install-dvi: install-dvi-recursive
611
612 install-dvi-am:
613
614 install-exec-am:
615
616 install-html: install-html-recursive
617
618 install-html-am:
619
620 install-info: install-info-recursive
621
622 install-info-am:
623
624 install-man:
625
626 install-pdf: install-pdf-recursive
627
628 install-pdf-am:
629
630 install-ps: install-ps-recursive
631
632 install-ps-am:
633
634 installcheck-am:
635
636 maintainer-clean: maintainer-clean-recursive
637         -rm -f Makefile
638 maintainer-clean-am: distclean-am maintainer-clean-generic
639
640 mostlyclean: mostlyclean-recursive
641
642 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
643
644 pdf: pdf-recursive
645
646 pdf-am:
647
648 ps: ps-recursive
649
650 ps-am:
651
652 uninstall-am:
653
654 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
655         install-am install-strip tags-recursive
656
657 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
658         all all-am check check-am clean clean-generic clean-libtool \
659         ctags ctags-recursive distclean distclean-generic \
660         distclean-libtool distclean-tags distdir dvi dvi-am html \
661         html-am info info-am install install-am install-data \
662         install-data-am install-dvi install-dvi-am install-exec \
663         install-exec-am install-html install-html-am install-info \
664         install-info-am install-man install-pdf install-pdf-am \
665         install-ps install-ps-am install-strip installcheck \
666         installcheck-am installdirs installdirs-am maintainer-clean \
667         maintainer-clean-generic mostlyclean mostlyclean-generic \
668         mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
669         uninstall uninstall-am
670
671
672 # Tell versions [3.59,3.63) of GNU make to not export all variables.
673 # Otherwise a system limit (for SysV at least) may be exceeded.
674 .NOEXPORT: