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

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