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@
86 WPMOFILES
= @WPMOFILES@
91 X_EXTRA_LIBS
= @X_EXTRA_LIBS@
92 X_LIBRARY_PATH
= @X_LIBRARY_PATH@
93 wprefsdir
= @wprefsdir@
95 SUBDIRS
= Backgrounds Defaults IconSets Icons Pixmaps Styles Themes
97 prefsdatadir
= $(pkgdatadir
)
99 prefsdata_DATA
= README README.themes autostart.sh exitscript.sh menu menu.ca menu.cz menu.da menu.de menu.el menu.es menu.fi menu.fr menu.gl menu.he menu.hr menu.hu menu.it menu.ja menu.ko menu.nl menu.no menu.pl menu.pt menu.ru menu.se menu.sl menu.tr menu.zh_CN menu.zh_TW.Big5 plmenu plmenu.da plmenu.fr plmenu.hr plmenu.zh_CN plmenu.it plmenu.de wmmacros xtree.dat
102 EXTRA_DIST
= $(prefsdata_DATA
) mkMakefile
103 mkinstalldirs
= $(SHELL
) $(top_srcdir
)/mkinstalldirs
104 CONFIG_HEADER
= ..
/src
/config.h
106 DATA
= $(prefsdata_DATA
)
108 DIST_COMMON
= README Makefile.am Makefile.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 WindowMaker
/Makefile
120 Makefile
: $(srcdir)/Makefile.in
$(top_builddir
)/config.status
122 && CONFIG_FILES
=$(subdir
)/$@ CONFIG_HEADERS
= $(SHELL
) .
/config.status
125 install-prefsdataDATA
: $(prefsdata_DATA
)
127 $(mkinstalldirs
) $(DESTDIR
)$(prefsdatadir
)
128 @list
='$(prefsdata_DATA)'; for p in
$$list; do \
129 if
test -f
$(srcdir)/$$p; then \
130 echo
" $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(prefsdatadir)/$$p"; \
131 $(INSTALL_DATA
) $(srcdir)/$$p $(DESTDIR
)$(prefsdatadir
)/$$p; \
132 else if
test -f
$$p; then \
133 echo
" $(INSTALL_DATA) $$p $(DESTDIR)$(prefsdatadir)/$$p"; \
134 $(INSTALL_DATA
) $$p $(DESTDIR
)$(prefsdatadir
)/$$p; \
138 uninstall-prefsdataDATA
:
140 list
='$(prefsdata_DATA)'; for p in
$$list; do \
141 rm -f
$(DESTDIR
)$(prefsdatadir
)/$$p; \
144 # This directory's subdirectories are mostly independent; you can cd
145 # into them and run `make' without going through this Makefile.
146 # To change the values of `make' variables: instead of editing Makefiles,
147 # (1) if the variable is set in `config.status', edit `config.status'
148 # (which will cause the Makefiles to be regenerated when you run `make');
149 # (2) otherwise, pass the desired values on the `make' command line.
153 all-recursive install-data-recursive install-exec-recursive \
154 installdirs-recursive install-recursive uninstall-recursive \
155 check-recursive installcheck-recursive info-recursive dvi-recursive
:
156 @set fnord
$(MAKEFLAGS
); amf
=$$2; \
158 target
=`echo $@ | sed s/-recursive//`; \
159 list
='$(SUBDIRS)'; for subdir in
$$list; do \
160 echo
"Making $$target in $$subdir"; \
161 if
test "$$subdir" = "."; then \
163 local_target
="$$target-am"; \
165 local_target
="$$target"; \
167 (cd
$$subdir && $(MAKE
) $(AM_MAKEFLAGS
) $$local_target) \
168 || case
"$$amf" in
*=*) exit
1;; *k
*) fail
=yes
;; *) exit
1;; esac
; \
170 if
test "$$dot_seen" = "no"; then \
171 $(MAKE
) $(AM_MAKEFLAGS
) "$$target-am" || exit
1; \
174 mostlyclean-recursive clean-recursive distclean-recursive \
175 maintainer-clean-recursive
:
176 @set fnord
$(MAKEFLAGS
); amf
=$$2; \
178 rev
=''; list
='$(SUBDIRS)'; for subdir in
$$list; do \
179 rev
="$$subdir $$rev"; \
180 test "$$subdir" = "." && dot_seen
=yes
; \
182 test "$$dot_seen" = "no" && rev
=". $$rev"; \
183 target
=`echo $@ | sed s/-recursive//`; \
184 for subdir in
$$rev; do \
185 echo
"Making $$target in $$subdir"; \
186 if
test "$$subdir" = "."; then \
187 local_target
="$$target-am"; \
189 local_target
="$$target"; \
191 (cd
$$subdir && $(MAKE
) $(AM_MAKEFLAGS
) $$local_target) \
192 || case
"$$amf" in
*=*) exit
1;; *k
*) fail
=yes
;; *) exit
1;; esac
; \
193 done
&& test -z
"$$fail"
195 list
='$(SUBDIRS)'; for subdir in
$$list; do \
196 test "$$subdir" = . ||
(cd
$$subdir && $(MAKE
) $(AM_MAKEFLAGS
) tags); \
201 ID
: $(HEADERS
) $(SOURCES
) $(LISP
)
202 list
='$(SOURCES) $(HEADERS)'; \
203 unique
=`for i in $$list; do echo $$i; done | \
204 awk ' { files[$$0] = 1; } \
205 END { for (i in files) print i; }'`; \
206 here
=`pwd` && cd
$(srcdir) \
207 && mkid
-f
$$here/ID
$$unique $(LISP
)
209 TAGS
: tags-recursive
$(HEADERS
) $(SOURCES
) $(TAGS_DEPENDENCIES
) $(LISP
)
212 list
='$(SUBDIRS)'; for subdir in
$$list; do \
213 if
test "$$subdir" = .
; then
:; else \
214 test -f
$$subdir/TAGS
&& tags="$$tags -i $$here/$$subdir/TAGS"; \
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 test -z
"$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
222 ||
(cd
$(srcdir) && etags
$(ETAGS_ARGS
) $$tags $$unique $(LISP
) -o
$$here/TAGS
)
231 maintainer-clean-tags
:
233 distdir
= $(top_builddir
)/$(PACKAGE
)-$(VERSION
)/$(subdir
)
237 distdir
: $(DISTFILES
)
238 @for file in
$(DISTFILES
); do \
240 if
test -d
$$d/$$file; then \
241 cp
-pr
$$/$$file $(distdir
)/$$file; \
243 test -f
$(distdir
)/$$file \
244 || ln
$$d/$$file $(distdir
)/$$file 2> /dev
/null \
245 || cp
-p
$$d/$$file $(distdir
)/$$file ||
:; \
248 for subdir in
$(SUBDIRS
); do \
249 if
test "$$subdir" = .
; then
:; else \
250 test -d
$(distdir
)/$$subdir \
251 || mkdir
$(distdir
)/$$subdir \
253 chmod
777 $(distdir
)/$$subdir; \
254 (cd
$$subdir && $(MAKE
) $(AM_MAKEFLAGS
) top_distdir
=..
/$(top_distdir
) distdir
=..
/$(distdir
)/$$subdir distdir
) \
263 check: check-recursive
265 installcheck: installcheck-recursive
267 install-exec
: install-exec-recursive
269 install-data-am
: install-prefsdataDATA
270 install-data
: install-data-recursive
273 @
$(MAKE
) $(AM_MAKEFLAGS
) install-exec-am install-data-am
274 install: install-recursive
275 uninstall-am
: uninstall-prefsdataDATA
276 uninstall: uninstall-recursive
277 all-am
: Makefile
$(DATA
)
278 all-redirect
: all-recursive
280 $(MAKE
) $(AM_MAKEFLAGS
) AM_INSTALL_PROGRAM_FLAGS
=-s
install
281 installdirs: installdirs-recursive
283 $(mkinstalldirs
) $(DESTDIR
)$(prefsdatadir
)
291 -rm -f Makefile
$(CONFIG_CLEAN_FILES
)
292 -rm -f config.cache config.log stamp-h stamp-h
[0-9]*
294 maintainer-clean-generic
:
295 mostlyclean-am
: mostlyclean-tags mostlyclean-generic
297 mostlyclean: mostlyclean-recursive
299 clean-am
: clean-tags clean-generic mostlyclean-am
301 clean: clean-recursive
303 distclean-am
: distclean-tags distclean-generic clean-am
306 distclean: distclean-recursive
308 maintainer-clean-am
: maintainer-clean-tags maintainer-clean-generic \
310 @echo
"This command is intended for maintainers to use;"
311 @echo
"it deletes files that may require special tools to rebuild."
313 maintainer-clean
: maintainer-clean-recursive
315 .PHONY
: uninstall-prefsdataDATA install-prefsdataDATA \
316 install-data-recursive uninstall-data-recursive install-exec-recursive \
317 uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \
318 all-recursive check-recursive installcheck-recursive info-recursive \
319 dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive \
320 maintainer-clean-recursive
tags tags-recursive mostlyclean-tags \
321 distclean-tags clean-tags maintainer-clean-tags distdir info-am
info \
322 dvi-am
dvi check check-am installcheck-am
installcheck install-exec-am \
323 install-exec install-data-am install-data install-am
install \
324 uninstall-am
uninstall all-redirect all-am
all installdirs-am \
325 installdirs mostlyclean-generic distclean-generic clean-generic \
326 maintainer-clean-generic
clean mostlyclean distclean maintainer-clean
329 # Tell versions [3.59,3.63) of GNU make to not export all variables.
330 # Otherwise a system limit (for SysV at least) may be exceeded.