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 # data/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@
82 MAINTAINERCLEANFILES = Makefile.in
83 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
84 CONFIG_HEADER = ../config.h
86 DIST_COMMON = README Makefile.am Makefile.in
89 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
95 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
96 cd $(top_srcdir) && $(AUTOMAKE) --gnu data/Makefile
98 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
100 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
103 # This directory's subdirectories are mostly independent; you can cd
104 # into them and run `make' without going through this Makefile.
105 # To change the values of `make' variables: instead of editing Makefiles,
106 # (1) if the variable is set in `config.status', edit `config.status'
107 # (which will cause the Makefiles to be regenerated when you run `make');
108 # (2) otherwise, pass the desired values on the `make' command line.
112 all-recursive install-data-recursive install-exec-recursive \
113 installdirs-recursive install-recursive uninstall-recursive \
114 check-recursive installcheck-recursive info-recursive dvi-recursive:
115 @set fnord $(MAKEFLAGS); amf=$$2; \
117 target=`echo $@ | sed s/-recursive//`; \
118 list='$(SUBDIRS)'; for subdir in $$list; do \
119 echo "Making $$target in $$subdir"; \
120 if test "$$subdir" = "."; then \
122 local_target="$$target-am"; \
124 local_target="$$target"; \
126 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
127 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
129 if test "$$dot_seen" = "no"; then \
130 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
133 mostlyclean-recursive clean-recursive distclean-recursive \
134 maintainer-clean-recursive:
135 @set fnord $(MAKEFLAGS); amf=$$2; \
137 rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
138 rev="$$subdir $$rev"; \
139 test "$$subdir" != "." || dot_seen=yes; \
141 test "$$dot_seen" = "no" && rev=". $$rev"; \
142 target=`echo $@ | sed s/-recursive//`; \
143 for subdir in $$rev; do \
144 echo "Making $$target in $$subdir"; \
145 if test "$$subdir" = "."; then \
146 local_target="$$target-am"; \
148 local_target="$$target"; \
150 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
151 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
152 done && test -z "$$fail"
154 list='$(SUBDIRS)'; for subdir in $$list; do \
155 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
160 ID: $(HEADERS) $(SOURCES) $(LISP)
161 list='$(SOURCES) $(HEADERS)'; \
162 unique=`for i in $$list; do echo $$i; done | \
163 awk ' { files[$$0] = 1; } \
164 END { for (i in files) print i; }'`; \
165 here=`pwd` && cd $(srcdir) \
166 && mkid -f$$here/ID $$unique $(LISP)
168 TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP)
171 list='$(SUBDIRS)'; for subdir in $$list; do \
172 if test "$$subdir" = .; then :; else \
173 test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
176 list='$(SOURCES) $(HEADERS)'; \
177 unique=`for i in $$list; do echo $$i; done | \
178 awk ' { files[$$0] = 1; } \
179 END { for (i in files) print i; }'`; \
180 test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
181 || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS)
190 maintainer-clean-tags:
192 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
196 distdir: $(DISTFILES)
197 here=`cd $(top_builddir) && pwd`; \
198 top_distdir=`cd $(top_distdir) && pwd`; \
199 distdir=`cd $(distdir) && pwd`; \
201 && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu data/Makefile
202 @for file in $(DISTFILES); do \
204 if test -d $$d/$$file; then \
205 cp -pr $$d/$$file $(distdir)/$$file; \
207 test -f $(distdir)/$$file \
208 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
209 || cp -p $$d/$$file $(distdir)/$$file || :; \
212 for subdir in $(SUBDIRS); do \
213 if test "$$subdir" = .; then :; else \
214 test -d $(distdir)/$$subdir \
215 || mkdir $(distdir)/$$subdir \
217 chmod 777 $(distdir)/$$subdir; \
218 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(top_distdir) distdir=../$(distdir)/$$subdir distdir) \
227 check: check-recursive
229 installcheck: installcheck-recursive
231 install-exec: install-exec-recursive
233 install-data-am: install-data-local
234 install-data: install-data-recursive
237 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
238 install: install-recursive
240 uninstall: uninstall-recursive
241 all-am: Makefile all-local
242 all-redirect: all-recursive
244 $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
245 installdirs: installdirs-recursive
252 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
255 -rm -f Makefile $(CONFIG_CLEAN_FILES)
256 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
258 maintainer-clean-generic:
259 -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
260 mostlyclean-am: mostlyclean-tags mostlyclean-generic
262 mostlyclean: mostlyclean-recursive
264 clean-am: clean-tags clean-generic mostlyclean-am
266 clean: clean-recursive
268 distclean-am: distclean-tags distclean-generic clean-am distclean-local
270 distclean: distclean-recursive
272 maintainer-clean-am: maintainer-clean-tags maintainer-clean-generic \
274 @echo "This command is intended for maintainers to use;"
275 @echo "it deletes files that may require special tools to rebuild."
277 maintainer-clean: maintainer-clean-recursive
279 .PHONY: install-data-recursive uninstall-data-recursive \
280 install-exec-recursive uninstall-exec-recursive installdirs-recursive \
281 uninstalldirs-recursive all-recursive check-recursive \
282 installcheck-recursive info-recursive dvi-recursive \
283 mostlyclean-recursive distclean-recursive clean-recursive \
284 maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
285 distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
286 dvi-am dvi check check-am installcheck-am installcheck install-exec-am \
287 install-exec install-data-local install-data-am install-data install-am \
288 install uninstall-am uninstall all-local all-redirect all-am all \
289 installdirs-am installdirs mostlyclean-generic distclean-generic \
290 clean-generic maintainer-clean-generic clean mostlyclean distclean \
300 @regex_cmd@ -e "s,@pkgdatadir@,$(pkgdatadir)," @srcdir@/menu.in > menu
302 install-data-local: menu
303 test -f $(DESTDIR)$(pkgdatadir)/menu || \
304 $(INSTALL_DATA) menu $(DESTDIR)$(pkgdatadir)
307 rm -f $(DESTDIR)$(pkgdatadir)/menu
309 # Tell versions [3.59,3.63) of GNU make to not export all variables.
310 # Otherwise a system limit (for SysV at least) may be exceeded.