source: trunk/third/gtk-engines/Makefile.in @ 18286

Revision 18286, 10.3 KB checked in by ghudson, 22 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r18285, which included commits to RCS files with non-trunk default branches.
Line 
1# Makefile.in generated automatically by automake 1.4-p5 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
82SUBDIRS = pixbuf redmond95 metal
83
84EXTRA_DIST = gtk-engines.spec.in makefile.cygwin makefile.msc README.win32
85ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
86mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
87CONFIG_CLEAN_FILES =  gtk-engines.spec
88DIST_COMMON =  README AUTHORS COPYING ChangeLog INSTALL Makefile.am \
89Makefile.in NEWS aclocal.m4 config.guess config.sub configure \
90configure.in gtk-engines.spec.in install-sh ltmain.sh missing \
91mkinstalldirs
92
93
94DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
95
96TAR = gtar
97GZIP_ENV = --best
98all: all-redirect
99.SUFFIXES:
100$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
101        cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps Makefile
102
103Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
104        cd $(top_builddir) \
105          && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
106
107$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ configure.in
108        cd $(srcdir) && $(ACLOCAL)
109
110config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
111        $(SHELL) ./config.status --recheck
112$(srcdir)/configure: @MAINTAINER_MODE_TRUE@$(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
113        cd $(srcdir) && $(AUTOCONF)
114gtk-engines.spec: $(top_builddir)/config.status gtk-engines.spec.in
115        cd $(top_builddir) && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
116
117# This directory's subdirectories are mostly independent; you can cd
118# into them and run `make' without going through this Makefile.
119# To change the values of `make' variables: instead of editing Makefiles,
120# (1) if the variable is set in `config.status', edit `config.status'
121#     (which will cause the Makefiles to be regenerated when you run `make');
122# (2) otherwise, pass the desired values on the `make' command line.
123
124@SET_MAKE@
125
126all-recursive install-data-recursive install-exec-recursive \
127installdirs-recursive install-recursive uninstall-recursive  \
128check-recursive installcheck-recursive info-recursive dvi-recursive:
129        @set fnord $(MAKEFLAGS); amf=$$2; \
130        dot_seen=no; \
131        target=`echo $@ | sed s/-recursive//`; \
132        list='$(SUBDIRS)'; for subdir in $$list; do \
133          echo "Making $$target in $$subdir"; \
134          if test "$$subdir" = "."; then \
135            dot_seen=yes; \
136            local_target="$$target-am"; \
137          else \
138            local_target="$$target"; \
139          fi; \
140          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
141           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
142        done; \
143        if test "$$dot_seen" = "no"; then \
144          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
145        fi; test -z "$$fail"
146
147mostlyclean-recursive clean-recursive distclean-recursive \
148maintainer-clean-recursive:
149        @set fnord $(MAKEFLAGS); amf=$$2; \
150        dot_seen=no; \
151        rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
152          rev="$$subdir $$rev"; \
153          test "$$subdir" != "." || dot_seen=yes; \
154        done; \
155        test "$$dot_seen" = "no" && rev=". $$rev"; \
156        target=`echo $@ | sed s/-recursive//`; \
157        for subdir in $$rev; do \
158          echo "Making $$target in $$subdir"; \
159          if test "$$subdir" = "."; then \
160            local_target="$$target-am"; \
161          else \
162            local_target="$$target"; \
163          fi; \
164          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
165           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
166        done && test -z "$$fail"
167tags-recursive:
168        list='$(SUBDIRS)'; for subdir in $$list; do \
169          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
170        done
171
172tags: TAGS
173
174ID: $(HEADERS) $(SOURCES) $(LISP)
175        list='$(SOURCES) $(HEADERS)'; \
176        unique=`for i in $$list; do echo $$i; done | \
177          awk '    { files[$$0] = 1; } \
178               END { for (i in files) print i; }'`; \
179        here=`pwd` && cd $(srcdir) \
180          && mkid -f$$here/ID $$unique $(LISP)
181
182TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
183        tags=; \
184        here=`pwd`; \
185        list='$(SUBDIRS)'; for subdir in $$list; do \
186   if test "$$subdir" = .; then :; else \
187            test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
188   fi; \
189        done; \
190        list='$(SOURCES) $(HEADERS)'; \
191        unique=`for i in $$list; do echo $$i; done | \
192          awk '    { files[$$0] = 1; } \
193               END { for (i in files) print i; }'`; \
194        test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
195          || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
196
197mostlyclean-tags:
198
199clean-tags:
200
201distclean-tags:
202        -rm -f TAGS ID
203
204maintainer-clean-tags:
205
206distdir = $(PACKAGE)-$(VERSION)
207top_distdir = $(distdir)
208
209# This target untars the dist file and tries a VPATH configuration.  Then
210# it guarantees that the distribution is self-contained by making another
211# tarfile.
212distcheck: dist
213        -rm -rf $(distdir)
214        GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz
215        mkdir $(distdir)/=build
216        mkdir $(distdir)/=inst
217        dc_install_base=`cd $(distdir)/=inst && pwd`; \
218        cd $(distdir)/=build \
219          && ../configure --srcdir=.. --prefix=$$dc_install_base \
220          && $(MAKE) $(AM_MAKEFLAGS) \
221          && $(MAKE) $(AM_MAKEFLAGS) dvi \
222          && $(MAKE) $(AM_MAKEFLAGS) check \
223          && $(MAKE) $(AM_MAKEFLAGS) install \
224          && $(MAKE) $(AM_MAKEFLAGS) installcheck \
225          && $(MAKE) $(AM_MAKEFLAGS) dist
226        -rm -rf $(distdir)
227        @banner="$(distdir).tar.gz is ready for distribution"; \
228        dashes=`echo "$$banner" | sed s/./=/g`; \
229        echo "$$dashes"; \
230        echo "$$banner"; \
231        echo "$$dashes"
232dist: distdir
233        -chmod -R a+r $(distdir)
234        GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
235        -rm -rf $(distdir)
236dist-all: distdir
237        -chmod -R a+r $(distdir)
238        GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
239        -rm -rf $(distdir)
240distdir: $(DISTFILES)
241        -rm -rf $(distdir)
242        mkdir $(distdir)
243        -chmod 777 $(distdir)
244        @for file in $(DISTFILES); do \
245          d=$(srcdir); \
246          if test -d $$d/$$file; then \
247            cp -pr $$d/$$file $(distdir)/$$file; \
248          else \
249            test -f $(distdir)/$$file \
250            || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
251            || cp -p $$d/$$file $(distdir)/$$file || :; \
252          fi; \
253        done
254        for subdir in $(SUBDIRS); do \
255          if test "$$subdir" = .; then :; else \
256            test -d $(distdir)/$$subdir \
257            || mkdir $(distdir)/$$subdir \
258            || exit 1; \
259            chmod 777 $(distdir)/$$subdir; \
260            (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(distdir) distdir=../$(distdir)/$$subdir distdir) \
261              || exit 1; \
262          fi; \
263        done
264        $(MAKE) $(AM_MAKEFLAGS) top_distdir="$(top_distdir)" distdir="$(distdir)" dist-hook
265info-am:
266info: info-recursive
267dvi-am:
268dvi: dvi-recursive
269check-am: all-am
270check: check-recursive
271installcheck-am:
272installcheck: installcheck-recursive
273install-exec-am:
274install-exec: install-exec-recursive
275
276install-data-am:
277install-data: install-data-recursive
278
279install-am: all-am
280        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
281install: install-recursive
282uninstall-am:
283uninstall: uninstall-recursive
284all-am: Makefile
285all-redirect: all-recursive
286install-strip:
287        $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
288installdirs: installdirs-recursive
289installdirs-am:
290
291
292mostlyclean-generic:
293
294clean-generic:
295
296distclean-generic:
297        -rm -f Makefile $(CONFIG_CLEAN_FILES)
298        -rm -f config.cache config.log stamp-h stamp-h[0-9]*
299
300maintainer-clean-generic:
301mostlyclean-am:  mostlyclean-tags mostlyclean-generic
302
303mostlyclean: mostlyclean-recursive
304
305clean-am:  clean-tags clean-generic mostlyclean-am
306
307clean: clean-recursive
308
309distclean-am:  distclean-tags distclean-generic clean-am
310        -rm -f libtool
311
312distclean: distclean-recursive
313        -rm -f config.status
314
315maintainer-clean-am:  maintainer-clean-tags maintainer-clean-generic \
316                distclean-am
317        @echo "This command is intended for maintainers to use;"
318        @echo "it deletes files that may require special tools to rebuild."
319
320maintainer-clean: maintainer-clean-recursive
321        -rm -f config.status
322
323.PHONY: install-data-recursive uninstall-data-recursive \
324install-exec-recursive uninstall-exec-recursive installdirs-recursive \
325uninstalldirs-recursive all-recursive check-recursive \
326installcheck-recursive info-recursive dvi-recursive \
327mostlyclean-recursive distclean-recursive clean-recursive \
328maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
329distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
330dvi-am dvi check check-am installcheck-am installcheck install-exec-am \
331install-exec install-data-am install-data install-am install \
332uninstall-am uninstall all-redirect all-am all installdirs-am \
333installdirs mostlyclean-generic distclean-generic clean-generic \
334maintainer-clean-generic clean mostlyclean distclean maintainer-clean
335
336
337dist-hook: gtk-engines.spec
338        cp gtk-engines.spec $(distdir)
339
340# Tell versions [3.59,3.63) of GNU make to not export all variables.
341# Otherwise a system limit (for SysV at least) may be exceeded.
342.NOEXPORT:
Note: See TracBrowser for help on using the repository browser.