]> Dogcows Code - chaz/openbox/blob - data/Makefile.in
d3013dac988f5d6545dafad56fee2c9e2a71a145
[chaz/openbox] / data / Makefile.in
1 # Makefile.in generated automatically by automake 1.4-p4 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 Openbox
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 CC = @CC@
63 CLOBBER = @CLOBBER@
64 CXX = @CXX@
65 DEBUG = @DEBUG@
66 INTERLACE = @INTERLACE@
67 NEWWMSPEC = @NEWWMSPEC@
68 NLS = @NLS@
69 ORDEREDPSEUDO = @ORDEREDPSEUDO@
70 SHAPE = @SHAPE@
71 SLIT = @SLIT@
72 TIMEDCACHE = @TIMEDCACHE@
73 gencat_cmd = @gencat_cmd@
74 regex_cmd = @regex_cmd@
75
76 SUBDIRS = styles
77 CLEANFILES = menu
78 MAINTAINERCLEANFILES = Makefile.in
79 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
80 CONFIG_HEADER = ../config.h
81 CONFIG_CLEAN_FILES =
82 DIST_COMMON = README Makefile.am Makefile.in
83
84
85 PACKAGE = @PACKAGE@
86 VERSION = @VERSION@
87
88 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
89
90 TAR = tar
91 GZIP_ENV = --best
92 all: all-redirect
93 .SUFFIXES:
94 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
95 cd $(top_srcdir) && $(AUTOMAKE) --gnu data/Makefile
96
97 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
98 cd $(top_builddir) \
99 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
100
101
102 # This directory's subdirectories are mostly independent; you can cd
103 # into them and run `make' without going through this Makefile.
104 # To change the values of `make' variables: instead of editing Makefiles,
105 # (1) if the variable is set in `config.status', edit `config.status'
106 # (which will cause the Makefiles to be regenerated when you run `make');
107 # (2) otherwise, pass the desired values on the `make' command line.
108
109 @SET_MAKE@
110
111 all-recursive install-data-recursive install-exec-recursive \
112 installdirs-recursive install-recursive uninstall-recursive \
113 check-recursive installcheck-recursive info-recursive dvi-recursive:
114 @set fnord $(MAKEFLAGS); amf=$$2; \
115 dot_seen=no; \
116 target=`echo $@ | sed s/-recursive//`; \
117 list='$(SUBDIRS)'; for subdir in $$list; do \
118 echo "Making $$target in $$subdir"; \
119 if test "$$subdir" = "."; then \
120 dot_seen=yes; \
121 local_target="$$target-am"; \
122 else \
123 local_target="$$target"; \
124 fi; \
125 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
126 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
127 done; \
128 if test "$$dot_seen" = "no"; then \
129 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
130 fi; test -z "$$fail"
131
132 mostlyclean-recursive clean-recursive distclean-recursive \
133 maintainer-clean-recursive:
134 @set fnord $(MAKEFLAGS); amf=$$2; \
135 dot_seen=no; \
136 rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
137 rev="$$subdir $$rev"; \
138 test "$$subdir" = "." && dot_seen=yes; \
139 done; \
140 test "$$dot_seen" = "no" && rev=". $$rev"; \
141 target=`echo $@ | sed s/-recursive//`; \
142 for subdir in $$rev; do \
143 echo "Making $$target in $$subdir"; \
144 if test "$$subdir" = "."; then \
145 local_target="$$target-am"; \
146 else \
147 local_target="$$target"; \
148 fi; \
149 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
150 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
151 done && test -z "$$fail"
152 tags-recursive:
153 list='$(SUBDIRS)'; for subdir in $$list; do \
154 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
155 done
156
157 tags: TAGS
158
159 ID: $(HEADERS) $(SOURCES) $(LISP)
160 list='$(SOURCES) $(HEADERS)'; \
161 unique=`for i in $$list; do echo $$i; done | \
162 awk ' { files[$$0] = 1; } \
163 END { for (i in files) print i; }'`; \
164 here=`pwd` && cd $(srcdir) \
165 && mkid -f$$here/ID $$unique $(LISP)
166
167 TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP)
168 tags=; \
169 here=`pwd`; \
170 list='$(SUBDIRS)'; for subdir in $$list; do \
171 if test "$$subdir" = .; then :; else \
172 test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
173 fi; \
174 done; \
175 list='$(SOURCES) $(HEADERS)'; \
176 unique=`for i in $$list; do echo $$i; done | \
177 awk ' { files[$$0] = 1; } \
178 END { for (i in files) print i; }'`; \
179 test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
180 || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS)
181
182 mostlyclean-tags:
183
184 clean-tags:
185
186 distclean-tags:
187 -rm -f TAGS ID
188
189 maintainer-clean-tags:
190
191 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
192
193 subdir = data
194
195 distdir: $(DISTFILES)
196 here=`cd $(top_builddir) && pwd`; \
197 top_distdir=`cd $(top_distdir) && pwd`; \
198 distdir=`cd $(distdir) && pwd`; \
199 cd $(top_srcdir) \
200 && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu data/Makefile
201 @for file in $(DISTFILES); do \
202 d=$(srcdir); \
203 if test -d $$d/$$file; then \
204 cp -pr $$d/$$file $(distdir)/$$file; \
205 else \
206 test -f $(distdir)/$$file \
207 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
208 || cp -p $$d/$$file $(distdir)/$$file || :; \
209 fi; \
210 done
211 for subdir in $(SUBDIRS); do \
212 if test "$$subdir" = .; then :; else \
213 test -d $(distdir)/$$subdir \
214 || mkdir $(distdir)/$$subdir \
215 || exit 1; \
216 chmod 777 $(distdir)/$$subdir; \
217 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(top_distdir) distdir=../$(distdir)/$$subdir distdir) \
218 || exit 1; \
219 fi; \
220 done
221 info-am:
222 info: info-recursive
223 dvi-am:
224 dvi: dvi-recursive
225 check-am: all-am
226 check: check-recursive
227 installcheck-am:
228 installcheck: installcheck-recursive
229 install-exec-am:
230 install-exec: install-exec-recursive
231
232 install-data-am: install-data-local
233 install-data: install-data-recursive
234
235 install-am: all-am
236 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
237 install: install-recursive
238 uninstall-am:
239 uninstall: uninstall-recursive
240 all-am: Makefile all-local
241 all-redirect: all-recursive
242 install-strip:
243 $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
244 installdirs: installdirs-recursive
245 installdirs-am:
246
247
248 mostlyclean-generic:
249
250 clean-generic:
251 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
252
253 distclean-generic:
254 -rm -f Makefile $(CONFIG_CLEAN_FILES)
255 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
256
257 maintainer-clean-generic:
258 -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
259 mostlyclean-am: mostlyclean-tags mostlyclean-generic
260
261 mostlyclean: mostlyclean-recursive
262
263 clean-am: clean-tags clean-generic mostlyclean-am
264
265 clean: clean-recursive
266
267 distclean-am: distclean-tags distclean-generic clean-am distclean-local
268
269 distclean: distclean-recursive
270
271 maintainer-clean-am: maintainer-clean-tags maintainer-clean-generic \
272 distclean-am
273 @echo "This command is intended for maintainers to use;"
274 @echo "it deletes files that may require special tools to rebuild."
275
276 maintainer-clean: maintainer-clean-recursive
277
278 .PHONY: install-data-recursive uninstall-data-recursive \
279 install-exec-recursive uninstall-exec-recursive installdirs-recursive \
280 uninstalldirs-recursive all-recursive check-recursive \
281 installcheck-recursive info-recursive dvi-recursive \
282 mostlyclean-recursive distclean-recursive clean-recursive \
283 maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
284 distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
285 dvi-am dvi check check-am installcheck-am installcheck install-exec-am \
286 install-exec install-data-local install-data-am install-data install-am \
287 install uninstall-am uninstall all-local all-redirect all-am all \
288 installdirs-am installdirs mostlyclean-generic distclean-generic \
289 clean-generic maintainer-clean-generic clean mostlyclean distclean \
290 maintainer-clean
291
292
293 all-local: menu
294
295 distclean-local:
296 rm -f *\~
297
298 menu: menu.in
299 @regex_cmd@ -e "s,@pkgdatadir@,$(pkgdatadir)," @srcdir@/menu.in > menu
300
301 install-data-local: menu
302 test -f $(DESTDIR)$(pkgdatadir)/menu || \
303 $(INSTALL_DATA) menu $(DESTDIR)$(pkgdatadir)
304
305 uninstall-am:
306 rm -f $(DESTDIR)$(pkgdatadir)/menu
307
308 # Tell versions [3.59,3.63) of GNU make to not export all variables.
309 # Otherwise a system limit (for SysV at least) may be exceeded.
310 .NOEXPORT:
This page took 0.047036 seconds and 3 git commands to generate.