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