Update for 0.51.0
[wmaker-crm.git] / WindowMaker / Themes / Makefile.in
blobb3d795580348f6d24f12707a7d14dde39f6736d4
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 ICONEXT = @ICONEXT@
69 INTLIBS = @INTLIBS@
70 LD = @LD@
71 LIBTOOL = @LIBTOOL@
72 LITE = @LITE@
73 LN_S = @LN_S@
74 MAKEINFO = @MAKEINFO@
75 MOFILES = @MOFILES@
76 NLSDIR = @NLSDIR@
77 NM = @NM@
78 PACKAGE = @PACKAGE@
79 RANLIB = @RANLIB@
80 VERSION = @VERSION@
81 WPMOFILES = @WPMOFILES@
82 XCFLAGS = @XCFLAGS@
83 XGETTEXT = @XGETTEXT@
84 XLFLAGS = @XLFLAGS@
85 XLIBS = @XLIBS@
86 X_EXTRA_LIBS = @X_EXTRA_LIBS@
87 wprefsdir = @wprefsdir@
89 SUBDIRS = Night.themed Checker.themed
91 defsdatadir = $(pkgdatadir)/Themes
93 defsdata_DATA = Default.style OpenStep.style Pastel.style
95 EXTRA_DIST = $(defsdata_DATA)
96 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
97 CONFIG_HEADER = ../../src/config.h
98 CONFIG_CLEAN_FILES =
99 DATA = $(defsdata_DATA)
101 DIST_COMMON = Makefile.am Makefile.in
104 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
106 TAR = tar
107 GZIP = --best
108 all: all-recursive all-am
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 list='$(SUBDIRS)'; for subdir in $$list; do \
152 target=`echo $@ | sed s/-recursive//`; \
153 echo "Making $$target in $$subdir"; \
154 (cd $$subdir && $(MAKE) $$target) \
155 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
156 done && test -z "$$fail"
158 mostlyclean-recursive clean-recursive distclean-recursive \
159 maintainer-clean-recursive:
160 @set fnord $(MAKEFLAGS); amf=$$2; \
161 rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
162 rev="$$subdir $$rev"; \
163 done; \
164 for subdir in $$rev; do \
165 target=`echo $@ | sed s/-recursive//`; \
166 echo "Making $$target in $$subdir"; \
167 (cd $$subdir && $(MAKE) $$target) \
168 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
169 done && test -z "$$fail"
170 tags-recursive:
171 list='$(SUBDIRS)'; for subdir in $$list; do \
172 (cd $$subdir && $(MAKE) tags); \
173 done
175 tags: TAGS
177 ID: $(HEADERS) $(SOURCES) $(LISP)
178 here=`pwd` && cd $(srcdir) \
179 && mkid -f$$here/ID $(SOURCES) $(HEADERS) $(LISP)
181 TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP)
182 tags=; \
183 here=`pwd`; \
184 list='$(SUBDIRS)'; for subdir in $$list; do \
185 test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
186 done; \
187 list='$(SOURCES) $(HEADERS)'; \
188 unique=`for i in $$list; do echo $$i; done | \
189 awk ' { files[$$0] = 1; } \
190 END { for (i in files) print i; }'`; \
191 test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
192 || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS)
194 mostlyclean-tags:
196 clean-tags:
198 distclean-tags:
199 -rm -f TAGS ID
201 maintainer-clean-tags:
203 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
205 subdir = WindowMaker/Themes
207 distdir: $(DISTFILES)
208 @for file in $(DISTFILES); do \
209 d=$(srcdir); \
210 test -f $(distdir)/$$file \
211 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
212 || cp -p $$d/$$file $(distdir)/$$file; \
213 done
214 for subdir in $(SUBDIRS); do \
215 test -d $(distdir)/$$subdir \
216 || mkdir $(distdir)/$$subdir \
217 || exit 1; \
218 chmod 777 $(distdir)/$$subdir; \
219 (cd $$subdir && $(MAKE) top_distdir=../$(top_distdir) distdir=../$(distdir)/$$subdir distdir) \
220 || exit 1; \
221 done
222 info: info-recursive
223 dvi: dvi-recursive
224 check: all-am
225 $(MAKE) check-recursive
226 installcheck: installcheck-recursive
227 all-am: Makefile $(DATA)
229 install-data-am: install-defsdataDATA
231 uninstall-am: uninstall-defsdataDATA
233 install-exec: install-exec-recursive
234 @$(NORMAL_INSTALL)
236 install-data: install-data-recursive install-data-am
237 @$(NORMAL_INSTALL)
239 install: install-recursive install-data-am
242 uninstall: uninstall-recursive uninstall-am
244 install-strip:
245 $(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' INSTALL_SCRIPT='$(INSTALL_PROGRAM)' install
246 installdirs: installdirs-recursive
247 $(mkinstalldirs) $(DATADIR)$(defsdatadir)
250 mostlyclean-generic:
251 -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
253 clean-generic:
254 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
256 distclean-generic:
257 -rm -f Makefile $(DISTCLEANFILES)
258 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
259 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
261 maintainer-clean-generic:
262 -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
263 -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
264 mostlyclean-am: mostlyclean-tags mostlyclean-generic
266 clean-am: clean-tags clean-generic mostlyclean-am
268 distclean-am: distclean-tags distclean-generic clean-am
270 maintainer-clean-am: maintainer-clean-tags maintainer-clean-generic \
271 distclean-am
273 mostlyclean: mostlyclean-recursive mostlyclean-am
275 clean: clean-recursive clean-am
277 distclean: distclean-recursive distclean-am
278 -rm -f config.status
279 -rm -f libtool
281 maintainer-clean: maintainer-clean-recursive maintainer-clean-am
282 @echo "This command is intended for maintainers to use;"
283 @echo "it deletes files that may require special tools to rebuild."
285 .PHONY: uninstall-defsdataDATA install-defsdataDATA \
286 install-data-recursive uninstall-data-recursive install-exec-recursive \
287 uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \
288 all-recursive check-recursive installcheck-recursive info-recursive \
289 dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive \
290 maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
291 distclean-tags clean-tags maintainer-clean-tags distdir info dvi \
292 installcheck all-am install-data-am uninstall-am install-exec \
293 install-data install uninstall all installdirs mostlyclean-generic \
294 distclean-generic clean-generic maintainer-clean-generic clean \
295 mostlyclean distclean maintainer-clean
298 # Tell versions [3.59,3.63) of GNU make to not export all variables.
299 # Otherwise a system limit (for SysV at least) may be exceeded.
300 .NOEXPORT: