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