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