started Appearance update in WPrefs
[wmaker-crm.git] / WindowMaker / Makefile.in
bloba91956c01ec0206cbf7350ca078ba181825d8f24
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 wprefsdir = @wprefsdir@
94 SUBDIRS = Backgrounds Defaults IconSets Icons Pixmaps Styles Themes
96 prefsdatadir = $(pkgdatadir)
98 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.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 wmmacros xtree.dat
101 EXTRA_DIST = $(prefsdata_DATA) mkMakefile
102 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
103 CONFIG_HEADER = ../src/config.h
104 CONFIG_CLEAN_FILES =
105 DATA = $(prefsdata_DATA)
107 DIST_COMMON = README Makefile.am Makefile.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 WindowMaker/Makefile
119 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
120 cd $(top_builddir) \
121 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
124 install-prefsdataDATA: $(prefsdata_DATA)
125 @$(NORMAL_INSTALL)
126 $(mkinstalldirs) $(DESTDIR)$(prefsdatadir)
127 @list='$(prefsdata_DATA)'; for p in $$list; do \
128 if test -f $(srcdir)/$$p; then \
129 echo " $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(prefsdatadir)/$$p"; \
130 $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(prefsdatadir)/$$p; \
131 else if test -f $$p; then \
132 echo " $(INSTALL_DATA) $$p $(DESTDIR)$(prefsdatadir)/$$p"; \
133 $(INSTALL_DATA) $$p $(DESTDIR)$(prefsdatadir)/$$p; \
134 fi; fi; \
135 done
137 uninstall-prefsdataDATA:
138 @$(NORMAL_UNINSTALL)
139 list='$(prefsdata_DATA)'; for p in $$list; do \
140 rm -f $(DESTDIR)$(prefsdatadir)/$$p; \
141 done
143 # This directory's subdirectories are mostly independent; you can cd
144 # into them and run `make' without going through this Makefile.
145 # To change the values of `make' variables: instead of editing Makefiles,
146 # (1) if the variable is set in `config.status', edit `config.status'
147 # (which will cause the Makefiles to be regenerated when you run `make');
148 # (2) otherwise, pass the desired values on the `make' command line.
150 @SET_MAKE@
152 all-recursive install-data-recursive install-exec-recursive \
153 installdirs-recursive install-recursive uninstall-recursive \
154 check-recursive installcheck-recursive info-recursive dvi-recursive:
155 @set fnord $(MAKEFLAGS); amf=$$2; \
156 dot_seen=no; \
157 target=`echo $@ | sed s/-recursive//`; \
158 list='$(SUBDIRS)'; for subdir in $$list; do \
159 echo "Making $$target in $$subdir"; \
160 if test "$$subdir" = "."; then \
161 dot_seen=yes; \
162 local_target="$$target-am"; \
163 else \
164 local_target="$$target"; \
165 fi; \
166 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
167 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
168 done; \
169 if test "$$dot_seen" = "no"; then \
170 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
171 fi; test -z "$$fail"
173 mostlyclean-recursive clean-recursive distclean-recursive \
174 maintainer-clean-recursive:
175 @set fnord $(MAKEFLAGS); amf=$$2; \
176 dot_seen=no; \
177 rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
178 rev="$$subdir $$rev"; \
179 test "$$subdir" = "." && dot_seen=yes; \
180 done; \
181 test "$$dot_seen" = "no" && rev=". $$rev"; \
182 target=`echo $@ | sed s/-recursive//`; \
183 for subdir in $$rev; do \
184 echo "Making $$target in $$subdir"; \
185 if test "$$subdir" = "."; then \
186 local_target="$$target-am"; \
187 else \
188 local_target="$$target"; \
189 fi; \
190 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
191 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
192 done && test -z "$$fail"
193 tags-recursive:
194 list='$(SUBDIRS)'; for subdir in $$list; do \
195 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
196 done
198 tags: TAGS
200 ID: $(HEADERS) $(SOURCES) $(LISP)
201 list='$(SOURCES) $(HEADERS)'; \
202 unique=`for i in $$list; do echo $$i; done | \
203 awk ' { files[$$0] = 1; } \
204 END { for (i in files) print i; }'`; \
205 here=`pwd` && cd $(srcdir) \
206 && mkid -f$$here/ID $$unique $(LISP)
208 TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP)
209 tags=; \
210 here=`pwd`; \
211 list='$(SUBDIRS)'; for subdir in $$list; do \
212 if test "$$subdir" = .; then :; else \
213 test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
214 fi; \
215 done; \
216 list='$(SOURCES) $(HEADERS)'; \
217 unique=`for i in $$list; do echo $$i; done | \
218 awk ' { files[$$0] = 1; } \
219 END { for (i in files) print i; }'`; \
220 test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
221 || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS)
223 mostlyclean-tags:
225 clean-tags:
227 distclean-tags:
228 -rm -f TAGS ID
230 maintainer-clean-tags:
232 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
234 subdir = WindowMaker
236 distdir: $(DISTFILES)
237 @for file in $(DISTFILES); do \
238 d=$(srcdir); \
239 if test -d $$d/$$file; then \
240 cp -pr $$/$$file $(distdir)/$$file; \
241 else \
242 test -f $(distdir)/$$file \
243 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
244 || cp -p $$d/$$file $(distdir)/$$file || :; \
245 fi; \
246 done
247 for subdir in $(SUBDIRS); do \
248 if test "$$subdir" = .; then :; else \
249 test -d $(distdir)/$$subdir \
250 || mkdir $(distdir)/$$subdir \
251 || exit 1; \
252 chmod 777 $(distdir)/$$subdir; \
253 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(top_distdir) distdir=../$(distdir)/$$subdir distdir) \
254 || exit 1; \
255 fi; \
256 done
257 info-am:
258 info: info-recursive
259 dvi-am:
260 dvi: dvi-recursive
261 check-am: all-am
262 check: check-recursive
263 installcheck-am:
264 installcheck: installcheck-recursive
265 install-exec-am:
266 install-exec: install-exec-recursive
268 install-data-am: install-prefsdataDATA
269 install-data: install-data-recursive
271 install-am: all-am
272 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
273 install: install-recursive
274 uninstall-am: uninstall-prefsdataDATA
275 uninstall: uninstall-recursive
276 all-am: Makefile $(DATA)
277 all-redirect: all-recursive
278 install-strip:
279 $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
280 installdirs: installdirs-recursive
281 installdirs-am:
282 $(mkinstalldirs) $(DESTDIR)$(prefsdatadir)
285 mostlyclean-generic:
287 clean-generic:
289 distclean-generic:
290 -rm -f Makefile $(CONFIG_CLEAN_FILES)
291 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
293 maintainer-clean-generic:
294 mostlyclean-am: mostlyclean-tags mostlyclean-generic
296 mostlyclean: mostlyclean-recursive
298 clean-am: clean-tags clean-generic mostlyclean-am
300 clean: clean-recursive
302 distclean-am: distclean-tags distclean-generic clean-am
303 -rm -f libtool
305 distclean: distclean-recursive
307 maintainer-clean-am: maintainer-clean-tags maintainer-clean-generic \
308 distclean-am
309 @echo "This command is intended for maintainers to use;"
310 @echo "it deletes files that may require special tools to rebuild."
312 maintainer-clean: maintainer-clean-recursive
314 .PHONY: uninstall-prefsdataDATA install-prefsdataDATA \
315 install-data-recursive uninstall-data-recursive install-exec-recursive \
316 uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \
317 all-recursive check-recursive installcheck-recursive info-recursive \
318 dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive \
319 maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
320 distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
321 dvi-am dvi check check-am installcheck-am installcheck install-exec-am \
322 install-exec install-data-am install-data install-am install \
323 uninstall-am uninstall all-redirect all-am all installdirs-am \
324 installdirs mostlyclean-generic distclean-generic clean-generic \
325 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
328 # Tell versions [3.59,3.63) of GNU make to not export all variables.
329 # Otherwise a system limit (for SysV at least) may be exceeded.
330 .NOEXPORT: