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