source: trunk/third/librsvg/gdk-pixbuf-loader/Makefile.in @ 18805

Revision 18805, 9.5 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
104loaderdir = $(libdir)/gtk-2.0/$(GTK_VERSION)/loaders
105
106INCLUDES = \
107        $(LIBRSVG_CFLAGS) \
108        $(LIBGSF_CFLAGS) \
109        -DGDK_PIXBUF_ENABLE_BACKEND \
110        -I$(top_srcdir)
111
112@ENABLE_PIXBUF_LOADER_TRUE@target_pixbuf_loader = @ENABLE_PIXBUF_LOADER_TRUE@svg_loader.la
113@ENABLE_PIXBUF_LOADER_FALSE@target_pixbuf_loader =
114
115svg_loader_la_SOURCES = io-svg.c
116svg_loader_la_LDFLAGS = -avoid-version -module
117svg_loader_la_LIBADD = $(LIBRSVG_LIBS) \
118        $(LIBGSF_LIBS) \
119        $(top_builddir)/librsvg-2.la
120
121
122loader_LTLIBRARIES = $(target_pixbuf_loader)
123mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
124CONFIG_HEADER = ../config.h
125CONFIG_CLEAN_FILES =
126LTLIBRARIES =  $(loader_LTLIBRARIES)
127
128
129DEFS = @DEFS@ -I. -I$(srcdir) -I..
130CPPFLAGS = @CPPFLAGS@
131LDFLAGS = @LDFLAGS@
132LIBS = @LIBS@
133svg_loader_la_DEPENDENCIES =  $(top_builddir)/librsvg-2.la
134svg_loader_la_OBJECTS =  io-svg.lo
135CFLAGS = @CFLAGS@
136COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
137LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
138CCLD = $(CC)
139LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
140DIST_COMMON =  Makefile.am Makefile.in
141
142
143DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
144
145TAR = gtar
146GZIP_ENV = --best
147SOURCES = $(svg_loader_la_SOURCES)
148OBJECTS = $(svg_loader_la_OBJECTS)
149
150all: all-redirect
151.SUFFIXES:
152.SUFFIXES: .S .c .lo .o .obj .s
153$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
154        cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps gdk-pixbuf-loader/Makefile
155
156Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
157        cd $(top_builddir) \
158          && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
159
160
161mostlyclean-loaderLTLIBRARIES:
162
163clean-loaderLTLIBRARIES:
164        -test -z "$(loader_LTLIBRARIES)" || rm -f $(loader_LTLIBRARIES)
165
166distclean-loaderLTLIBRARIES:
167
168maintainer-clean-loaderLTLIBRARIES:
169
170install-loaderLTLIBRARIES: $(loader_LTLIBRARIES)
171        @$(NORMAL_INSTALL)
172        $(mkinstalldirs) $(DESTDIR)$(loaderdir)
173        @list='$(loader_LTLIBRARIES)'; for p in $$list; do \
174          if test -f $$p; then \
175            echo "$(LIBTOOL)  --mode=install $(INSTALL) $$p $(DESTDIR)$(loaderdir)/$$p"; \
176            $(LIBTOOL)  --mode=install $(INSTALL) $$p $(DESTDIR)$(loaderdir)/$$p; \
177          else :; fi; \
178        done
179
180uninstall-loaderLTLIBRARIES:
181        @$(NORMAL_UNINSTALL)
182        list='$(loader_LTLIBRARIES)'; for p in $$list; do \
183          $(LIBTOOL)  --mode=uninstall rm -f $(DESTDIR)$(loaderdir)/$$p; \
184        done
185
186.c.o:
187        $(COMPILE) -c $<
188
189# FIXME: We should only use cygpath when building on Windows,
190# and only if it is available.
191.c.obj:
192        $(COMPILE) -c `cygpath -w $<`
193
194.s.o:
195        $(COMPILE) -c $<
196
197.S.o:
198        $(COMPILE) -c $<
199
200mostlyclean-compile:
201        -rm -f *.o core *.core
202        -rm -f *.$(OBJEXT)
203
204clean-compile:
205
206distclean-compile:
207        -rm -f *.tab.c
208
209maintainer-clean-compile:
210
211.c.lo:
212        $(LIBTOOL) --mode=compile $(COMPILE) -c $<
213
214.s.lo:
215        $(LIBTOOL) --mode=compile $(COMPILE) -c $<
216
217.S.lo:
218        $(LIBTOOL) --mode=compile $(COMPILE) -c $<
219
220mostlyclean-libtool:
221        -rm -f *.lo
222
223clean-libtool:
224        -rm -rf .libs _libs
225
226distclean-libtool:
227
228maintainer-clean-libtool:
229
230svg_loader.la: $(svg_loader_la_OBJECTS) $(svg_loader_la_DEPENDENCIES)
231        $(LINK) -rpath $(loaderdir) $(svg_loader_la_LDFLAGS) $(svg_loader_la_OBJECTS) $(svg_loader_la_LIBADD) $(LIBS)
232
233tags: TAGS
234
235ID: $(HEADERS) $(SOURCES) $(LISP)
236        list='$(SOURCES) $(HEADERS)'; \
237        unique=`for i in $$list; do echo $$i; done | \
238          awk '    { files[$$0] = 1; } \
239               END { for (i in files) print i; }'`; \
240        here=`pwd` && cd $(srcdir) \
241          && mkid -f$$here/ID $$unique $(LISP)
242
243TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
244        tags=; \
245        here=`pwd`; \
246        list='$(SOURCES) $(HEADERS)'; \
247        unique=`for i in $$list; do echo $$i; done | \
248          awk '    { files[$$0] = 1; } \
249               END { for (i in files) print i; }'`; \
250        test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
251          || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
252
253mostlyclean-tags:
254
255clean-tags:
256
257distclean-tags:
258        -rm -f TAGS ID
259
260maintainer-clean-tags:
261
262distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
263
264subdir = gdk-pixbuf-loader
265
266distdir: $(DISTFILES)
267        @for file in $(DISTFILES); do \
268          d=$(srcdir); \
269          if test -d $$d/$$file; then \
270            cp -pr $$d/$$file $(distdir)/$$file; \
271          else \
272            test -f $(distdir)/$$file \
273            || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
274            || cp -p $$d/$$file $(distdir)/$$file || :; \
275          fi; \
276        done
277
278info-am:
279info: info-am
280dvi-am:
281dvi: dvi-am
282check-am: all-am
283check: check-am
284installcheck-am:
285installcheck: installcheck-am
286install-exec-am:
287install-exec: install-exec-am
288
289install-data-am: install-loaderLTLIBRARIES install-data-local
290install-data: install-data-am
291
292install-am: all-am
293        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
294install: install-am
295uninstall-am: uninstall-loaderLTLIBRARIES
296uninstall: uninstall-am
297all-am: Makefile $(LTLIBRARIES)
298all-redirect: all-am
299install-strip:
300        $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
301installdirs:
302        $(mkinstalldirs)  $(DESTDIR)$(loaderdir)
303
304
305mostlyclean-generic:
306
307clean-generic:
308
309distclean-generic:
310        -rm -f Makefile $(CONFIG_CLEAN_FILES)
311        -rm -f config.cache config.log stamp-h stamp-h[0-9]*
312
313maintainer-clean-generic:
314mostlyclean-am:  mostlyclean-loaderLTLIBRARIES mostlyclean-compile \
315                mostlyclean-libtool mostlyclean-tags \
316                mostlyclean-generic
317
318mostlyclean: mostlyclean-am
319
320clean-am:  clean-loaderLTLIBRARIES clean-compile clean-libtool \
321                clean-tags clean-generic mostlyclean-am
322
323clean: clean-am
324
325distclean-am:  distclean-loaderLTLIBRARIES distclean-compile \
326                distclean-libtool distclean-tags distclean-generic \
327                clean-am
328        -rm -f libtool
329
330distclean: distclean-am
331
332maintainer-clean-am:  maintainer-clean-loaderLTLIBRARIES \
333                maintainer-clean-compile maintainer-clean-libtool \
334                maintainer-clean-tags maintainer-clean-generic \
335                distclean-am
336        @echo "This command is intended for maintainers to use;"
337        @echo "it deletes files that may require special tools to rebuild."
338
339maintainer-clean: maintainer-clean-am
340
341.PHONY: mostlyclean-loaderLTLIBRARIES distclean-loaderLTLIBRARIES \
342clean-loaderLTLIBRARIES maintainer-clean-loaderLTLIBRARIES \
343uninstall-loaderLTLIBRARIES install-loaderLTLIBRARIES \
344mostlyclean-compile distclean-compile clean-compile \
345maintainer-clean-compile mostlyclean-libtool distclean-libtool \
346clean-libtool maintainer-clean-libtool tags mostlyclean-tags \
347distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
348dvi-am dvi check check-am installcheck-am installcheck install-exec-am \
349install-exec install-data-local install-data-am install-data install-am \
350install uninstall-am uninstall all-redirect all-am all installdirs \
351mostlyclean-generic distclean-generic clean-generic \
352maintainer-clean-generic clean mostlyclean distclean maintainer-clean
353
354
355install-data-local:
356        if [ -z "$(DESTDIR)" ] ; then \
357          $(mkinstalldirs) $(DESTDIR)$(sysconfdir)/gtk-2.0 ; \
358          $(QUERYLOADERS) > $(DESTDIR)$(sysconfdir)/gtk-2.0/gdk-pixbuf.loaders ; \
359        fi
360
361# Tell versions [3.59,3.63) of GNU make to not export all variables.
362# Otherwise a system limit (for SysV at least) may be exceeded.
363.NOEXPORT:
Note: See TracBrowser for help on using the repository browser.