aboutsummaryrefslogtreecommitdiff
path: root/data/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'data/Makefile.in')
-rw-r--r--data/Makefile.in333
1 files changed, 333 insertions, 0 deletions
diff --git a/data/Makefile.in b/data/Makefile.in
new file mode 100644
index 0000000..c1c7725
--- /dev/null
+++ b/data/Makefile.in
@@ -0,0 +1,333 @@
1# Makefile.in generated automatically by automake 1.4 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# data/Makefile.am for Fluxbox - an X11 Window manager
14
15
16SHELL = @SHELL@
17
18srcdir = @srcdir@
19top_srcdir = @top_srcdir@
20VPATH = @srcdir@
21prefix = @prefix@
22exec_prefix = @exec_prefix@
23
24bindir = @bindir@
25sbindir = @sbindir@
26libexecdir = @libexecdir@
27datadir = @datadir@
28sysconfdir = @sysconfdir@
29sharedstatedir = @sharedstatedir@
30localstatedir = @localstatedir@
31libdir = @libdir@
32infodir = @infodir@
33mandir = @mandir@
34includedir = @includedir@
35oldincludedir = /usr/include
36
37DESTDIR =
38
39pkgdatadir = $(datadir)/@PACKAGE@
40pkglibdir = $(libdir)/@PACKAGE@
41pkgincludedir = $(includedir)/@PACKAGE@
42
43top_builddir = ..
44
45ACLOCAL = @ACLOCAL@
46AUTOCONF = @AUTOCONF@
47AUTOMAKE = @AUTOMAKE@
48AUTOHEADER = @AUTOHEADER@
49
50INSTALL = @INSTALL@
51INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
52INSTALL_DATA = @INSTALL_DATA@
53INSTALL_SCRIPT = @INSTALL_SCRIPT@
54transform = @program_transform_name@
55
56NORMAL_INSTALL = :
57PRE_INSTALL = :
58POST_INSTALL = :
59NORMAL_UNINSTALL = :
60PRE_UNINSTALL = :
61POST_UNINSTALL = :
62host_alias = @host_alias@
63host_triplet = @host@
64AS = @AS@
65CC = @CC@
66CXX = @CXX@
67DEBUG = @DEBUG@
68DLLTOOL = @DLLTOOL@
69GNOME = @GNOME@
70INTERLACE = @INTERLACE@
71KDE = @KDE@
72LIBTOOL = @LIBTOOL@
73LN_S = @LN_S@
74MAINT = @MAINT@
75MAKEINFO = @MAKEINFO@
76NEWWMSPEC = @NEWWMSPEC@
77NLS = @NLS@
78OBJDUMP = @OBJDUMP@
79ORDEREDPSEUDO = @ORDEREDPSEUDO@
80PACKAGE = @PACKAGE@
81RANLIB = @RANLIB@
82SHAPE = @SHAPE@
83SLIT = @SLIT@
84TIMEDCACHE = @TIMEDCACHE@
85VERSION = @VERSION@
86gencat_cmd = @gencat_cmd@
87regex_cmd = @regex_cmd@
88
89SUBDIRS = styles
90CLEANFILES = menu menu.in menu.pre init
91MAINTAINERCLEANFILES = Makefile.in
92pkgdata_DATA = titlebar keys menu init
93EXTRA_DIST = titlebar keys init.in generate_menu README.style README.menu README
94mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
95CONFIG_HEADER = ../config.h
96CONFIG_CLEAN_FILES =
97DATA = $(pkgdata_DATA)
98
99DIST_COMMON = README Makefile.am Makefile.in
100
101
102DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
103
104TAR = tar
105GZIP_ENV = --best
106all: all-redirect
107.SUFFIXES:
108$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
109 cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps data/Makefile
110
111Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
112 cd $(top_builddir) \
113 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
114
115
116install-pkgdataDATA: $(pkgdata_DATA)
117 @$(NORMAL_INSTALL)
118 $(mkinstalldirs) $(DESTDIR)$(pkgdatadir)
119 @list='$(pkgdata_DATA)'; for p in $$list; do \
120 if test -f $(srcdir)/$$p; then \
121 echo " $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(pkgdatadir)/$$p"; \
122 $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(pkgdatadir)/$$p; \
123 else if test -f $$p; then \
124 echo " $(INSTALL_DATA) $$p $(DESTDIR)$(pkgdatadir)/$$p"; \
125 $(INSTALL_DATA) $$p $(DESTDIR)$(pkgdatadir)/$$p; \
126 fi; fi; \
127 done
128
129uninstall-pkgdataDATA:
130 @$(NORMAL_UNINSTALL)
131 list='$(pkgdata_DATA)'; for p in $$list; do \
132 rm -f $(DESTDIR)$(pkgdatadir)/$$p; \
133 done
134
135# This directory's subdirectories are mostly independent; you can cd
136# into them and run `make' without going through this Makefile.
137# To change the values of `make' variables: instead of editing Makefiles,
138# (1) if the variable is set in `config.status', edit `config.status'
139# (which will cause the Makefiles to be regenerated when you run `make');
140# (2) otherwise, pass the desired values on the `make' command line.
141
142@SET_MAKE@
143
144all-recursive install-data-recursive install-exec-recursive \
145installdirs-recursive install-recursive uninstall-recursive \
146check-recursive installcheck-recursive info-recursive dvi-recursive:
147 @set fnord $(MAKEFLAGS); amf=$$2; \
148 dot_seen=no; \
149 target=`echo $@ | sed s/-recursive//`; \
150 list='$(SUBDIRS)'; for subdir in $$list; do \
151 echo "Making $$target in $$subdir"; \
152 if test "$$subdir" = "."; then \
153 dot_seen=yes; \
154 local_target="$$target-am"; \
155 else \
156 local_target="$$target"; \
157 fi; \
158 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
159 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
160 done; \
161 if test "$$dot_seen" = "no"; then \
162 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
163 fi; test -z "$$fail"
164
165mostlyclean-recursive clean-recursive distclean-recursive \
166maintainer-clean-recursive:
167 @set fnord $(MAKEFLAGS); amf=$$2; \
168 dot_seen=no; \
169 rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
170 rev="$$subdir $$rev"; \
171 test "$$subdir" = "." && dot_seen=yes; \
172 done; \
173 test "$$dot_seen" = "no" && rev=". $$rev"; \
174 target=`echo $@ | sed s/-recursive//`; \
175 for subdir in $$rev; do \
176 echo "Making $$target in $$subdir"; \
177 if test "$$subdir" = "."; then \
178 local_target="$$target-am"; \
179 else \
180 local_target="$$target"; \
181 fi; \
182 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
183 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
184 done && test -z "$$fail"
185tags-recursive:
186 list='$(SUBDIRS)'; for subdir in $$list; do \
187 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
188 done
189
190tags: TAGS
191
192ID: $(HEADERS) $(SOURCES) $(LISP)
193 list='$(SOURCES) $(HEADERS)'; \
194 unique=`for i in $$list; do echo $$i; done | \
195 awk ' { files[$$0] = 1; } \
196 END { for (i in files) print i; }'`; \
197 here=`pwd` && cd $(srcdir) \
198 && mkid -f$$here/ID $$unique $(LISP)
199
200TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP)
201 tags=; \
202 here=`pwd`; \
203 list='$(SUBDIRS)'; for subdir in $$list; do \
204 if test "$$subdir" = .; then :; else \
205 test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
206 fi; \
207 done; \
208 list='$(SOURCES) $(HEADERS)'; \
209 unique=`for i in $$list; do echo $$i; done | \
210 awk ' { files[$$0] = 1; } \
211 END { for (i in files) print i; }'`; \
212 test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
213 || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS)
214
215mostlyclean-tags:
216
217clean-tags:
218
219distclean-tags:
220 -rm -f TAGS ID
221
222maintainer-clean-tags:
223
224distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
225
226subdir = data
227
228distdir: $(DISTFILES)
229 @for file in $(DISTFILES); do \
230 d=$(srcdir); \
231 if test -d $$d/$$file; then \
232 cp -pr $$/$$file $(distdir)/$$file; \
233 else \
234 test -f $(distdir)/$$file \
235 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
236 || cp -p $$d/$$file $(distdir)/$$file || :; \
237 fi; \
238 done
239 for subdir in $(SUBDIRS); do \
240 if test "$$subdir" = .; then :; else \
241 test -d $(distdir)/$$subdir \
242 || mkdir $(distdir)/$$subdir \
243 || exit 1; \
244 chmod 777 $(distdir)/$$subdir; \
245 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(top_distdir) distdir=../$(distdir)/$$subdir distdir) \
246 || exit 1; \
247 fi; \
248 done
249info-am:
250info: info-recursive
251dvi-am:
252dvi: dvi-recursive
253check-am: all-am
254check: check-recursive
255installcheck-am:
256installcheck: installcheck-recursive
257install-exec-am:
258install-exec: install-exec-recursive
259
260install-data-am: install-pkgdataDATA
261install-data: install-data-recursive
262
263install-am: all-am
264 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
265install: install-recursive
266uninstall-am: uninstall-pkgdataDATA
267uninstall: uninstall-recursive
268all-am: Makefile $(DATA) all-local
269all-redirect: all-recursive
270install-strip:
271 $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
272installdirs: installdirs-recursive
273installdirs-am:
274 $(mkinstalldirs) $(DESTDIR)$(pkgdatadir)
275
276
277mostlyclean-generic:
278
279clean-generic:
280 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
281
282distclean-generic:
283 -rm -f Makefile $(CONFIG_CLEAN_FILES)
284 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
285
286maintainer-clean-generic:
287 -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
288mostlyclean-am: mostlyclean-tags mostlyclean-generic
289
290mostlyclean: mostlyclean-recursive
291
292clean-am: clean-tags clean-generic mostlyclean-am
293
294clean: clean-recursive
295
296distclean-am: distclean-tags distclean-generic clean-am distclean-local
297 -rm -f libtool
298
299distclean: distclean-recursive
300
301maintainer-clean-am: maintainer-clean-tags maintainer-clean-generic \
302 distclean-am
303 @echo "This command is intended for maintainers to use;"
304 @echo "it deletes files that may require special tools to rebuild."
305
306maintainer-clean: maintainer-clean-recursive
307
308.PHONY: uninstall-pkgdataDATA install-pkgdataDATA install-data-recursive \
309uninstall-data-recursive install-exec-recursive \
310uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \
311all-recursive check-recursive installcheck-recursive info-recursive \
312dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive \
313maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
314distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
315dvi-am dvi check check-am installcheck-am installcheck install-exec-am \
316install-exec install-data-am install-data install-am install \
317uninstall-am uninstall all-local all-redirect all-am all installdirs-am \
318installdirs mostlyclean-generic distclean-generic clean-generic \
319maintainer-clean-generic clean mostlyclean distclean maintainer-clean
320
321all-local: menu init
322distclean-local:
323 rm -f *\~
324init: init.in
325 @regex_cmd@ -e "s,@pkgdatadir@,$(pkgdatadir)," init.in > init
326menu: generate_menu
327 ./generate_menu
328 @regex_cmd@ -e "s,\@VERSION\@,$(VERSION)," menu.in > menu.pre
329 @regex_cmd@ -e "s,@pkgdatadir@,$(pkgdatadir)," menu.pre > menu
330
331# Tell versions [3.59,3.63) of GNU make to not export all variables.
332# Otherwise a system limit (for SysV at least) may be exceeded.
333.NOEXPORT: