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

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