1# Makefile.in generated automatically by automake 1.4a from Makefile.am
2
3# Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
4# This Makefile.in is free software; the Free Software Foundation
5# gives unlimited permission to copy and/or distribute it,
6# with or without modifications, as long as this notice is preserved.
7
8# This program is distributed in the hope that it will be useful,
9# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
10# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
11# PARTICULAR PURPOSE.
12
13
14SHELL = @SHELL@
15
16srcdir = @srcdir@
17top_srcdir = @top_srcdir@
18VPATH = @srcdir@
19prefix = @prefix@
20exec_prefix = @exec_prefix@
21
22bindir = @bindir@
23sbindir = @sbindir@
24libexecdir = @libexecdir@
25datadir = @datadir@
26sysconfdir = @sysconfdir@
27sharedstatedir = @sharedstatedir@
28localstatedir = @localstatedir@
29libdir = @libdir@
30infodir = @infodir@
31mandir = @mandir@
32includedir = @includedir@
33oldincludedir = /usr/include
34
35DESTDIR =
36
37pkgdatadir = $(datadir)/@PACKAGE@
38pkglibdir = $(libdir)/@PACKAGE@
39pkgincludedir = $(includedir)/@PACKAGE@
40
41top_builddir = .
42
43ACLOCAL = @ACLOCAL@
44AUTOCONF = @AUTOCONF@
45AUTOMAKE = @AUTOMAKE@
46AUTOHEADER = @AUTOHEADER@
47
48INSTALL = @INSTALL@
49INSTALL_PROGRAM = @INSTALL_PROGRAM@
50INSTALL_DATA = @INSTALL_DATA@
51INSTALL_SCRIPT = @INSTALL_SCRIPT@
52INSTALL_STRIP_FLAG =
53transform = @program_transform_name@
54
55NORMAL_INSTALL = :
56PRE_INSTALL = :
57POST_INSTALL = :
58NORMAL_UNINSTALL = :
59PRE_UNINSTALL = :
60POST_UNINSTALL = :
61MAINT = @MAINT@
62MAKEINFO = @MAKEINFO@
63PACKAGE = @PACKAGE@
64RM = @RM@
65UNAME_A = @UNAME_A@
66VERSION = @VERSION@
67scwm_icons = @scwm_icons@
68scwm_name = @scwm_name@
69scwm_pixmapsdir = @scwm_pixmapsdir@
70
71SUBDIRS = icons mini-icons startup
72
73EXTRA_DIST = scwm-icons.spec
74ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
75mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
76CONFIG_CLEAN_FILES =  scwm-icons.spec
77DIST_COMMON =  README AUTHORS COPYING ChangeLog INSTALL Makefile.am \
78Makefile.in NEWS aclocal.m4 config.guess config.sub configure \
79configure.in install-sh ltconfig ltmain.sh missing mkinstalldirs \
80scwm-icons.spec.in
81
82
83DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
84
85TAR = gtar
86GZIP_ENV = --best
87all: all-redirect
88.SUFFIXES:
89$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
90	cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps Makefile
91
92Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
93	cd $(top_builddir) \
94	  && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
95
96$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ configure.in
97	cd $(srcdir) && $(ACLOCAL)
98
99config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
100	$(SHELL) ./config.status --recheck
101$(srcdir)/configure: @MAINTAINER_MODE_TRUE@$(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
102	cd $(srcdir) && $(AUTOCONF)
103scwm-icons.spec: $(top_builddir)/config.status scwm-icons.spec.in
104	cd $(top_builddir) && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
105
106# This directory's subdirectories are mostly independent; you can cd
107# into them and run `make' without going through this Makefile.
108# To change the values of `make' variables: instead of editing Makefiles,
109# (1) if the variable is set in `config.status', edit `config.status'
110#     (which will cause the Makefiles to be regenerated when you run `make');
111# (2) otherwise, pass the desired values on the `make' command line.
112
113@SET_MAKE@
114
115all-recursive install-data-recursive install-exec-recursive \
116installdirs-recursive install-recursive uninstall-recursive  \
117check-recursive installcheck-recursive info-recursive dvi-recursive:
118	@set fnord $(MAKEFLAGS); amf=$$2; \
119	dot_seen=no; \
120	target=`echo $@ | sed s/-recursive//`; \
121	list='$(SUBDIRS)'; for subdir in $$list; do \
122	  echo "Making $$target in $$subdir"; \
123	  if test "$$subdir" = "."; then \
124	    dot_seen=yes; \
125	    local_target="$$target-am"; \
126	  else \
127	    local_target="$$target"; \
128	  fi; \
129	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
130	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
131	done; \
132	if test "$$dot_seen" = "no"; then \
133	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
134	fi; test -z "$$fail"
135
136mostlyclean-recursive clean-recursive distclean-recursive \
137maintainer-clean-recursive:
138	@set fnord $(MAKEFLAGS); amf=$$2; \
139	dot_seen=no; \
140	rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
141	  rev="$$subdir $$rev"; \
142	  test "$$subdir" = "." && dot_seen=yes; \
143	done; \
144	test "$$dot_seen" = "no" && rev=". $$rev"; \
145	target=`echo $@ | sed s/-recursive//`; \
146	for subdir in $$rev; do \
147	  echo "Making $$target in $$subdir"; \
148	  if test "$$subdir" = "."; then \
149	    local_target="$$target-am"; \
150	  else \
151	    local_target="$$target"; \
152	  fi; \
153	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
154	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
155	done && test -z "$$fail"
156tags-recursive:
157	list='$(SUBDIRS)'; for subdir in $$list; do \
158	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
159	done
160
161tags: TAGS
162
163ID: $(HEADERS) $(SOURCES) $(LISP)
164	list='$(SOURCES) $(HEADERS)'; \
165	unique=`for i in $$list; do echo $$i; done | \
166	  awk '    { files[$$0] = 1; } \
167	       END { for (i in files) print i; }'`; \
168	here=`pwd` && cd $(srcdir) \
169	  && mkid -f$$here/ID $$unique $(LISP)
170
171TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
172	tags=; \
173	here=`pwd`; \
174	list='$(SUBDIRS)'; for subdir in $$list; do \
175   if test "$$subdir" = .; then :; else \
176	    test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
177   fi; \
178	done; \
179	list='$(SOURCES) $(HEADERS)'; \
180	unique=`for i in $$list; do echo $$i; done | \
181	  awk '    { files[$$0] = 1; } \
182	       END { for (i in files) print i; }'`; \
183	test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
184	  || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
185
186mostlyclean-tags:
187
188clean-tags:
189
190distclean-tags:
191	-rm -f TAGS ID
192
193maintainer-clean-tags:
194
195distdir = $(PACKAGE)-$(VERSION)
196top_distdir = $(distdir)
197
198# This target untars the dist file and tries a VPATH configuration.  Then
199# it guarantees that the distribution is self-contained by making another
200# tarfile.
201distcheck: dist
202	-rm -rf $(distdir)
203	GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz
204	mkdir $(distdir)/=build
205	mkdir $(distdir)/=inst
206	dc_install_base=`cd $(distdir)/=inst && pwd`; \
207	cd $(distdir)/=build \
208	  && ../configure --srcdir=.. --prefix=$$dc_install_base \
209	  && $(MAKE) $(AM_MAKEFLAGS) \
210	  && $(MAKE) $(AM_MAKEFLAGS) dvi \
211	  && $(MAKE) $(AM_MAKEFLAGS) check \
212	  && $(MAKE) $(AM_MAKEFLAGS) install \
213	  && $(MAKE) $(AM_MAKEFLAGS) installcheck \
214	  && $(MAKE) $(AM_MAKEFLAGS) dist
215	-rm -rf $(distdir)
216	@banner="$(distdir).tar.gz is ready for distribution"; \
217	dashes=`echo "$$banner" | sed s/./=/g`; \
218	echo "$$dashes"; \
219	echo "$$banner"; \
220	echo "$$dashes"
221dist: distdir
222	-chmod -R a+r $(distdir)
223	GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
224	-rm -rf $(distdir)
225dist-all: distdir
226	-chmod -R a+r $(distdir)
227	GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
228	-rm -rf $(distdir)
229distdir: $(DISTFILES)
230	-rm -rf $(distdir)
231	mkdir $(distdir)
232	-chmod 777 $(distdir)
233	@for file in $(DISTFILES); do \
234	  d=$(srcdir); \
235	  if test -d $$d/$$file; then \
236	    cp -pr $$d/$$file $(distdir)/$$file; \
237	  else \
238	    test -f $(distdir)/$$file \
239	    || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
240	    || cp -p $$d/$$file $(distdir)/$$file || :; \
241	  fi; \
242	done
243	for subdir in $(SUBDIRS); do \
244	  if test "$$subdir" = .; then :; else \
245	    test -d $(distdir)/$$subdir \
246	    || mkdir $(distdir)/$$subdir \
247	    || exit 1; \
248	    chmod 777 $(distdir)/$$subdir; \
249	    (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(distdir) distdir=../$(distdir)/$$subdir distdir) \
250	      || exit 1; \
251	  fi; \
252	done
253info-am:
254info: info-recursive
255dvi-am:
256dvi: dvi-recursive
257check-am: all-am
258check: check-recursive
259installcheck-am:
260installcheck: installcheck-recursive
261install-exec-am:
262install-exec: install-exec-recursive
263
264install-data-am:
265install-data: install-data-recursive
266
267install-am: all-am
268	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
269install: install-recursive
270uninstall-am:
271uninstall: uninstall-recursive
272all-am: Makefile
273all-redirect: all-recursive
274install-strip:
275	$(MAKE) $(AM_MAKEFLAGS) INSTALL_STRIP_FLAG=-s install
276installdirs: installdirs-recursive
277installdirs-am:
278
279
280mostlyclean-generic:
281
282clean-generic:
283
284distclean-generic:
285	-rm -f Makefile $(CONFIG_CLEAN_FILES)
286	-rm -f config.cache config.log stamp-h stamp-h[0-9]*
287
288maintainer-clean-generic:
289mostlyclean-am:  mostlyclean-tags mostlyclean-generic
290
291mostlyclean: mostlyclean-recursive
292
293clean-am:  clean-tags clean-generic mostlyclean-am
294
295clean: clean-recursive
296
297distclean-am:  distclean-tags distclean-generic clean-am
298
299distclean: distclean-recursive
300	-rm -f config.status
301
302maintainer-clean-am:  maintainer-clean-tags maintainer-clean-generic \
303		distclean-am
304	@echo "This command is intended for maintainers to use;"
305	@echo "it deletes files that may require special tools to rebuild."
306
307maintainer-clean: maintainer-clean-recursive
308	-rm -f config.status
309
310.PHONY: install-data-recursive uninstall-data-recursive \
311install-exec-recursive uninstall-exec-recursive installdirs-recursive \
312uninstalldirs-recursive all-recursive check-recursive \
313installcheck-recursive info-recursive dvi-recursive \
314mostlyclean-recursive distclean-recursive clean-recursive \
315maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
316distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
317dvi-am dvi check check-am installcheck-am installcheck install-exec-am \
318install-exec install-data-am install-data install-am install \
319uninstall-am uninstall all-redirect all-am all installdirs-am \
320installdirs mostlyclean-generic distclean-generic clean-generic \
321maintainer-clean-generic clean mostlyclean distclean maintainer-clean
322
323
324# Tell versions [3.59,3.63) of GNU make to not export all variables.
325# Otherwise a system limit (for SysV at least) may be exceeded.
326.NOEXPORT:
327