aboutsummaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in384
1 files changed, 384 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
new file mode 100644
index 0000000..7033a27
--- /dev/null
+++ b/Makefile.in
@@ -0,0 +1,384 @@
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# Makefile.am for Fluxbox 0.1.x
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 = data doc nls src util
90MAINTAINERCLEANFILES = aclocal.m4 config.h.in configure Makefile.in stamp-h.in
91ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
92mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
93CONFIG_HEADER = config.h
94CONFIG_CLEAN_FILES = version.h
95DIST_COMMON = README ./stamp-h.in AUTHORS COPYING ChangeLog INSTALL \
96Makefile.am Makefile.in NEWS TODO aclocal.m4 config.guess config.h.in \
97config.sub configure configure.in install-sh ltconfig ltmain.sh missing \
98mkinstalldirs version.h.in
99
100
101DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
102
103TAR = tar
104GZIP_ENV = --best
105all: all-redirect
106.SUFFIXES:
107$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
108 cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps Makefile
109
110Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
111 cd $(top_builddir) \
112 && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
113
114$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ configure.in
115 cd $(srcdir) && $(ACLOCAL)
116
117config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
118 $(SHELL) ./config.status --recheck
119$(srcdir)/configure: @MAINTAINER_MODE_TRUE@$(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
120 cd $(srcdir) && $(AUTOCONF)
121
122config.h: stamp-h
123 @if test ! -f $@; then \
124 rm -f stamp-h; \
125 $(MAKE) stamp-h; \
126 else :; fi
127stamp-h: $(srcdir)/config.h.in $(top_builddir)/config.status
128 cd $(top_builddir) \
129 && CONFIG_FILES= CONFIG_HEADERS=config.h \
130 $(SHELL) ./config.status
131 @echo timestamp > stamp-h 2> /dev/null
132$(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@$(srcdir)/stamp-h.in
133 @if test ! -f $@; then \
134 rm -f $(srcdir)/stamp-h.in; \
135 $(MAKE) $(srcdir)/stamp-h.in; \
136 else :; fi
137$(srcdir)/stamp-h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4)
138 cd $(top_srcdir) && $(AUTOHEADER)
139 @echo timestamp > $(srcdir)/stamp-h.in 2> /dev/null
140
141mostlyclean-hdr:
142
143clean-hdr:
144
145distclean-hdr:
146 -rm -f config.h
147
148maintainer-clean-hdr:
149version.h: $(top_builddir)/config.status version.h.in
150 cd $(top_builddir) && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
151
152# This directory's subdirectories are mostly independent; you can cd
153# into them and run `make' without going through this Makefile.
154# To change the values of `make' variables: instead of editing Makefiles,
155# (1) if the variable is set in `config.status', edit `config.status'
156# (which will cause the Makefiles to be regenerated when you run `make');
157# (2) otherwise, pass the desired values on the `make' command line.
158
159@SET_MAKE@
160
161all-recursive install-data-recursive install-exec-recursive \
162installdirs-recursive install-recursive uninstall-recursive \
163check-recursive installcheck-recursive info-recursive dvi-recursive:
164 @set fnord $(MAKEFLAGS); amf=$$2; \
165 dot_seen=no; \
166 target=`echo $@ | sed s/-recursive//`; \
167 list='$(SUBDIRS)'; for subdir in $$list; do \
168 echo "Making $$target in $$subdir"; \
169 if test "$$subdir" = "."; then \
170 dot_seen=yes; \
171 local_target="$$target-am"; \
172 else \
173 local_target="$$target"; \
174 fi; \
175 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
176 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
177 done; \
178 if test "$$dot_seen" = "no"; then \
179 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
180 fi; test -z "$$fail"
181
182mostlyclean-recursive clean-recursive distclean-recursive \
183maintainer-clean-recursive:
184 @set fnord $(MAKEFLAGS); amf=$$2; \
185 dot_seen=no; \
186 rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
187 rev="$$subdir $$rev"; \
188 test "$$subdir" = "." && dot_seen=yes; \
189 done; \
190 test "$$dot_seen" = "no" && rev=". $$rev"; \
191 target=`echo $@ | sed s/-recursive//`; \
192 for subdir in $$rev; do \
193 echo "Making $$target in $$subdir"; \
194 if test "$$subdir" = "."; then \
195 local_target="$$target-am"; \
196 else \
197 local_target="$$target"; \
198 fi; \
199 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
200 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
201 done && test -z "$$fail"
202tags-recursive:
203 list='$(SUBDIRS)'; for subdir in $$list; do \
204 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
205 done
206
207tags: TAGS
208
209ID: $(HEADERS) $(SOURCES) $(LISP)
210 list='$(SOURCES) $(HEADERS)'; \
211 unique=`for i in $$list; do echo $$i; done | \
212 awk ' { files[$$0] = 1; } \
213 END { for (i in files) print i; }'`; \
214 here=`pwd` && cd $(srcdir) \
215 && mkid -f$$here/ID $$unique $(LISP)
216
217TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) $(LISP)
218 tags=; \
219 here=`pwd`; \
220 list='$(SUBDIRS)'; for subdir in $$list; do \
221 if test "$$subdir" = .; then :; else \
222 test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
223 fi; \
224 done; \
225 list='$(SOURCES) $(HEADERS)'; \
226 unique=`for i in $$list; do echo $$i; done | \
227 awk ' { files[$$0] = 1; } \
228 END { for (i in files) print i; }'`; \
229 test -z "$(ETAGS_ARGS)config.h.in$$unique$(LISP)$$tags" \
230 || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags config.h.in $$unique $(LISP) -o $$here/TAGS)
231
232mostlyclean-tags:
233
234clean-tags:
235
236distclean-tags:
237 -rm -f TAGS ID
238
239maintainer-clean-tags:
240
241distdir = $(PACKAGE)-$(VERSION)
242top_distdir = $(distdir)
243
244# This target untars the dist file and tries a VPATH configuration. Then
245# it guarantees that the distribution is self-contained by making another
246# tarfile.
247distcheck: dist
248 -rm -rf $(distdir)
249 GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz
250 mkdir $(distdir)/=build
251 mkdir $(distdir)/=inst
252 dc_install_base=`cd $(distdir)/=inst && pwd`; \
253 cd $(distdir)/=build \
254 && ../configure --srcdir=.. --prefix=$$dc_install_base \
255 && $(MAKE) $(AM_MAKEFLAGS) \
256 && $(MAKE) $(AM_MAKEFLAGS) dvi \
257 && $(MAKE) $(AM_MAKEFLAGS) check \
258 && $(MAKE) $(AM_MAKEFLAGS) install \
259 && $(MAKE) $(AM_MAKEFLAGS) installcheck \
260 && $(MAKE) $(AM_MAKEFLAGS) dist
261 -rm -rf $(distdir)
262 @banner="$(distdir).tar.gz is ready for distribution"; \
263 dashes=`echo "$$banner" | sed s/./=/g`; \
264 echo "$$dashes"; \
265 echo "$$banner"; \
266 echo "$$dashes"
267dist: distdir
268 -chmod -R a+r $(distdir)
269 GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
270 -rm -rf $(distdir)
271dist-all: distdir
272 -chmod -R a+r $(distdir)
273 GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
274 -rm -rf $(distdir)
275distdir: $(DISTFILES)
276 -rm -rf $(distdir)
277 mkdir $(distdir)
278 -chmod 777 $(distdir)
279 @for file in $(DISTFILES); do \
280 d=$(srcdir); \
281 if test -d $$d/$$file; then \
282 cp -pr $$/$$file $(distdir)/$$file; \
283 else \
284 test -f $(distdir)/$$file \
285 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
286 || cp -p $$d/$$file $(distdir)/$$file || :; \
287 fi; \
288 done
289 for subdir in $(SUBDIRS); do \
290 if test "$$subdir" = .; then :; else \
291 test -d $(distdir)/$$subdir \
292 || mkdir $(distdir)/$$subdir \
293 || exit 1; \
294 chmod 777 $(distdir)/$$subdir; \
295 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(distdir) distdir=../$(distdir)/$$subdir distdir) \
296 || exit 1; \
297 fi; \
298 done
299info-am:
300info: info-recursive
301dvi-am:
302dvi: dvi-recursive
303check-am: all-am
304check: check-recursive
305installcheck-am:
306installcheck: installcheck-recursive
307all-recursive-am: config.h
308 $(MAKE) $(AM_MAKEFLAGS) all-recursive
309
310install-exec-am:
311install-exec: install-exec-recursive
312
313install-data-am:
314install-data: install-data-recursive
315
316install-am: all-am
317 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
318install: install-recursive
319uninstall-am: uninstall-local
320uninstall: uninstall-recursive
321all-am: Makefile config.h
322all-redirect: all-recursive-am
323install-strip:
324 $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
325installdirs: installdirs-recursive
326installdirs-am:
327
328
329mostlyclean-generic:
330
331clean-generic:
332
333distclean-generic:
334 -rm -f Makefile $(CONFIG_CLEAN_FILES)
335 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
336
337maintainer-clean-generic:
338 -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
339mostlyclean-am: mostlyclean-hdr mostlyclean-tags mostlyclean-generic
340
341mostlyclean: mostlyclean-recursive
342
343clean-am: clean-hdr clean-tags clean-generic mostlyclean-am
344
345clean: clean-recursive
346
347distclean-am: distclean-hdr distclean-tags distclean-generic clean-am \
348 distclean-local
349 -rm -f libtool
350
351distclean: distclean-recursive
352 -rm -f config.status
353
354maintainer-clean-am: maintainer-clean-hdr maintainer-clean-tags \
355 maintainer-clean-generic distclean-am
356 @echo "This command is intended for maintainers to use;"
357 @echo "it deletes files that may require special tools to rebuild."
358
359maintainer-clean: maintainer-clean-recursive
360 -rm -f config.status
361
362.PHONY: mostlyclean-hdr distclean-hdr clean-hdr maintainer-clean-hdr \
363install-data-recursive uninstall-data-recursive install-exec-recursive \
364uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \
365all-recursive check-recursive installcheck-recursive info-recursive \
366dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive \
367maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
368distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
369dvi-am dvi check check-am installcheck-am installcheck all-recursive-am \
370install-exec-am install-exec install-data-am install-data install-am \
371install uninstall-local uninstall-am uninstall all-redirect all-am all \
372installdirs-am installdirs mostlyclean-generic distclean-generic \
373clean-generic maintainer-clean-generic clean mostlyclean distclean \
374maintainer-clean
375
376
377uninstall-local:
378 rmdir $(pkgdatadir)
379distclean-local:
380 rm -f *\~
381
382# Tell versions [3.59,3.63) of GNU make to not export all variables.
383# Otherwise a system limit (for SysV at least) may be exceeded.
384.NOEXPORT: