autogen cleanup
[eyes-widget] / themes / Makefile.in
1 # Makefile.in generated by automake 1.7.9 from Makefile.am.
2 # @configure_input@
3
4 # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003
5 # Free Software Foundation, Inc.
6 # This Makefile.in is free software; the Free Software Foundation
7 # gives unlimited permission to copy and/or distribute it,
8 # with or without modifications, as long as this notice is preserved.
9
10 # This program is distributed in the hope that it will be useful,
11 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13 # PARTICULAR PURPOSE.
14
15 @SET_MAKE@
16
17 # $Id: Makefile.am 2397 2007-01-17 17:46:35Z nick $
18
19 srcdir = @srcdir@
20 top_srcdir = @top_srcdir@
21 VPATH = @srcdir@
22 pkgdatadir = $(datadir)/@PACKAGE@
23 pkglibdir = $(libdir)/@PACKAGE@
24 pkgincludedir = $(includedir)/@PACKAGE@
25 top_builddir = ..
26
27 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
28 INSTALL = @INSTALL@
29 install_sh_DATA = $(install_sh) -c -m 644
30 install_sh_PROGRAM = $(install_sh) -c
31 install_sh_SCRIPT = $(install_sh) -c
32 INSTALL_HEADER = $(INSTALL_DATA)
33 transform = $(program_transform_name)
34 NORMAL_INSTALL = :
35 PRE_INSTALL = :
36 POST_INSTALL = :
37 NORMAL_UNINSTALL = :
38 PRE_UNINSTALL = :
39 POST_UNINSTALL = :
40 host_triplet = @host@
41 ACLOCAL = @ACLOCAL@
42 AMDEP_FALSE = @AMDEP_FALSE@
43 AMDEP_TRUE = @AMDEP_TRUE@
44 AMTAR = @AMTAR@
45 AR = @AR@
46 AUTOCONF = @AUTOCONF@
47 AUTOHEADER = @AUTOHEADER@
48 AUTOMAKE = @AUTOMAKE@
49 AWK = @AWK@
50 CC = @CC@
51 CCDEPMODE = @CCDEPMODE@
52 CFLAGS = @CFLAGS@
53 CPP = @CPP@
54 CPPFLAGS = @CPPFLAGS@
55 CXX = @CXX@
56 CXXCPP = @CXXCPP@
57 CXXDEPMODE = @CXXDEPMODE@
58 CXXFLAGS = @CXXFLAGS@
59 CYGPATH_W = @CYGPATH_W@
60 DEFS = @DEFS@
61 DEPDIR = @DEPDIR@
62 DSYMUTIL = @DSYMUTIL@
63 ECHO = @ECHO@
64 ECHO_C = @ECHO_C@
65 ECHO_N = @ECHO_N@
66 ECHO_T = @ECHO_T@
67 EGREP = @EGREP@
68 EXEEXT = @EXEEXT@
69 F77 = @F77@
70 FFLAGS = @FFLAGS@
71 GREP = @GREP@
72 GTK_CFLAGS = @GTK_CFLAGS@
73 GTK_LIBS = @GTK_LIBS@
74 HILDON_CFLAGS = @HILDON_CFLAGS@
75 HILDON_LIBS = @HILDON_LIBS@
76 INSTALL_DATA = @INSTALL_DATA@
77 INSTALL_PROGRAM = @INSTALL_PROGRAM@
78 INSTALL_SCRIPT = @INSTALL_SCRIPT@
79 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
80 LDFLAGS = @LDFLAGS@
81 LIBOBJS = @LIBOBJS@
82 LIBS = @LIBS@
83 LIBTOOL = @LIBTOOL@
84 LN_S = @LN_S@
85 LTLIBOBJS = @LTLIBOBJS@
86 MAKEINFO = @MAKEINFO@
87 NMEDIT = @NMEDIT@
88 OBJEXT = @OBJEXT@
89 PACKAGE = @PACKAGE@
90 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
91 PACKAGE_NAME = @PACKAGE_NAME@
92 PACKAGE_STRING = @PACKAGE_STRING@
93 PACKAGE_TARNAME = @PACKAGE_TARNAME@
94 PACKAGE_VERSION = @PACKAGE_VERSION@
95 PATH_SEPARATOR = @PATH_SEPARATOR@
96 PKG_CONFIG = @PKG_CONFIG@
97 RANLIB = @RANLIB@
98 SED = @SED@
99 SET_MAKE = @SET_MAKE@
100 SHELL = @SHELL@
101 STRIP = @STRIP@
102 VERSION = @VERSION@
103 ac_ct_CC = @ac_ct_CC@
104 ac_ct_CXX = @ac_ct_CXX@
105 ac_ct_F77 = @ac_ct_F77@
106 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
107 am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
108 am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
109 am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
110 am__include = @am__include@
111 am__leading_dot = @am__leading_dot@
112 am__quote = @am__quote@
113 bindir = @bindir@
114 build = @build@
115 build_alias = @build_alias@
116 build_cpu = @build_cpu@
117 build_os = @build_os@
118 build_vendor = @build_vendor@
119 datadir = @datadir@
120 datarootdir = @datarootdir@
121 docdir = @docdir@
122 dvidir = @dvidir@
123 exec_prefix = @exec_prefix@
124 host = @host@
125 host_alias = @host_alias@
126 host_cpu = @host_cpu@
127 host_os = @host_os@
128 host_vendor = @host_vendor@
129 htmldir = @htmldir@
130 includedir = @includedir@
131 infodir = @infodir@
132 install_sh = @install_sh@
133 libdir = @libdir@
134 libexecdir = @libexecdir@
135 localedir = @localedir@
136 localstatedir = @localstatedir@
137 mandir = @mandir@
138 oldincludedir = @oldincludedir@
139 pdfdir = @pdfdir@
140 prefix = @prefix@
141 program_transform_name = @program_transform_name@
142 psdir = @psdir@
143 sbindir = @sbindir@
144 sharedstatedir = @sharedstatedir@
145 sysconfdir = @sysconfdir@
146 target_alias = @target_alias@
147
148 SUBDIRS = \
149         Default
150
151 subdir = themes
152 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
153 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
154 CONFIG_HEADER = $(top_builddir)/config.h
155 CONFIG_CLEAN_FILES =
156 DIST_SOURCES =
157
158 RECURSIVE_TARGETS = info-recursive dvi-recursive pdf-recursive \
159         ps-recursive install-info-recursive uninstall-info-recursive \
160         all-recursive install-data-recursive install-exec-recursive \
161         installdirs-recursive install-recursive uninstall-recursive \
162         check-recursive installcheck-recursive
163 DIST_COMMON = $(srcdir)/Makefile.in Makefile.am
164 DIST_SUBDIRS = $(SUBDIRS)
165 all: all-recursive
166
167 .SUFFIXES:
168 $(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.ac $(ACLOCAL_M4)
169         cd $(top_srcdir) && \
170           $(AUTOMAKE) --foreign  themes/Makefile
171 Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
172         cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
173
174 mostlyclean-libtool:
175         -rm -f *.lo
176
177 clean-libtool:
178         -rm -rf .libs _libs
179
180 distclean-libtool:
181         -rm -f libtool
182 uninstall-info-am:
183
184 # This directory's subdirectories are mostly independent; you can cd
185 # into them and run `make' without going through this Makefile.
186 # To change the values of `make' variables: instead of editing Makefiles,
187 # (1) if the variable is set in `config.status', edit `config.status'
188 #     (which will cause the Makefiles to be regenerated when you run `make');
189 # (2) otherwise, pass the desired values on the `make' command line.
190 $(RECURSIVE_TARGETS):
191         @set fnord $$MAKEFLAGS; amf=$$2; \
192         dot_seen=no; \
193         target=`echo $@ | sed s/-recursive//`; \
194         list='$(SUBDIRS)'; for subdir in $$list; do \
195           echo "Making $$target in $$subdir"; \
196           if test "$$subdir" = "."; then \
197             dot_seen=yes; \
198             local_target="$$target-am"; \
199           else \
200             local_target="$$target"; \
201           fi; \
202           (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
203            || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
204         done; \
205         if test "$$dot_seen" = "no"; then \
206           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
207         fi; test -z "$$fail"
208
209 mostlyclean-recursive clean-recursive distclean-recursive \
210 maintainer-clean-recursive:
211         @set fnord $$MAKEFLAGS; amf=$$2; \
212         dot_seen=no; \
213         case "$@" in \
214           distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
215           *) list='$(SUBDIRS)' ;; \
216         esac; \
217         rev=''; for subdir in $$list; do \
218           if test "$$subdir" = "."; then :; else \
219             rev="$$subdir $$rev"; \
220           fi; \
221         done; \
222         rev="$$rev ."; \
223         target=`echo $@ | sed s/-recursive//`; \
224         for subdir in $$rev; do \
225           echo "Making $$target in $$subdir"; \
226           if test "$$subdir" = "."; then \
227             local_target="$$target-am"; \
228           else \
229             local_target="$$target"; \
230           fi; \
231           (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
232            || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
233         done && test -z "$$fail"
234 tags-recursive:
235         list='$(SUBDIRS)'; for subdir in $$list; do \
236           test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
237         done
238 ctags-recursive:
239         list='$(SUBDIRS)'; for subdir in $$list; do \
240           test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
241         done
242
243 ETAGS = etags
244 ETAGSFLAGS =
245
246 CTAGS = ctags
247 CTAGSFLAGS =
248
249 tags: TAGS
250
251 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
252         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
253         unique=`for i in $$list; do \
254             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
255           done | \
256           $(AWK) '    { files[$$0] = 1; } \
257                END { for (i in files) print i; }'`; \
258         mkid -fID $$unique
259
260 TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
261                 $(TAGS_FILES) $(LISP)
262         tags=; \
263         here=`pwd`; \
264         if (etags --etags-include --version) >/dev/null 2>&1; then \
265           include_option=--etags-include; \
266         else \
267           include_option=--include; \
268         fi; \
269         list='$(SUBDIRS)'; for subdir in $$list; do \
270           if test "$$subdir" = .; then :; else \
271             test -f $$subdir/TAGS && \
272               tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
273           fi; \
274         done; \
275         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
276         unique=`for i in $$list; do \
277             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
278           done | \
279           $(AWK) '    { files[$$0] = 1; } \
280                END { for (i in files) print i; }'`; \
281         test -z "$(ETAGS_ARGS)$$tags$$unique" \
282           || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
283              $$tags $$unique
284
285 ctags: CTAGS
286 CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
287                 $(TAGS_FILES) $(LISP)
288         tags=; \
289         here=`pwd`; \
290         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
291         unique=`for i in $$list; do \
292             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
293           done | \
294           $(AWK) '    { files[$$0] = 1; } \
295                END { for (i in files) print i; }'`; \
296         test -z "$(CTAGS_ARGS)$$tags$$unique" \
297           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
298              $$tags $$unique
299
300 GTAGS:
301         here=`$(am__cd) $(top_builddir) && pwd` \
302           && cd $(top_srcdir) \
303           && gtags -i $(GTAGS_ARGS) $$here
304
305 distclean-tags:
306         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
307 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
308
309 top_distdir = ..
310 distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
311
312 distdir: $(DISTFILES)
313         @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
314         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
315         list='$(DISTFILES)'; for file in $$list; do \
316           case $$file in \
317             $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
318             $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
319           esac; \
320           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
321           dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
322           if test "$$dir" != "$$file" && test "$$dir" != "."; then \
323             dir="/$$dir"; \
324             $(mkinstalldirs) "$(distdir)$$dir"; \
325           else \
326             dir=''; \
327           fi; \
328           if test -d $$d/$$file; then \
329             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
330               cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
331             fi; \
332             cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
333           else \
334             test -f $(distdir)/$$file \
335             || cp -p $$d/$$file $(distdir)/$$file \
336             || exit 1; \
337           fi; \
338         done
339         list='$(SUBDIRS)'; for subdir in $$list; do \
340           if test "$$subdir" = .; then :; else \
341             test -d $(distdir)/$$subdir \
342             || mkdir $(distdir)/$$subdir \
343             || exit 1; \
344             (cd $$subdir && \
345               $(MAKE) $(AM_MAKEFLAGS) \
346                 top_distdir="$(top_distdir)" \
347                 distdir=../$(distdir)/$$subdir \
348                 distdir) \
349               || exit 1; \
350           fi; \
351         done
352 check-am: all-am
353 check: check-recursive
354 all-am: Makefile
355 installdirs: installdirs-recursive
356 installdirs-am:
357
358 install: install-recursive
359 install-exec: install-exec-recursive
360 install-data: install-data-recursive
361 uninstall: uninstall-recursive
362
363 install-am: all-am
364         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
365
366 installcheck: installcheck-recursive
367 install-strip:
368         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
369           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
370           `test -z '$(STRIP)' || \
371             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
372 mostlyclean-generic:
373
374 clean-generic:
375
376 distclean-generic:
377         -rm -f $(CONFIG_CLEAN_FILES)
378
379 maintainer-clean-generic:
380         @echo "This command is intended for maintainers to use"
381         @echo "it deletes files that may require special tools to rebuild."
382 clean: clean-recursive
383
384 clean-am: clean-generic clean-libtool mostlyclean-am
385
386 distclean: distclean-recursive
387         -rm -f Makefile
388 distclean-am: clean-am distclean-generic distclean-libtool \
389         distclean-tags
390
391 dvi: dvi-recursive
392
393 dvi-am:
394
395 info: info-recursive
396
397 info-am:
398
399 install-data-am:
400
401 install-exec-am:
402
403 install-info: install-info-recursive
404
405 install-man:
406
407 installcheck-am:
408
409 maintainer-clean: maintainer-clean-recursive
410         -rm -f Makefile
411 maintainer-clean-am: distclean-am maintainer-clean-generic
412
413 mostlyclean: mostlyclean-recursive
414
415 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
416
417 pdf: pdf-recursive
418
419 pdf-am:
420
421 ps: ps-recursive
422
423 ps-am:
424
425 uninstall-am: uninstall-info-am
426
427 uninstall-info: uninstall-info-recursive
428
429 .PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am clean \
430         clean-generic clean-libtool clean-recursive ctags \
431         ctags-recursive distclean distclean-generic distclean-libtool \
432         distclean-recursive distclean-tags distdir dvi dvi-am \
433         dvi-recursive info info-am info-recursive install install-am \
434         install-data install-data-am install-data-recursive \
435         install-exec install-exec-am install-exec-recursive \
436         install-info install-info-am install-info-recursive install-man \
437         install-recursive install-strip installcheck installcheck-am \
438         installdirs installdirs-am installdirs-recursive \
439         maintainer-clean maintainer-clean-generic \
440         maintainer-clean-recursive mostlyclean mostlyclean-generic \
441         mostlyclean-libtool mostlyclean-recursive pdf pdf-am \
442         pdf-recursive ps ps-am ps-recursive tags tags-recursive \
443         uninstall uninstall-am uninstall-info-am \
444         uninstall-info-recursive uninstall-recursive
445
446
447 # vi:set ts=8 sw=8 noet ai nocindent syntax=automake:
448 # Tell versions [3.59,3.63) of GNU make to not export all variables.
449 # Otherwise a system limit (for SysV at least) may be exceeded.
450 .NOEXPORT: