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