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
17 top_srcdir
= @top_srcdir@
20 exec_prefix = @
exec_prefix@
24 libexecdir
= @libexecdir@
26 sysconfdir
= @sysconfdir@
27 sharedstatedir
= @sharedstatedir@
28 localstatedir
= @localstatedir@
32 includedir = @
includedir@
33 oldincludedir = /usr
/include
37 pkgdatadir
= $(datadir)/@PACKAGE@
38 pkglibdir
= $(libdir)/@PACKAGE@
39 pkgincludedir
= $(includedir)/@PACKAGE@
46 AUTOHEADER
= @AUTOHEADER@
49 INSTALL_PROGRAM
= @INSTALL_PROGRAM@
$(AM_INSTALL_PROGRAM_FLAGS
)
50 INSTALL_DATA
= @INSTALL_DATA@
51 INSTALL_SCRIPT
= @INSTALL_SCRIPT@
52 transform
= @program_transform_name@
60 host_alias
= @host_alias@
69 HEADER_SEARCH_PATH
= @HEADER_SEARCH_PATH@
74 LIBRARY_SEARCH_PATH
= @LIBRARY_SEARCH_PATH@
87 WPMOFILES
= @WPMOFILES@
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
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
)
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
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 \
135 $(MAKE
) src
/stamp-h
; \
137 src
/stamp-h
: $(srcdir)/src
/config.h.in
$(top_builddir
)/config.status
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
; \
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
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.
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; \
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 \
179 local_target
="$$target-am"; \
181 local_target
="$$target"; \
183 (cd
$$subdir && $(MAKE
) $(AM_MAKEFLAGS
) $$local_target) \
184 || case
"$$amf" in
*=*) exit
1;; *k
*) fail
=yes
;; *) exit
1;; esac
; \
186 if
test "$$dot_seen" = "no"; then \
187 $(MAKE
) $(AM_MAKEFLAGS
) "$$target-am" || exit
1; \
190 mostlyclean-recursive clean-recursive distclean-recursive \
191 maintainer-clean-recursive
:
192 @set fnord
$(MAKEFLAGS
); amf
=$$2; \
194 rev
=''; list
='$(SUBDIRS)'; for subdir in
$$list; do \
195 rev
="$$subdir $$rev"; \
196 test "$$subdir" = "." && dot_seen
=yes
; \
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"; \
205 local_target
="$$target"; \
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"
211 list
='$(SUBDIRS)'; for subdir in
$$list; do \
212 test "$$subdir" = . ||
(cd
$$subdir && $(MAKE
) $(AM_MAKEFLAGS
) 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
)
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"; \
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
)
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
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
270 @banner
="$(distdir).tar.gz is ready for distribution"; \
271 dashes
=`echo "$$banner" | sed s/./=/g`; \
276 -chmod
-R a
+r
$(distdir
)
277 GZIP
=$(GZIP_ENV
) $(TAR
) chozf
$(distdir
).
tar.gz
$(distdir
)
280 -chmod
-R a
+r
$(distdir
)
281 GZIP
=$(GZIP_ENV
) $(TAR
) chozf
$(distdir
).
tar.gz
$(distdir
)
283 distdir
: $(DISTFILES
)
286 -chmod
777 $(distdir
)
287 @for file in
$(DISTFILES
); do \
289 if
test -d
$$d/$$file; then \
290 cp
-pr
$$d/$$file $(distdir
)/$$file; \
292 test -f
$(distdir
)/$$file \
293 || ln
$$d/$$file $(distdir
)/$$file 2> /dev
/null \
294 || cp
-p
$$d/$$file $(distdir
)/$$file ||
:; \
297 for subdir in
$(SUBDIRS
); do \
298 if
test "$$subdir" = .
; then
:; else \
299 test -d
$(distdir
)/$$subdir \
300 || mkdir
$(distdir
)/$$subdir \
302 chmod
777 $(distdir
)/$$subdir; \
303 (cd
$$subdir && $(MAKE
) $(AM_MAKEFLAGS
) top_distdir
=..
/$(distdir
) distdir
=..
/$(distdir
)/$$subdir distdir
) \
312 check: check-recursive
314 installcheck: installcheck-recursive
316 install-exec
: install-exec-recursive
319 install-data
: install-data-recursive
322 @
$(MAKE
) $(AM_MAKEFLAGS
) install-exec-am install-data-am
323 install: install-recursive
325 uninstall: uninstall-recursive
327 all-redirect
: all-recursive
329 $(MAKE
) $(AM_MAKEFLAGS
) AM_INSTALL_PROGRAM_FLAGS
=-s
install
330 installdirs: installdirs-recursive
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
354 distclean: distclean-recursive
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
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
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.