Fixed diagonal gradients.
[wmaker-crm.git] / Makefile.in
blob900850d7528c243c5ed4ef6908d07c5ba593151c
1 # Makefile.in generated automatically by automake 1.4 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 AS = @AS@
63 CC = @CC@
64 CPP_PATH = @CPP_PATH@
65 DFLAGS = @DFLAGS@
66 DLLIBS = @DLLIBS@
67 DLLTOOL = @DLLTOOL@
68 GFXLIBS = @GFXLIBS@
69 HEADER_SEARCH_PATH = @HEADER_SEARCH_PATH@
70 ICONEXT = @ICONEXT@
71 INTLIBS = @INTLIBS@
72 LIBPL = @LIBPL@
73 LIBRARY_SEARCH_PATH = @LIBRARY_SEARCH_PATH@
74 LIBTOOL = @LIBTOOL@
75 LITE = @LITE@
76 LN_S = @LN_S@
77 MAKEINFO = @MAKEINFO@
78 MOFILES = @MOFILES@
79 NETLIBS = @NETLIBS@
80 NLSDIR = @NLSDIR@
81 OBJDUMP = @OBJDUMP@
82 PACKAGE = @PACKAGE@
83 RANLIB = @RANLIB@
84 VERSION = @VERSION@
85 WPMOFILES = @WPMOFILES@
86 XCFLAGS = @XCFLAGS@
87 XGETTEXT = @XGETTEXT@
88 XLFLAGS = @XLFLAGS@
89 XLIBS = @XLIBS@
90 X_EXTRA_LIBS = @X_EXTRA_LIBS@
91 X_LIBRARY_PATH = @X_LIBRARY_PATH@
92 wprefsdir = @wprefsdir@
94 SUBDIRS = wrlib WINGs src util po WindowMaker wmlib test WPrefs.app doc contrib
97 EXTRA_DIST = TODO BUGS BUGFORM FAQ FAQ.I18N MIRRORS COPYING.OPL Install acconfig.h INSTALL.pt README.pt mkpatch README.KDE README.GNOME WindowMaker.lsm.in docklib-0.2.tar.gz libwmfun-0.0.2.tar.gz
99 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
100 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
101 CONFIG_HEADER = ./src/config.h
102 CONFIG_CLEAN_FILES =
103 DIST_COMMON = README AUTHORS COPYING ChangeLog INSTALL Makefile.am \
104 Makefile.in NEWS TODO acconfig.h acinclude.m4 aclocal.m4 config.guess \
105 config.sub configure configure.in install-sh ltconfig ltmain.sh missing \
106 mkinstalldirs src/config.h.in src/stamp-h.in
109 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
111 TAR = tar
112 GZIP_ENV = --best
113 all: all-redirect
114 .SUFFIXES:
115 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
116 cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps Makefile
118 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
119 cd $(top_builddir) \
120 && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
122 $(ACLOCAL_M4): configure.in acinclude.m4
123 cd $(srcdir) && $(ACLOCAL)
125 config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
126 $(SHELL) ./config.status --recheck
127 $(srcdir)/configure: $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
128 cd $(srcdir) && $(AUTOCONF)
130 src/config.h: src/stamp-h
131 @if test ! -f $@; then \
132 rm -f src/stamp-h; \
133 $(MAKE) src/stamp-h; \
134 else :; fi
135 src/stamp-h: $(srcdir)/src/config.h.in $(top_builddir)/config.status
136 cd $(top_builddir) \
137 && CONFIG_FILES= CONFIG_HEADERS=src/config.h \
138 $(SHELL) ./config.status
139 @echo timestamp > src/stamp-h 2> /dev/null
140 $(srcdir)/src/config.h.in: $(srcdir)/src/stamp-h.in
141 @if test ! -f $@; then \
142 rm -f $(srcdir)/src/stamp-h.in; \
143 $(MAKE) $(srcdir)/src/stamp-h.in; \
144 else :; fi
145 $(srcdir)/src/stamp-h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4) acconfig.h
146 cd $(top_srcdir) && $(AUTOHEADER)
147 @echo timestamp > $(srcdir)/src/stamp-h.in 2> /dev/null
149 mostlyclean-hdr:
151 clean-hdr:
153 distclean-hdr:
154 -rm -f src/config.h
156 maintainer-clean-hdr:
158 # This directory's subdirectories are mostly independent; you can cd
159 # into them and run `make' without going through this Makefile.
160 # To change the values of `make' variables: instead of editing Makefiles,
161 # (1) if the variable is set in `config.status', edit `config.status'
162 # (which will cause the Makefiles to be regenerated when you run `make');
163 # (2) otherwise, pass the desired values on the `make' command line.
165 @SET_MAKE@
167 all-recursive install-data-recursive install-exec-recursive \
168 installdirs-recursive install-recursive uninstall-recursive \
169 check-recursive installcheck-recursive info-recursive dvi-recursive:
170 @set fnord $(MAKEFLAGS); amf=$$2; \
171 dot_seen=no; \
172 target=`echo $@ | sed s/-recursive//`; \
173 list='$(SUBDIRS)'; for subdir in $$list; do \
174 echo "Making $$target in $$subdir"; \
175 if test "$$subdir" = "."; then \
176 dot_seen=yes; \
177 local_target="$$target-am"; \
178 else \
179 local_target="$$target"; \
180 fi; \
181 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
182 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
183 done; \
184 if test "$$dot_seen" = "no"; then \
185 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
186 fi; test -z "$$fail"
188 mostlyclean-recursive clean-recursive distclean-recursive \
189 maintainer-clean-recursive:
190 @set fnord $(MAKEFLAGS); amf=$$2; \
191 dot_seen=no; \
192 rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
193 rev="$$subdir $$rev"; \
194 test "$$subdir" = "." && dot_seen=yes; \
195 done; \
196 test "$$dot_seen" = "no" && rev=". $$rev"; \
197 target=`echo $@ | sed s/-recursive//`; \
198 for subdir in $$rev; do \
199 echo "Making $$target in $$subdir"; \
200 if test "$$subdir" = "."; then \
201 local_target="$$target-am"; \
202 else \
203 local_target="$$target"; \
204 fi; \
205 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
206 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
207 done && test -z "$$fail"
208 tags-recursive:
209 list='$(SUBDIRS)'; for subdir in $$list; do \
210 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
211 done
213 tags: TAGS
215 ID: $(HEADERS) $(SOURCES) $(LISP)
216 list='$(SOURCES) $(HEADERS)'; \
217 unique=`for i in $$list; do echo $$i; done | \
218 awk ' { files[$$0] = 1; } \
219 END { for (i in files) print i; }'`; \
220 here=`pwd` && cd $(srcdir) \
221 && mkid -f$$here/ID $$unique $(LISP)
223 TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP)
224 tags=; \
225 here=`pwd`; \
226 list='$(SUBDIRS)'; for subdir in $$list; do \
227 if test "$$subdir" = .; then :; else \
228 test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
229 fi; \
230 done; \
231 list='$(SOURCES) $(HEADERS)'; \
232 unique=`for i in $$list; do echo $$i; done | \
233 awk ' { files[$$0] = 1; } \
234 END { for (i in files) print i; }'`; \
235 test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
236 || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS)
238 mostlyclean-tags:
240 clean-tags:
242 distclean-tags:
243 -rm -f TAGS ID
245 maintainer-clean-tags:
247 distdir = $(PACKAGE)-$(VERSION)
248 top_distdir = $(distdir)
250 # This target untars the dist file and tries a VPATH configuration. Then
251 # it guarantees that the distribution is self-contained by making another
252 # tarfile.
253 distcheck: dist
254 -rm -rf $(distdir)
255 GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz
256 mkdir $(distdir)/=build
257 mkdir $(distdir)/=inst
258 dc_install_base=`cd $(distdir)/=inst && pwd`; \
259 cd $(distdir)/=build \
260 && ../configure --srcdir=.. --prefix=$$dc_install_base \
261 && $(MAKE) $(AM_MAKEFLAGS) \
262 && $(MAKE) $(AM_MAKEFLAGS) dvi \
263 && $(MAKE) $(AM_MAKEFLAGS) check \
264 && $(MAKE) $(AM_MAKEFLAGS) install \
265 && $(MAKE) $(AM_MAKEFLAGS) installcheck \
266 && $(MAKE) $(AM_MAKEFLAGS) dist
267 -rm -rf $(distdir)
268 @banner="$(distdir).tar.gz is ready for distribution"; \
269 dashes=`echo "$$banner" | sed s/./=/g`; \
270 echo "$$dashes"; \
271 echo "$$banner"; \
272 echo "$$dashes"
273 dist: distdir
274 -chmod -R a+r $(distdir)
275 GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
276 -rm -rf $(distdir)
277 dist-all: distdir
278 -chmod -R a+r $(distdir)
279 GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
280 -rm -rf $(distdir)
281 distdir: $(DISTFILES)
282 -rm -rf $(distdir)
283 mkdir $(distdir)
284 -chmod 777 $(distdir)
285 @for file in $(DISTFILES); do \
286 d=$(srcdir); \
287 if test -d $$d/$$file; then \
288 cp -pr $$d/$$file $(distdir)/$$file; \
289 else \
290 test -f $(distdir)/$$file \
291 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
292 || cp -p $$d/$$file $(distdir)/$$file || :; \
293 fi; \
294 done
295 for subdir in $(SUBDIRS); do \
296 if test "$$subdir" = .; then :; else \
297 test -d $(distdir)/$$subdir \
298 || mkdir $(distdir)/$$subdir \
299 || exit 1; \
300 chmod 777 $(distdir)/$$subdir; \
301 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(distdir) distdir=../$(distdir)/$$subdir distdir) \
302 || exit 1; \
303 fi; \
304 done
305 info-am:
306 info: info-recursive
307 dvi-am:
308 dvi: dvi-recursive
309 check-am: all-am
310 check: check-recursive
311 installcheck-am:
312 installcheck: installcheck-recursive
313 install-exec-am:
314 install-exec: install-exec-recursive
316 install-data-am:
317 install-data: install-data-recursive
319 install-am: all-am
320 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
321 install: install-recursive
322 uninstall-am:
323 uninstall: uninstall-recursive
324 all-am: Makefile
325 all-redirect: all-recursive
326 install-strip:
327 $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
328 installdirs: installdirs-recursive
329 installdirs-am:
332 mostlyclean-generic:
334 clean-generic:
336 distclean-generic:
337 -rm -f Makefile $(CONFIG_CLEAN_FILES)
338 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
340 maintainer-clean-generic:
341 mostlyclean-am: mostlyclean-hdr mostlyclean-tags mostlyclean-generic
343 mostlyclean: mostlyclean-recursive
345 clean-am: clean-hdr clean-tags clean-generic mostlyclean-am
347 clean: clean-recursive
349 distclean-am: distclean-hdr distclean-tags distclean-generic clean-am
350 -rm -f libtool
352 distclean: distclean-recursive
353 -rm -f config.status
355 maintainer-clean-am: maintainer-clean-hdr maintainer-clean-tags \
356 maintainer-clean-generic distclean-am
357 @echo "This command is intended for maintainers to use;"
358 @echo "it deletes files that may require special tools to rebuild."
360 maintainer-clean: maintainer-clean-recursive
361 -rm -f config.status
363 .PHONY: mostlyclean-hdr distclean-hdr clean-hdr maintainer-clean-hdr \
364 install-data-recursive uninstall-data-recursive install-exec-recursive \
365 uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \
366 all-recursive check-recursive installcheck-recursive info-recursive \
367 dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive \
368 maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
369 distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
370 dvi-am dvi check check-am installcheck-am installcheck install-exec-am \
371 install-exec install-data-am install-data install-am install \
372 uninstall-am uninstall all-redirect all-am all installdirs-am \
373 installdirs mostlyclean-generic distclean-generic clean-generic \
374 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
377 WindowMaker.lsm: WindowMaker.lsm.in
378 size=`wc -c $(distdir).tar.gz|cut -d\ -f1`;\
379 size=`echo scale=2\;$$size/1048576|bc`;\
380 sed -e "s/VERSION/"$(VERSION)"/" \
381 -e "s/DATE/`date +%d%b%Y|tr a-z A-Z`/"\
382 -e "s/SIZE/$$size M/"\
383 WindowMaker.lsm.in > WindowMaker-$(VERSION).lsm
385 #dist-hook:
386 # touch `find -name configure.in -print`
387 # touch `find -name aclocal.m4 -print`
388 # touch `find -name Makefile.am -print`
389 # touch `find -name Makefile.in -print`
390 # touch `find -name configure -print`
392 # Tell versions [3.59,3.63) of GNU make to not export all variables.
393 # Otherwise a system limit (for SysV at least) may be exceeded.
394 .NOEXPORT: