diff options
author | fluxgen <fluxgen> | 2001-12-11 20:47:02 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2001-12-11 20:47:02 (GMT) |
commit | 18830ac9add80cbd3bf7369307d7e35a519dca9b (patch) | |
tree | 4759a5434a34ba317fe77bbf8b0ed9bb57bb6018 /data/Makefile.in | |
parent | 1523b48bff07dead084af3064ad11c79a9b25df0 (diff) | |
download | fluxbox_pavel-18830ac9add80cbd3bf7369307d7e35a519dca9b.zip fluxbox_pavel-18830ac9add80cbd3bf7369307d7e35a519dca9b.tar.bz2 |
Initial revision
Diffstat (limited to 'data/Makefile.in')
-rw-r--r-- | data/Makefile.in | 333 |
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 | |||
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 --include-deps data/Makefile | ||
110 | |||
111 | Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status | ||
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 | @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 | ||
249 | info-am: | ||
250 | info: info-recursive | ||
251 | dvi-am: | ||
252 | dvi: dvi-recursive | ||
253 | check-am: all-am | ||
254 | check: check-recursive | ||
255 | installcheck-am: | ||
256 | installcheck: installcheck-recursive | ||
257 | install-exec-am: | ||
258 | install-exec: install-exec-recursive | ||
259 | |||
260 | install-data-am: install-pkgdataDATA | ||
261 | install-data: install-data-recursive | ||
262 | |||
263 | install-am: all-am | ||
264 | @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am | ||
265 | install: install-recursive | ||
266 | uninstall-am: uninstall-pkgdataDATA | ||
267 | uninstall: uninstall-recursive | ||
268 | all-am: Makefile $(DATA) all-local | ||
269 | all-redirect: all-recursive | ||
270 | install-strip: | ||
271 | $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install | ||
272 | installdirs: installdirs-recursive | ||
273 | installdirs-am: | ||
274 | $(mkinstalldirs) $(DESTDIR)$(pkgdatadir) | ||
275 | |||
276 | |||
277 | mostlyclean-generic: | ||
278 | |||
279 | clean-generic: | ||
280 | -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) | ||
281 | |||
282 | distclean-generic: | ||
283 | -rm -f Makefile $(CONFIG_CLEAN_FILES) | ||
284 | -rm -f config.cache config.log stamp-h stamp-h[0-9]* | ||
285 | |||
286 | maintainer-clean-generic: | ||
287 | -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES) | ||
288 | mostlyclean-am: mostlyclean-tags mostlyclean-generic | ||
289 | |||
290 | mostlyclean: mostlyclean-recursive | ||
291 | |||
292 | clean-am: clean-tags clean-generic mostlyclean-am | ||
293 | |||
294 | clean: clean-recursive | ||
295 | |||
296 | distclean-am: distclean-tags distclean-generic clean-am distclean-local | ||
297 | -rm -f libtool | ||
298 | |||
299 | distclean: distclean-recursive | ||
300 | |||
301 | maintainer-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 | |||
306 | maintainer-clean: maintainer-clean-recursive | ||
307 | |||
308 | .PHONY: uninstall-pkgdataDATA install-pkgdataDATA install-data-recursive \ | ||
309 | uninstall-data-recursive install-exec-recursive \ | ||
310 | uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \ | ||
311 | all-recursive check-recursive installcheck-recursive info-recursive \ | ||
312 | dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive \ | ||
313 | maintainer-clean-recursive tags tags-recursive mostlyclean-tags \ | ||
314 | distclean-tags clean-tags maintainer-clean-tags distdir info-am info \ | ||
315 | dvi-am dvi check check-am installcheck-am installcheck install-exec-am \ | ||
316 | install-exec install-data-am install-data install-am install \ | ||
317 | uninstall-am uninstall all-local all-redirect all-am all installdirs-am \ | ||
318 | installdirs mostlyclean-generic distclean-generic clean-generic \ | ||
319 | maintainer-clean-generic clean mostlyclean distclean maintainer-clean | ||
320 | |||
321 | all-local: menu init | ||
322 | distclean-local: | ||
323 | rm -f *\~ | ||
324 | init: init.in | ||
325 | @regex_cmd@ -e "s,@pkgdatadir@,$(pkgdatadir)," init.in > init | ||
326 | menu: 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: | ||