0.51.1 pre snapshot. Be careful, it may be buggy. It fixes some bugs though.
[wmaker-crm.git] / WindowMaker / Themes / Makefile.in
blob41e9ac440689de5b68cd42ba26a308668bdc4e29
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 GFXLIBS = @GFXLIBS@
66 HEADER_SEARCH_PATH = @HEADER_SEARCH_PATH@
67 ICONEXT = @ICONEXT@
68 INTLIBS = @INTLIBS@
69 LD = @LD@
70 LIBPL = @LIBPL@
71 LIBRARY_SEARCH_PATH = @LIBRARY_SEARCH_PATH@
72 LIBTOOL = @LIBTOOL@
73 LITE = @LITE@
74 LN_S = @LN_S@
75 MAKEINFO = @MAKEINFO@
76 MOFILES = @MOFILES@
77 NLSDIR = @NLSDIR@
78 NM = @NM@
79 PACKAGE = @PACKAGE@
80 RANLIB = @RANLIB@
81 VERSION = @VERSION@
82 WPMOFILES = @WPMOFILES@
83 XCFLAGS = @XCFLAGS@
84 XGETTEXT = @XGETTEXT@
85 XLFLAGS = @XLFLAGS@
86 XLIBS = @XLIBS@
87 X_EXTRA_LIBS = @X_EXTRA_LIBS@
88 wprefsdir = @wprefsdir@
90 SUBDIRS = Night.themed Checker.themed
92 defsdatadir = $(pkgdatadir)/Themes
94 defsdata_DATA = Default.style OpenStep.style Pastel.style SteelBlueSilk.style
96 EXTRA_DIST = $(defsdata_DATA)
97 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
98 CONFIG_HEADER = ../../src/config.h
99 CONFIG_CLEAN_FILES =
100 DATA = $(defsdata_DATA)
102 DIST_COMMON = Makefile.am Makefile.in
105 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
107 TAR = tar
108 GZIP_ENV = --best
109 all: all-redirect
110 .SUFFIXES:
111 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
112 cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps WindowMaker/Themes/Makefile
114 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
115 cd $(top_builddir) \
116 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
119 install-defsdataDATA: $(defsdata_DATA)
120 @$(NORMAL_INSTALL)
121 $(mkinstalldirs) $(DESTDIR)$(defsdatadir)
122 @list='$(defsdata_DATA)'; for p in $$list; do \
123 if test -f $(srcdir)/$$p; then \
124 echo " $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(defsdatadir)/$$p"; \
125 $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(defsdatadir)/$$p; \
126 else if test -f $$p; then \
127 echo " $(INSTALL_DATA) $$p $(DESTDIR)$(defsdatadir)/$$p"; \
128 $(INSTALL_DATA) $$p $(DESTDIR)$(defsdatadir)/$$p; \
129 fi; fi; \
130 done
132 uninstall-defsdataDATA:
133 @$(NORMAL_UNINSTALL)
134 list='$(defsdata_DATA)'; for p in $$list; do \
135 rm -f $(DESTDIR)$(defsdatadir)/$$p; \
136 done
138 # This directory's subdirectories are mostly independent; you can cd
139 # into them and run `make' without going through this Makefile.
140 # To change the values of `make' variables: instead of editing Makefiles,
141 # (1) if the variable is set in `config.status', edit `config.status'
142 # (which will cause the Makefiles to be regenerated when you run `make');
143 # (2) otherwise, pass the desired values on the `make' command line.
145 @SET_MAKE@
147 all-recursive install-data-recursive install-exec-recursive \
148 installdirs-recursive install-recursive uninstall-recursive \
149 check-recursive installcheck-recursive info-recursive dvi-recursive:
150 @set fnord $(MAKEFLAGS); amf=$$2; \
151 dot_seen=no; \
152 target=`echo $@ | sed s/-recursive//`; \
153 list='$(SUBDIRS)'; for subdir in $$list; do \
154 echo "Making $$target in $$subdir"; \
155 if test "$$subdir" = "."; then \
156 dot_seen=yes; \
157 local_target="$$target-am"; \
158 else \
159 local_target="$$target"; \
160 fi; \
161 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
162 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
163 done; \
164 if test "$$dot_seen" = "no"; then \
165 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
166 fi; test -z "$$fail"
168 mostlyclean-recursive clean-recursive distclean-recursive \
169 maintainer-clean-recursive:
170 @set fnord $(MAKEFLAGS); amf=$$2; \
171 dot_seen=no; \
172 rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
173 rev="$$subdir $$rev"; \
174 test "$$subdir" = "." && dot_seen=yes; \
175 done; \
176 test "$$dot_seen" = "no" && rev=". $$rev"; \
177 target=`echo $@ | sed s/-recursive//`; \
178 for subdir in $$rev; do \
179 echo "Making $$target in $$subdir"; \
180 if test "$$subdir" = "."; then \
181 local_target="$$target-am"; \
182 else \
183 local_target="$$target"; \
184 fi; \
185 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
186 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
187 done && test -z "$$fail"
188 tags-recursive:
189 list='$(SUBDIRS)'; for subdir in $$list; do \
190 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
191 done
193 tags: TAGS
195 ID: $(HEADERS) $(SOURCES) $(LISP)
196 list='$(SOURCES) $(HEADERS)'; \
197 unique=`for i in $$list; do echo $$i; done | \
198 awk ' { files[$$0] = 1; } \
199 END { for (i in files) print i; }'`; \
200 here=`pwd` && cd $(srcdir) \
201 && mkid -f$$here/ID $$unique $(LISP)
203 TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP)
204 tags=; \
205 here=`pwd`; \
206 list='$(SUBDIRS)'; for subdir in $$list; do \
207 if test "$$subdir" = .; then :; else \
208 test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
209 fi; \
210 done; \
211 list='$(SOURCES) $(HEADERS)'; \
212 unique=`for i in $$list; do echo $$i; done | \
213 awk ' { files[$$0] = 1; } \
214 END { for (i in files) print i; }'`; \
215 test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
216 || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS)
218 mostlyclean-tags:
220 clean-tags:
222 distclean-tags:
223 -rm -f TAGS ID
225 maintainer-clean-tags:
227 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
229 subdir = WindowMaker/Themes
231 distdir: $(DISTFILES)
232 @for file in $(DISTFILES); do \
233 d=$(srcdir); \
234 if test -d $$d/$$file; then \
235 cp -pr $$/$$file $(distdir)/$$file; \
236 else \
237 test -f $(distdir)/$$file \
238 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
239 || cp -p $$d/$$file $(distdir)/$$file || :; \
240 fi; \
241 done
242 for subdir in $(SUBDIRS); do \
243 if test "$$subdir" = .; then :; else \
244 test -d $(distdir)/$$subdir \
245 || mkdir $(distdir)/$$subdir \
246 || exit 1; \
247 chmod 777 $(distdir)/$$subdir; \
248 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(top_distdir) distdir=../$(distdir)/$$subdir distdir) \
249 || exit 1; \
250 fi; \
251 done
252 info-am:
253 info: info-recursive
254 dvi-am:
255 dvi: dvi-recursive
256 check-am: all-am
257 check: check-recursive
258 installcheck-am:
259 installcheck: installcheck-recursive
260 install-exec-am:
261 install-exec: install-exec-recursive
263 install-data-am: install-defsdataDATA
264 install-data: install-data-recursive
266 install-am: all-am
267 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
268 install: install-recursive
269 uninstall-am: uninstall-defsdataDATA
270 uninstall: uninstall-recursive
271 all-am: Makefile $(DATA)
272 all-redirect: all-recursive
273 install-strip:
274 $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
275 installdirs: installdirs-recursive
276 installdirs-am:
277 $(mkinstalldirs) $(DESTDIR)$(defsdatadir)
280 mostlyclean-generic:
282 clean-generic:
284 distclean-generic:
285 -rm -f Makefile $(CONFIG_CLEAN_FILES)
286 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
288 maintainer-clean-generic:
289 mostlyclean-am: mostlyclean-tags mostlyclean-generic
291 mostlyclean: mostlyclean-recursive
293 clean-am: clean-tags clean-generic mostlyclean-am
295 clean: clean-recursive
297 distclean-am: distclean-tags distclean-generic clean-am
298 -rm -f libtool
300 distclean: distclean-recursive
302 maintainer-clean-am: maintainer-clean-tags maintainer-clean-generic \
303 distclean-am
304 @echo "This command is intended for maintainers to use;"
305 @echo "it deletes files that may require special tools to rebuild."
307 maintainer-clean: maintainer-clean-recursive
309 .PHONY: uninstall-defsdataDATA install-defsdataDATA \
310 install-data-recursive uninstall-data-recursive install-exec-recursive \
311 uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \
312 all-recursive check-recursive installcheck-recursive info-recursive \
313 dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive \
314 maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
315 distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
316 dvi-am dvi check check-am installcheck-am installcheck install-exec-am \
317 install-exec install-data-am install-data install-am install \
318 uninstall-am uninstall all-redirect all-am all installdirs-am \
319 installdirs mostlyclean-generic distclean-generic clean-generic \
320 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
323 # Tell versions [3.59,3.63) of GNU make to not export all variables.
324 # Otherwise a system limit (for SysV at least) may be exceeded.
325 .NOEXPORT: