1# Makefile.in generated by automake 1.11.5 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
6# Foundation, Inc.
7# This Makefile.in is free software; the Free Software Foundation
8# gives unlimited permission to copy and/or distribute it,
9# with or without modifications, as long as this notice is preserved.
10
11# This program is distributed in the hope that it will be useful,
12# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14# PARTICULAR PURPOSE.
15
16@SET_MAKE@
17
18VPATH = @srcdir@
19am__make_dryrun = \
20  { \
21    am__dry=no; \
22    case $$MAKEFLAGS in \
23      *\\[\ \	]*) \
24        echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
25          | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
26      *) \
27        for am__flg in $$MAKEFLAGS; do \
28          case $$am__flg in \
29            *=*|--*) ;; \
30            *n*) am__dry=yes; break;; \
31          esac; \
32        done;; \
33    esac; \
34    test $$am__dry = yes; \
35  }
36pkgdatadir = $(datadir)/@PACKAGE@
37pkgincludedir = $(includedir)/@PACKAGE@
38pkglibdir = $(libdir)/@PACKAGE@
39pkglibexecdir = $(libexecdir)/@PACKAGE@
40am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
41install_sh_DATA = $(install_sh) -c -m 644
42install_sh_PROGRAM = $(install_sh) -c
43install_sh_SCRIPT = $(install_sh) -c
44INSTALL_HEADER = $(INSTALL_DATA)
45transform = $(program_transform_name)
46NORMAL_INSTALL = :
47PRE_INSTALL = :
48POST_INSTALL = :
49NORMAL_UNINSTALL = :
50PRE_UNINSTALL = :
51POST_UNINSTALL = :
52subdir = themes/sassandra
53DIST_COMMON = README $(srcdir)/Makefile.am $(srcdir)/Makefile.in
54ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
55am__aclocal_m4_deps = $(top_srcdir)/configure.ac
56am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
57	$(ACLOCAL_M4)
58mkinstalldirs = $(install_sh) -d
59CONFIG_HEADER = $(top_builddir)/config.h
60CONFIG_CLEAN_FILES =
61CONFIG_CLEAN_VPATH_FILES =
62SOURCES =
63DIST_SOURCES =
64am__can_run_installinfo = \
65  case $$AM_UPDATE_INFO_DIR in \
66    n|no|NO) false;; \
67    *) (install-info --version) >/dev/null 2>&1;; \
68  esac
69am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
70am__vpath_adj = case $$p in \
71    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
72    *) f=$$p;; \
73  esac;
74am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
75am__install_max = 40
76am__nobase_strip_setup = \
77  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
78am__nobase_strip = \
79  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
80am__nobase_list = $(am__nobase_strip_setup); \
81  for p in $$list; do echo "$$p $$p"; done | \
82  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
83  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
84    if (++n[$$2] == $(am__install_max)) \
85      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
86    END { for (dir in files) print dir, files[dir] }'
87am__base_list = \
88  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
89  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
90am__uninstall_files_from_dir = { \
91  test -z "$$files" \
92    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
93    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
94         $(am__cd) "$$dir" && rm -f $$files; }; \
95  }
96am__installdirs = "$(DESTDIR)$(themedir)"
97DATA = $(theme_DATA)
98DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
99ACLOCAL = @ACLOCAL@
100AMTAR = @AMTAR@
101AUTOCONF = @AUTOCONF@
102AUTOHEADER = @AUTOHEADER@
103AUTOMAKE = @AUTOMAKE@
104AWK = @AWK@
105CYGPATH_W = @CYGPATH_W@
106DEFS = @DEFS@
107ECHO_C = @ECHO_C@
108ECHO_N = @ECHO_N@
109ECHO_T = @ECHO_T@
110INSTALL = @INSTALL@
111INSTALL_DATA = @INSTALL_DATA@
112INSTALL_PROGRAM = @INSTALL_PROGRAM@
113INSTALL_SCRIPT = @INSTALL_SCRIPT@
114INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
115LIBOBJS = @LIBOBJS@
116LIBS = @LIBS@
117LTLIBOBJS = @LTLIBOBJS@
118MAINT = @MAINT@
119MAKEINFO = @MAKEINFO@
120MKDIR_P = @MKDIR_P@
121PACKAGE = @PACKAGE@
122PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
123PACKAGE_NAME = @PACKAGE_NAME@
124PACKAGE_STRING = @PACKAGE_STRING@
125PACKAGE_TARNAME = @PACKAGE_TARNAME@
126PACKAGE_URL = @PACKAGE_URL@
127PACKAGE_VERSION = @PACKAGE_VERSION@
128PATH_SEPARATOR = @PATH_SEPARATOR@
129SET_MAKE = @SET_MAKE@
130SHELL = @SHELL@
131STRIP = @STRIP@
132VERSION = @VERSION@
133abs_builddir = @abs_builddir@
134abs_srcdir = @abs_srcdir@
135abs_top_builddir = @abs_top_builddir@
136abs_top_srcdir = @abs_top_srcdir@
137am__leading_dot = @am__leading_dot@
138am__tar = @am__tar@
139am__untar = @am__untar@
140bindir = @bindir@
141build_alias = @build_alias@
142builddir = @builddir@
143datadir = @datadir@
144datarootdir = @datarootdir@
145docdir = @docdir@
146dvidir = @dvidir@
147exec_prefix = @exec_prefix@
148host_alias = @host_alias@
149htmldir = @htmldir@
150includedir = @includedir@
151infodir = @infodir@
152install_sh = @install_sh@
153libdir = @libdir@
154libexecdir = @libexecdir@
155localedir = @localedir@
156localstatedir = @localstatedir@
157mandir = @mandir@
158mkdir_p = @mkdir_p@
159oldincludedir = @oldincludedir@
160pdfdir = @pdfdir@
161prefix = @prefix@
162program_transform_name = @program_transform_name@
163psdir = @psdir@
164sbindir = @sbindir@
165sharedstatedir = @sharedstatedir@
166srcdir = @srcdir@
167sysconfdir = @sysconfdir@
168target_alias = @target_alias@
169top_build_prefix = @top_build_prefix@
170top_builddir = @top_builddir@
171top_srcdir = @top_srcdir@
172themedir = $(datadir)/themes/Sassandra/xfwm4
173theme_DATA = \
174	README								\
175	themerc								\
176	bottom-active.png						\
177	bottom-active.xpm						\
178	bottom-inactive.png						\
179	bottom-inactive.xpm						\
180	bottom-left-active.png						\
181	bottom-left-active.xpm						\
182	bottom-left-inactive.png					\
183	bottom-left-inactive.xpm					\
184	bottom-right-active.png						\
185	bottom-right-active.xpm						\
186	bottom-right-inactive.png					\
187	bottom-right-inactive.xpm					\
188	close-active.png						\
189	close-active.xpm						\
190	close-inactive.png						\
191	close-inactive.xpm						\
192	close-pressed.png						\
193	close-pressed.xpm						\
194	hide-active.png							\
195	hide-active.xpm							\
196	hide-inactive.png						\
197	hide-inactive.xpm						\
198	hide-pressed.png						\
199	hide-pressed.xpm						\
200	left-active.png							\
201	left-active.xpm							\
202	left-inactive.png						\
203	left-inactive.xpm						\
204	maximize-active.png						\
205	maximize-active.xpm						\
206	maximize-inactive.png						\
207	maximize-inactive.xpm						\
208	maximize-pressed.png						\
209	maximize-pressed.xpm						\
210	maximize-toggled-active.png					\
211	maximize-toggled-active.xpm					\
212	maximize-toggled-inactive.png					\
213	maximize-toggled-inactive.xpm					\
214	maximize-toggled-pressed.png					\
215	maximize-toggled-pressed.xpm					\
216	menu-active.png							\
217	menu-active.xpm							\
218	menu-inactive.png						\
219	menu-inactive.xpm						\
220	menu-pressed.png						\
221	menu-pressed.xpm						\
222	right-active.png						\
223	right-active.xpm						\
224	right-inactive.png						\
225	right-inactive.xpm						\
226	shade-active.png						\
227	shade-active.xpm						\
228	shade-inactive.png						\
229	shade-inactive.xpm						\
230	shade-pressed.png						\
231	shade-pressed.xpm						\
232	shade-toggled-active.png					\
233	shade-toggled-active.xpm					\
234	shade-toggled-inactive.png					\
235	shade-toggled-inactive.xpm					\
236	shade-toggled-pressed.png					\
237	shade-toggled-pressed.xpm					\
238	stick-active.png						\
239	stick-active.xpm						\
240	stick-inactive.png						\
241	stick-inactive.xpm						\
242	stick-pressed.png						\
243	stick-pressed.xpm						\
244	stick-toggled-active.png					\
245	stick-toggled-active.xpm					\
246	stick-toggled-inactive.png					\
247	stick-toggled-inactive.xpm					\
248	stick-toggled-pressed.png					\
249	stick-toggled-pressed.xpm					\
250	title-1-active.png						\
251	title-1-active.xpm						\
252	title-1-inactive.png						\
253	title-1-inactive.xpm						\
254	title-2-active.png						\
255	title-2-active.xpm						\
256	title-2-inactive.png						\
257	title-2-inactive.xpm						\
258	title-3-active.png						\
259	title-3-active.xpm						\
260	title-3-inactive.png						\
261	title-3-inactive.xpm						\
262	title-4-active.png						\
263	title-4-active.xpm						\
264	title-4-inactive.png						\
265	title-4-inactive.xpm						\
266	title-5-active.png						\
267	title-5-active.xpm						\
268	title-5-inactive.png						\
269	title-5-inactive.xpm						\
270	top-left-active.png						\
271	top-left-active.xpm						\
272	top-left-inactive.png						\
273	top-left-inactive.xpm						\
274	top-right-active.png						\
275	top-right-active.xpm						\
276	top-right-inactive.png						\
277	top-right-inactive.xpm
278
279EXTRA_DIST = $(theme_DATA)
280all: all-am
281
282.SUFFIXES:
283$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
284	@for dep in $?; do \
285	  case '$(am__configure_deps)' in \
286	    *$$dep*) \
287	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
288	        && { if test -f $@; then exit 0; else break; fi; }; \
289	      exit 1;; \
290	  esac; \
291	done; \
292	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu themes/sassandra/Makefile'; \
293	$(am__cd) $(top_srcdir) && \
294	  $(AUTOMAKE) --gnu themes/sassandra/Makefile
295.PRECIOUS: Makefile
296Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
297	@case '$?' in \
298	  *config.status*) \
299	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
300	  *) \
301	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
302	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
303	esac;
304
305$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
306	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
307
308$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
309	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
310$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
311	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
312$(am__aclocal_m4_deps):
313install-themeDATA: $(theme_DATA)
314	@$(NORMAL_INSTALL)
315	@list='$(theme_DATA)'; test -n "$(themedir)" || list=; \
316	if test -n "$$list"; then \
317	  echo " $(MKDIR_P) '$(DESTDIR)$(themedir)'"; \
318	  $(MKDIR_P) "$(DESTDIR)$(themedir)" || exit 1; \
319	fi; \
320	for p in $$list; do \
321	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
322	  echo "$$d$$p"; \
323	done | $(am__base_list) | \
324	while read files; do \
325	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(themedir)'"; \
326	  $(INSTALL_DATA) $$files "$(DESTDIR)$(themedir)" || exit $$?; \
327	done
328
329uninstall-themeDATA:
330	@$(NORMAL_UNINSTALL)
331	@list='$(theme_DATA)'; test -n "$(themedir)" || list=; \
332	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
333	dir='$(DESTDIR)$(themedir)'; $(am__uninstall_files_from_dir)
334tags: TAGS
335TAGS:
336
337ctags: CTAGS
338CTAGS:
339
340
341distdir: $(DISTFILES)
342	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
343	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
344	list='$(DISTFILES)'; \
345	  dist_files=`for file in $$list; do echo $$file; done | \
346	  sed -e "s|^$$srcdirstrip/||;t" \
347	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
348	case $$dist_files in \
349	  */*) $(MKDIR_P) `echo "$$dist_files" | \
350			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
351			   sort -u` ;; \
352	esac; \
353	for file in $$dist_files; do \
354	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
355	  if test -d $$d/$$file; then \
356	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
357	    if test -d "$(distdir)/$$file"; then \
358	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
359	    fi; \
360	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
361	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
362	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
363	    fi; \
364	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
365	  else \
366	    test -f "$(distdir)/$$file" \
367	    || cp -p $$d/$$file "$(distdir)/$$file" \
368	    || exit 1; \
369	  fi; \
370	done
371check-am: all-am
372check: check-am
373all-am: Makefile $(DATA)
374installdirs:
375	for dir in "$(DESTDIR)$(themedir)"; do \
376	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
377	done
378install: install-am
379install-exec: install-exec-am
380install-data: install-data-am
381uninstall: uninstall-am
382
383install-am: all-am
384	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
385
386installcheck: installcheck-am
387install-strip:
388	if test -z '$(STRIP)'; then \
389	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
390	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
391	      install; \
392	else \
393	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
394	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
395	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
396	fi
397mostlyclean-generic:
398
399clean-generic:
400
401distclean-generic:
402	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
403	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
404
405maintainer-clean-generic:
406	@echo "This command is intended for maintainers to use"
407	@echo "it deletes files that may require special tools to rebuild."
408clean: clean-am
409
410clean-am: clean-generic mostlyclean-am
411
412distclean: distclean-am
413	-rm -f Makefile
414distclean-am: clean-am distclean-generic
415
416dvi: dvi-am
417
418dvi-am:
419
420html: html-am
421
422html-am:
423
424info: info-am
425
426info-am:
427
428install-data-am: install-themeDATA
429
430install-dvi: install-dvi-am
431
432install-dvi-am:
433
434install-exec-am:
435
436install-html: install-html-am
437
438install-html-am:
439
440install-info: install-info-am
441
442install-info-am:
443
444install-man:
445
446install-pdf: install-pdf-am
447
448install-pdf-am:
449
450install-ps: install-ps-am
451
452install-ps-am:
453
454installcheck-am:
455
456maintainer-clean: maintainer-clean-am
457	-rm -f Makefile
458maintainer-clean-am: distclean-am maintainer-clean-generic
459
460mostlyclean: mostlyclean-am
461
462mostlyclean-am: mostlyclean-generic
463
464pdf: pdf-am
465
466pdf-am:
467
468ps: ps-am
469
470ps-am:
471
472uninstall-am: uninstall-themeDATA
473
474.MAKE: install-am install-strip
475
476.PHONY: all all-am check check-am clean clean-generic distclean \
477	distclean-generic distdir dvi dvi-am html html-am info info-am \
478	install install-am install-data install-data-am install-dvi \
479	install-dvi-am install-exec install-exec-am install-html \
480	install-html-am install-info install-info-am install-man \
481	install-pdf install-pdf-am install-ps install-ps-am \
482	install-strip install-themeDATA installcheck installcheck-am \
483	installdirs maintainer-clean maintainer-clean-generic \
484	mostlyclean mostlyclean-generic pdf pdf-am ps ps-am uninstall \
485	uninstall-am uninstall-themeDATA
486
487
488# Tell versions [3.59,3.63) of GNU make to not export all variables.
489# Otherwise a system limit (for SysV at least) may be exceeded.
490.NOEXPORT:
491