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