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