er.. WPrefs Appearance section update
[wmaker-crm.git] / WindowMaker / Makefile.in
blob66fec58c093bd1b029b3026d8eda814c5855b64d
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 CC = @CC@
63 CPP_PATH = @CPP_PATH@
64 DFLAGS = @DFLAGS@
65 DLLIBS = @DLLIBS@
66 GFXLIBS = @GFXLIBS@
67 HEADER_SEARCH_PATH = @HEADER_SEARCH_PATH@
68 ICONEXT = @ICONEXT@
69 INTLIBS = @INTLIBS@
70 LD = @LD@
71 LIBPL = @LIBPL@
72 LIBRARY_SEARCH_PATH = @LIBRARY_SEARCH_PATH@
73 LIBTOOL = @LIBTOOL@
74 LITE = @LITE@
75 LN_S = @LN_S@
76 MAKEINFO = @MAKEINFO@
77 MOFILES = @MOFILES@
78 NLSDIR = @NLSDIR@
79 NM = @NM@
80 PACKAGE = @PACKAGE@
81 RANLIB = @RANLIB@
82 VERSION = @VERSION@
83 WPMOFILES = @WPMOFILES@
84 XCFLAGS = @XCFLAGS@
85 XGETTEXT = @XGETTEXT@
86 XLFLAGS = @XLFLAGS@
87 XLIBS = @XLIBS@
88 X_EXTRA_LIBS = @X_EXTRA_LIBS@
89 wprefsdir = @wprefsdir@
91 SUBDIRS = Backgrounds Defaults IconSets Icons Pixmaps Styles Themes
93 prefsdatadir = $(pkgdatadir)
95 prefsdata_DATA = README README.themes autostart.sh exitscript.sh menu menu.ca menu.cz menu.de menu.dk 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.pt menu.ru menu.se menu.sl menu.tr menu.zh_TW.Big5 plmenu plmenu.fr plmenu.hr plmenu.dk wmmacros xtree.dat
98 EXTRA_DIST = $(prefsdata_DATA) mkMakefile
99 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
100 CONFIG_HEADER = ../src/config.h
101 CONFIG_CLEAN_FILES =
102 DATA = $(prefsdata_DATA)
104 DIST_COMMON = README Makefile.am Makefile.in
107 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
109 TAR = gtar
110 GZIP_ENV = --best
111 all: all-redirect
112 .SUFFIXES:
113 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
114 cd $(top_srcdir) && $(AUTOMAKE) --gnu WindowMaker/Makefile
116 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
117 cd $(top_builddir) \
118 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
121 install-prefsdataDATA: $(prefsdata_DATA)
122 @$(NORMAL_INSTALL)
123 $(mkinstalldirs) $(DESTDIR)$(prefsdatadir)
124 @list='$(prefsdata_DATA)'; for p in $$list; do \
125 if test -f $(srcdir)/$$p; then \
126 echo " $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(prefsdatadir)/$$p"; \
127 $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(prefsdatadir)/$$p; \
128 else if test -f $$p; then \
129 echo " $(INSTALL_DATA) $$p $(DESTDIR)$(prefsdatadir)/$$p"; \
130 $(INSTALL_DATA) $$p $(DESTDIR)$(prefsdatadir)/$$p; \
131 fi; fi; \
132 done
134 uninstall-prefsdataDATA:
135 @$(NORMAL_UNINSTALL)
136 list='$(prefsdata_DATA)'; for p in $$list; do \
137 rm -f $(DESTDIR)$(prefsdatadir)/$$p; \
138 done
140 # This directory's subdirectories are mostly independent; you can cd
141 # into them and run `make' without going through this Makefile.
142 # To change the values of `make' variables: instead of editing Makefiles,
143 # (1) if the variable is set in `config.status', edit `config.status'
144 # (which will cause the Makefiles to be regenerated when you run `make');
145 # (2) otherwise, pass the desired values on the `make' command line.
147 @SET_MAKE@
149 all-recursive install-data-recursive install-exec-recursive \
150 installdirs-recursive install-recursive uninstall-recursive \
151 check-recursive installcheck-recursive info-recursive dvi-recursive:
152 @set fnord $(MAKEFLAGS); amf=$$2; \
153 dot_seen=no; \
154 target=`echo $@ | sed s/-recursive//`; \
155 list='$(SUBDIRS)'; for subdir in $$list; do \
156 echo "Making $$target in $$subdir"; \
157 if test "$$subdir" = "."; then \
158 dot_seen=yes; \
159 local_target="$$target-am"; \
160 else \
161 local_target="$$target"; \
162 fi; \
163 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
164 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
165 done; \
166 if test "$$dot_seen" = "no"; then \
167 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
168 fi; test -z "$$fail"
170 mostlyclean-recursive clean-recursive distclean-recursive \
171 maintainer-clean-recursive:
172 @set fnord $(MAKEFLAGS); amf=$$2; \
173 dot_seen=no; \
174 rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
175 rev="$$subdir $$rev"; \
176 test "$$subdir" = "." && dot_seen=yes; \
177 done; \
178 test "$$dot_seen" = "no" && rev=". $$rev"; \
179 target=`echo $@ | sed s/-recursive//`; \
180 for subdir in $$rev; do \
181 echo "Making $$target in $$subdir"; \
182 if test "$$subdir" = "."; then \
183 local_target="$$target-am"; \
184 else \
185 local_target="$$target"; \
186 fi; \
187 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
188 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
189 done && test -z "$$fail"
190 tags-recursive:
191 list='$(SUBDIRS)'; for subdir in $$list; do \
192 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
193 done
195 tags: TAGS
197 ID: $(HEADERS) $(SOURCES) $(LISP)
198 list='$(SOURCES) $(HEADERS)'; \
199 unique=`for i in $$list; do echo $$i; done | \
200 awk ' { files[$$0] = 1; } \
201 END { for (i in files) print i; }'`; \
202 here=`pwd` && cd $(srcdir) \
203 && mkid -f$$here/ID $$unique $(LISP)
205 TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP)
206 tags=; \
207 here=`pwd`; \
208 list='$(SUBDIRS)'; for subdir in $$list; do \
209 if test "$$subdir" = .; then :; else \
210 test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
211 fi; \
212 done; \
213 list='$(SOURCES) $(HEADERS)'; \
214 unique=`for i in $$list; do echo $$i; done | \
215 awk ' { files[$$0] = 1; } \
216 END { for (i in files) print i; }'`; \
217 test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
218 || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS)
220 mostlyclean-tags:
222 clean-tags:
224 distclean-tags:
225 -rm -f TAGS ID
227 maintainer-clean-tags:
229 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
231 subdir = WindowMaker
233 distdir: $(DISTFILES)
234 here=`cd $(top_builddir) && pwd`; \
235 top_distdir=`cd $(top_distdir) && pwd`; \
236 distdir=`cd $(distdir) && pwd`; \
237 cd $(top_srcdir) \
238 && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu WindowMaker/Makefile
239 @for file in $(DISTFILES); do \
240 d=$(srcdir); \
241 if test -d $$d/$$file; then \
242 cp -pr $$/$$file $(distdir)/$$file; \
243 else \
244 test -f $(distdir)/$$file \
245 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
246 || cp -p $$d/$$file $(distdir)/$$file || :; \
247 fi; \
248 done
249 for subdir in $(SUBDIRS); do \
250 if test "$$subdir" = .; then :; else \
251 test -d $(distdir)/$$subdir \
252 || mkdir $(distdir)/$$subdir \
253 || exit 1; \
254 chmod 777 $(distdir)/$$subdir; \
255 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(top_distdir) distdir=../$(distdir)/$$subdir distdir) \
256 || exit 1; \
257 fi; \
258 done
259 info-am:
260 info: info-recursive
261 dvi-am:
262 dvi: dvi-recursive
263 check-am: all-am
264 check: check-recursive
265 installcheck-am:
266 installcheck: installcheck-recursive
267 install-exec-am:
268 install-exec: install-exec-recursive
270 install-data-am: install-prefsdataDATA
271 install-data: install-data-recursive
273 install-am: all-am
274 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
275 install: install-recursive
276 uninstall-am: uninstall-prefsdataDATA
277 uninstall: uninstall-recursive
278 all-am: Makefile $(DATA)
279 all-redirect: all-recursive
280 install-strip:
281 $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
282 installdirs: installdirs-recursive
283 installdirs-am:
284 $(mkinstalldirs) $(DESTDIR)$(prefsdatadir)
287 mostlyclean-generic:
289 clean-generic:
291 distclean-generic:
292 -rm -f Makefile $(CONFIG_CLEAN_FILES)
293 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
295 maintainer-clean-generic:
296 mostlyclean-am: mostlyclean-tags mostlyclean-generic
298 mostlyclean: mostlyclean-recursive
300 clean-am: clean-tags clean-generic mostlyclean-am
302 clean: clean-recursive
304 distclean-am: distclean-tags distclean-generic clean-am
305 -rm -f libtool
307 distclean: distclean-recursive
309 maintainer-clean-am: maintainer-clean-tags maintainer-clean-generic \
310 distclean-am
311 @echo "This command is intended for maintainers to use;"
312 @echo "it deletes files that may require special tools to rebuild."
314 maintainer-clean: maintainer-clean-recursive
316 .PHONY: uninstall-prefsdataDATA install-prefsdataDATA \
317 install-data-recursive uninstall-data-recursive install-exec-recursive \
318 uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \
319 all-recursive check-recursive installcheck-recursive info-recursive \
320 dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive \
321 maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
322 distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
323 dvi-am dvi check check-am installcheck-am installcheck install-exec-am \
324 install-exec install-data-am install-data install-am install \
325 uninstall-am uninstall all-redirect all-am all installdirs-am \
326 installdirs mostlyclean-generic distclean-generic clean-generic \
327 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
330 # Tell versions [3.59,3.63) of GNU make to not export all variables.
331 # Otherwise a system limit (for SysV at least) may be exceeded.
332 .NOEXPORT: