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