Code update for Window Maker version 0.50.0
[wmaker-crm.git] / WindowMaker / Themes / Makefile.in
blob3851f52e234dd4292404d5d88faccfb72bc608ae
1 # Makefile.in generated automatically by automake 1.3 from Makefile.am
3 # Copyright (C) 1994, 1995, 1996, 1997, 1998 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 = /bin/sh
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 DISTDIR =
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@
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 GFXFLAGS = @GFXFLAGS@
66 GFXLFLAGS = @GFXLFLAGS@
67 GFXLIBS = @GFXLIBS@
68 I18N = @I18N@
69 I18N_MB = @I18N_MB@
70 ICONEXT = @ICONEXT@
71 INTLIBS = @INTLIBS@
72 LD = @LD@
73 LIBTOOL = @LIBTOOL@
74 LITE = @LITE@
75 LN_S = @LN_S@
76 MAKEINFO = @MAKEINFO@
77 MOFILES = @MOFILES@
78 NLSDIR = @NLSDIR@
79 PACKAGE = @PACKAGE@
80 RANLIB = @RANLIB@
81 REDUCE_APPICONS = @REDUCE_APPICONS@
82 SHAPE = @SHAPE@
83 SOUND = @SOUND@
84 VERSION = @VERSION@
85 WPMOFILES = @WPMOFILES@
86 XCFLAGS = @XCFLAGS@
87 XGETTEXT = @XGETTEXT@
88 XLFLAGS = @XLFLAGS@
89 XLIBS = @XLIBS@
90 XSHM = @XSHM@
91 X_EXTRA_LIBS = @X_EXTRA_LIBS@
92 X_LOCALE = @X_LOCALE@
93 pixmapdir = @pixmapdir@
94 wprefsdir = @wprefsdir@
96 SUBDIRS = Night.themed Checker.themed
98 defsdatadir = $(pkgdatadir)/Themes
100 defsdata_DATA = Default.style OpenStep.style Pastel.style
102 EXTRA_DIST = $(defsdata_DATA)
103 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
104 CONFIG_HEADER = ../../src/config.h
105 CONFIG_CLEAN_FILES =
106 DATA = $(defsdata_DATA)
108 DIST_COMMON = Makefile.am Makefile.in
111 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
113 TAR = tar
114 GZIP = --best
115 all: all-recursive all-am
117 .SUFFIXES:
118 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
119 cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps WindowMaker/Themes/Makefile
121 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
122 cd $(top_builddir) \
123 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
126 install-defsdataDATA: $(defsdata_DATA)
127 @$(NORMAL_INSTALL)
128 $(mkinstalldirs) $(DESTDIR)$(defsdatadir)
129 @list='$(defsdata_DATA)'; for p in $$list; do \
130 if test -f $(srcdir)/$$p; then \
131 echo " $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(defsdatadir)/$$p"; \
132 $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(defsdatadir)/$$p; \
133 else if test -f $$p; then \
134 echo " $(INSTALL_DATA) $$p $(DESTDIR)$(defsdatadir)/$$p"; \
135 $(INSTALL_DATA) $$p $(DESTDIR)$(defsdatadir)/$$p; \
136 fi; fi; \
137 done
139 uninstall-defsdataDATA:
140 @$(NORMAL_UNINSTALL)
141 list='$(defsdata_DATA)'; for p in $$list; do \
142 rm -f $(DESTDIR)$(defsdatadir)/$$p; \
143 done
145 # This directory's subdirectories are mostly independent; you can cd
146 # into them and run `make' without going through this Makefile.
147 # To change the values of `make' variables: instead of editing Makefiles,
148 # (1) if the variable is set in `config.status', edit `config.status'
149 # (which will cause the Makefiles to be regenerated when you run `make');
150 # (2) otherwise, pass the desired values on the `make' command line.
152 @SET_MAKE@
154 all-recursive install-data-recursive install-exec-recursive \
155 installdirs-recursive install-recursive uninstall-recursive \
156 check-recursive installcheck-recursive info-recursive dvi-recursive:
157 @set fnord $(MAKEFLAGS); amf=$$2; \
158 list='$(SUBDIRS)'; for subdir in $$list; do \
159 target=`echo $@ | sed s/-recursive//`; \
160 echo "Making $$target in $$subdir"; \
161 (cd $$subdir && $(MAKE) $$target) \
162 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
163 done && test -z "$$fail"
165 mostlyclean-recursive clean-recursive distclean-recursive \
166 maintainer-clean-recursive:
167 @set fnord $(MAKEFLAGS); amf=$$2; \
168 rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
169 rev="$$subdir $$rev"; \
170 done; \
171 for subdir in $$rev; do \
172 target=`echo $@ | sed s/-recursive//`; \
173 echo "Making $$target in $$subdir"; \
174 (cd $$subdir && $(MAKE) $$target) \
175 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
176 done && test -z "$$fail"
177 tags-recursive:
178 list='$(SUBDIRS)'; for subdir in $$list; do \
179 (cd $$subdir && $(MAKE) tags); \
180 done
182 tags: TAGS
184 ID: $(HEADERS) $(SOURCES) $(LISP)
185 here=`pwd` && cd $(srcdir) \
186 && mkid -f$$here/ID $(SOURCES) $(HEADERS) $(LISP)
188 TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP)
189 tags=; \
190 here=`pwd`; \
191 list='$(SUBDIRS)'; for subdir in $$list; do \
192 test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
193 done; \
194 list='$(SOURCES) $(HEADERS)'; \
195 unique=`for i in $$list; do echo $$i; done | \
196 awk ' { files[$$0] = 1; } \
197 END { for (i in files) print i; }'`; \
198 test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
199 || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS)
201 mostlyclean-tags:
203 clean-tags:
205 distclean-tags:
206 -rm -f TAGS ID
208 maintainer-clean-tags:
210 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
212 subdir = WindowMaker/Themes
214 distdir: $(DISTFILES)
215 @for file in $(DISTFILES); do \
216 d=$(srcdir); \
217 test -f $(distdir)/$$file \
218 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
219 || cp -p $$d/$$file $(distdir)/$$file; \
220 done
221 for subdir in $(SUBDIRS); do \
222 test -d $(distdir)/$$subdir \
223 || mkdir $(distdir)/$$subdir \
224 || exit 1; \
225 chmod 777 $(distdir)/$$subdir; \
226 (cd $$subdir && $(MAKE) top_distdir=../$(top_distdir) distdir=../$(distdir)/$$subdir distdir) \
227 || exit 1; \
228 done
229 info: info-recursive
230 dvi: dvi-recursive
231 check: all-am
232 $(MAKE) check-recursive
233 installcheck: installcheck-recursive
234 all-am: Makefile $(DATA)
236 install-data-am: install-defsdataDATA
238 uninstall-am: uninstall-defsdataDATA
240 install-exec: install-exec-recursive
241 @$(NORMAL_INSTALL)
243 install-data: install-data-recursive install-data-am
244 @$(NORMAL_INSTALL)
246 install: install-recursive install-data-am
249 uninstall: uninstall-recursive uninstall-am
251 install-strip:
252 $(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' INSTALL_SCRIPT='$(INSTALL_PROGRAM)' install
253 installdirs: installdirs-recursive
254 $(mkinstalldirs) $(DATADIR)$(defsdatadir)
257 mostlyclean-generic:
258 -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
260 clean-generic:
261 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
263 distclean-generic:
264 -rm -f Makefile $(DISTCLEANFILES)
265 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
266 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
268 maintainer-clean-generic:
269 -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
270 -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
271 mostlyclean-am: mostlyclean-tags mostlyclean-generic
273 clean-am: clean-tags clean-generic mostlyclean-am
275 distclean-am: distclean-tags distclean-generic clean-am
277 maintainer-clean-am: maintainer-clean-tags maintainer-clean-generic \
278 distclean-am
280 mostlyclean: mostlyclean-recursive mostlyclean-am
282 clean: clean-recursive clean-am
284 distclean: distclean-recursive distclean-am
285 -rm -f config.status
286 -rm -f libtool
288 maintainer-clean: maintainer-clean-recursive maintainer-clean-am
289 @echo "This command is intended for maintainers to use;"
290 @echo "it deletes files that may require special tools to rebuild."
292 .PHONY: uninstall-defsdataDATA install-defsdataDATA \
293 install-data-recursive uninstall-data-recursive install-exec-recursive \
294 uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \
295 all-recursive check-recursive installcheck-recursive info-recursive \
296 dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive \
297 maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
298 distclean-tags clean-tags maintainer-clean-tags distdir info dvi \
299 installcheck all-am install-data-am uninstall-am install-exec \
300 install-data install uninstall all installdirs mostlyclean-generic \
301 distclean-generic clean-generic maintainer-clean-generic clean \
302 mostlyclean distclean maintainer-clean
305 # Tell versions [3.59,3.63) of GNU make to not export all variables.
306 # Otherwise a system limit (for SysV at least) may be exceeded.
307 .NOEXPORT: