1 # Makefile.in generated automatically by automake 1.4-p5 from Makefile.am
3 # Copyright (C) 1994, 1995-8, 1999, 2001 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.
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
13 # Makefile.am for Openbox
19 top_srcdir = @top_srcdir@
22 exec_prefix = @exec_prefix@
26 libexecdir = @libexecdir@
28 sysconfdir = @sysconfdir@
29 sharedstatedir = @sharedstatedir@
30 localstatedir = @localstatedir@
34 includedir = @includedir@
35 oldincludedir = /usr/include
39 pkgdatadir = $(datadir)/@PACKAGE@
40 pkglibdir = $(libdir)/@PACKAGE@
41 pkgincludedir = $(includedir)/@PACKAGE@
48 AUTOHEADER = @AUTOHEADER@
51 INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
52 INSTALL_DATA = @INSTALL_DATA@
53 INSTALL_SCRIPT = @INSTALL_SCRIPT@
54 transform = @program_transform_name@
66 INTERLACE = @INTERLACE@
69 NEWWMSPEC = @NEWWMSPEC@
71 ORDEREDPSEUDO = @ORDEREDPSEUDO@
75 TIMEDCACHE = @TIMEDCACHE@
77 gencat_cmd = @gencat_cmd@
78 regex_cmd = @regex_cmd@
80 AUTOMAKE_OPTIONS = foreign
82 SUBDIRS = data doc nls src util
83 MAINTAINERCLEANFILES = aclocal.m4 config.h.in configure Makefile.in stamp-h.in
84 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
85 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
86 CONFIG_HEADER = config.h
87 CONFIG_CLEAN_FILES = version.h
88 DIST_COMMON = README ./stamp-h.in AUTHORS INSTALL Makefile.am \
89 Makefile.in TODO aclocal.m4 config.h.in configure configure.in \
90 install-sh missing mkinstalldirs version.h.in
93 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
99 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
100 cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile
102 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
104 && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
106 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ configure.in
107 cd $(srcdir) && $(ACLOCAL)
109 config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
110 $(SHELL) ./config.status --recheck
111 $(srcdir)/configure: @MAINTAINER_MODE_TRUE@$(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
112 cd $(srcdir) && $(AUTOCONF)
115 @if test ! -f $@; then \
119 stamp-h: $(srcdir)/config.h.in $(top_builddir)/config.status
121 && CONFIG_FILES= CONFIG_HEADERS=config.h \
122 $(SHELL) ./config.status
123 @echo timestamp > stamp-h 2> /dev/null
124 $(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@$(srcdir)/stamp-h.in
125 @if test ! -f $@; then \
126 rm -f $(srcdir)/stamp-h.in; \
127 $(MAKE) $(srcdir)/stamp-h.in; \
129 $(srcdir)/stamp-h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4)
130 cd $(top_srcdir) && $(AUTOHEADER)
131 @echo timestamp > $(srcdir)/stamp-h.in 2> /dev/null
140 maintainer-clean-hdr:
141 version.h: $(top_builddir)/config.status version.h.in
142 cd $(top_builddir) && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
144 # This directory's subdirectories are mostly independent; you can cd
145 # into them and run `make' without going through this Makefile.
146 # To change the values of `make' variables: instead of editing Makefiles,
147 # (1) if the variable is set in `config.status', edit `config.status'
148 # (which will cause the Makefiles to be regenerated when you run `make');
149 # (2) otherwise, pass the desired values on the `make' command line.
153 all-recursive install-data-recursive install-exec-recursive \
154 installdirs-recursive install-recursive uninstall-recursive \
155 check-recursive installcheck-recursive info-recursive dvi-recursive:
156 @set fnord $(MAKEFLAGS); amf=$$2; \
158 target=`echo $@ | sed s/-recursive//`; \
159 list='$(SUBDIRS)'; for subdir in $$list; do \
160 echo "Making $$target in $$subdir"; \
161 if test "$$subdir" = "."; then \
163 local_target="$$target-am"; \
165 local_target="$$target"; \
167 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
168 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
170 if test "$$dot_seen" = "no"; then \
171 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
174 mostlyclean-recursive clean-recursive distclean-recursive \
175 maintainer-clean-recursive:
176 @set fnord $(MAKEFLAGS); amf=$$2; \
178 rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
179 rev="$$subdir $$rev"; \
180 test "$$subdir" != "." || dot_seen=yes; \
182 test "$$dot_seen" = "no" && rev=". $$rev"; \
183 target=`echo $@ | sed s/-recursive//`; \
184 for subdir in $$rev; do \
185 echo "Making $$target in $$subdir"; \
186 if test "$$subdir" = "."; then \
187 local_target="$$target-am"; \
189 local_target="$$target"; \
191 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
192 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
193 done && test -z "$$fail"
195 list='$(SUBDIRS)'; for subdir in $$list; do \
196 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
201 ID: $(HEADERS) $(SOURCES) $(LISP)
202 list='$(SOURCES) $(HEADERS)'; \
203 unique=`for i in $$list; do echo $$i; done | \
204 awk ' { files[$$0] = 1; } \
205 END { for (i in files) print i; }'`; \
206 here=`pwd` && cd $(srcdir) \
207 && mkid -f$$here/ID $$unique $(LISP)
209 TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) $(LISP)
212 list='$(SUBDIRS)'; for subdir in $$list; do \
213 if test "$$subdir" = .; then :; else \
214 test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
217 list='$(SOURCES) $(HEADERS)'; \
218 unique=`for i in $$list; do echo $$i; done | \
219 awk ' { files[$$0] = 1; } \
220 END { for (i in files) print i; }'`; \
221 test -z "$(ETAGS_ARGS)config.h.in$$unique$(LISP)$$tags" \
222 || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags config.h.in $$unique $(LISP) -o $$here/TAGS)
231 maintainer-clean-tags:
233 distdir = $(PACKAGE)-$(VERSION)
234 top_distdir = $(distdir)
236 # This target untars the dist file and tries a VPATH configuration. Then
237 # it guarantees that the distribution is self-contained by making another
241 GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz
242 mkdir $(distdir)/=build
243 mkdir $(distdir)/=inst
244 dc_install_base=`cd $(distdir)/=inst && pwd`; \
245 cd $(distdir)/=build \
246 && ../configure --srcdir=.. --prefix=$$dc_install_base \
247 && $(MAKE) $(AM_MAKEFLAGS) \
248 && $(MAKE) $(AM_MAKEFLAGS) dvi \
249 && $(MAKE) $(AM_MAKEFLAGS) check \
250 && $(MAKE) $(AM_MAKEFLAGS) install \
251 && $(MAKE) $(AM_MAKEFLAGS) installcheck \
252 && $(MAKE) $(AM_MAKEFLAGS) dist
254 @banner="$(distdir).tar.gz is ready for distribution"; \
255 dashes=`echo "$$banner" | sed s/./=/g`; \
260 -chmod -R a+r $(distdir)
261 GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
264 -chmod -R a+r $(distdir)
265 GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
267 distdir: $(DISTFILES)
270 -chmod 777 $(distdir)
271 here=`cd $(top_builddir) && pwd`; \
272 top_distdir=`cd $(distdir) && pwd`; \
273 distdir=`cd $(distdir) && pwd`; \
275 && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --foreign Makefile
276 @for file in $(DISTFILES); do \
278 if test -d $$d/$$file; then \
279 cp -pr $$d/$$file $(distdir)/$$file; \
281 test -f $(distdir)/$$file \
282 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
283 || cp -p $$d/$$file $(distdir)/$$file || :; \
286 for subdir in $(SUBDIRS); do \
287 if test "$$subdir" = .; then :; else \
288 test -d $(distdir)/$$subdir \
289 || mkdir $(distdir)/$$subdir \
291 chmod 777 $(distdir)/$$subdir; \
292 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(distdir) distdir=../$(distdir)/$$subdir distdir) \
301 check: check-recursive
303 installcheck: installcheck-recursive
304 all-recursive-am: config.h
305 $(MAKE) $(AM_MAKEFLAGS) all-recursive
308 install-exec: install-exec-recursive
311 install-data: install-data-recursive
314 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
315 install: install-recursive
316 uninstall-am: uninstall-local
317 uninstall: uninstall-recursive
318 all-am: Makefile config.h
319 all-redirect: all-recursive-am
321 $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
322 installdirs: installdirs-recursive
331 -rm -f Makefile $(CONFIG_CLEAN_FILES)
332 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
334 maintainer-clean-generic:
335 -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
336 mostlyclean-am: mostlyclean-hdr mostlyclean-tags mostlyclean-generic
338 mostlyclean: mostlyclean-recursive
340 clean-am: clean-hdr clean-tags clean-generic mostlyclean-am
342 clean: clean-recursive
344 distclean-am: distclean-hdr distclean-tags distclean-generic clean-am \
347 distclean: distclean-recursive
350 maintainer-clean-am: maintainer-clean-hdr maintainer-clean-tags \
351 maintainer-clean-generic distclean-am
352 @echo "This command is intended for maintainers to use;"
353 @echo "it deletes files that may require special tools to rebuild."
355 maintainer-clean: maintainer-clean-recursive
358 .PHONY: mostlyclean-hdr distclean-hdr clean-hdr maintainer-clean-hdr \
359 install-data-recursive uninstall-data-recursive install-exec-recursive \
360 uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \
361 all-recursive check-recursive installcheck-recursive info-recursive \
362 dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive \
363 maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
364 distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
365 dvi-am dvi check check-am installcheck-am installcheck all-recursive-am \
366 install-exec-am install-exec install-data-am install-data install-am \
367 install uninstall-local uninstall-am uninstall all-redirect all-am all \
368 installdirs-am installdirs mostlyclean-generic distclean-generic \
369 clean-generic maintainer-clean-generic clean mostlyclean distclean \
379 # Tell versions [3.59,3.63) of GNU make to not export all variables.
380 # Otherwise a system limit (for SysV at least) may be exceeded.