Removing libPropList from the main tree. From now on is on the gnome ftp
[wmaker-crm.git] / Makefile.in
blobde4d68f50d30169b456d62b1b6e6cc1efc10ee62
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 ICONEXT = @ICONEXT@
69 INTLIBS = @INTLIBS@
70 LD = @LD@
71 LIBTOOL = @LIBTOOL@
72 LITE = @LITE@
73 LN_S = @LN_S@
74 MAKEINFO = @MAKEINFO@
75 MOFILES = @MOFILES@
76 NLSDIR = @NLSDIR@
77 NM = @NM@
78 PACKAGE = @PACKAGE@
79 RANLIB = @RANLIB@
80 VERSION = @VERSION@
81 WPMOFILES = @WPMOFILES@
82 XCFLAGS = @XCFLAGS@
83 XGETTEXT = @XGETTEXT@
84 XLFLAGS = @XLFLAGS@
85 XLIBS = @XLIBS@
86 X_EXTRA_LIBS = @X_EXTRA_LIBS@
87 wprefsdir = @wprefsdir@
89 SUBDIRS = libPropList wrlib WINGs src util po WindowMaker wmlib test WPrefs.app doc
91 EXTRA_DIST = TODO BUGS BUGFORM FAQ FAQ.I18N MIRRORS Install acconfig.h\
92 mkpatch README.KDE README.GNOME WindowMaker.lsm.in\
93 docklib-0.0.tar.gz
94 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
95 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
96 CONFIG_HEADER = ./src/config.h
97 CONFIG_CLEAN_FILES =
98 DIST_COMMON = README AUTHORS COPYING ChangeLog INSTALL Makefile.am \
99 Makefile.in NEWS TODO aclocal.m4 config.guess config.sub configure \
100 configure.in install-sh ltconfig ltmain.sh missing mkinstalldirs
103 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
105 TAR = tar
106 GZIP = --best
107 all: all-recursive all-am
109 .SUFFIXES:
110 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
111 cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps Makefile
113 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
114 cd $(top_builddir) \
115 && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
117 $(ACLOCAL_M4): configure.in
118 cd $(srcdir) && $(ACLOCAL)
120 config.status: $(srcdir)/configure
121 $(SHELL) ./config.status --recheck
122 $(srcdir)/configure: $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
123 cd $(srcdir) && $(AUTOCONF)
125 # This directory's subdirectories are mostly independent; you can cd
126 # into them and run `make' without going through this Makefile.
127 # To change the values of `make' variables: instead of editing Makefiles,
128 # (1) if the variable is set in `config.status', edit `config.status'
129 # (which will cause the Makefiles to be regenerated when you run `make');
130 # (2) otherwise, pass the desired values on the `make' command line.
132 @SET_MAKE@
134 all-recursive install-data-recursive install-exec-recursive \
135 installdirs-recursive install-recursive uninstall-recursive \
136 check-recursive installcheck-recursive info-recursive dvi-recursive:
137 @set fnord $(MAKEFLAGS); amf=$$2; \
138 list='$(SUBDIRS)'; for subdir in $$list; do \
139 target=`echo $@ | sed s/-recursive//`; \
140 echo "Making $$target in $$subdir"; \
141 (cd $$subdir && $(MAKE) $$target) \
142 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
143 done && test -z "$$fail"
145 mostlyclean-recursive clean-recursive distclean-recursive \
146 maintainer-clean-recursive:
147 @set fnord $(MAKEFLAGS); amf=$$2; \
148 rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
149 rev="$$subdir $$rev"; \
150 done; \
151 for subdir in $$rev; do \
152 target=`echo $@ | sed s/-recursive//`; \
153 echo "Making $$target in $$subdir"; \
154 (cd $$subdir && $(MAKE) $$target) \
155 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
156 done && test -z "$$fail"
157 tags-recursive:
158 list='$(SUBDIRS)'; for subdir in $$list; do \
159 (cd $$subdir && $(MAKE) tags); \
160 done
162 tags: TAGS
164 ID: $(HEADERS) $(SOURCES) $(LISP)
165 here=`pwd` && cd $(srcdir) \
166 && mkid -f$$here/ID $(SOURCES) $(HEADERS) $(LISP)
168 TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP)
169 tags=; \
170 here=`pwd`; \
171 list='$(SUBDIRS)'; for subdir in $$list; do \
172 test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
173 done; \
174 list='$(SOURCES) $(HEADERS)'; \
175 unique=`for i in $$list; do echo $$i; done | \
176 awk ' { files[$$0] = 1; } \
177 END { for (i in files) print i; }'`; \
178 test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
179 || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS)
181 mostlyclean-tags:
183 clean-tags:
185 distclean-tags:
186 -rm -f TAGS ID
188 maintainer-clean-tags:
190 distdir = $(PACKAGE)-$(VERSION)
191 top_distdir = $(distdir)
193 # This target untars the dist file and tries a VPATH configuration. Then
194 # it guarantees that the distribution is self-contained by making another
195 # tarfile.
196 distcheck: dist
197 -rm -rf $(distdir)
198 GZIP=$(GZIP) $(TAR) zxf $(distdir).tar.gz
199 mkdir $(distdir)/=build
200 mkdir $(distdir)/=inst
201 dc_install_base=`cd $(distdir)/=inst && pwd`; \
202 cd $(distdir)/=build \
203 && ../configure --srcdir=.. --prefix=$$dc_install_base \
204 && $(MAKE) \
205 && $(MAKE) dvi \
206 && $(MAKE) check \
207 && $(MAKE) install \
208 && $(MAKE) installcheck \
209 && $(MAKE) dist
210 -rm -rf $(distdir)
211 @echo "========================"; \
212 echo "$(distdir).tar.gz is ready for distribution"; \
213 echo "========================"
214 dist: distdir
215 -chmod -R a+r $(distdir)
216 GZIP=$(GZIP) $(TAR) chozf $(distdir).tar.gz $(distdir)
217 -rm -rf $(distdir)
218 dist-all: distdir
219 -chmod -R a+r $(distdir)
220 GZIP=$(GZIP) $(TAR) chozf $(distdir).tar.gz $(distdir)
221 -rm -rf $(distdir)
222 distdir: $(DISTFILES)
223 -rm -rf $(distdir)
224 mkdir $(distdir)
225 -chmod 777 $(distdir)
226 @for file in $(DISTFILES); do \
227 d=$(srcdir); \
228 test -f $(distdir)/$$file \
229 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
230 || cp -p $$d/$$file $(distdir)/$$file; \
231 done
232 for subdir in $(SUBDIRS); do \
233 test -d $(distdir)/$$subdir \
234 || mkdir $(distdir)/$$subdir \
235 || exit 1; \
236 chmod 777 $(distdir)/$$subdir; \
237 (cd $$subdir && $(MAKE) top_distdir=../$(distdir) distdir=../$(distdir)/$$subdir distdir) \
238 || exit 1; \
239 done
240 info: info-recursive
241 dvi: dvi-recursive
242 check: all-am
243 $(MAKE) check-recursive
244 installcheck: installcheck-recursive
245 all-am: Makefile
247 install-exec: install-exec-recursive
248 @$(NORMAL_INSTALL)
250 install-data: install-data-recursive
251 @$(NORMAL_INSTALL)
253 install: install-recursive
256 uninstall: uninstall-recursive
258 install-strip:
259 $(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' INSTALL_SCRIPT='$(INSTALL_PROGRAM)' install
260 installdirs: installdirs-recursive
263 mostlyclean-generic:
264 -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
266 clean-generic:
267 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
269 distclean-generic:
270 -rm -f Makefile $(DISTCLEANFILES)
271 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
272 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
274 maintainer-clean-generic:
275 -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
276 -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
277 mostlyclean-am: mostlyclean-tags mostlyclean-generic
279 clean-am: clean-tags clean-generic mostlyclean-am
281 distclean-am: distclean-tags distclean-generic clean-am
283 maintainer-clean-am: maintainer-clean-tags maintainer-clean-generic \
284 distclean-am
286 mostlyclean: mostlyclean-recursive mostlyclean-am
288 clean: clean-recursive clean-am
290 distclean: distclean-recursive distclean-am
291 -rm -f config.status
292 -rm -f libtool
294 maintainer-clean: maintainer-clean-recursive maintainer-clean-am
295 @echo "This command is intended for maintainers to use;"
296 @echo "it deletes files that may require special tools to rebuild."
297 -rm -f config.status
299 .PHONY: install-data-recursive uninstall-data-recursive \
300 install-exec-recursive uninstall-exec-recursive installdirs-recursive \
301 uninstalldirs-recursive all-recursive check-recursive \
302 installcheck-recursive info-recursive dvi-recursive \
303 mostlyclean-recursive distclean-recursive clean-recursive \
304 maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
305 distclean-tags clean-tags maintainer-clean-tags distdir info dvi \
306 installcheck all-am install-exec install-data install uninstall all \
307 installdirs mostlyclean-generic distclean-generic clean-generic \
308 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
311 windowmaker.lsm:
312 size=`wc -c $(distdir).tar.gz|cut -d\ -f1`;\
313 size=`echo scale=2\;$$size/1048576|bc`;\
314 sed -e "s/VERSION/"$(VERSION)"/" \
315 -e "s/DATE/`date +%d%b%Y|tr a-z A-Z`/"\
316 -e "s/SIZE/$$size M/"\
317 WindowMaker.lsm.in > WindowMaker.lsm
319 # Tell versions [3.59,3.63) of GNU make to not export all variables.
320 # Otherwise a system limit (for SysV at least) may be exceeded.
321 .NOEXPORT: