1 | # Makefile.in generated automatically by automake 1.4-p6 from Makefile.am |
---|
2 | |
---|
3 | # Copyright (C) 1994, 1995-8, 1999, 2001 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. |
---|
7 | |
---|
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. |
---|
12 | |
---|
13 | |
---|
14 | SHELL = @SHELL@ |
---|
15 | |
---|
16 | srcdir = @srcdir@ |
---|
17 | top_srcdir = @top_srcdir@ |
---|
18 | VPATH = @srcdir@ |
---|
19 | prefix = @prefix@ |
---|
20 | exec_prefix = @exec_prefix@ |
---|
21 | |
---|
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 |
---|
34 | |
---|
35 | DESTDIR = |
---|
36 | |
---|
37 | pkgdatadir = $(datadir)/@PACKAGE@ |
---|
38 | pkglibdir = $(libdir)/@PACKAGE@ |
---|
39 | pkgincludedir = $(includedir)/@PACKAGE@ |
---|
40 | |
---|
41 | top_builddir = ../.. |
---|
42 | |
---|
43 | ACLOCAL = @ACLOCAL@ |
---|
44 | AUTOCONF = @AUTOCONF@ |
---|
45 | AUTOMAKE = @AUTOMAKE@ |
---|
46 | AUTOHEADER = @AUTOHEADER@ |
---|
47 | |
---|
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@ |
---|
53 | |
---|
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 | DLLTOOL = @DLLTOOL@ |
---|
65 | ECHO = @ECHO@ |
---|
66 | EXEEXT = @EXEEXT@ |
---|
67 | GTK_CFLAGS = @GTK_CFLAGS@ |
---|
68 | GTK_LIBS = @GTK_LIBS@ |
---|
69 | GTK_VERSION = @GTK_VERSION@ |
---|
70 | LIBTOOL = @LIBTOOL@ |
---|
71 | LN_S = @LN_S@ |
---|
72 | MAINT = @MAINT@ |
---|
73 | MAKEINFO = @MAKEINFO@ |
---|
74 | OBJDUMP = @OBJDUMP@ |
---|
75 | OBJEXT = @OBJEXT@ |
---|
76 | PACKAGE = @PACKAGE@ |
---|
77 | PKG_CONFIG = @PKG_CONFIG@ |
---|
78 | RANLIB = @RANLIB@ |
---|
79 | STRIP = @STRIP@ |
---|
80 | VERSION = @VERSION@ |
---|
81 | |
---|
82 | dummy = |
---|
83 | SUBDIRS = gtk-2.0 |
---|
84 | themedir = $(datadir)/themes/Metal |
---|
85 | theme_DATA = README.html |
---|
86 | |
---|
87 | EXTRA_DIST = $(theme_DATA) |
---|
88 | mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs |
---|
89 | CONFIG_CLEAN_FILES = |
---|
90 | DATA = $(theme_DATA) |
---|
91 | |
---|
92 | DIST_COMMON = Makefile.am Makefile.in |
---|
93 | |
---|
94 | |
---|
95 | DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST) |
---|
96 | |
---|
97 | TAR = gtar |
---|
98 | GZIP_ENV = --best |
---|
99 | all: all-redirect |
---|
100 | .SUFFIXES: |
---|
101 | $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) |
---|
102 | cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps metal/Theme/Makefile |
---|
103 | |
---|
104 | Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status |
---|
105 | cd $(top_builddir) \ |
---|
106 | && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status |
---|
107 | |
---|
108 | |
---|
109 | install-themeDATA: $(theme_DATA) |
---|
110 | @$(NORMAL_INSTALL) |
---|
111 | $(mkinstalldirs) $(DESTDIR)$(themedir) |
---|
112 | @list='$(theme_DATA)'; for p in $$list; do \ |
---|
113 | if test -f $(srcdir)/$$p; then \ |
---|
114 | echo " $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(themedir)/$$p"; \ |
---|
115 | $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(themedir)/$$p; \ |
---|
116 | else if test -f $$p; then \ |
---|
117 | echo " $(INSTALL_DATA) $$p $(DESTDIR)$(themedir)/$$p"; \ |
---|
118 | $(INSTALL_DATA) $$p $(DESTDIR)$(themedir)/$$p; \ |
---|
119 | fi; fi; \ |
---|
120 | done |
---|
121 | |
---|
122 | uninstall-themeDATA: |
---|
123 | @$(NORMAL_UNINSTALL) |
---|
124 | list='$(theme_DATA)'; for p in $$list; do \ |
---|
125 | rm -f $(DESTDIR)$(themedir)/$$p; \ |
---|
126 | done |
---|
127 | |
---|
128 | # This directory's subdirectories are mostly independent; you can cd |
---|
129 | # into them and run `make' without going through this Makefile. |
---|
130 | # To change the values of `make' variables: instead of editing Makefiles, |
---|
131 | # (1) if the variable is set in `config.status', edit `config.status' |
---|
132 | # (which will cause the Makefiles to be regenerated when you run `make'); |
---|
133 | # (2) otherwise, pass the desired values on the `make' command line. |
---|
134 | |
---|
135 | @SET_MAKE@ |
---|
136 | |
---|
137 | all-recursive install-data-recursive install-exec-recursive \ |
---|
138 | installdirs-recursive install-recursive uninstall-recursive \ |
---|
139 | check-recursive installcheck-recursive info-recursive dvi-recursive: |
---|
140 | @set fnord $(MAKEFLAGS); amf=$$2; \ |
---|
141 | dot_seen=no; \ |
---|
142 | target=`echo $@ | sed s/-recursive//`; \ |
---|
143 | list='$(SUBDIRS)'; for subdir in $$list; do \ |
---|
144 | echo "Making $$target in $$subdir"; \ |
---|
145 | if test "$$subdir" = "."; then \ |
---|
146 | dot_seen=yes; \ |
---|
147 | local_target="$$target-am"; \ |
---|
148 | else \ |
---|
149 | local_target="$$target"; \ |
---|
150 | fi; \ |
---|
151 | (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ |
---|
152 | || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \ |
---|
153 | done; \ |
---|
154 | if test "$$dot_seen" = "no"; then \ |
---|
155 | $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ |
---|
156 | fi; test -z "$$fail" |
---|
157 | |
---|
158 | mostlyclean-recursive clean-recursive distclean-recursive \ |
---|
159 | maintainer-clean-recursive: |
---|
160 | @set fnord $(MAKEFLAGS); amf=$$2; \ |
---|
161 | dot_seen=no; \ |
---|
162 | rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \ |
---|
163 | rev="$$subdir $$rev"; \ |
---|
164 | test "$$subdir" != "." || dot_seen=yes; \ |
---|
165 | done; \ |
---|
166 | test "$$dot_seen" = "no" && rev=". $$rev"; \ |
---|
167 | target=`echo $@ | sed s/-recursive//`; \ |
---|
168 | for subdir in $$rev; do \ |
---|
169 | echo "Making $$target in $$subdir"; \ |
---|
170 | if test "$$subdir" = "."; then \ |
---|
171 | local_target="$$target-am"; \ |
---|
172 | else \ |
---|
173 | local_target="$$target"; \ |
---|
174 | fi; \ |
---|
175 | (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ |
---|
176 | || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \ |
---|
177 | done && test -z "$$fail" |
---|
178 | tags-recursive: |
---|
179 | list='$(SUBDIRS)'; for subdir in $$list; do \ |
---|
180 | test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \ |
---|
181 | done |
---|
182 | |
---|
183 | tags: TAGS |
---|
184 | |
---|
185 | ID: $(HEADERS) $(SOURCES) $(LISP) |
---|
186 | list='$(SOURCES) $(HEADERS)'; \ |
---|
187 | unique=`for i in $$list; do echo $$i; done | \ |
---|
188 | awk ' { files[$$0] = 1; } \ |
---|
189 | END { for (i in files) print i; }'`; \ |
---|
190 | here=`pwd` && cd $(srcdir) \ |
---|
191 | && mkid -f$$here/ID $$unique $(LISP) |
---|
192 | |
---|
193 | TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP) |
---|
194 | tags=; \ |
---|
195 | here=`pwd`; \ |
---|
196 | list='$(SUBDIRS)'; for subdir in $$list; do \ |
---|
197 | if test "$$subdir" = .; then :; else \ |
---|
198 | test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \ |
---|
199 | fi; \ |
---|
200 | done; \ |
---|
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 | test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \ |
---|
206 | || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS) |
---|
207 | |
---|
208 | mostlyclean-tags: |
---|
209 | |
---|
210 | clean-tags: |
---|
211 | |
---|
212 | distclean-tags: |
---|
213 | -rm -f TAGS ID |
---|
214 | |
---|
215 | maintainer-clean-tags: |
---|
216 | |
---|
217 | distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir) |
---|
218 | |
---|
219 | subdir = metal/Theme |
---|
220 | |
---|
221 | distdir: $(DISTFILES) |
---|
222 | @for file in $(DISTFILES); do \ |
---|
223 | d=$(srcdir); \ |
---|
224 | if test -d $$d/$$file; then \ |
---|
225 | cp -pr $$d/$$file $(distdir)/$$file; \ |
---|
226 | else \ |
---|
227 | test -f $(distdir)/$$file \ |
---|
228 | || ln $$d/$$file $(distdir)/$$file 2> /dev/null \ |
---|
229 | || cp -p $$d/$$file $(distdir)/$$file || :; \ |
---|
230 | fi; \ |
---|
231 | done |
---|
232 | for subdir in $(SUBDIRS); do \ |
---|
233 | if test "$$subdir" = .; then :; else \ |
---|
234 | test -d $(distdir)/$$subdir \ |
---|
235 | || mkdir $(distdir)/$$subdir \ |
---|
236 | || exit 1; \ |
---|
237 | chmod 777 $(distdir)/$$subdir; \ |
---|
238 | (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(top_distdir) distdir=../$(distdir)/$$subdir distdir) \ |
---|
239 | || exit 1; \ |
---|
240 | fi; \ |
---|
241 | done |
---|
242 | info-am: |
---|
243 | info: info-recursive |
---|
244 | dvi-am: |
---|
245 | dvi: dvi-recursive |
---|
246 | check-am: all-am |
---|
247 | check: check-recursive |
---|
248 | installcheck-am: |
---|
249 | installcheck: installcheck-recursive |
---|
250 | install-exec-am: |
---|
251 | install-exec: install-exec-recursive |
---|
252 | |
---|
253 | install-data-am: install-themeDATA |
---|
254 | install-data: install-data-recursive |
---|
255 | |
---|
256 | install-am: all-am |
---|
257 | @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am |
---|
258 | install: install-recursive |
---|
259 | uninstall-am: uninstall-themeDATA |
---|
260 | uninstall: uninstall-recursive |
---|
261 | all-am: Makefile $(DATA) |
---|
262 | all-redirect: all-recursive |
---|
263 | install-strip: |
---|
264 | $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install |
---|
265 | installdirs: installdirs-recursive |
---|
266 | installdirs-am: |
---|
267 | $(mkinstalldirs) $(DESTDIR)$(themedir) |
---|
268 | |
---|
269 | |
---|
270 | mostlyclean-generic: |
---|
271 | |
---|
272 | clean-generic: |
---|
273 | |
---|
274 | distclean-generic: |
---|
275 | -rm -f Makefile $(CONFIG_CLEAN_FILES) |
---|
276 | -rm -f config.cache config.log stamp-h stamp-h[0-9]* |
---|
277 | |
---|
278 | maintainer-clean-generic: |
---|
279 | mostlyclean-am: mostlyclean-tags mostlyclean-generic |
---|
280 | |
---|
281 | mostlyclean: mostlyclean-recursive |
---|
282 | |
---|
283 | clean-am: clean-tags clean-generic mostlyclean-am |
---|
284 | |
---|
285 | clean: clean-recursive |
---|
286 | |
---|
287 | distclean-am: distclean-tags distclean-generic clean-am |
---|
288 | -rm -f libtool |
---|
289 | |
---|
290 | distclean: distclean-recursive |
---|
291 | |
---|
292 | maintainer-clean-am: maintainer-clean-tags maintainer-clean-generic \ |
---|
293 | distclean-am |
---|
294 | @echo "This command is intended for maintainers to use;" |
---|
295 | @echo "it deletes files that may require special tools to rebuild." |
---|
296 | |
---|
297 | maintainer-clean: maintainer-clean-recursive |
---|
298 | |
---|
299 | .PHONY: uninstall-themeDATA install-themeDATA install-data-recursive \ |
---|
300 | uninstall-data-recursive install-exec-recursive \ |
---|
301 | uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \ |
---|
302 | all-recursive check-recursive installcheck-recursive info-recursive \ |
---|
303 | dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive \ |
---|
304 | maintainer-clean-recursive tags tags-recursive mostlyclean-tags \ |
---|
305 | distclean-tags clean-tags maintainer-clean-tags distdir info-am info \ |
---|
306 | dvi-am dvi check check-am installcheck-am installcheck install-exec-am \ |
---|
307 | install-exec install-data-am install-data install-am install \ |
---|
308 | uninstall-am uninstall all-redirect all-am all installdirs-am \ |
---|
309 | installdirs mostlyclean-generic distclean-generic clean-generic \ |
---|
310 | maintainer-clean-generic clean mostlyclean distclean maintainer-clean |
---|
311 | |
---|
312 | |
---|
313 | # Tell versions [3.59,3.63) of GNU make to not export all variables. |
---|
314 | # Otherwise a system limit (for SysV at least) may be exceeded. |
---|
315 | .NOEXPORT: |
---|