1# Makefile.in generated by automake 1.16.3 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994-2020 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@
16VPATH = @srcdir@
17am__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}
28am__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
70am__make_dryrun = (target_option=n; $(am__make_running_with_option))
71am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
72pkgdatadir = $(datadir)/@PACKAGE@
73pkgincludedir = $(includedir)/@PACKAGE@
74pkglibdir = $(libdir)/@PACKAGE@
75pkglibexecdir = $(libexecdir)/@PACKAGE@
76am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
77install_sh_DATA = $(install_sh) -c -m 644
78install_sh_PROGRAM = $(install_sh) -c
79install_sh_SCRIPT = $(install_sh) -c
80INSTALL_HEADER = $(INSTALL_DATA)
81transform = $(program_transform_name)
82NORMAL_INSTALL = :
83PRE_INSTALL = :
84POST_INSTALL = :
85NORMAL_UNINSTALL = :
86PRE_UNINSTALL = :
87POST_UNINSTALL = :
88build_triplet = @build@
89host_triplet = @host@
90subdir = share/categories
91ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
92am__aclocal_m4_deps = $(top_srcdir)/m4/intltool.m4 \
93	$(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
94	$(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
95	$(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac
96am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
97	$(ACLOCAL_M4)
98DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
99mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
100CONFIG_HEADER = $(top_builddir)/config.h
101CONFIG_CLEAN_FILES =
102CONFIG_CLEAN_VPATH_FILES =
103AM_V_P = $(am__v_P_@AM_V@)
104am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
105am__v_P_0 = false
106am__v_P_1 = :
107AM_V_GEN = $(am__v_GEN_@AM_V@)
108am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
109am__v_GEN_0 = @echo "  GEN     " $@;
110am__v_GEN_1 =
111AM_V_at = $(am__v_at_@AM_V@)
112am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
113am__v_at_0 = @
114am__v_at_1 =
115SOURCES =
116DIST_SOURCES =
117RECURSIVE_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
125am__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
130RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
131  distclean-recursive maintainer-clean-recursive
132am__recursive_targets = \
133  $(RECURSIVE_TARGETS) \
134  $(RECURSIVE_CLEAN_TARGETS) \
135  $(am__extra_recursive_targets)
136AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
137	distdir distdir-am
138am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
139# Read a list of newline-separated strings from the standard input,
140# and print each of them once, without duplicates.  Input order is
141# *not* preserved.
142am__uniquify_input = $(AWK) '\
143  BEGIN { nonempty = 0; } \
144  { items[$$0] = 1; nonempty = 1; } \
145  END { if (nonempty) { for (i in items) print i; }; } \
146'
147# Make sure the list of sources is unique.  This is necessary because,
148# e.g., the same source file might be shared among _SOURCES variables
149# for different programs/libraries.
150am__define_uniq_tagged_files = \
151  list='$(am__tagged_files)'; \
152  unique=`for i in $$list; do \
153    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
154  done | $(am__uniquify_input)`
155ETAGS = etags
156CTAGS = ctags
157DIST_SUBDIRS = $(SUBDIRS)
158am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/mkinstalldirs
159DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
160am__relativize = \
161  dir0=`pwd`; \
162  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
163  sed_rest='s,^[^/]*/*,,'; \
164  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
165  sed_butlast='s,/*[^/]*$$,,'; \
166  while test -n "$$dir1"; do \
167    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
168    if test "$$first" != "."; then \
169      if test "$$first" = ".."; then \
170        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
171        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
172      else \
173        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
174        if test "$$first2" = "$$first"; then \
175          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
176        else \
177          dir2="../$$dir2"; \
178        fi; \
179        dir0="$$dir0"/"$$first"; \
180      fi; \
181    fi; \
182    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
183  done; \
184  reldir="$$dir2"
185ACLOCAL = @ACLOCAL@
186ALL_LINGUAS = @ALL_LINGUAS@
187AMTAR = @AMTAR@
188AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
189AR = @AR@
190AR_FLAGS = @AR_FLAGS@
191AUTOCONF = @AUTOCONF@
192AUTOHEADER = @AUTOHEADER@
193AUTOMAKE = @AUTOMAKE@
194AWK = @AWK@
195CATALOGS = @CATALOGS@
196CATOBJEXT = @CATOBJEXT@
197CC = @CC@
198CCDEPMODE = @CCDEPMODE@
199CFLAGS = @CFLAGS@
200CPP = @CPP@
201CPPFLAGS = @CPPFLAGS@
202CUNIT_CFLAGS = @CUNIT_CFLAGS@
203CUNIT_LIBS = @CUNIT_LIBS@
204CYGPATH_W = @CYGPATH_W@
205DATADIRNAME = @DATADIRNAME@
206DEFS = @DEFS@
207DEPDIR = @DEPDIR@
208DLLTOOL = @DLLTOOL@
209DSYMUTIL = @DSYMUTIL@
210DUMPBIN = @DUMPBIN@
211ECHO_C = @ECHO_C@
212ECHO_N = @ECHO_N@
213ECHO_T = @ECHO_T@
214EGREP = @EGREP@
215EXEEXT = @EXEEXT@
216FGREP = @FGREP@
217GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
218GLIB_CFLAGS = @GLIB_CFLAGS@
219GLIB_COMPILE_RESOURCES = @GLIB_COMPILE_RESOURCES@
220GLIB_COMPILE_SCHEMAS = @GLIB_COMPILE_SCHEMAS@
221GLIB_LIBS = @GLIB_LIBS@
222GMOFILES = @GMOFILES@
223GMSGFMT = @GMSGFMT@
224GOFFICE_CFLAGS = @GOFFICE_CFLAGS@
225GOFFICE_LIBS = @GOFFICE_LIBS@
226GREP = @GREP@
227GRISBI_LIBS = @GRISBI_LIBS@
228GRISBI_MAJOR_VERSION = @GRISBI_MAJOR_VERSION@
229GRISBI_MICRO_VERSION = @GRISBI_MICRO_VERSION@
230GRISBI_MINOR_VERSION = @GRISBI_MINOR_VERSION@
231GSB_NOOPTIM = @GSB_NOOPTIM@
232GSETTINGS_DISABLE_SCHEMAS_COMPILE = @GSETTINGS_DISABLE_SCHEMAS_COMPILE@
233GTK_CFLAGS = @GTK_CFLAGS@
234GTK_LIBS = @GTK_LIBS@
235GTK_MAC_CFLAGS = @GTK_MAC_CFLAGS@
236GTK_MAC_LIBS = @GTK_MAC_LIBS@
237INSTALL = @INSTALL@
238INSTALL_DATA = @INSTALL_DATA@
239INSTALL_PROGRAM = @INSTALL_PROGRAM@
240INSTALL_SCRIPT = @INSTALL_SCRIPT@
241INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
242INSTOBJEXT = @INSTOBJEXT@
243INTLLIBS = @INTLLIBS@
244INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
245INTLTOOL_MERGE = @INTLTOOL_MERGE@
246INTLTOOL_PERL = @INTLTOOL_PERL@
247INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
248INTLTOOL_V_MERGE = @INTLTOOL_V_MERGE@
249INTLTOOL_V_MERGE_OPTIONS = @INTLTOOL_V_MERGE_OPTIONS@
250INTLTOOL__v_MERGE_ = @INTLTOOL__v_MERGE_@
251INTLTOOL__v_MERGE_0 = @INTLTOOL__v_MERGE_0@
252INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
253LD = @LD@
254LDFLAGS = @LDFLAGS@
255LIBGSF_CFLAGS = @LIBGSF_CFLAGS@
256LIBGSF_LIBS = @LIBGSF_LIBS@
257LIBM = @LIBM@
258LIBOBJS = @LIBOBJS@
259LIBOFX_CFLAGS = @LIBOFX_CFLAGS@
260LIBOFX_LIBS = @LIBOFX_LIBS@
261LIBS = @LIBS@
262LIBTOOL = @LIBTOOL@
263LIPO = @LIPO@
264LN_S = @LN_S@
265LTLIBOBJS = @LTLIBOBJS@
266LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
267MAKEINFO = @MAKEINFO@
268MANIFEST_TOOL = @MANIFEST_TOOL@
269MKDIR_P = @MKDIR_P@
270MKINSTALLDIRS = @MKINSTALLDIRS@
271MSGFMT = @MSGFMT@
272MSGFMT_OPTS = @MSGFMT_OPTS@
273MSGMERGE = @MSGMERGE@
274NM = @NM@
275NMEDIT = @NMEDIT@
276NSIS_BITS = @NSIS_BITS@
277NSIS_DATE = @NSIS_DATE@
278NSIS_DEFAULTINSTDIR = @NSIS_DEFAULTINSTDIR@
279NSIS_INSTDIR = @NSIS_INSTDIR@
280NSIS_SRCDIR = @NSIS_SRCDIR@
281OBJC = @OBJC@
282OBJCDEPMODE = @OBJCDEPMODE@
283OBJCFLAGS = @OBJCFLAGS@
284OBJDUMP = @OBJDUMP@
285OBJEXT = @OBJEXT@
286OPENSSL_CFLAGS = @OPENSSL_CFLAGS@
287OPENSSL_LIBS = @OPENSSL_LIBS@
288OTOOL = @OTOOL@
289OTOOL64 = @OTOOL64@
290PACKAGE = @PACKAGE@
291PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
292PACKAGE_NAME = @PACKAGE_NAME@
293PACKAGE_STRING = @PACKAGE_STRING@
294PACKAGE_TARNAME = @PACKAGE_TARNAME@
295PACKAGE_URL = @PACKAGE_URL@
296PACKAGE_VERSION = @PACKAGE_VERSION@
297PATH_SEPARATOR = @PATH_SEPARATOR@
298PKG_CONFIG = @PKG_CONFIG@
299PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
300PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
301POFILES = @POFILES@
302POSUB = @POSUB@
303PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
304PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
305RANLIB = @RANLIB@
306SED = @SED@
307SET_MAKE = @SET_MAKE@
308SHELL = @SHELL@
309STRIP = @STRIP@
310TOP_SRCDIR_WINBS = @TOP_SRCDIR_WINBS@
311USE_NLS = @USE_NLS@
312VERSION = @VERSION@
313XGETTEXT = @XGETTEXT@
314XML2_CFLAGS = @XML2_CFLAGS@
315XML2_LIBS = @XML2_LIBS@
316ZLIB_CFLAGS = @ZLIB_CFLAGS@
317ZLIB_LIBS = @ZLIB_LIBS@
318abs_builddir = @abs_builddir@
319abs_srcdir = @abs_srcdir@
320abs_top_builddir = @abs_top_builddir@
321abs_top_srcdir = @abs_top_srcdir@
322ac_ct_AR = @ac_ct_AR@
323ac_ct_CC = @ac_ct_CC@
324ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
325ac_ct_OBJC = @ac_ct_OBJC@
326am__include = @am__include@
327am__leading_dot = @am__leading_dot@
328am__quote = @am__quote@
329am__tar = @am__tar@
330am__untar = @am__untar@
331bindir = @bindir@
332build = @build@
333build_alias = @build_alias@
334build_cpu = @build_cpu@
335build_os = @build_os@
336build_vendor = @build_vendor@
337builddir = @builddir@
338datadir = @datadir@
339datarootdir = @datarootdir@
340docdir = @docdir@
341dvidir = @dvidir@
342exec_prefix = @exec_prefix@
343gsettingsschemadir = @gsettingsschemadir@
344host = @host@
345host_alias = @host_alias@
346host_cpu = @host_cpu@
347host_os = @host_os@
348host_vendor = @host_vendor@
349htmldir = @htmldir@
350includedir = @includedir@
351infodir = @infodir@
352install_sh = @install_sh@
353intltool__v_merge_options_ = @intltool__v_merge_options_@
354intltool__v_merge_options_0 = @intltool__v_merge_options_0@
355libdir = @libdir@
356libexecdir = @libexecdir@
357localedir = @localedir@
358localstatedir = @localstatedir@
359mandir = @mandir@
360mkdir_p = @mkdir_p@
361oldincludedir = @oldincludedir@
362pdfdir = @pdfdir@
363prefix = @prefix@
364program_transform_name = @program_transform_name@
365psdir = @psdir@
366runstatedir = @runstatedir@
367sbindir = @sbindir@
368sharedstatedir = @sharedstatedir@
369srcdir = @srcdir@
370sysconfdir = @sysconfdir@
371target_alias = @target_alias@
372top_build_prefix = @top_build_prefix@
373top_builddir = @top_builddir@
374top_srcdir = @top_srcdir@
375SUBDIRS = C de_AT de_DE fr fr_FR it ru
376all: all-recursive
377
378.SUFFIXES:
379$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
380	@for dep in $?; do \
381	  case '$(am__configure_deps)' in \
382	    *$$dep*) \
383	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
384	        && { if test -f $@; then exit 0; else break; fi; }; \
385	      exit 1;; \
386	  esac; \
387	done; \
388	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign share/categories/Makefile'; \
389	$(am__cd) $(top_srcdir) && \
390	  $(AUTOMAKE) --foreign share/categories/Makefile
391Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
392	@case '$?' in \
393	  *config.status*) \
394	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
395	  *) \
396	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
397	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
398	esac;
399
400$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
401	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
402
403$(top_srcdir)/configure:  $(am__configure_deps)
404	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
405$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
406	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
407$(am__aclocal_m4_deps):
408
409mostlyclean-libtool:
410	-rm -f *.lo
411
412clean-libtool:
413	-rm -rf .libs _libs
414
415# This directory's subdirectories are mostly independent; you can cd
416# into them and run 'make' without going through this Makefile.
417# To change the values of 'make' variables: instead of editing Makefiles,
418# (1) if the variable is set in 'config.status', edit 'config.status'
419#     (which will cause the Makefiles to be regenerated when you run 'make');
420# (2) otherwise, pass the desired values on the 'make' command line.
421$(am__recursive_targets):
422	@fail=; \
423	if $(am__make_keepgoing); then \
424	  failcom='fail=yes'; \
425	else \
426	  failcom='exit 1'; \
427	fi; \
428	dot_seen=no; \
429	target=`echo $@ | sed s/-recursive//`; \
430	case "$@" in \
431	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
432	  *) list='$(SUBDIRS)' ;; \
433	esac; \
434	for subdir in $$list; do \
435	  echo "Making $$target in $$subdir"; \
436	  if test "$$subdir" = "."; then \
437	    dot_seen=yes; \
438	    local_target="$$target-am"; \
439	  else \
440	    local_target="$$target"; \
441	  fi; \
442	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
443	  || eval $$failcom; \
444	done; \
445	if test "$$dot_seen" = "no"; then \
446	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
447	fi; test -z "$$fail"
448
449ID: $(am__tagged_files)
450	$(am__define_uniq_tagged_files); mkid -fID $$unique
451tags: tags-recursive
452TAGS: tags
453
454tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
455	set x; \
456	here=`pwd`; \
457	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
458	  include_option=--etags-include; \
459	  empty_fix=.; \
460	else \
461	  include_option=--include; \
462	  empty_fix=; \
463	fi; \
464	list='$(SUBDIRS)'; for subdir in $$list; do \
465	  if test "$$subdir" = .; then :; else \
466	    test ! -f $$subdir/TAGS || \
467	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
468	  fi; \
469	done; \
470	$(am__define_uniq_tagged_files); \
471	shift; \
472	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
473	  test -n "$$unique" || unique=$$empty_fix; \
474	  if test $$# -gt 0; then \
475	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
476	      "$$@" $$unique; \
477	  else \
478	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
479	      $$unique; \
480	  fi; \
481	fi
482ctags: ctags-recursive
483
484CTAGS: ctags
485ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
486	$(am__define_uniq_tagged_files); \
487	test -z "$(CTAGS_ARGS)$$unique" \
488	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
489	     $$unique
490
491GTAGS:
492	here=`$(am__cd) $(top_builddir) && pwd` \
493	  && $(am__cd) $(top_srcdir) \
494	  && gtags -i $(GTAGS_ARGS) "$$here"
495cscopelist: cscopelist-recursive
496
497cscopelist-am: $(am__tagged_files)
498	list='$(am__tagged_files)'; \
499	case "$(srcdir)" in \
500	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
501	  *) sdir=$(subdir)/$(srcdir) ;; \
502	esac; \
503	for i in $$list; do \
504	  if test -f "$$i"; then \
505	    echo "$(subdir)/$$i"; \
506	  else \
507	    echo "$$sdir/$$i"; \
508	  fi; \
509	done >> $(top_builddir)/cscope.files
510
511distclean-tags:
512	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
513
514distdir: $(BUILT_SOURCES)
515	$(MAKE) $(AM_MAKEFLAGS) distdir-am
516
517distdir-am: $(DISTFILES)
518	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
519	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
520	list='$(DISTFILES)'; \
521	  dist_files=`for file in $$list; do echo $$file; done | \
522	  sed -e "s|^$$srcdirstrip/||;t" \
523	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
524	case $$dist_files in \
525	  */*) $(MKDIR_P) `echo "$$dist_files" | \
526			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
527			   sort -u` ;; \
528	esac; \
529	for file in $$dist_files; do \
530	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
531	  if test -d $$d/$$file; then \
532	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
533	    if test -d "$(distdir)/$$file"; then \
534	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
535	    fi; \
536	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
537	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
538	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
539	    fi; \
540	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
541	  else \
542	    test -f "$(distdir)/$$file" \
543	    || cp -p $$d/$$file "$(distdir)/$$file" \
544	    || exit 1; \
545	  fi; \
546	done
547	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
548	  if test "$$subdir" = .; then :; else \
549	    $(am__make_dryrun) \
550	      || test -d "$(distdir)/$$subdir" \
551	      || $(MKDIR_P) "$(distdir)/$$subdir" \
552	      || exit 1; \
553	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
554	    $(am__relativize); \
555	    new_distdir=$$reldir; \
556	    dir1=$$subdir; dir2="$(top_distdir)"; \
557	    $(am__relativize); \
558	    new_top_distdir=$$reldir; \
559	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
560	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
561	    ($(am__cd) $$subdir && \
562	      $(MAKE) $(AM_MAKEFLAGS) \
563	        top_distdir="$$new_top_distdir" \
564	        distdir="$$new_distdir" \
565		am__remove_distdir=: \
566		am__skip_length_check=: \
567		am__skip_mode_fix=: \
568	        distdir) \
569	      || exit 1; \
570	  fi; \
571	done
572check-am: all-am
573check: check-recursive
574all-am: Makefile
575installdirs: installdirs-recursive
576installdirs-am:
577install: install-recursive
578install-exec: install-exec-recursive
579install-data: install-data-recursive
580uninstall: uninstall-recursive
581
582install-am: all-am
583	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
584
585installcheck: installcheck-recursive
586install-strip:
587	if test -z '$(STRIP)'; then \
588	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
589	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
590	      install; \
591	else \
592	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
593	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
594	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
595	fi
596mostlyclean-generic:
597
598clean-generic:
599
600distclean-generic:
601	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
602	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
603
604maintainer-clean-generic:
605	@echo "This command is intended for maintainers to use"
606	@echo "it deletes files that may require special tools to rebuild."
607clean: clean-recursive
608
609clean-am: clean-generic clean-libtool mostlyclean-am
610
611distclean: distclean-recursive
612	-rm -f Makefile
613distclean-am: clean-am distclean-generic distclean-tags
614
615dvi: dvi-recursive
616
617dvi-am:
618
619html: html-recursive
620
621html-am:
622
623info: info-recursive
624
625info-am:
626
627install-data-am:
628
629install-dvi: install-dvi-recursive
630
631install-dvi-am:
632
633install-exec-am:
634
635install-html: install-html-recursive
636
637install-html-am:
638
639install-info: install-info-recursive
640
641install-info-am:
642
643install-man:
644
645install-pdf: install-pdf-recursive
646
647install-pdf-am:
648
649install-ps: install-ps-recursive
650
651install-ps-am:
652
653installcheck-am:
654
655maintainer-clean: maintainer-clean-recursive
656	-rm -f Makefile
657maintainer-clean-am: distclean-am maintainer-clean-generic
658
659mostlyclean: mostlyclean-recursive
660
661mostlyclean-am: mostlyclean-generic mostlyclean-libtool
662
663pdf: pdf-recursive
664
665pdf-am:
666
667ps: ps-recursive
668
669ps-am:
670
671uninstall-am:
672
673.MAKE: $(am__recursive_targets) install-am install-strip
674
675.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
676	check-am clean clean-generic clean-libtool cscopelist-am ctags \
677	ctags-am distclean distclean-generic distclean-libtool \
678	distclean-tags distdir dvi dvi-am html html-am info info-am \
679	install install-am install-data install-data-am install-dvi \
680	install-dvi-am install-exec install-exec-am install-html \
681	install-html-am install-info install-info-am install-man \
682	install-pdf install-pdf-am install-ps install-ps-am \
683	install-strip installcheck installcheck-am installdirs \
684	installdirs-am maintainer-clean maintainer-clean-generic \
685	mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
686	ps ps-am tags tags-am uninstall uninstall-am
687
688.PRECIOUS: Makefile
689
690
691# Tell versions [3.59,3.63) of GNU make to not export all variables.
692# Otherwise a system limit (for SysV at least) may be exceeded.
693.NOEXPORT:
694