Fixed return of WMGetUDStringForKey to be only a reference, not an allocated
[wmaker-crm.git] / WindowMaker / Themes / Makefile.in
blob67c684d47b5a6fa043e46a173a1dbf42092e2724
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 =
96 defsdatadir = $(pkgdatadir)/Themes
98 defsdata_DATA = Default.style OpenStep.style Pastel.style SteelBlueSilk.style
100 EXTRA_DIST = $(defsdata_DATA)
101 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
102 CONFIG_HEADER = ../../src/config.h
103 CONFIG_CLEAN_FILES =
104 DATA = $(defsdata_DATA)
106 DIST_COMMON = Makefile.am Makefile.in
109 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
111 TAR = tar
112 GZIP_ENV = --best
113 all: all-redirect
114 .SUFFIXES:
115 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
116 cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps WindowMaker/Themes/Makefile
118 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
119 cd $(top_builddir) \
120 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
123 install-defsdataDATA: $(defsdata_DATA)
124 @$(NORMAL_INSTALL)
125 $(mkinstalldirs) $(DESTDIR)$(defsdatadir)
126 @list='$(defsdata_DATA)'; for p in $$list; do \
127 if test -f $(srcdir)/$$p; then \
128 echo " $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(defsdatadir)/$$p"; \
129 $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(defsdatadir)/$$p; \
130 else if test -f $$p; then \
131 echo " $(INSTALL_DATA) $$p $(DESTDIR)$(defsdatadir)/$$p"; \
132 $(INSTALL_DATA) $$p $(DESTDIR)$(defsdatadir)/$$p; \
133 fi; fi; \
134 done
136 uninstall-defsdataDATA:
137 @$(NORMAL_UNINSTALL)
138 list='$(defsdata_DATA)'; for p in $$list; do \
139 rm -f $(DESTDIR)$(defsdatadir)/$$p; \
140 done
142 # This directory's subdirectories are mostly independent; you can cd
143 # into them and run `make' without going through this Makefile.
144 # To change the values of `make' variables: instead of editing Makefiles,
145 # (1) if the variable is set in `config.status', edit `config.status'
146 # (which will cause the Makefiles to be regenerated when you run `make');
147 # (2) otherwise, pass the desired values on the `make' command line.
149 @SET_MAKE@
151 all-recursive install-data-recursive install-exec-recursive \
152 installdirs-recursive install-recursive uninstall-recursive \
153 check-recursive installcheck-recursive info-recursive dvi-recursive:
154 @set fnord $(MAKEFLAGS); amf=$$2; \
155 dot_seen=no; \
156 target=`echo $@ | sed s/-recursive//`; \
157 list='$(SUBDIRS)'; for subdir in $$list; do \
158 echo "Making $$target in $$subdir"; \
159 if test "$$subdir" = "."; then \
160 dot_seen=yes; \
161 local_target="$$target-am"; \
162 else \
163 local_target="$$target"; \
164 fi; \
165 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
166 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
167 done; \
168 if test "$$dot_seen" = "no"; then \
169 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
170 fi; test -z "$$fail"
172 mostlyclean-recursive clean-recursive distclean-recursive \
173 maintainer-clean-recursive:
174 @set fnord $(MAKEFLAGS); amf=$$2; \
175 dot_seen=no; \
176 rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
177 rev="$$subdir $$rev"; \
178 test "$$subdir" = "." && dot_seen=yes; \
179 done; \
180 test "$$dot_seen" = "no" && rev=". $$rev"; \
181 target=`echo $@ | sed s/-recursive//`; \
182 for subdir in $$rev; do \
183 echo "Making $$target in $$subdir"; \
184 if test "$$subdir" = "."; then \
185 local_target="$$target-am"; \
186 else \
187 local_target="$$target"; \
188 fi; \
189 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
190 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
191 done && test -z "$$fail"
192 tags-recursive:
193 list='$(SUBDIRS)'; for subdir in $$list; do \
194 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
195 done
197 tags: TAGS
199 ID: $(HEADERS) $(SOURCES) $(LISP)
200 list='$(SOURCES) $(HEADERS)'; \
201 unique=`for i in $$list; do echo $$i; done | \
202 awk ' { files[$$0] = 1; } \
203 END { for (i in files) print i; }'`; \
204 here=`pwd` && cd $(srcdir) \
205 && mkid -f$$here/ID $$unique $(LISP)
207 TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP)
208 tags=; \
209 here=`pwd`; \
210 list='$(SUBDIRS)'; for subdir in $$list; do \
211 if test "$$subdir" = .; then :; else \
212 test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
213 fi; \
214 done; \
215 list='$(SOURCES) $(HEADERS)'; \
216 unique=`for i in $$list; do echo $$i; done | \
217 awk ' { files[$$0] = 1; } \
218 END { for (i in files) print i; }'`; \
219 test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
220 || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS)
222 mostlyclean-tags:
224 clean-tags:
226 distclean-tags:
227 -rm -f TAGS ID
229 maintainer-clean-tags:
231 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
233 subdir = WindowMaker/Themes
235 distdir: $(DISTFILES)
236 @for file in $(DISTFILES); do \
237 d=$(srcdir); \
238 if test -d $$d/$$file; then \
239 cp -pr $$/$$file $(distdir)/$$file; \
240 else \
241 test -f $(distdir)/$$file \
242 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
243 || cp -p $$d/$$file $(distdir)/$$file || :; \
244 fi; \
245 done
246 for subdir in $(SUBDIRS); do \
247 if test "$$subdir" = .; then :; else \
248 test -d $(distdir)/$$subdir \
249 || mkdir $(distdir)/$$subdir \
250 || exit 1; \
251 chmod 777 $(distdir)/$$subdir; \
252 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(top_distdir) distdir=../$(distdir)/$$subdir distdir) \
253 || exit 1; \
254 fi; \
255 done
256 info-am:
257 info: info-recursive
258 dvi-am:
259 dvi: dvi-recursive
260 check-am: all-am
261 check: check-recursive
262 installcheck-am:
263 installcheck: installcheck-recursive
264 install-exec-am:
265 install-exec: install-exec-recursive
267 install-data-am: install-defsdataDATA
268 install-data: install-data-recursive
270 install-am: all-am
271 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
272 install: install-recursive
273 uninstall-am: uninstall-defsdataDATA
274 uninstall: uninstall-recursive
275 all-am: Makefile $(DATA)
276 all-redirect: all-recursive
277 install-strip:
278 $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
279 installdirs: installdirs-recursive
280 installdirs-am:
281 $(mkinstalldirs) $(DESTDIR)$(defsdatadir)
284 mostlyclean-generic:
286 clean-generic:
288 distclean-generic:
289 -rm -f Makefile $(CONFIG_CLEAN_FILES)
290 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
292 maintainer-clean-generic:
293 mostlyclean-am: mostlyclean-tags mostlyclean-generic
295 mostlyclean: mostlyclean-recursive
297 clean-am: clean-tags clean-generic mostlyclean-am
299 clean: clean-recursive
301 distclean-am: distclean-tags distclean-generic clean-am
302 -rm -f libtool
304 distclean: distclean-recursive
306 maintainer-clean-am: maintainer-clean-tags maintainer-clean-generic \
307 distclean-am
308 @echo "This command is intended for maintainers to use;"
309 @echo "it deletes files that may require special tools to rebuild."
311 maintainer-clean: maintainer-clean-recursive
313 .PHONY: uninstall-defsdataDATA install-defsdataDATA \
314 install-data-recursive uninstall-data-recursive install-exec-recursive \
315 uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \
316 all-recursive check-recursive installcheck-recursive info-recursive \
317 dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive \
318 maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
319 distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
320 dvi-am dvi check check-am installcheck-am installcheck install-exec-am \
321 install-exec install-data-am install-data install-am install \
322 uninstall-am uninstall all-redirect all-am all installdirs-am \
323 installdirs mostlyclean-generic distclean-generic clean-generic \
324 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
327 # Tell versions [3.59,3.63) of GNU make to not export all variables.
328 # Otherwise a system limit (for SysV at least) may be exceeded.
329 .NOEXPORT: