source: trunk/third/librsvg/Makefile.in @ 18275

Revision 18275, 21.3 KB checked in by ghudson, 22 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r18274, 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
100SUBDIRS = . gtk-engine gdk-pixbuf-loader
101
102bin_PROGRAMS = rsvg
103
104noinst_PROGRAMS = test-performance test-display
105
106EXTRA_DIST =    COPYING.LIB     librsvg.spec.in         librsvg-2.0.pc.in
107
108
109lib_LTLIBRARIES = librsvg-2.la
110
111librsvg_2_la_SOURCES =          librsvg-features.c      rsvg-bpath-util.c       rsvg-bpath-util.h       rsvg-css.c      rsvg-css.h      rsvg-defs.c     rsvg-defs.h     rsvg-paint-server.c     rsvg-paint-server.h     rsvg-path.c     rsvg-path.h     rsvg.c
112
113
114librsvg_2_la_LDFLAGS = -version-info @VERSION_INFO@
115
116librsvgincdir = $(includedir)/librsvg-2/librsvg
117librsvginc_HEADERS =    rsvg.h  librsvg-features.h
118
119
120INCLUDES =      -I$(top_srcdir)         -I$(top_builddir)       $(LIBRSVG_CFLAGS)       $(GTK_CFLAGS)           -DG_LOG_DOMAIN=\"librsvg\"      -DG_DISABLE_DEPRECATED  -DPANGO_DISABLE_DEPRECATED      -DGDK_DISABLE_DEPRECATED        -DGDK_PIXBUF_DISABLE_DEPRECATED         -DGTK_DISABLE_DEPRECATED        -DDATADIR="\"$(datadir)\""
121
122
123DEPS = $(top_builddir)/librsvg-2.la
124LDADDS = $(top_builddir)/librsvg-2.la   $(LIBRSVG_LIBS)         $(POPT_LIBS)
125
126
127rsvg_SOURCES = test-rsvg.c
128rsvg_LDFLAGS =
129rsvg_DEPENDENCIES = $(DEPS)
130rsvg_LDADD = $(LDADDS) -lm
131
132test_performance_SOURCES = test-performance.c
133test_performance_LDFLAGS =
134test_performance_DEPENDENCIES = $(DEPS)
135test_performance_LDADD = $(LDADDS) -lm
136
137test_display_SOURCES = test-display.c
138test_display_LDFLAGS =
139test_display_DEPENDENCIES = $(DEPS)
140test_display_LDADD = $(LDADDS) $(GTK_LIBS) -lm
141
142pkgconfigdir = $(libdir)/pkgconfig
143pkgconfig_DATA = librsvg-2.0.pc
144ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
145mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
146CONFIG_HEADER = config.h
147CONFIG_CLEAN_FILES =  librsvg.spec librsvg-features.h librsvg-2.0.pc
148LTLIBRARIES =  $(lib_LTLIBRARIES)
149
150
151DEFS = @DEFS@ -I. -I$(srcdir) -I.
152CPPFLAGS = @CPPFLAGS@
153LDFLAGS = @LDFLAGS@
154LIBS = @LIBS@
155librsvg_2_la_LIBADD =
156librsvg_2_la_OBJECTS =  librsvg-features.lo rsvg-bpath-util.lo \
157rsvg-css.lo rsvg-defs.lo rsvg-paint-server.lo rsvg-path.lo rsvg.lo
158bin_PROGRAMS =  rsvg$(EXEEXT)
159noinst_PROGRAMS =  test-performance$(EXEEXT) test-display$(EXEEXT)
160PROGRAMS =  $(bin_PROGRAMS) $(noinst_PROGRAMS)
161
162rsvg_OBJECTS =  test-rsvg.$(OBJEXT)
163test_performance_OBJECTS =  test-performance.$(OBJEXT)
164test_display_OBJECTS =  test-display.$(OBJEXT)
165CFLAGS = @CFLAGS@
166COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
167LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
168CCLD = $(CC)
169LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
170DATA =  $(pkgconfig_DATA)
171
172HEADERS =  $(librsvginc_HEADERS)
173
174DIST_COMMON =  README ./stamp-h.in AUTHORS COPYING COPYING.LIB ChangeLog \
175INSTALL Makefile.am Makefile.in NEWS TODO aclocal.m4 config.guess \
176config.h.in config.sub configure configure.in install-sh \
177librsvg-2.0.pc.in librsvg-features.h.in librsvg.spec.in ltmain.sh \
178missing mkinstalldirs
179
180
181DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
182
183TAR = gtar
184GZIP_ENV = --best
185SOURCES = $(librsvg_2_la_SOURCES) $(rsvg_SOURCES) $(test_performance_SOURCES) $(test_display_SOURCES)
186OBJECTS = $(librsvg_2_la_OBJECTS) $(rsvg_OBJECTS) $(test_performance_OBJECTS) $(test_display_OBJECTS)
187
188all: all-redirect
189.SUFFIXES:
190.SUFFIXES: .S .c .lo .o .obj .s
191$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
192        cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps Makefile
193
194Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
195        cd $(top_builddir) \
196          && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
197
198$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ configure.in
199        cd $(srcdir) && $(ACLOCAL)
200
201config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
202        $(SHELL) ./config.status --recheck
203$(srcdir)/configure: @MAINTAINER_MODE_TRUE@$(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
204        cd $(srcdir) && $(AUTOCONF)
205
206config.h: stamp-h
207        @if test ! -f $@; then \
208                rm -f stamp-h; \
209                $(MAKE) stamp-h; \
210        else :; fi
211stamp-h: $(srcdir)/config.h.in $(top_builddir)/config.status
212        cd $(top_builddir) \
213          && CONFIG_FILES= CONFIG_HEADERS=config.h \
214             $(SHELL) ./config.status
215        @echo timestamp > stamp-h 2> /dev/null
216$(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@$(srcdir)/stamp-h.in
217        @if test ! -f $@; then \
218                rm -f $(srcdir)/stamp-h.in; \
219                $(MAKE) $(srcdir)/stamp-h.in; \
220        else :; fi
221$(srcdir)/stamp-h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4)
222        cd $(top_srcdir) && $(AUTOHEADER)
223        @echo timestamp > $(srcdir)/stamp-h.in 2> /dev/null
224
225mostlyclean-hdr:
226
227clean-hdr:
228
229distclean-hdr:
230        -rm -f config.h
231
232maintainer-clean-hdr:
233librsvg.spec: $(top_builddir)/config.status librsvg.spec.in
234        cd $(top_builddir) && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
235librsvg-features.h: $(top_builddir)/config.status librsvg-features.h.in
236        cd $(top_builddir) && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
237librsvg-2.0.pc: $(top_builddir)/config.status librsvg-2.0.pc.in
238        cd $(top_builddir) && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
239
240mostlyclean-libLTLIBRARIES:
241
242clean-libLTLIBRARIES:
243        -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
244
245distclean-libLTLIBRARIES:
246
247maintainer-clean-libLTLIBRARIES:
248
249install-libLTLIBRARIES: $(lib_LTLIBRARIES)
250        @$(NORMAL_INSTALL)
251        $(mkinstalldirs) $(DESTDIR)$(libdir)
252        @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
253          if test -f $$p; then \
254            echo "$(LIBTOOL)  --mode=install $(INSTALL) $$p $(DESTDIR)$(libdir)/$$p"; \
255            $(LIBTOOL)  --mode=install $(INSTALL) $$p $(DESTDIR)$(libdir)/$$p; \
256          else :; fi; \
257        done
258
259uninstall-libLTLIBRARIES:
260        @$(NORMAL_UNINSTALL)
261        list='$(lib_LTLIBRARIES)'; for p in $$list; do \
262          $(LIBTOOL)  --mode=uninstall rm -f $(DESTDIR)$(libdir)/$$p; \
263        done
264
265.c.o:
266        $(COMPILE) -c $<
267
268# FIXME: We should only use cygpath when building on Windows,
269# and only if it is available.
270.c.obj:
271        $(COMPILE) -c `cygpath -w $<`
272
273.s.o:
274        $(COMPILE) -c $<
275
276.S.o:
277        $(COMPILE) -c $<
278
279mostlyclean-compile:
280        -rm -f *.o core *.core
281        -rm -f *.$(OBJEXT)
282
283clean-compile:
284
285distclean-compile:
286        -rm -f *.tab.c
287
288maintainer-clean-compile:
289
290.c.lo:
291        $(LIBTOOL) --mode=compile $(COMPILE) -c $<
292
293.s.lo:
294        $(LIBTOOL) --mode=compile $(COMPILE) -c $<
295
296.S.lo:
297        $(LIBTOOL) --mode=compile $(COMPILE) -c $<
298
299mostlyclean-libtool:
300        -rm -f *.lo
301
302clean-libtool:
303        -rm -rf .libs _libs
304
305distclean-libtool:
306
307maintainer-clean-libtool:
308
309librsvg-2.la: $(librsvg_2_la_OBJECTS) $(librsvg_2_la_DEPENDENCIES)
310        $(LINK) -rpath $(libdir) $(librsvg_2_la_LDFLAGS) $(librsvg_2_la_OBJECTS) $(librsvg_2_la_LIBADD) $(LIBS)
311
312mostlyclean-binPROGRAMS:
313
314clean-binPROGRAMS:
315        -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
316
317distclean-binPROGRAMS:
318
319maintainer-clean-binPROGRAMS:
320
321install-binPROGRAMS: $(bin_PROGRAMS)
322        @$(NORMAL_INSTALL)
323        $(mkinstalldirs) $(DESTDIR)$(bindir)
324        @list='$(bin_PROGRAMS)'; for p in $$list; do \
325          if test -f $$p; then \
326            echo " $(LIBTOOL)  --mode=install $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`"; \
327            $(LIBTOOL)  --mode=install $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
328          else :; fi; \
329        done
330
331uninstall-binPROGRAMS:
332        @$(NORMAL_UNINSTALL)
333        list='$(bin_PROGRAMS)'; for p in $$list; do \
334          rm -f $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
335        done
336
337mostlyclean-noinstPROGRAMS:
338
339clean-noinstPROGRAMS:
340        -test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS)
341
342distclean-noinstPROGRAMS:
343
344maintainer-clean-noinstPROGRAMS:
345
346rsvg$(EXEEXT): $(rsvg_OBJECTS) $(rsvg_DEPENDENCIES)
347        @rm -f rsvg$(EXEEXT)
348        $(LINK) $(rsvg_LDFLAGS) $(rsvg_OBJECTS) $(rsvg_LDADD) $(LIBS)
349
350test-performance$(EXEEXT): $(test_performance_OBJECTS) $(test_performance_DEPENDENCIES)
351        @rm -f test-performance$(EXEEXT)
352        $(LINK) $(test_performance_LDFLAGS) $(test_performance_OBJECTS) $(test_performance_LDADD) $(LIBS)
353
354test-display$(EXEEXT): $(test_display_OBJECTS) $(test_display_DEPENDENCIES)
355        @rm -f test-display$(EXEEXT)
356        $(LINK) $(test_display_LDFLAGS) $(test_display_OBJECTS) $(test_display_LDADD) $(LIBS)
357
358install-pkgconfigDATA: $(pkgconfig_DATA)
359        @$(NORMAL_INSTALL)
360        $(mkinstalldirs) $(DESTDIR)$(pkgconfigdir)
361        @list='$(pkgconfig_DATA)'; for p in $$list; do \
362          if test -f $(srcdir)/$$p; then \
363            echo " $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(pkgconfigdir)/$$p"; \
364            $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(pkgconfigdir)/$$p; \
365          else if test -f $$p; then \
366            echo " $(INSTALL_DATA) $$p $(DESTDIR)$(pkgconfigdir)/$$p"; \
367            $(INSTALL_DATA) $$p $(DESTDIR)$(pkgconfigdir)/$$p; \
368          fi; fi; \
369        done
370
371uninstall-pkgconfigDATA:
372        @$(NORMAL_UNINSTALL)
373        list='$(pkgconfig_DATA)'; for p in $$list; do \
374          rm -f $(DESTDIR)$(pkgconfigdir)/$$p; \
375        done
376
377install-librsvgincHEADERS: $(librsvginc_HEADERS)
378        @$(NORMAL_INSTALL)
379        $(mkinstalldirs) $(DESTDIR)$(librsvgincdir)
380        @list='$(librsvginc_HEADERS)'; for p in $$list; do \
381          if test -f "$$p"; then d= ; else d="$(srcdir)/"; fi; \
382          echo " $(INSTALL_DATA) $$d$$p $(DESTDIR)$(librsvgincdir)/$$p"; \
383          $(INSTALL_DATA) $$d$$p $(DESTDIR)$(librsvgincdir)/$$p; \
384        done
385
386uninstall-librsvgincHEADERS:
387        @$(NORMAL_UNINSTALL)
388        list='$(librsvginc_HEADERS)'; for p in $$list; do \
389          rm -f $(DESTDIR)$(librsvgincdir)/$$p; \
390        done
391
392# This directory's subdirectories are mostly independent; you can cd
393# into them and run `make' without going through this Makefile.
394# To change the values of `make' variables: instead of editing Makefiles,
395# (1) if the variable is set in `config.status', edit `config.status'
396#     (which will cause the Makefiles to be regenerated when you run `make');
397# (2) otherwise, pass the desired values on the `make' command line.
398
399@SET_MAKE@
400
401all-recursive install-data-recursive install-exec-recursive \
402installdirs-recursive install-recursive uninstall-recursive  \
403check-recursive installcheck-recursive info-recursive dvi-recursive:
404        @set fnord $(MAKEFLAGS); amf=$$2; \
405        dot_seen=no; \
406        target=`echo $@ | sed s/-recursive//`; \
407        list='$(SUBDIRS)'; for subdir in $$list; do \
408          echo "Making $$target in $$subdir"; \
409          if test "$$subdir" = "."; then \
410            dot_seen=yes; \
411            local_target="$$target-am"; \
412          else \
413            local_target="$$target"; \
414          fi; \
415          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
416           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
417        done; \
418        if test "$$dot_seen" = "no"; then \
419          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
420        fi; test -z "$$fail"
421
422mostlyclean-recursive clean-recursive distclean-recursive \
423maintainer-clean-recursive:
424        @set fnord $(MAKEFLAGS); amf=$$2; \
425        dot_seen=no; \
426        rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
427          rev="$$subdir $$rev"; \
428          test "$$subdir" != "." || dot_seen=yes; \
429        done; \
430        test "$$dot_seen" = "no" && rev=". $$rev"; \
431        target=`echo $@ | sed s/-recursive//`; \
432        for subdir in $$rev; do \
433          echo "Making $$target in $$subdir"; \
434          if test "$$subdir" = "."; then \
435            local_target="$$target-am"; \
436          else \
437            local_target="$$target"; \
438          fi; \
439          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
440           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
441        done && test -z "$$fail"
442tags-recursive:
443        list='$(SUBDIRS)'; for subdir in $$list; do \
444          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
445        done
446
447tags: TAGS
448
449ID: $(HEADERS) $(SOURCES) $(LISP)
450        list='$(SOURCES) $(HEADERS)'; \
451        unique=`for i in $$list; do echo $$i; done | \
452          awk '    { files[$$0] = 1; } \
453               END { for (i in files) print i; }'`; \
454        here=`pwd` && cd $(srcdir) \
455          && mkid -f$$here/ID $$unique $(LISP)
456
457TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) $(LISP)
458        tags=; \
459        here=`pwd`; \
460        list='$(SUBDIRS)'; for subdir in $$list; do \
461   if test "$$subdir" = .; then :; else \
462            test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
463   fi; \
464        done; \
465        list='$(SOURCES) $(HEADERS)'; \
466        unique=`for i in $$list; do echo $$i; done | \
467          awk '    { files[$$0] = 1; } \
468               END { for (i in files) print i; }'`; \
469        test -z "$(ETAGS_ARGS)config.h.in$$unique$(LISP)$$tags" \
470          || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags config.h.in $$unique $(LISP) -o $$here/TAGS)
471
472mostlyclean-tags:
473
474clean-tags:
475
476distclean-tags:
477        -rm -f TAGS ID
478
479maintainer-clean-tags:
480
481distdir = $(PACKAGE)-$(VERSION)
482top_distdir = $(distdir)
483
484# This target untars the dist file and tries a VPATH configuration.  Then
485# it guarantees that the distribution is self-contained by making another
486# tarfile.
487distcheck: dist
488        -rm -rf $(distdir)
489        GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz
490        mkdir $(distdir)/=build
491        mkdir $(distdir)/=inst
492        dc_install_base=`cd $(distdir)/=inst && pwd`; \
493        cd $(distdir)/=build \
494          && ../configure --srcdir=.. --prefix=$$dc_install_base \
495          && $(MAKE) $(AM_MAKEFLAGS) \
496          && $(MAKE) $(AM_MAKEFLAGS) dvi \
497          && $(MAKE) $(AM_MAKEFLAGS) check \
498          && $(MAKE) $(AM_MAKEFLAGS) install \
499          && $(MAKE) $(AM_MAKEFLAGS) installcheck \
500          && $(MAKE) $(AM_MAKEFLAGS) dist
501        -rm -rf $(distdir)
502        @banner="$(distdir).tar.gz is ready for distribution"; \
503        dashes=`echo "$$banner" | sed s/./=/g`; \
504        echo "$$dashes"; \
505        echo "$$banner"; \
506        echo "$$dashes"
507dist: distdir
508        -chmod -R a+r $(distdir)
509        GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
510        -rm -rf $(distdir)
511dist-all: distdir
512        -chmod -R a+r $(distdir)
513        GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
514        -rm -rf $(distdir)
515distdir: $(DISTFILES)
516        -rm -rf $(distdir)
517        mkdir $(distdir)
518        -chmod 777 $(distdir)
519        @for file in $(DISTFILES); do \
520          d=$(srcdir); \
521          if test -d $$d/$$file; then \
522            cp -pr $$d/$$file $(distdir)/$$file; \
523          else \
524            test -f $(distdir)/$$file \
525            || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
526            || cp -p $$d/$$file $(distdir)/$$file || :; \
527          fi; \
528        done
529        for subdir in $(SUBDIRS); do \
530          if test "$$subdir" = .; then :; else \
531            test -d $(distdir)/$$subdir \
532            || mkdir $(distdir)/$$subdir \
533            || exit 1; \
534            chmod 777 $(distdir)/$$subdir; \
535            (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(distdir) distdir=../$(distdir)/$$subdir distdir) \
536              || exit 1; \
537          fi; \
538        done
539        $(MAKE) $(AM_MAKEFLAGS) top_distdir="$(top_distdir)" distdir="$(distdir)" dist-hook
540art_render_mask.lo art_render_mask.o : art_render_mask.c \
541        art_render_mask.h
542librsvg-features.lo librsvg-features.o : librsvg-features.c \
543        librsvg-features.h
544rsvg-bpath-util.lo rsvg-bpath-util.o : rsvg-bpath-util.c config.h \
545        rsvg-bpath-util.h
546rsvg-css.lo rsvg-css.o : rsvg-css.c config.h rsvg-css.h
547rsvg-defs.lo rsvg-defs.o : rsvg-defs.c config.h rsvg-defs.h
548rsvg-ft.lo rsvg-ft.o : rsvg-ft.c art_render_mask.h rsvg-ft.h
549rsvg-paint-server.lo rsvg-paint-server.o : rsvg-paint-server.c config.h \
550        rsvg-paint-server.h rsvg-defs.h rsvg-css.h
551rsvg-path.lo rsvg-path.o : rsvg-path.c config.h rsvg-path.h \
552        rsvg-bpath-util.h
553rsvg.lo rsvg.o : rsvg.c config.h rsvg.h rsvg-bpath-util.h rsvg-path.h \
554        rsvg-css.h rsvg-paint-server.h rsvg-defs.h
555test-display.o: test-display.c config.h rsvg.h
556test-ft-gtk.o: test-ft-gtk.c art_render_mask.h rsvg.h rsvg-ft.h
557test-ft.o: test-ft.c art_render_mask.h rsvg.h rsvg-ft.h
558test-performance.o: test-performance.c config.h rsvg.h
559test-rsvg.o: test-rsvg.c config.h rsvg.h
560
561info-am:
562info: info-recursive
563dvi-am:
564dvi: dvi-recursive
565check-am: all-am
566check: check-recursive
567installcheck-am:
568installcheck: installcheck-recursive
569all-recursive-am: config.h
570        $(MAKE) $(AM_MAKEFLAGS) all-recursive
571
572install-exec-am: install-libLTLIBRARIES install-binPROGRAMS
573install-exec: install-exec-recursive
574
575install-data-am: install-pkgconfigDATA install-librsvgincHEADERS
576install-data: install-data-recursive
577
578install-am: all-am
579        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
580install: install-recursive
581uninstall-am: uninstall-libLTLIBRARIES uninstall-binPROGRAMS \
582                uninstall-pkgconfigDATA uninstall-librsvgincHEADERS
583uninstall: uninstall-recursive
584all-am: Makefile $(LTLIBRARIES) $(PROGRAMS) $(DATA) $(HEADERS) config.h
585all-redirect: all-recursive-am
586install-strip:
587        $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
588installdirs: installdirs-recursive
589installdirs-am:
590        $(mkinstalldirs)  $(DESTDIR)$(libdir) $(DESTDIR)$(bindir) \
591                $(DESTDIR)$(pkgconfigdir) $(DESTDIR)$(librsvgincdir)
592
593
594mostlyclean-generic:
595
596clean-generic:
597
598distclean-generic:
599        -rm -f Makefile $(CONFIG_CLEAN_FILES)
600        -rm -f config.cache config.log stamp-h stamp-h[0-9]*
601
602maintainer-clean-generic:
603mostlyclean-am:  mostlyclean-hdr mostlyclean-libLTLIBRARIES \
604                mostlyclean-compile mostlyclean-libtool \
605                mostlyclean-binPROGRAMS mostlyclean-noinstPROGRAMS \
606                mostlyclean-tags mostlyclean-generic
607
608mostlyclean: mostlyclean-recursive
609
610clean-am:  clean-hdr clean-libLTLIBRARIES clean-compile clean-libtool \
611                clean-binPROGRAMS clean-noinstPROGRAMS clean-tags \
612                clean-generic mostlyclean-am
613
614clean: clean-recursive
615
616distclean-am:  distclean-hdr distclean-libLTLIBRARIES distclean-compile \
617                distclean-libtool distclean-binPROGRAMS \
618                distclean-noinstPROGRAMS distclean-tags \
619                distclean-generic clean-am
620        -rm -f libtool
621
622distclean: distclean-recursive
623        -rm -f config.status
624
625maintainer-clean-am:  maintainer-clean-hdr \
626                maintainer-clean-libLTLIBRARIES \
627                maintainer-clean-compile maintainer-clean-libtool \
628                maintainer-clean-binPROGRAMS \
629                maintainer-clean-noinstPROGRAMS maintainer-clean-tags \
630                maintainer-clean-generic distclean-am
631        @echo "This command is intended for maintainers to use;"
632        @echo "it deletes files that may require special tools to rebuild."
633
634maintainer-clean: maintainer-clean-recursive
635        -rm -f config.status
636
637.PHONY: mostlyclean-hdr distclean-hdr clean-hdr maintainer-clean-hdr \
638mostlyclean-libLTLIBRARIES distclean-libLTLIBRARIES \
639clean-libLTLIBRARIES maintainer-clean-libLTLIBRARIES \
640uninstall-libLTLIBRARIES install-libLTLIBRARIES mostlyclean-compile \
641distclean-compile clean-compile maintainer-clean-compile \
642mostlyclean-libtool distclean-libtool clean-libtool \
643maintainer-clean-libtool mostlyclean-binPROGRAMS distclean-binPROGRAMS \
644clean-binPROGRAMS maintainer-clean-binPROGRAMS uninstall-binPROGRAMS \
645install-binPROGRAMS mostlyclean-noinstPROGRAMS distclean-noinstPROGRAMS \
646clean-noinstPROGRAMS maintainer-clean-noinstPROGRAMS \
647uninstall-pkgconfigDATA install-pkgconfigDATA \
648uninstall-librsvgincHEADERS install-librsvgincHEADERS \
649install-data-recursive uninstall-data-recursive install-exec-recursive \
650uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \
651all-recursive check-recursive installcheck-recursive info-recursive \
652dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive \
653maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
654distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
655dvi-am dvi check check-am installcheck-am installcheck all-recursive-am \
656install-exec-am install-exec install-data-am install-data install-am \
657install uninstall-am uninstall all-redirect all-am all installdirs-am \
658installdirs mostlyclean-generic distclean-generic clean-generic \
659maintainer-clean-generic clean mostlyclean distclean maintainer-clean
660
661
662tests: rsvg
663
664dist-hook: librsvg.spec
665        cp librsvg.spec $(distdir)
666
667# Tell versions [3.59,3.63) of GNU make to not export all variables.
668# Otherwise a system limit (for SysV at least) may be exceeded.
669.NOEXPORT:
Note: See TracBrowser for help on using the repository browser.