wmthrottle: Add version 0.1.1 to repository.
[dockapps.git] / wmthrottle / Makefile.in
blobc30edbb5eab5e860d88cdec91b3b8cfd69cb2c2f
1 # Makefile.in generated automatically by automake 1.4-p4 from Makefile.am
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.
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.
14 SHELL = @SHELL@
16 srcdir = @srcdir@
17 top_srcdir = @top_srcdir@
18 VPATH = @srcdir@
19 prefix = @prefix@
20 exec_prefix = @exec_prefix@
22 bindir = @bindir@
23 sbindir = @sbindir@
24 libexecdir = @libexecdir@
25 datadir = @datadir@
26 sysconfdir = @sysconfdir@
27 sharedstatedir = @sharedstatedir@
28 localstatedir = @localstatedir@
29 libdir = @libdir@
30 infodir = @infodir@
31 mandir = @mandir@
32 includedir = @includedir@
33 oldincludedir = /usr/include
35 DESTDIR =
37 pkgdatadir = $(datadir)/@PACKAGE@
38 pkglibdir = $(libdir)/@PACKAGE@
39 pkgincludedir = $(includedir)/@PACKAGE@
41 top_builddir = .
43 ACLOCAL = @ACLOCAL@
44 AUTOCONF = @AUTOCONF@
45 AUTOMAKE = @AUTOMAKE@
46 AUTOHEADER = @AUTOHEADER@
48 INSTALL = @INSTALL@
49 INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
50 INSTALL_DATA = @INSTALL_DATA@
51 INSTALL_SCRIPT = @INSTALL_SCRIPT@
52 transform = @program_transform_name@
54 NORMAL_INSTALL = :
55 PRE_INSTALL = :
56 POST_INSTALL = :
57 NORMAL_UNINSTALL = :
58 PRE_UNINSTALL = :
59 POST_UNINSTALL = :
60 host_alias = @host_alias@
61 host_triplet = @host@
62 AWK = @AWK@
63 CC = @CC@
64 DFLAGS = @DFLAGS@
65 HEADER_SEARCH_PATH = @HEADER_SEARCH_PATH@
66 LIBRARY_SEARCH_PATH = @LIBRARY_SEARCH_PATH@
67 LIBS = @LIBS@
68 LN_S = @LN_S@
69 MAKEINFO = @MAKEINFO@
70 OS = @OS@
71 PACKAGE = @PACKAGE@
72 SETGID_FLAGS = @SETGID_FLAGS@
73 VERSION = @VERSION@
74 XCFLAGS = @XCFLAGS@
75 XLFLAGS = @XLFLAGS@
76 XLIBS = @XLIBS@
77 X_EXTRA_LIBS = @X_EXTRA_LIBS@
78 X_LIBRARY_PATH = @X_LIBRARY_PATH@
80 SUBDIRS = src doc
81 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
82 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
83 CONFIG_HEADER = config.h
84 CONFIG_CLEAN_FILES =
85 DIST_COMMON = README ./stamp-h.in AUTHORS COPYING ChangeLog INSTALL \
86 Makefile.am Makefile.in NEWS THANKS TODO acinclude.m4 aclocal.m4 \
87 config.guess config.h.in config.sub configure configure.ac install-sh \
88 missing mkinstalldirs
91 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
93 TAR = tar
94 GZIP_ENV = --best
95 all: all-redirect
96 .SUFFIXES:
97 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.ac $(ACLOCAL_M4)
98 cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps Makefile
100 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
101 cd $(top_builddir) \
102 && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
104 $(ACLOCAL_M4): configure.ac acinclude.m4
105 cd $(srcdir) && $(ACLOCAL)
107 config.status: $(srcdir)/configure.ac $(CONFIG_STATUS_DEPENDENCIES)
108 $(SHELL) ./config.status --recheck
109 $(srcdir)/configure: $(srcdir)/configure.ac $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
110 cd $(srcdir) && $(AUTOCONF)
112 config.h: stamp-h
113 @if test ! -f $@; then \
114 rm -f stamp-h; \
115 $(MAKE) stamp-h; \
116 else :; fi
117 stamp-h: $(srcdir)/config.h.in $(top_builddir)/config.status
118 cd $(top_builddir) \
119 && CONFIG_FILES= CONFIG_HEADERS=config.h \
120 $(SHELL) ./config.status
121 @echo timestamp > stamp-h 2> /dev/null
122 $(srcdir)/config.h.in: $(srcdir)/stamp-h.in
123 @if test ! -f $@; then \
124 rm -f $(srcdir)/stamp-h.in; \
125 $(MAKE) $(srcdir)/stamp-h.in; \
126 else :; fi
127 $(srcdir)/stamp-h.in: $(top_srcdir)/configure.ac $(ACLOCAL_M4)
128 cd $(top_srcdir) && $(AUTOHEADER)
129 @echo timestamp > $(srcdir)/stamp-h.in 2> /dev/null
131 mostlyclean-hdr:
133 clean-hdr:
135 distclean-hdr:
136 -rm -f config.h
138 maintainer-clean-hdr:
140 # This directory's subdirectories are mostly independent; you can cd
141 # into them and run `make' without going through this Makefile.
142 # To change the values of `make' variables: instead of editing Makefiles,
143 # (1) if the variable is set in `config.status', edit `config.status'
144 # (which will cause the Makefiles to be regenerated when you run `make');
145 # (2) otherwise, pass the desired values on the `make' command line.
147 @SET_MAKE@
149 all-recursive install-data-recursive install-exec-recursive \
150 installdirs-recursive install-recursive uninstall-recursive \
151 check-recursive installcheck-recursive info-recursive dvi-recursive:
152 @set fnord $(MAKEFLAGS); amf=$$2; \
153 dot_seen=no; \
154 target=`echo $@ | sed s/-recursive//`; \
155 list='$(SUBDIRS)'; for subdir in $$list; do \
156 echo "Making $$target in $$subdir"; \
157 if test "$$subdir" = "."; then \
158 dot_seen=yes; \
159 local_target="$$target-am"; \
160 else \
161 local_target="$$target"; \
162 fi; \
163 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
164 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
165 done; \
166 if test "$$dot_seen" = "no"; then \
167 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
168 fi; test -z "$$fail"
170 mostlyclean-recursive clean-recursive distclean-recursive \
171 maintainer-clean-recursive:
172 @set fnord $(MAKEFLAGS); amf=$$2; \
173 dot_seen=no; \
174 rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
175 rev="$$subdir $$rev"; \
176 test "$$subdir" = "." && dot_seen=yes; \
177 done; \
178 test "$$dot_seen" = "no" && rev=". $$rev"; \
179 target=`echo $@ | sed s/-recursive//`; \
180 for subdir in $$rev; do \
181 echo "Making $$target in $$subdir"; \
182 if test "$$subdir" = "."; then \
183 local_target="$$target-am"; \
184 else \
185 local_target="$$target"; \
186 fi; \
187 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
188 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
189 done && test -z "$$fail"
190 tags-recursive:
191 list='$(SUBDIRS)'; for subdir in $$list; do \
192 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
193 done
195 tags: TAGS
197 ID: $(HEADERS) $(SOURCES) $(LISP)
198 list='$(SOURCES) $(HEADERS)'; \
199 unique=`for i in $$list; do echo $$i; done | \
200 awk ' { files[$$0] = 1; } \
201 END { for (i in files) print i; }'`; \
202 here=`pwd` && cd $(srcdir) \
203 && mkid -f$$here/ID $$unique $(LISP)
205 TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) $(LISP)
206 tags=; \
207 here=`pwd`; \
208 list='$(SUBDIRS)'; for subdir in $$list; do \
209 if test "$$subdir" = .; then :; else \
210 test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
211 fi; \
212 done; \
213 list='$(SOURCES) $(HEADERS)'; \
214 unique=`for i in $$list; do echo $$i; done | \
215 awk ' { files[$$0] = 1; } \
216 END { for (i in files) print i; }'`; \
217 test -z "$(ETAGS_ARGS)config.h.in$$unique$(LISP)$$tags" \
218 || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags config.h.in $$unique $(LISP) -o $$here/TAGS)
220 mostlyclean-tags:
222 clean-tags:
224 distclean-tags:
225 -rm -f TAGS ID
227 maintainer-clean-tags:
229 distdir = $(PACKAGE)-$(VERSION)
230 top_distdir = $(distdir)
232 # This target untars the dist file and tries a VPATH configuration. Then
233 # it guarantees that the distribution is self-contained by making another
234 # tarfile.
235 distcheck: dist
236 -rm -rf $(distdir)
237 GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz
238 mkdir $(distdir)/=build
239 mkdir $(distdir)/=inst
240 dc_install_base=`cd $(distdir)/=inst && pwd`; \
241 cd $(distdir)/=build \
242 && ../configure --srcdir=.. --prefix=$$dc_install_base \
243 && $(MAKE) $(AM_MAKEFLAGS) \
244 && $(MAKE) $(AM_MAKEFLAGS) dvi \
245 && $(MAKE) $(AM_MAKEFLAGS) check \
246 && $(MAKE) $(AM_MAKEFLAGS) install \
247 && $(MAKE) $(AM_MAKEFLAGS) installcheck \
248 && $(MAKE) $(AM_MAKEFLAGS) dist
249 -rm -rf $(distdir)
250 @banner="$(distdir).tar.gz is ready for distribution"; \
251 dashes=`echo "$$banner" | sed s/./=/g`; \
252 echo "$$dashes"; \
253 echo "$$banner"; \
254 echo "$$dashes"
255 dist: distdir
256 -chmod -R a+r $(distdir)
257 GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
258 -rm -rf $(distdir)
259 dist-all: distdir
260 -chmod -R a+r $(distdir)
261 GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
262 -rm -rf $(distdir)
263 distdir: $(DISTFILES)
264 -rm -rf $(distdir)
265 mkdir $(distdir)
266 -chmod 777 $(distdir)
267 @for file in $(DISTFILES); do \
268 d=$(srcdir); \
269 if test -d $$d/$$file; then \
270 cp -pr $$d/$$file $(distdir)/$$file; \
271 else \
272 test -f $(distdir)/$$file \
273 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
274 || cp -p $$d/$$file $(distdir)/$$file || :; \
275 fi; \
276 done
277 for subdir in $(SUBDIRS); do \
278 if test "$$subdir" = .; then :; else \
279 test -d $(distdir)/$$subdir \
280 || mkdir $(distdir)/$$subdir \
281 || exit 1; \
282 chmod 777 $(distdir)/$$subdir; \
283 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(distdir) distdir=../$(distdir)/$$subdir distdir) \
284 || exit 1; \
285 fi; \
286 done
287 info-am:
288 info: info-recursive
289 dvi-am:
290 dvi: dvi-recursive
291 check-am: all-am
292 check: check-recursive
293 installcheck-am:
294 installcheck: installcheck-recursive
295 all-recursive-am: config.h
296 $(MAKE) $(AM_MAKEFLAGS) all-recursive
298 install-exec-am:
299 install-exec: install-exec-recursive
301 install-data-am:
302 install-data: install-data-recursive
304 install-am: all-am
305 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
306 install: install-recursive
307 uninstall-am:
308 uninstall: uninstall-recursive
309 all-am: Makefile config.h
310 all-redirect: all-recursive-am
311 install-strip:
312 $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
313 installdirs: installdirs-recursive
314 installdirs-am:
317 mostlyclean-generic:
319 clean-generic:
321 distclean-generic:
322 -rm -f Makefile $(CONFIG_CLEAN_FILES)
323 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
325 maintainer-clean-generic:
326 mostlyclean-am: mostlyclean-hdr mostlyclean-tags mostlyclean-generic
328 mostlyclean: mostlyclean-recursive
330 clean-am: clean-hdr clean-tags clean-generic mostlyclean-am
332 clean: clean-recursive
334 distclean-am: distclean-hdr distclean-tags distclean-generic clean-am
336 distclean: distclean-recursive
337 -rm -f config.status
339 maintainer-clean-am: maintainer-clean-hdr maintainer-clean-tags \
340 maintainer-clean-generic distclean-am
341 @echo "This command is intended for maintainers to use;"
342 @echo "it deletes files that may require special tools to rebuild."
344 maintainer-clean: maintainer-clean-recursive
345 -rm -f config.status
347 .PHONY: mostlyclean-hdr distclean-hdr clean-hdr maintainer-clean-hdr \
348 install-data-recursive uninstall-data-recursive install-exec-recursive \
349 uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \
350 all-recursive check-recursive installcheck-recursive info-recursive \
351 dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive \
352 maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
353 distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
354 dvi-am dvi check check-am installcheck-am installcheck all-recursive-am \
355 install-exec-am install-exec install-data-am install-data install-am \
356 install uninstall-am uninstall all-redirect all-am all installdirs-am \
357 installdirs mostlyclean-generic distclean-generic clean-generic \
358 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
361 # Tell versions [3.59,3.63) of GNU make to not export all variables.
362 # Otherwise a system limit (for SysV at least) may be exceeded.
363 .NOEXPORT: