From b6eb5eb91c69a1f131848e5d727b61f7fc08c12a Mon Sep 17 00:00:00 2001 From: "alex.fritze%crocodile-clips.com" Date: Sat, 7 Feb 2004 13:42:17 +0000 Subject: [PATCH] Forgot this file first time round... Landing of SVG_20020806_BRANCH, Bug 182533. Refactoring of SVG backend, new GDI+ and Libart rendering backends, text support on Windows (GDI+), rudimentary text support on Linux (libart/freetype2), presentation attributes, lots of bug fixes (see bug 182533 for dependency list). Not part of default build; code is #ifdef'ed out. r=sicking, sr=jst for dom and htmlparser changes r=bsmedberg, sr=tor for config changes r=dbaron, sr=bzbarsky for content and layout changes r=tor, sr=bzbarsky for gfx changes --- layout/svg/base/src/Makefile.in | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/layout/svg/base/src/Makefile.in b/layout/svg/base/src/Makefile.in index 45c92c14eec..5239088240c 100644 --- a/layout/svg/base/src/Makefile.in +++ b/layout/svg/base/src/Makefile.in @@ -26,6 +26,8 @@ VPATH = @srcdir@ include $(DEPTH)/config/autoconf.mk +DIRS = resources + MODULE = layout LIBRARY_NAME = gksvgbase_s REQUIRES = xpcom \ @@ -43,24 +45,21 @@ REQUIRES = xpcom \ $(NULL) CPPSRCS = \ - nsSVGBPathBuilder.cpp \ - nsSVGEllipseFrame.cpp \ nsSVGCircleFrame.cpp \ - nsSVGFill.cpp \ + nsSVGEllipseFrame.cpp \ nsSVGForeignObjectFrame.cpp \ nsSVGGFrame.cpp \ nsSVGGenericContainerFrame.cpp \ - nsSVGGraphic.cpp \ - nsSVGGraphicFrame.cpp \ + nsSVGGlyphFrame.cpp \ nsSVGLineFrame.cpp \ nsSVGOuterSVGFrame.cpp \ nsSVGPathFrame.cpp \ + nsSVGPathGeometryFrame.cpp \ nsSVGPolygonFrame.cpp \ nsSVGPolylineFrame.cpp \ nsSVGRectFrame.cpp \ - nsSVGRenderItem.cpp \ - nsSVGRenderingContext.cpp \ - nsSVGStroke.cpp \ + nsSVGTSpanFrame.cpp \ + nsSVGTextFrame.cpp \ $(NULL) include $(topsrcdir)/config/config.mk @@ -70,8 +69,6 @@ FORCE_STATIC_LIB = 1 include $(topsrcdir)/config/rules.mk -CXXFLAGS += $(MOZ_LIBART_CFLAGS) - LOCAL_INCLUDES = \ -I$(srcdir)/../../../base/src \ -I$(srcdir)/../../../html/table/src \ @@ -89,8 +86,12 @@ EXPORT_RESOURCE_CONTENT = \ $(NULL) libs:: $(INSTALL) $(EXPORT_RESOURCE_CONTENT) $(DIST)/bin/res/dtd + $(INSTALL) $(srcdir)/svg.css $(DIST)/bin/res + $(PERL) $(srcdir)/install-svg-css.pl $(DIST)/bin/res/ua.css install:: $(SYSINSTALL) $(IFLAGS1) $(EXPORT_RESOURCE_CONTENT) $(DESTDIR)$(mozappdir)/res/dtd + $(SYSINSTALL) $(IFLAGS1) $(srcdir)/svg.css $(DESTDIR)$(mozappdir)/res + DEFINES += -D_IMPL_NS_LAYOUT