diff options
Diffstat (limited to 'data/Makefile.in')
-rw-r--r-- | data/Makefile.in | 338 |
1 files changed, 0 insertions, 338 deletions
diff --git a/data/Makefile.in b/data/Makefile.in deleted file mode 100644 index 1c871b0..0000000 --- a/data/Makefile.in +++ /dev/null | |||
@@ -1,338 +0,0 @@ | |||
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 | |||
16 | SHELL = @SHELL@ | ||
17 | |||
18 | srcdir = @srcdir@ | ||
19 | top_srcdir = @top_srcdir@ | ||
20 | VPATH = @srcdir@ | ||
21 | prefix = @prefix@ | ||
22 | exec_prefix = @exec_prefix@ | ||
23 | |||
24 | bindir = @bindir@ | ||
25 | sbindir = @sbindir@ | ||
26 | libexecdir = @libexecdir@ | ||
27 | datadir = @datadir@ | ||
28 | sysconfdir = @sysconfdir@ | ||
29 | sharedstatedir = @sharedstatedir@ | ||
30 | localstatedir = @localstatedir@ | ||
31 | libdir = @libdir@ | ||
32 | infodir = @infodir@ | ||
33 | mandir = @mandir@ | ||
34 | includedir = @includedir@ | ||
35 | oldincludedir = /usr/include | ||
36 | |||
37 | DESTDIR = | ||
38 | |||
39 | pkgdatadir = $(datadir)/@PACKAGE@ | ||
40 | pkglibdir = $(libdir)/@PACKAGE@ | ||
41 | pkgincludedir = $(includedir)/@PACKAGE@ | ||
42 | |||
43 | top_builddir = .. | ||
44 | |||
45 | ACLOCAL = @ACLOCAL@ | ||
46 | AUTOCONF = @AUTOCONF@ | ||
47 | AUTOMAKE = @AUTOMAKE@ | ||
48 | AUTOHEADER = @AUTOHEADER@ | ||
49 | |||
50 | INSTALL = @INSTALL@ | ||
51 | INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS) | ||
52 | INSTALL_DATA = @INSTALL_DATA@ | ||
53 | INSTALL_SCRIPT = @INSTALL_SCRIPT@ | ||
54 | transform = @program_transform_name@ | ||
55 | |||
56 | NORMAL_INSTALL = : | ||
57 | PRE_INSTALL = : | ||
58 | POST_INSTALL = : | ||
59 | NORMAL_UNINSTALL = : | ||
60 | PRE_UNINSTALL = : | ||
61 | POST_UNINSTALL = : | ||
62 | host_alias = @host_alias@ | ||
63 | host_triplet = @host@ | ||
64 | AS = @AS@ | ||
65 | CC = @CC@ | ||
66 | CXX = @CXX@ | ||
67 | DEBUG = @DEBUG@ | ||
68 | DLLTOOL = @DLLTOOL@ | ||
69 | GNOME = @GNOME@ | ||
70 | INTERLACE = @INTERLACE@ | ||
71 | KDE = @KDE@ | ||
72 | LIBTOOL = @LIBTOOL@ | ||
73 | LN_S = @LN_S@ | ||
74 | MAINT = @MAINT@ | ||
75 | MAKEINFO = @MAKEINFO@ | ||
76 | NEWWMSPEC = @NEWWMSPEC@ | ||
77 | NLS = @NLS@ | ||
78 | OBJDUMP = @OBJDUMP@ | ||
79 | ORDEREDPSEUDO = @ORDEREDPSEUDO@ | ||
80 | PACKAGE = @PACKAGE@ | ||
81 | RANLIB = @RANLIB@ | ||
82 | SHAPE = @SHAPE@ | ||
83 | SLIT = @SLIT@ | ||
84 | TIMEDCACHE = @TIMEDCACHE@ | ||
85 | VERSION = @VERSION@ | ||
86 | gencat_cmd = @gencat_cmd@ | ||
87 | regex_cmd = @regex_cmd@ | ||
88 | |||
89 | SUBDIRS = styles | ||
90 | CLEANFILES = menu menu.in menu.pre init | ||
91 | MAINTAINERCLEANFILES = Makefile.in | ||
92 | pkgdata_DATA = titlebar keys menu init | ||
93 | EXTRA_DIST = titlebar keys init.in generate_menu README.style README.menu README | ||
94 | mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs | ||
95 | CONFIG_HEADER = ../config.h | ||
96 | CONFIG_CLEAN_FILES = | ||
97 | DATA = $(pkgdata_DATA) | ||
98 | |||
99 | DIST_COMMON = README Makefile.am Makefile.in | ||
100 | |||
101 | |||
102 | DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST) | ||
103 | |||
104 | TAR = tar | ||
105 | GZIP_ENV = --best | ||
106 | all: 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 data/Makefile | ||
110 | |||
111 | Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES) | ||
112 | cd $(top_builddir) \ | ||
113 | && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status | ||
114 | |||
115 | |||
116 | install-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 | |||
129 | uninstall-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 | |||
144 | all-recursive install-data-recursive install-exec-recursive \ | ||
145 | installdirs-recursive install-recursive uninstall-recursive \ | ||
146 | check-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 | |||
165 | mostlyclean-recursive clean-recursive distclean-recursive \ | ||
166 | maintainer-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" | ||
185 | tags-recursive: | ||
186 | list='$(SUBDIRS)'; for subdir in $$list; do \ | ||
187 | test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \ | ||
188 | done | ||
189 | |||
190 | tags: TAGS | ||
191 | |||
192 | ID: $(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 | |||
200 | TAGS: 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 | |||
215 | mostlyclean-tags: | ||
216 | |||
217 | clean-tags: | ||
218 | |||
219 | distclean-tags: | ||
220 | -rm -f TAGS ID | ||
221 | |||
222 | maintainer-clean-tags: | ||
223 | |||
224 | distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir) | ||
225 | |||
226 | subdir = data | ||
227 | |||
228 | distdir: $(DISTFILES) | ||
229 | here=`cd $(top_builddir) && pwd`; \ | ||
230 | top_distdir=`cd $(top_distdir) && pwd`; \ | ||
231 | distdir=`cd $(distdir) && pwd`; \ | ||
232 | cd $(top_srcdir) \ | ||
233 | && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu data/Makefile | ||
234 | @for file in $(DISTFILES); do \ | ||
235 | d=$(srcdir); \ | ||
236 | if test -d $$d/$$file; then \ | ||
237 | cp -pr $$/$$file $(distdir)/$$file; \ | ||
238 | else \ | ||
239 | test -f $(distdir)/$$file \ | ||
240 | || ln $$d/$$file $(distdir)/$$file 2> /dev/null \ | ||
241 | || cp -p $$d/$$file $(distdir)/$$file || :; \ | ||
242 | fi; \ | ||
243 | done | ||
244 | for subdir in $(SUBDIRS); do \ | ||
245 | if test "$$subdir" = .; then :; else \ | ||
246 | test -d $(distdir)/$$subdir \ | ||
247 | || mkdir $(distdir)/$$subdir \ | ||
248 | || exit 1; \ | ||
249 | chmod 777 $(distdir)/$$subdir; \ | ||
250 | (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(top_distdir) distdir=../$(distdir)/$$subdir distdir) \ | ||
251 | || exit 1; \ | ||
252 | fi; \ | ||
253 | done | ||
254 | info-am: | ||
255 | info: info-recursive | ||
256 | dvi-am: | ||
257 | dvi: dvi-recursive | ||
258 | check-am: all-am | ||
259 | check: check-recursive | ||
260 | installcheck-am: | ||
261 | installcheck: installcheck-recursive | ||
262 | install-exec-am: | ||
263 | install-exec: install-exec-recursive | ||
264 | |||
265 | install-data-am: install-pkgdataDATA | ||
266 | install-data: install-data-recursive | ||
267 | |||
268 | install-am: all-am | ||
269 | @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am | ||
270 | install: install-recursive | ||
271 | uninstall-am: uninstall-pkgdataDATA | ||
272 | uninstall: uninstall-recursive | ||
273 | all-am: Makefile $(DATA) all-local | ||
274 | all-redirect: all-recursive | ||
275 | install-strip: | ||
276 | $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install | ||
277 | installdirs: installdirs-recursive | ||
278 | installdirs-am: | ||
279 | $(mkinstalldirs) $(DESTDIR)$(pkgdatadir) | ||
280 | |||
281 | |||
282 | mostlyclean-generic: | ||
283 | |||
284 | clean-generic: | ||
285 | -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) | ||
286 | |||
287 | distclean-generic: | ||
288 | -rm -f Makefile $(CONFIG_CLEAN_FILES) | ||
289 | -rm -f config.cache config.log stamp-h stamp-h[0-9]* | ||
290 | |||
291 | maintainer-clean-generic: | ||
292 | -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES) | ||
293 | mostlyclean-am: mostlyclean-tags mostlyclean-generic | ||
294 | |||
295 | mostlyclean: mostlyclean-recursive | ||
296 | |||
297 | clean-am: clean-tags clean-generic mostlyclean-am | ||
298 | |||
299 | clean: clean-recursive | ||
300 | |||
301 | distclean-am: distclean-tags distclean-generic clean-am distclean-local | ||
302 | -rm -f libtool | ||
303 | |||
304 | distclean: distclean-recursive | ||
305 | |||
306 | maintainer-clean-am: maintainer-clean-tags maintainer-clean-generic \ | ||
307 | distclean-am | ||
308 | @echo "This command is intended for maintainers to use;" | ||
309 | @echo "it deletes files that may require special tools to rebuild." | ||
310 | |||
311 | maintainer-clean: maintainer-clean-recursive | ||
312 | |||
313 | .PHONY: uninstall-pkgdataDATA install-pkgdataDATA install-data-recursive \ | ||
314 | uninstall-data-recursive install-exec-recursive \ | ||
315 | uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \ | ||
316 | all-recursive check-recursive installcheck-recursive info-recursive \ | ||
317 | dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive \ | ||
318 | maintainer-clean-recursive tags tags-recursive mostlyclean-tags \ | ||
319 | distclean-tags clean-tags maintainer-clean-tags distdir info-am info \ | ||
320 | dvi-am dvi check check-am installcheck-am installcheck install-exec-am \ | ||
321 | install-exec install-data-am install-data install-am install \ | ||
322 | uninstall-am uninstall all-local all-redirect all-am all installdirs-am \ | ||
323 | installdirs mostlyclean-generic distclean-generic clean-generic \ | ||
324 | maintainer-clean-generic clean mostlyclean distclean maintainer-clean | ||
325 | |||
326 | all-local: menu init | ||
327 | distclean-local: | ||
328 | rm -f *\~ | ||
329 | init: init.in | ||
330 | @regex_cmd@ -e "s,@pkgdatadir@,$(pkgdatadir)," init.in > init | ||
331 | menu: generate_menu | ||
332 | sh ./generate_menu | ||
333 | @regex_cmd@ -e "s,\@VERSION\@,$(VERSION)," menu.in > menu.pre | ||
334 | @regex_cmd@ -e "s,@pkgdatadir@,$(pkgdatadir)," menu.pre > menu | ||
335 | |||
336 | # Tell versions [3.59,3.63) of GNU make to not export all variables. | ||
337 | # Otherwise a system limit (for SysV at least) may be exceeded. | ||
338 | .NOEXPORT: | ||