diff options
Diffstat (limited to 'doc/Makefile.in')
-rw-r--r-- | doc/Makefile.in | 246 |
1 files changed, 0 insertions, 246 deletions
diff --git a/doc/Makefile.in b/doc/Makefile.in deleted file mode 100644 index 0fc570b..0000000 --- a/doc/Makefile.in +++ /dev/null | |||
@@ -1,246 +0,0 @@ | |||
1 | # Makefile.in generated automatically by automake 1.4 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 Blackbox 0.61.x - an X11 Window manager | ||
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 | host_alias = @host_alias@ | ||
63 | host_triplet = @host@ | ||
64 | AS = @AS@ | ||
65 | CC = @CC@ | ||
66 | CXX = @CXX@ | ||
67 | DEBUG = @DEBUG@ | ||
68 | DLLTOOL = @DLLTOOL@ | ||
69 | GNOME = @GNOME@ | ||
70 | INTERLACE = @INTERLACE@ | ||
71 | KDE = @KDE@ | ||
72 | LIBTOOL = @LIBTOOL@ | ||
73 | LN_S = @LN_S@ | ||
74 | MAINT = @MAINT@ | ||
75 | MAKEINFO = @MAKEINFO@ | ||
76 | NEWWMSPEC = @NEWWMSPEC@ | ||
77 | NLS = @NLS@ | ||
78 | OBJDUMP = @OBJDUMP@ | ||
79 | ORDEREDPSEUDO = @ORDEREDPSEUDO@ | ||
80 | PACKAGE = @PACKAGE@ | ||
81 | RANLIB = @RANLIB@ | ||
82 | SHAPE = @SHAPE@ | ||
83 | SLIT = @SLIT@ | ||
84 | TIMEDCACHE = @TIMEDCACHE@ | ||
85 | VERSION = @VERSION@ | ||
86 | gencat_cmd = @gencat_cmd@ | ||
87 | regex_cmd = @regex_cmd@ | ||
88 | |||
89 | CLEANFILES = fluxbox.1 | ||
90 | MAINTAINERCLEANFILES = Makefile.in | ||
91 | man_MANS = fluxbox.1 bsetroot.1 | ||
92 | EXTRA_DIST = fluxbox.1.in bsetroot.1 Coding_style | ||
93 | mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs | ||
94 | CONFIG_HEADER = ../config.h | ||
95 | CONFIG_CLEAN_FILES = | ||
96 | man1dir = $(mandir)/man1 | ||
97 | MANS = $(man_MANS) | ||
98 | |||
99 | NROFF = nroff | ||
100 | DIST_COMMON = Makefile.am Makefile.in | ||
101 | |||
102 | |||
103 | DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST) | ||
104 | |||
105 | TAR = tar | ||
106 | GZIP_ENV = --best | ||
107 | all: all-redirect | ||
108 | .SUFFIXES: | ||
109 | $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) | ||
110 | cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps doc/Makefile | ||
111 | |||
112 | Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status | ||
113 | cd $(top_builddir) \ | ||
114 | && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status | ||
115 | |||
116 | |||
117 | install-man1: | ||
118 | $(mkinstalldirs) $(DESTDIR)$(man1dir) | ||
119 | @list='$(man1_MANS)'; \ | ||
120 | l2='$(man_MANS)'; for i in $$l2; do \ | ||
121 | case "$$i" in \ | ||
122 | *.1*) list="$$list $$i" ;; \ | ||
123 | esac; \ | ||
124 | done; \ | ||
125 | for i in $$list; do \ | ||
126 | if test -f $(srcdir)/$$i; then file=$(srcdir)/$$i; \ | ||
127 | else file=$$i; fi; \ | ||
128 | ext=`echo $$i | sed -e 's/^.*\\.//'`; \ | ||
129 | inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \ | ||
130 | inst=`echo $$inst | sed '$(transform)'`.$$ext; \ | ||
131 | echo " $(INSTALL_DATA) $$file $(DESTDIR)$(man1dir)/$$inst"; \ | ||
132 | $(INSTALL_DATA) $$file $(DESTDIR)$(man1dir)/$$inst; \ | ||
133 | done | ||
134 | |||
135 | uninstall-man1: | ||
136 | @list='$(man1_MANS)'; \ | ||
137 | l2='$(man_MANS)'; for i in $$l2; do \ | ||
138 | case "$$i" in \ | ||
139 | *.1*) list="$$list $$i" ;; \ | ||
140 | esac; \ | ||
141 | done; \ | ||
142 | for i in $$list; do \ | ||
143 | ext=`echo $$i | sed -e 's/^.*\\.//'`; \ | ||
144 | inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \ | ||
145 | inst=`echo $$inst | sed '$(transform)'`.$$ext; \ | ||
146 | echo " rm -f $(DESTDIR)$(man1dir)/$$inst"; \ | ||
147 | rm -f $(DESTDIR)$(man1dir)/$$inst; \ | ||
148 | done | ||
149 | install-man: $(MANS) | ||
150 | @$(NORMAL_INSTALL) | ||
151 | $(MAKE) $(AM_MAKEFLAGS) install-man1 | ||
152 | uninstall-man: | ||
153 | @$(NORMAL_UNINSTALL) | ||
154 | $(MAKE) $(AM_MAKEFLAGS) uninstall-man1 | ||
155 | tags: TAGS | ||
156 | TAGS: | ||
157 | |||
158 | |||
159 | distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir) | ||
160 | |||
161 | subdir = doc | ||
162 | |||
163 | distdir: $(DISTFILES) | ||
164 | @for file in $(DISTFILES); do \ | ||
165 | d=$(srcdir); \ | ||
166 | if test -d $$d/$$file; then \ | ||
167 | cp -pr $$/$$file $(distdir)/$$file; \ | ||
168 | else \ | ||
169 | test -f $(distdir)/$$file \ | ||
170 | || ln $$d/$$file $(distdir)/$$file 2> /dev/null \ | ||
171 | || cp -p $$d/$$file $(distdir)/$$file || :; \ | ||
172 | fi; \ | ||
173 | done | ||
174 | info-am: | ||
175 | info: info-am | ||
176 | dvi-am: | ||
177 | dvi: dvi-am | ||
178 | check-am: all-am | ||
179 | check: check-am | ||
180 | installcheck-am: | ||
181 | installcheck: installcheck-am | ||
182 | install-exec-am: | ||
183 | install-exec: install-exec-am | ||
184 | |||
185 | install-data-am: install-man | ||
186 | install-data: install-data-am | ||
187 | |||
188 | install-am: all-am | ||
189 | @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am | ||
190 | install: install-am | ||
191 | uninstall-am: uninstall-man | ||
192 | uninstall: uninstall-am | ||
193 | all-am: Makefile $(MANS) | ||
194 | all-redirect: all-am | ||
195 | install-strip: | ||
196 | $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install | ||
197 | installdirs: | ||
198 | $(mkinstalldirs) $(DESTDIR)$(mandir)/man1 | ||
199 | |||
200 | |||
201 | mostlyclean-generic: | ||
202 | |||
203 | clean-generic: | ||
204 | -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) | ||
205 | |||
206 | distclean-generic: | ||
207 | -rm -f Makefile $(CONFIG_CLEAN_FILES) | ||
208 | -rm -f config.cache config.log stamp-h stamp-h[0-9]* | ||
209 | |||
210 | maintainer-clean-generic: | ||
211 | -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES) | ||
212 | mostlyclean-am: mostlyclean-generic | ||
213 | |||
214 | mostlyclean: mostlyclean-am | ||
215 | |||
216 | clean-am: clean-generic mostlyclean-am | ||
217 | |||
218 | clean: clean-am | ||
219 | |||
220 | distclean-am: distclean-generic clean-am distclean-local | ||
221 | -rm -f libtool | ||
222 | |||
223 | distclean: distclean-am | ||
224 | |||
225 | maintainer-clean-am: maintainer-clean-generic distclean-am | ||
226 | @echo "This command is intended for maintainers to use;" | ||
227 | @echo "it deletes files that may require special tools to rebuild." | ||
228 | |||
229 | maintainer-clean: maintainer-clean-am | ||
230 | |||
231 | .PHONY: install-man1 uninstall-man1 install-man uninstall-man tags \ | ||
232 | distdir info-am info dvi-am dvi check check-am installcheck-am \ | ||
233 | installcheck install-exec-am install-exec install-data-am install-data \ | ||
234 | install-am install uninstall-am uninstall all-redirect all-am all \ | ||
235 | installdirs mostlyclean-generic distclean-generic clean-generic \ | ||
236 | maintainer-clean-generic clean mostlyclean distclean maintainer-clean | ||
237 | |||
238 | distclean-local: | ||
239 | rm -f *\~ | ||
240 | |||
241 | fluxbox.1: fluxbox.1.in | ||
242 | @regex_cmd@ -e "s,@pkgdatadir@,$(pkgdatadir)," fluxbox.1.in > fluxbox.1 | ||
243 | |||
244 | # Tell versions [3.59,3.63) of GNU make to not export all variables. | ||
245 | # Otherwise a system limit (for SysV at least) may be exceeded. | ||
246 | .NOEXPORT: | ||