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

Revision 18805, 12.4 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
104DIST_SUBDIRS = examples
105
106INCLUDES = $(GTK_CFLAGS) $(LIBRSVG_CFLAGS) -I$(top_srcdir)
107
108enginedir = $(libdir)/gtk-2.0/$(GTK_VERSION)/engines
109themedir = $(datadir)/themes
110@ENABLE_GTK_ENGINE_TRUE@target_rsvg_engine = @ENABLE_GTK_ENGINE_TRUE@libsvg.la
111@ENABLE_GTK_ENGINE_FALSE@target_rsvg_engine =
112@ENABLE_GTK_ENGINE_TRUE@SUBDIRS =
113@ENABLE_GTK_ENGINE_FALSE@SUBDIRS =
114
115engine_LTLIBRARIES = $(target_rsvg_engine)
116
117libsvg_la_SOURCES = \
118        svg-draw.c              \
119        svg-main.c              \
120        svg-render.c            \
121        svg-rc-style.c          \
122        svg-rc-style.h          \
123        svg-style.h             \
124        svg.h
125
126
127libsvg_la_LDFLAGS = -avoid-version -module
128libsvg_la_LIBADD = $(GTK_LIBS) $(LIBRSVG_LIBS)
129mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
130CONFIG_HEADER = ../config.h
131CONFIG_CLEAN_FILES =
132LTLIBRARIES =  $(engine_LTLIBRARIES)
133
134
135DEFS = @DEFS@ -I. -I$(srcdir) -I..
136CPPFLAGS = @CPPFLAGS@
137LDFLAGS = @LDFLAGS@
138LIBS = @LIBS@
139libsvg_la_DEPENDENCIES =
140libsvg_la_OBJECTS =  svg-draw.lo svg-main.lo svg-render.lo \
141svg-rc-style.lo
142CFLAGS = @CFLAGS@
143COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
144LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
145CCLD = $(CC)
146LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
147DIST_COMMON =  README Makefile.am Makefile.in
148
149
150DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
151
152TAR = gtar
153GZIP_ENV = --best
154SOURCES = $(libsvg_la_SOURCES)
155OBJECTS = $(libsvg_la_OBJECTS)
156
157all: all-redirect
158.SUFFIXES:
159.SUFFIXES: .S .c .lo .o .obj .s
160$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
161        cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps gtk-engine/Makefile
162
163Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
164        cd $(top_builddir) \
165          && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
166
167
168mostlyclean-engineLTLIBRARIES:
169
170clean-engineLTLIBRARIES:
171        -test -z "$(engine_LTLIBRARIES)" || rm -f $(engine_LTLIBRARIES)
172
173distclean-engineLTLIBRARIES:
174
175maintainer-clean-engineLTLIBRARIES:
176
177install-engineLTLIBRARIES: $(engine_LTLIBRARIES)
178        @$(NORMAL_INSTALL)
179        $(mkinstalldirs) $(DESTDIR)$(enginedir)
180        @list='$(engine_LTLIBRARIES)'; for p in $$list; do \
181          if test -f $$p; then \
182            echo "$(LIBTOOL)  --mode=install $(INSTALL) $$p $(DESTDIR)$(enginedir)/$$p"; \
183            $(LIBTOOL)  --mode=install $(INSTALL) $$p $(DESTDIR)$(enginedir)/$$p; \
184          else :; fi; \
185        done
186
187uninstall-engineLTLIBRARIES:
188        @$(NORMAL_UNINSTALL)
189        list='$(engine_LTLIBRARIES)'; for p in $$list; do \
190          $(LIBTOOL)  --mode=uninstall rm -f $(DESTDIR)$(enginedir)/$$p; \
191        done
192
193.c.o:
194        $(COMPILE) -c $<
195
196# FIXME: We should only use cygpath when building on Windows,
197# and only if it is available.
198.c.obj:
199        $(COMPILE) -c `cygpath -w $<`
200
201.s.o:
202        $(COMPILE) -c $<
203
204.S.o:
205        $(COMPILE) -c $<
206
207mostlyclean-compile:
208        -rm -f *.o core *.core
209        -rm -f *.$(OBJEXT)
210
211clean-compile:
212
213distclean-compile:
214        -rm -f *.tab.c
215
216maintainer-clean-compile:
217
218.c.lo:
219        $(LIBTOOL) --mode=compile $(COMPILE) -c $<
220
221.s.lo:
222        $(LIBTOOL) --mode=compile $(COMPILE) -c $<
223
224.S.lo:
225        $(LIBTOOL) --mode=compile $(COMPILE) -c $<
226
227mostlyclean-libtool:
228        -rm -f *.lo
229
230clean-libtool:
231        -rm -rf .libs _libs
232
233distclean-libtool:
234
235maintainer-clean-libtool:
236
237libsvg.la: $(libsvg_la_OBJECTS) $(libsvg_la_DEPENDENCIES)
238        $(LINK) -rpath $(enginedir) $(libsvg_la_LDFLAGS) $(libsvg_la_OBJECTS) $(libsvg_la_LIBADD) $(LIBS)
239
240# This directory's subdirectories are mostly independent; you can cd
241# into them and run `make' without going through this Makefile.
242# To change the values of `make' variables: instead of editing Makefiles,
243# (1) if the variable is set in `config.status', edit `config.status'
244#     (which will cause the Makefiles to be regenerated when you run `make');
245# (2) otherwise, pass the desired values on the `make' command line.
246
247@SET_MAKE@
248
249all-recursive install-data-recursive install-exec-recursive \
250installdirs-recursive install-recursive uninstall-recursive  \
251check-recursive installcheck-recursive info-recursive dvi-recursive:
252        @set fnord $(MAKEFLAGS); amf=$$2; \
253        dot_seen=no; \
254        target=`echo $@ | sed s/-recursive//`; \
255        list='$(SUBDIRS)'; for subdir in $$list; do \
256          echo "Making $$target in $$subdir"; \
257          if test "$$subdir" = "."; then \
258            dot_seen=yes; \
259            local_target="$$target-am"; \
260          else \
261            local_target="$$target"; \
262          fi; \
263          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
264           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
265        done; \
266        if test "$$dot_seen" = "no"; then \
267          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
268        fi; test -z "$$fail"
269
270mostlyclean-recursive clean-recursive distclean-recursive \
271maintainer-clean-recursive:
272        @set fnord $(MAKEFLAGS); amf=$$2; \
273        dot_seen=no; \
274        rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
275          rev="$$subdir $$rev"; \
276          test "$$subdir" != "." || dot_seen=yes; \
277        done; \
278        test "$$dot_seen" = "no" && rev=". $$rev"; \
279        target=`echo $@ | sed s/-recursive//`; \
280        for subdir in $$rev; do \
281          echo "Making $$target in $$subdir"; \
282          if test "$$subdir" = "."; then \
283            local_target="$$target-am"; \
284          else \
285            local_target="$$target"; \
286          fi; \
287          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
288           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
289        done && test -z "$$fail"
290tags-recursive:
291        list='$(SUBDIRS)'; for subdir in $$list; do \
292          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
293        done
294
295tags: TAGS
296
297ID: $(HEADERS) $(SOURCES) $(LISP)
298        list='$(SOURCES) $(HEADERS)'; \
299        unique=`for i in $$list; do echo $$i; done | \
300          awk '    { files[$$0] = 1; } \
301               END { for (i in files) print i; }'`; \
302        here=`pwd` && cd $(srcdir) \
303          && mkid -f$$here/ID $$unique $(LISP)
304
305TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
306        tags=; \
307        here=`pwd`; \
308        list='$(SUBDIRS)'; for subdir in $$list; do \
309   if test "$$subdir" = .; then :; else \
310            test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
311   fi; \
312        done; \
313        list='$(SOURCES) $(HEADERS)'; \
314        unique=`for i in $$list; do echo $$i; done | \
315          awk '    { files[$$0] = 1; } \
316               END { for (i in files) print i; }'`; \
317        test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
318          || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
319
320mostlyclean-tags:
321
322clean-tags:
323
324distclean-tags:
325        -rm -f TAGS ID
326
327maintainer-clean-tags:
328
329distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
330
331subdir = gtk-engine
332
333distdir: $(DISTFILES)
334        @for file in $(DISTFILES); do \
335          d=$(srcdir); \
336          if test -d $$d/$$file; then \
337            cp -pr $$d/$$file $(distdir)/$$file; \
338          else \
339            test -f $(distdir)/$$file \
340            || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
341            || cp -p $$d/$$file $(distdir)/$$file || :; \
342          fi; \
343        done
344        for subdir in $(DIST_SUBDIRS); do \
345          if test "$$subdir" = .; then :; else \
346            test -d $(distdir)/$$subdir \
347            || mkdir $(distdir)/$$subdir \
348            || exit 1; \
349            chmod 777 $(distdir)/$$subdir; \
350            (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(top_distdir) distdir=../$(distdir)/$$subdir distdir) \
351              || exit 1; \
352          fi; \
353        done
354
355info-am:
356info: info-recursive
357dvi-am:
358dvi: dvi-recursive
359check-am: all-am
360check: check-recursive
361installcheck-am:
362installcheck: installcheck-recursive
363install-exec-am:
364install-exec: install-exec-recursive
365
366install-data-am: install-engineLTLIBRARIES
367install-data: install-data-recursive
368
369install-am: all-am
370        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
371install: install-recursive
372uninstall-am: uninstall-engineLTLIBRARIES
373uninstall: uninstall-recursive
374all-am: Makefile $(LTLIBRARIES)
375all-redirect: all-recursive
376install-strip:
377        $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
378installdirs: installdirs-recursive
379installdirs-am:
380        $(mkinstalldirs)  $(DESTDIR)$(enginedir)
381
382
383mostlyclean-generic:
384
385clean-generic:
386
387distclean-generic:
388        -rm -f Makefile $(CONFIG_CLEAN_FILES)
389        -rm -f config.cache config.log stamp-h stamp-h[0-9]*
390
391maintainer-clean-generic:
392mostlyclean-am:  mostlyclean-engineLTLIBRARIES mostlyclean-compile \
393                mostlyclean-libtool mostlyclean-tags \
394                mostlyclean-generic
395
396mostlyclean: mostlyclean-recursive
397
398clean-am:  clean-engineLTLIBRARIES clean-compile clean-libtool \
399                clean-tags clean-generic mostlyclean-am
400
401clean: clean-recursive
402
403distclean-am:  distclean-engineLTLIBRARIES distclean-compile \
404                distclean-libtool distclean-tags distclean-generic \
405                clean-am
406        -rm -f libtool
407
408distclean: distclean-recursive
409
410maintainer-clean-am:  maintainer-clean-engineLTLIBRARIES \
411                maintainer-clean-compile maintainer-clean-libtool \
412                maintainer-clean-tags maintainer-clean-generic \
413                distclean-am
414        @echo "This command is intended for maintainers to use;"
415        @echo "it deletes files that may require special tools to rebuild."
416
417maintainer-clean: maintainer-clean-recursive
418
419.PHONY: mostlyclean-engineLTLIBRARIES distclean-engineLTLIBRARIES \
420clean-engineLTLIBRARIES maintainer-clean-engineLTLIBRARIES \
421uninstall-engineLTLIBRARIES install-engineLTLIBRARIES \
422mostlyclean-compile distclean-compile clean-compile \
423maintainer-clean-compile mostlyclean-libtool distclean-libtool \
424clean-libtool maintainer-clean-libtool install-data-recursive \
425uninstall-data-recursive install-exec-recursive \
426uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \
427all-recursive check-recursive installcheck-recursive info-recursive \
428dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive \
429maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
430distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
431dvi-am dvi check check-am installcheck-am installcheck install-exec-am \
432install-exec install-data-am install-data install-am install \
433uninstall-am uninstall all-redirect all-am all installdirs-am \
434installdirs mostlyclean-generic distclean-generic clean-generic \
435maintainer-clean-generic clean mostlyclean distclean maintainer-clean
436
437
438# Tell versions [3.59,3.63) of GNU make to not export all variables.
439# Otherwise a system limit (for SysV at least) may be exceeded.
440.NOEXPORT:
Note: See TracBrowser for help on using the repository browser.