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

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