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