source: trunk/third/librsvg/gtk-engine/examples/Makefile.in @ 18805

Revision 18805, 9.0 KB checked in by ghudson, 21 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r18804, 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@
63AWK = @AWK@
64CC = @CC@
65CPP = @CPP@
66DB2HTML = @DB2HTML@
67DLLTOOL = @DLLTOOL@
68ECHO = @ECHO@
69EXEEXT = @EXEEXT@
70GDK_PIXBUF_REQUIRED = @GDK_PIXBUF_REQUIRED@
71GLIB_REQUIRED = @GLIB_REQUIRED@
72GTKDOC = @GTKDOC@
73GTK_CFLAGS = @GTK_CFLAGS@
74GTK_LIBS = @GTK_LIBS@
75GTK_VERSION = @GTK_VERSION@
76HTML_DIR = @HTML_DIR@
77LIBART_REQUIRED = @LIBART_REQUIRED@
78LIBGSFPKG = @LIBGSFPKG@
79LIBGSF_CFLAGS = @LIBGSF_CFLAGS@
80LIBGSF_LIBS = @LIBGSF_LIBS@
81LIBRSVG_CFLAGS = @LIBRSVG_CFLAGS@
82LIBRSVG_LIBS = @LIBRSVG_LIBS@
83LIBRSVG_MAJOR_VERSION = @LIBRSVG_MAJOR_VERSION@
84LIBRSVG_MICRO_VERSION = @LIBRSVG_MICRO_VERSION@
85LIBRSVG_MINOR_VERSION = @LIBRSVG_MINOR_VERSION@
86LIBTOOL = @LIBTOOL@
87LIBXML_REQUIRED = @LIBXML_REQUIRED@
88LN_S = @LN_S@
89MAINT = @MAINT@
90MAKEINFO = @MAKEINFO@
91OBJDUMP = @OBJDUMP@
92OBJEXT = @OBJEXT@
93PACKAGE = @PACKAGE@
94PANGOFT2_REQUIRED = @PANGOFT2_REQUIRED@
95PKG_CONFIG = @PKG_CONFIG@
96POPT_LIBS = @POPT_LIBS@
97POPT_REQUIRED = @POPT_REQUIRED@
98QUERYLOADERS = @QUERYLOADERS@
99RANLIB = @RANLIB@
100STRIP = @STRIP@
101VERSION = @VERSION@
102VERSION_INFO = @VERSION_INFO@
103
104SUBDIRS = bubble
105mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
106CONFIG_HEADER = ../../config.h
107CONFIG_CLEAN_FILES =
108DIST_COMMON =  Makefile.am Makefile.in
109
110
111DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
112
113TAR = gtar
114GZIP_ENV = --best
115all: all-redirect
116.SUFFIXES:
117$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
118        cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps gtk-engine/examples/Makefile
119
120Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
121        cd $(top_builddir) \
122          && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
123
124
125# This directory's subdirectories are mostly independent; you can cd
126# into them and run `make' without going through this Makefile.
127# To change the values of `make' variables: instead of editing Makefiles,
128# (1) if the variable is set in `config.status', edit `config.status'
129#     (which will cause the Makefiles to be regenerated when you run `make');
130# (2) otherwise, pass the desired values on the `make' command line.
131
132@SET_MAKE@
133
134all-recursive install-data-recursive install-exec-recursive \
135installdirs-recursive install-recursive uninstall-recursive  \
136check-recursive installcheck-recursive info-recursive dvi-recursive:
137        @set fnord $(MAKEFLAGS); amf=$$2; \
138        dot_seen=no; \
139        target=`echo $@ | sed s/-recursive//`; \
140        list='$(SUBDIRS)'; for subdir in $$list; do \
141          echo "Making $$target in $$subdir"; \
142          if test "$$subdir" = "."; then \
143            dot_seen=yes; \
144            local_target="$$target-am"; \
145          else \
146            local_target="$$target"; \
147          fi; \
148          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
149           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
150        done; \
151        if test "$$dot_seen" = "no"; then \
152          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
153        fi; test -z "$$fail"
154
155mostlyclean-recursive clean-recursive distclean-recursive \
156maintainer-clean-recursive:
157        @set fnord $(MAKEFLAGS); amf=$$2; \
158        dot_seen=no; \
159        rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
160          rev="$$subdir $$rev"; \
161          test "$$subdir" != "." || dot_seen=yes; \
162        done; \
163        test "$$dot_seen" = "no" && rev=". $$rev"; \
164        target=`echo $@ | sed s/-recursive//`; \
165        for subdir in $$rev; do \
166          echo "Making $$target in $$subdir"; \
167          if test "$$subdir" = "."; then \
168            local_target="$$target-am"; \
169          else \
170            local_target="$$target"; \
171          fi; \
172          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
173           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
174        done && test -z "$$fail"
175tags-recursive:
176        list='$(SUBDIRS)'; for subdir in $$list; do \
177          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
178        done
179
180tags: TAGS
181
182ID: $(HEADERS) $(SOURCES) $(LISP)
183        list='$(SOURCES) $(HEADERS)'; \
184        unique=`for i in $$list; do echo $$i; done | \
185          awk '    { files[$$0] = 1; } \
186               END { for (i in files) print i; }'`; \
187        here=`pwd` && cd $(srcdir) \
188          && mkid -f$$here/ID $$unique $(LISP)
189
190TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
191        tags=; \
192        here=`pwd`; \
193        list='$(SUBDIRS)'; for subdir in $$list; do \
194   if test "$$subdir" = .; then :; else \
195            test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
196   fi; \
197        done; \
198        list='$(SOURCES) $(HEADERS)'; \
199        unique=`for i in $$list; do echo $$i; done | \
200          awk '    { files[$$0] = 1; } \
201               END { for (i in files) print i; }'`; \
202        test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
203          || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
204
205mostlyclean-tags:
206
207clean-tags:
208
209distclean-tags:
210        -rm -f TAGS ID
211
212maintainer-clean-tags:
213
214distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
215
216subdir = gtk-engine/examples
217
218distdir: $(DISTFILES)
219        @for file in $(DISTFILES); do \
220          d=$(srcdir); \
221          if test -d $$d/$$file; then \
222            cp -pr $$d/$$file $(distdir)/$$file; \
223          else \
224            test -f $(distdir)/$$file \
225            || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
226            || cp -p $$d/$$file $(distdir)/$$file || :; \
227          fi; \
228        done
229        for subdir in $(SUBDIRS); do \
230          if test "$$subdir" = .; then :; else \
231            test -d $(distdir)/$$subdir \
232            || mkdir $(distdir)/$$subdir \
233            || exit 1; \
234            chmod 777 $(distdir)/$$subdir; \
235            (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(top_distdir) distdir=../$(distdir)/$$subdir distdir) \
236              || exit 1; \
237          fi; \
238        done
239info-am:
240info: info-recursive
241dvi-am:
242dvi: dvi-recursive
243check-am: all-am
244check: check-recursive
245installcheck-am:
246installcheck: installcheck-recursive
247install-exec-am:
248install-exec: install-exec-recursive
249
250install-data-am:
251install-data: install-data-recursive
252
253install-am: all-am
254        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
255install: install-recursive
256uninstall-am:
257uninstall: uninstall-recursive
258all-am: Makefile
259all-redirect: all-recursive
260install-strip:
261        $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
262installdirs: installdirs-recursive
263installdirs-am:
264
265
266mostlyclean-generic:
267
268clean-generic:
269
270distclean-generic:
271        -rm -f Makefile $(CONFIG_CLEAN_FILES)
272        -rm -f config.cache config.log stamp-h stamp-h[0-9]*
273
274maintainer-clean-generic:
275mostlyclean-am:  mostlyclean-tags mostlyclean-generic
276
277mostlyclean: mostlyclean-recursive
278
279clean-am:  clean-tags clean-generic mostlyclean-am
280
281clean: clean-recursive
282
283distclean-am:  distclean-tags distclean-generic clean-am
284        -rm -f libtool
285
286distclean: distclean-recursive
287
288maintainer-clean-am:  maintainer-clean-tags maintainer-clean-generic \
289                distclean-am
290        @echo "This command is intended for maintainers to use;"
291        @echo "it deletes files that may require special tools to rebuild."
292
293maintainer-clean: maintainer-clean-recursive
294
295.PHONY: install-data-recursive uninstall-data-recursive \
296install-exec-recursive uninstall-exec-recursive installdirs-recursive \
297uninstalldirs-recursive all-recursive check-recursive \
298installcheck-recursive info-recursive dvi-recursive \
299mostlyclean-recursive distclean-recursive clean-recursive \
300maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
301distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
302dvi-am dvi check check-am installcheck-am installcheck install-exec-am \
303install-exec install-data-am install-data install-am install \
304uninstall-am uninstall all-redirect all-am all installdirs-am \
305installdirs mostlyclean-generic distclean-generic clean-generic \
306maintainer-clean-generic clean mostlyclean distclean maintainer-clean
307
308
309# Tell versions [3.59,3.63) of GNU make to not export all variables.
310# Otherwise a system limit (for SysV at least) may be exceeded.
311.NOEXPORT:
Note: See TracBrowser for help on using the repository browser.