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