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

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