1 # Makefile.in generated automatically by automake 1.4-p4 from Makefile.am
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.
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@
67 NEWWMSPEC = @NEWWMSPEC@
69 ORDEREDPSEUDO = @ORDEREDPSEUDO@
72 TIMEDCACHE = @TIMEDCACHE@
73 gencat_cmd = @gencat_cmd@
74 regex_cmd = @regex_cmd@
76 AUTOMAKE_OPTIONS = foreign
78 SUBDIRS = data doc nls src util
79 MAINTAINERCLEANFILES = aclocal.m4 config.h.in configure Makefile.in stamp-h.in
80 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
81 CONFIG_HEADER = config.h
82 CONFIG_CLEAN_FILES = version.h
83 DIST_COMMON = README ./stamp-h.in AUTHORS INSTALL Makefile.am \
84 Makefile.in TODO config.h.in configure configure.in install-sh missing \
85 mkinstalldirs version.h.in
91 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
97 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
98 cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile
100 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
102 && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
105 config.status: $(srcdir)/configure.in $(CONFIG_STATUS_DEPENDENCIES)
106 $(SHELL) ./config.status --recheck
107 $(srcdir)/configure: @MAINTAINER_MODE_TRUE@$(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
108 cd $(srcdir) && $(AUTOCONF)
111 @if test ! -f $@; then \
115 stamp-h: $(srcdir)/config.h.in $(top_builddir)/config.status
117 && CONFIG_FILES= CONFIG_HEADERS=config.h \
118 $(SHELL) ./config.status
119 @echo timestamp > stamp-h 2> /dev/null
120 $(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@$(srcdir)/stamp-h.in
121 @if test ! -f $@; then \
122 rm -f $(srcdir)/stamp-h.in; \
123 $(MAKE) $(srcdir)/stamp-h.in; \
125 $(srcdir)/stamp-h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4)
126 cd $(top_srcdir) && $(AUTOHEADER)
127 @echo timestamp > $(srcdir)/stamp-h.in 2> /dev/null
136 maintainer-clean-hdr:
137 version.h: $(top_builddir)/config.status version.h.in
138 cd $(top_builddir) && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
140 # This directory's subdirectories are mostly independent; you can cd
141 # into them and run `make' without going through this Makefile.
142 # To change the values of `make' variables: instead of editing Makefiles,
143 # (1) if the variable is set in `config.status', edit `config.status'
144 # (which will cause the Makefiles to be regenerated when you run `make');
145 # (2) otherwise, pass the desired values on the `make' command line.
149 all-recursive install-data-recursive install-exec-recursive \
150 installdirs-recursive install-recursive uninstall-recursive \
151 check-recursive installcheck-recursive info-recursive dvi-recursive:
152 @set fnord $(MAKEFLAGS); amf=$$2; \
154 target=`echo $@ | sed s/-recursive//`; \
155 list='$(SUBDIRS)'; for subdir in $$list; do \
156 echo "Making $$target in $$subdir"; \
157 if test "$$subdir" = "."; then \
159 local_target="$$target-am"; \
161 local_target="$$target"; \
163 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
164 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
166 if test "$$dot_seen" = "no"; then \
167 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
170 mostlyclean-recursive clean-recursive distclean-recursive \
171 maintainer-clean-recursive:
172 @set fnord $(MAKEFLAGS); amf=$$2; \
174 rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
175 rev="$$subdir $$rev"; \
176 test "$$subdir" = "." && dot_seen=yes; \
178 test "$$dot_seen" = "no" && rev=". $$rev"; \
179 target=`echo $@ | sed s/-recursive//`; \
180 for subdir in $$rev; do \
181 echo "Making $$target in $$subdir"; \
182 if test "$$subdir" = "."; then \
183 local_target="$$target-am"; \
185 local_target="$$target"; \
187 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
188 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
189 done && test -z "$$fail"
191 list='$(SUBDIRS)'; for subdir in $$list; do \
192 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
197 ID: $(HEADERS) $(SOURCES) $(LISP)
198 list='$(SOURCES) $(HEADERS)'; \
199 unique=`for i in $$list; do echo $$i; done | \
200 awk ' { files[$$0] = 1; } \
201 END { for (i in files) print i; }'`; \
202 here=`pwd` && cd $(srcdir) \
203 && mkid -f$$here/ID $$unique $(LISP)
205 TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) $(LISP)
208 list='$(SUBDIRS)'; for subdir in $$list; do \
209 if test "$$subdir" = .; then :; else \
210 test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
213 list='$(SOURCES) $(HEADERS)'; \
214 unique=`for i in $$list; do echo $$i; done | \
215 awk ' { files[$$0] = 1; } \
216 END { for (i in files) print i; }'`; \
217 test -z "$(ETAGS_ARGS)config.h.in$$unique$(LISP)$$tags" \
218 || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags config.h.in $$unique $(LISP) -o $$here/TAGS)
227 maintainer-clean-tags:
229 distdir = $(PACKAGE)-$(VERSION)
230 top_distdir = $(distdir)
232 # This target untars the dist file and tries a VPATH configuration. Then
233 # it guarantees that the distribution is self-contained by making another
237 GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz
238 mkdir $(distdir)/=build
239 mkdir $(distdir)/=inst
240 dc_install_base=`cd $(distdir)/=inst && pwd`; \
241 cd $(distdir)/=build \
242 && ../configure --srcdir=.. --prefix=$$dc_install_base \
243 && $(MAKE) $(AM_MAKEFLAGS) \
244 && $(MAKE) $(AM_MAKEFLAGS) dvi \
245 && $(MAKE) $(AM_MAKEFLAGS) check \
246 && $(MAKE) $(AM_MAKEFLAGS) install \
247 && $(MAKE) $(AM_MAKEFLAGS) installcheck \
248 && $(MAKE) $(AM_MAKEFLAGS) dist
250 @banner="$(distdir).tar.gz is ready for distribution"; \
251 dashes=`echo "$$banner" | sed s/./=/g`; \
256 -chmod -R a+r $(distdir)
257 GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
260 -chmod -R a+r $(distdir)
261 GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
263 distdir: $(DISTFILES)
266 -chmod 777 $(distdir)
267 here=`cd $(top_builddir) && pwd`; \
268 top_distdir=`cd $(distdir) && pwd`; \
269 distdir=`cd $(distdir) && pwd`; \
271 && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --foreign Makefile
272 @for file in $(DISTFILES); do \
274 if test -d $$d/$$file; then \
275 cp -pr $$d/$$file $(distdir)/$$file; \
277 test -f $(distdir)/$$file \
278 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
279 || cp -p $$d/$$file $(distdir)/$$file || :; \
282 for subdir in $(SUBDIRS); do \
283 if test "$$subdir" = .; then :; else \
284 test -d $(distdir)/$$subdir \
285 || mkdir $(distdir)/$$subdir \
287 chmod 777 $(distdir)/$$subdir; \
288 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(distdir) distdir=../$(distdir)/$$subdir distdir) \
297 check: check-recursive
299 installcheck: installcheck-recursive
300 all-recursive-am: config.h
301 $(MAKE) $(AM_MAKEFLAGS) all-recursive
304 install-exec: install-exec-recursive
307 install-data: install-data-recursive
310 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
311 install: install-recursive
312 uninstall-am: uninstall-local
313 uninstall: uninstall-recursive
314 all-am: Makefile config.h
315 all-redirect: all-recursive-am
317 $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
318 installdirs: installdirs-recursive
327 -rm -f Makefile $(CONFIG_CLEAN_FILES)
328 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
330 maintainer-clean-generic:
331 -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
332 mostlyclean-am: mostlyclean-hdr mostlyclean-tags mostlyclean-generic
334 mostlyclean: mostlyclean-recursive
336 clean-am: clean-hdr clean-tags clean-generic mostlyclean-am
338 clean: clean-recursive
340 distclean-am: distclean-hdr distclean-tags distclean-generic clean-am \
343 distclean: distclean-recursive
346 maintainer-clean-am: maintainer-clean-hdr maintainer-clean-tags \
347 maintainer-clean-generic distclean-am
348 @echo "This command is intended for maintainers to use;"
349 @echo "it deletes files that may require special tools to rebuild."
351 maintainer-clean: maintainer-clean-recursive
354 .PHONY: mostlyclean-hdr distclean-hdr clean-hdr maintainer-clean-hdr \
355 install-data-recursive uninstall-data-recursive install-exec-recursive \
356 uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \
357 all-recursive check-recursive installcheck-recursive info-recursive \
358 dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive \
359 maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
360 distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
361 dvi-am dvi check check-am installcheck-am installcheck all-recursive-am \
362 install-exec-am install-exec install-data-am install-data install-am \
363 install uninstall-local uninstall-am uninstall all-redirect all-am all \
364 installdirs-am installdirs mostlyclean-generic distclean-generic \
365 clean-generic maintainer-clean-generic clean mostlyclean distclean \
375 # Tell versions [3.59,3.63) of GNU make to not export all variables.
376 # Otherwise a system limit (for SysV at least) may be exceeded.