Bug fixes for 0.20.3 pre-release 2
[wmaker-crm.git] / Makefile.in
blob53071f333365afe0db55584da4b538846db72ce2
1 # Makefile.in generated automatically by automake 1.3 from Makefile.am
3 # Copyright (C) 1994, 1995, 1996, 1997, 1998 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 = /bin/sh
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 DISTDIR =
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 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 CC = @CC@
63 CPP_PATH = @CPP_PATH@
64 DFLAGS = @DFLAGS@
65 GFXFLAGS = @GFXFLAGS@
66 GFXLFLAGS = @GFXLFLAGS@
67 GFXLIBS = @GFXLIBS@
68 I18N = @I18N@
69 I18N_MB = @I18N_MB@
70 ICONEXT = @ICONEXT@
71 INTLIBS = @INTLIBS@
72 LN_S = @LN_S@
73 MAKEINFO = @MAKEINFO@
74 MOFILES = @MOFILES@
75 NLSDIR = @NLSDIR@
76 PACKAGE = @PACKAGE@
77 RANLIB = @RANLIB@
78 REDUCE_APPICONS = @REDUCE_APPICONS@
79 SHAPE = @SHAPE@
80 SOUND = @SOUND@
81 VERSION = @VERSION@
82 WPMOFILES = @WPMOFILES@
83 XCFLAGS = @XCFLAGS@
84 XGETTEXT = @XGETTEXT@
85 XLFLAGS = @XLFLAGS@
86 XLIBS = @XLIBS@
87 XSHM = @XSHM@
88 X_EXTRA_LIBS = @X_EXTRA_LIBS@
89 X_LOCALE = @X_LOCALE@
90 pixmapdir = @pixmapdir@
91 wprefsdir = @wprefsdir@
93 SUBDIRS = libPropList wrlib WINGs src util po WindowMaker wmlib test WPrefs.app doc
95 EXTRA_DIST = TODO BUGS BUGFORM FAQ FAQ.I18N MIRRORS Install acconfig.h\
96 mkpatch
97 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
98 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
99 CONFIG_HEADER = ./src/config.h
100 CONFIG_CLEAN_FILES =
101 DIST_COMMON = README AUTHORS COPYING ChangeLog INSTALL Makefile.am \
102 Makefile.in NEWS TODO aclocal.m4 config.guess config.sub configure \
103 configure.in install-sh missing mkinstalldirs
106 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
108 TAR = tar
109 GZIP = --best
110 all: all-recursive all-am
112 .SUFFIXES:
113 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
114 cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps Makefile
116 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
117 cd $(top_builddir) \
118 && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
120 $(ACLOCAL_M4): configure.in
121 cd $(srcdir) && $(ACLOCAL)
123 config.status: $(srcdir)/configure
124 $(SHELL) ./config.status --recheck
125 $(srcdir)/configure: $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
126 cd $(srcdir) && $(AUTOCONF)
128 # This directory's subdirectories are mostly independent; you can cd
129 # into them and run `make' without going through this Makefile.
130 # To change the values of `make' variables: instead of editing Makefiles,
131 # (1) if the variable is set in `config.status', edit `config.status'
132 # (which will cause the Makefiles to be regenerated when you run `make');
133 # (2) otherwise, pass the desired values on the `make' command line.
135 @SET_MAKE@
137 all-recursive install-data-recursive install-exec-recursive \
138 installdirs-recursive install-recursive uninstall-recursive \
139 check-recursive installcheck-recursive info-recursive dvi-recursive:
140 @set fnord $(MAKEFLAGS); amf=$$2; \
141 list='$(SUBDIRS)'; for subdir in $$list; do \
142 target=`echo $@ | sed s/-recursive//`; \
143 echo "Making $$target in $$subdir"; \
144 (cd $$subdir && $(MAKE) $$target) \
145 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
146 done && test -z "$$fail"
148 mostlyclean-recursive clean-recursive distclean-recursive \
149 maintainer-clean-recursive:
150 @set fnord $(MAKEFLAGS); amf=$$2; \
151 rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
152 rev="$$subdir $$rev"; \
153 done; \
154 for subdir in $$rev; do \
155 target=`echo $@ | sed s/-recursive//`; \
156 echo "Making $$target in $$subdir"; \
157 (cd $$subdir && $(MAKE) $$target) \
158 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
159 done && test -z "$$fail"
160 tags-recursive:
161 list='$(SUBDIRS)'; for subdir in $$list; do \
162 (cd $$subdir && $(MAKE) tags); \
163 done
165 tags: TAGS
167 ID: $(HEADERS) $(SOURCES) $(LISP)
168 here=`pwd` && cd $(srcdir) \
169 && mkid -f$$here/ID $(SOURCES) $(HEADERS) $(LISP)
171 TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP)
172 tags=; \
173 here=`pwd`; \
174 list='$(SUBDIRS)'; for subdir in $$list; do \
175 test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
176 done; \
177 list='$(SOURCES) $(HEADERS)'; \
178 unique=`for i in $$list; do echo $$i; done | \
179 awk ' { files[$$0] = 1; } \
180 END { for (i in files) print i; }'`; \
181 test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
182 || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS)
184 mostlyclean-tags:
186 clean-tags:
188 distclean-tags:
189 -rm -f TAGS ID
191 maintainer-clean-tags:
193 distdir = $(PACKAGE)-$(VERSION)
194 top_distdir = $(distdir)
196 # This target untars the dist file and tries a VPATH configuration. Then
197 # it guarantees that the distribution is self-contained by making another
198 # tarfile.
199 distcheck: dist
200 -rm -rf $(distdir)
201 GZIP=$(GZIP) $(TAR) zxf $(distdir).tar.gz
202 mkdir $(distdir)/=build
203 mkdir $(distdir)/=inst
204 dc_install_base=`cd $(distdir)/=inst && pwd`; \
205 cd $(distdir)/=build \
206 && ../configure --srcdir=.. --prefix=$$dc_install_base \
207 && $(MAKE) \
208 && $(MAKE) dvi \
209 && $(MAKE) check \
210 && $(MAKE) install \
211 && $(MAKE) installcheck \
212 && $(MAKE) dist
213 -rm -rf $(distdir)
214 @echo "========================"; \
215 echo "$(distdir).tar.gz is ready for distribution"; \
216 echo "========================"
217 dist: distdir
218 -chmod -R a+r $(distdir)
219 GZIP=$(GZIP) $(TAR) chozf $(distdir).tar.gz $(distdir)
220 -rm -rf $(distdir)
221 dist-all: distdir
222 -chmod -R a+r $(distdir)
223 GZIP=$(GZIP) $(TAR) chozf $(distdir).tar.gz $(distdir)
224 -rm -rf $(distdir)
225 distdir: $(DISTFILES)
226 -rm -rf $(distdir)
227 mkdir $(distdir)
228 -chmod 777 $(distdir)
229 @for file in $(DISTFILES); do \
230 d=$(srcdir); \
231 test -f $(distdir)/$$file \
232 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
233 || cp -p $$d/$$file $(distdir)/$$file; \
234 done
235 for subdir in $(SUBDIRS); do \
236 test -d $(distdir)/$$subdir \
237 || mkdir $(distdir)/$$subdir \
238 || exit 1; \
239 chmod 777 $(distdir)/$$subdir; \
240 (cd $$subdir && $(MAKE) top_distdir=../$(distdir) distdir=../$(distdir)/$$subdir distdir) \
241 || exit 1; \
242 done
243 info: info-recursive
244 dvi: dvi-recursive
245 check: all-am
246 $(MAKE) check-recursive
247 installcheck: installcheck-recursive
248 all-am: Makefile
250 install-exec: install-exec-recursive
251 @$(NORMAL_INSTALL)
253 install-data: install-data-recursive
254 @$(NORMAL_INSTALL)
256 install: install-recursive
259 uninstall: uninstall-recursive
261 install-strip:
262 $(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' INSTALL_SCRIPT='$(INSTALL_PROGRAM)' install
263 installdirs: installdirs-recursive
266 mostlyclean-generic:
267 -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
269 clean-generic:
270 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
272 distclean-generic:
273 -rm -f Makefile $(DISTCLEANFILES)
274 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
275 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
277 maintainer-clean-generic:
278 -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
279 -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
280 mostlyclean-am: mostlyclean-tags mostlyclean-generic
282 clean-am: clean-tags clean-generic mostlyclean-am
284 distclean-am: distclean-tags distclean-generic clean-am
286 maintainer-clean-am: maintainer-clean-tags maintainer-clean-generic \
287 distclean-am
289 mostlyclean: mostlyclean-recursive mostlyclean-am
291 clean: clean-recursive clean-am
293 distclean: distclean-recursive distclean-am
294 -rm -f config.status
296 maintainer-clean: maintainer-clean-recursive maintainer-clean-am
297 @echo "This command is intended for maintainers to use;"
298 @echo "it deletes files that may require special tools to rebuild."
299 -rm -f config.status
301 .PHONY: install-data-recursive uninstall-data-recursive \
302 install-exec-recursive uninstall-exec-recursive installdirs-recursive \
303 uninstalldirs-recursive all-recursive check-recursive \
304 installcheck-recursive info-recursive dvi-recursive \
305 mostlyclean-recursive distclean-recursive clean-recursive \
306 maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
307 distclean-tags clean-tags maintainer-clean-tags distdir info dvi \
308 installcheck all-am install-exec install-data install uninstall all \
309 installdirs mostlyclean-generic distclean-generic clean-generic \
310 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
313 # Tell versions [3.59,3.63) of GNU make to not export all variables.
314 # Otherwise a system limit (for SysV at least) may be exceeded.
315 .NOEXPORT: