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