source: trunk/third/gtk-engines/metal/Theme/Makefile.in @ 18625

Revision 18625, 9.1 KB checked in by ghudson, 22 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r18624, which included commits to RCS files with non-trunk default branches.
Line 
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
14SHELL = @SHELL@
15
16srcdir = @srcdir@
17top_srcdir = @top_srcdir@
18VPATH = @srcdir@
19prefix = @prefix@
20exec_prefix = @exec_prefix@
21
22bindir = @bindir@
23sbindir = @sbindir@
24libexecdir = @libexecdir@
25datadir = @datadir@
26sysconfdir = @sysconfdir@
27sharedstatedir = @sharedstatedir@
28localstatedir = @localstatedir@
29libdir = @libdir@
30infodir = @infodir@
31mandir = @mandir@
32includedir = @includedir@
33oldincludedir = /usr/include
34
35DESTDIR =
36
37pkgdatadir = $(datadir)/@PACKAGE@
38pkglibdir = $(libdir)/@PACKAGE@
39pkgincludedir = $(includedir)/@PACKAGE@
40
41top_builddir = ../..
42
43ACLOCAL = @ACLOCAL@
44AUTOCONF = @AUTOCONF@
45AUTOMAKE = @AUTOMAKE@
46AUTOHEADER = @AUTOHEADER@
47
48INSTALL = @INSTALL@
49INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
50INSTALL_DATA = @INSTALL_DATA@
51INSTALL_SCRIPT = @INSTALL_SCRIPT@
52transform = @program_transform_name@
53
54NORMAL_INSTALL = :
55PRE_INSTALL = :
56POST_INSTALL = :
57NORMAL_UNINSTALL = :
58PRE_UNINSTALL = :
59POST_UNINSTALL = :
60host_alias = @host_alias@
61host_triplet = @host@
62AS = @AS@
63CC = @CC@
64DLLTOOL = @DLLTOOL@
65ECHO = @ECHO@
66EXEEXT = @EXEEXT@
67GTK_CFLAGS = @GTK_CFLAGS@
68GTK_LIBS = @GTK_LIBS@
69GTK_VERSION = @GTK_VERSION@
70LIBTOOL = @LIBTOOL@
71LN_S = @LN_S@
72MAINT = @MAINT@
73MAKEINFO = @MAKEINFO@
74OBJDUMP = @OBJDUMP@
75OBJEXT = @OBJEXT@
76PACKAGE = @PACKAGE@
77PKG_CONFIG = @PKG_CONFIG@
78RANLIB = @RANLIB@
79STRIP = @STRIP@
80VERSION = @VERSION@
81
82dummy =
83SUBDIRS = gtk-2.0
84themedir = $(datadir)/themes/Metal
85theme_DATA = README.html 
86
87EXTRA_DIST = $(theme_DATA)
88mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
89CONFIG_CLEAN_FILES =
90DATA =  $(theme_DATA)
91
92DIST_COMMON =  Makefile.am Makefile.in
93
94
95DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
96
97TAR = gtar
98GZIP_ENV = --best
99all: 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
104Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
105        cd $(top_builddir) \
106          && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
107
108
109install-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
122uninstall-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
137all-recursive install-data-recursive install-exec-recursive \
138installdirs-recursive install-recursive uninstall-recursive  \
139check-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
158mostlyclean-recursive clean-recursive distclean-recursive \
159maintainer-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"
178tags-recursive:
179        list='$(SUBDIRS)'; for subdir in $$list; do \
180          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
181        done
182
183tags: TAGS
184
185ID: $(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
193TAGS: 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
208mostlyclean-tags:
209
210clean-tags:
211
212distclean-tags:
213        -rm -f TAGS ID
214
215maintainer-clean-tags:
216
217distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
218
219subdir = metal/Theme
220
221distdir: $(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
242info-am:
243info: info-recursive
244dvi-am:
245dvi: dvi-recursive
246check-am: all-am
247check: check-recursive
248installcheck-am:
249installcheck: installcheck-recursive
250install-exec-am:
251install-exec: install-exec-recursive
252
253install-data-am: install-themeDATA
254install-data: install-data-recursive
255
256install-am: all-am
257        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
258install: install-recursive
259uninstall-am: uninstall-themeDATA
260uninstall: uninstall-recursive
261all-am: Makefile $(DATA)
262all-redirect: all-recursive
263install-strip:
264        $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
265installdirs: installdirs-recursive
266installdirs-am:
267        $(mkinstalldirs)  $(DESTDIR)$(themedir)
268
269
270mostlyclean-generic:
271
272clean-generic:
273
274distclean-generic:
275        -rm -f Makefile $(CONFIG_CLEAN_FILES)
276        -rm -f config.cache config.log stamp-h stamp-h[0-9]*
277
278maintainer-clean-generic:
279mostlyclean-am:  mostlyclean-tags mostlyclean-generic
280
281mostlyclean: mostlyclean-recursive
282
283clean-am:  clean-tags clean-generic mostlyclean-am
284
285clean: clean-recursive
286
287distclean-am:  distclean-tags distclean-generic clean-am
288        -rm -f libtool
289
290distclean: distclean-recursive
291
292maintainer-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
297maintainer-clean: maintainer-clean-recursive
298
299.PHONY: uninstall-themeDATA install-themeDATA install-data-recursive \
300uninstall-data-recursive install-exec-recursive \
301uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \
302all-recursive check-recursive installcheck-recursive info-recursive \
303dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive \
304maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
305distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
306dvi-am dvi check check-am installcheck-am installcheck install-exec-am \
307install-exec install-data-am install-data install-am install \
308uninstall-am uninstall all-redirect all-am all installdirs-am \
309installdirs mostlyclean-generic distclean-generic clean-generic \
310maintainer-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:
Note: See TracBrowser for help on using the repository browser.