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