2000-04-01 14:38:51 +00:00
|
|
|
#
|
2004-04-18 14:30:37 +00:00
|
|
|
# ***** BEGIN LICENSE BLOCK *****
|
|
|
|
# Version: MPL 1.1/GPL 2.0/LGPL 2.1
|
2000-04-01 14:38:51 +00:00
|
|
|
#
|
2004-04-18 14:30:37 +00:00
|
|
|
# The contents of this file are subject to the Mozilla Public License Version
|
|
|
|
# 1.1 (the "License"); you may not use this file except in compliance with
|
|
|
|
# the License. You may obtain a copy of the License at
|
|
|
|
# http://www.mozilla.org/MPL/
|
|
|
|
#
|
|
|
|
# Software distributed under the License is distributed on an "AS IS" basis,
|
|
|
|
# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
|
|
|
|
# for the specific language governing rights and limitations under the
|
|
|
|
# License.
|
2000-04-01 14:38:51 +00:00
|
|
|
#
|
|
|
|
# The Original Code is mozilla.org code.
|
|
|
|
#
|
2004-04-18 14:30:37 +00:00
|
|
|
# The Initial Developer of the Original Code is
|
|
|
|
# Netscape Communications Corporation.
|
|
|
|
# Portions created by the Initial Developer are Copyright (C) 1998
|
|
|
|
# the Initial Developer. All Rights Reserved.
|
|
|
|
#
|
|
|
|
# Contributor(s):
|
2000-04-01 14:38:51 +00:00
|
|
|
#
|
2004-04-18 14:30:37 +00:00
|
|
|
# Alternatively, the contents of this file may be used under the terms of
|
|
|
|
# either of the GNU General Public License Version 2 or later (the "GPL"),
|
|
|
|
# or the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
|
|
|
|
# in which case the provisions of the GPL or the LGPL are applicable instead
|
|
|
|
# of those above. If you wish to allow use of your version of this file only
|
|
|
|
# under the terms of either the GPL or the LGPL, and not to allow others to
|
|
|
|
# use your version of this file under the terms of the MPL, indicate your
|
|
|
|
# decision by deleting the provisions above and replace them with the notice
|
|
|
|
# and other provisions required by the GPL or the LGPL. If you do not delete
|
|
|
|
# the provisions above, a recipient may use your version of this file under
|
|
|
|
# the terms of any one of the MPL, the GPL or the LGPL.
|
2000-04-01 14:38:51 +00:00
|
|
|
#
|
2004-04-18 14:30:37 +00:00
|
|
|
# ***** END LICENSE BLOCK *****
|
2000-04-01 14:38:51 +00:00
|
|
|
|
|
|
|
DEPTH = ../../../..
|
|
|
|
topsrcdir = @top_srcdir@
|
|
|
|
srcdir = @srcdir@
|
|
|
|
VPATH = @srcdir@
|
|
|
|
|
|
|
|
include $(DEPTH)/config/autoconf.mk
|
|
|
|
|
|
|
|
MODULE = layout
|
2000-07-02 18:44:42 +00:00
|
|
|
LIBRARY_NAME = gksvgbase_s
|
2004-12-15 04:07:01 +00:00
|
|
|
LIBXUL_LIBRARY = 1
|
|
|
|
|
2001-09-18 13:41:47 +00:00
|
|
|
REQUIRES = xpcom \
|
|
|
|
string \
|
|
|
|
content \
|
|
|
|
gfx \
|
|
|
|
widget \
|
|
|
|
dom \
|
|
|
|
locale \
|
|
|
|
view \
|
|
|
|
pref \
|
2001-09-29 21:41:30 +00:00
|
|
|
necko \
|
2001-11-14 01:33:42 +00:00
|
|
|
unicharutil \
|
2004-01-28 01:15:30 +00:00
|
|
|
webshell \
|
2004-12-17 23:45:30 +00:00
|
|
|
imglib2 \
|
2005-09-05 20:41:57 +00:00
|
|
|
js \
|
|
|
|
xpconnect \
|
|
|
|
docshell \
|
2006-11-27 17:30:57 +00:00
|
|
|
thebes \
|
2001-09-18 13:41:47 +00:00
|
|
|
$(NULL)
|
2000-04-01 14:38:51 +00:00
|
|
|
|
|
|
|
CPPSRCS = \
|
2007-02-22 12:38:12 +00:00
|
|
|
nsSVGAFrame.cpp \
|
2005-01-25 03:55:03 +00:00
|
|
|
nsSVGClipPathFrame.cpp \
|
2006-06-01 15:31:15 +00:00
|
|
|
nsSVGContainerFrame.cpp \
|
2005-09-06 22:30:40 +00:00
|
|
|
nsSVGFilterFrame.cpp \
|
2008-07-14 01:21:25 +00:00
|
|
|
nsSVGFilterInstance.cpp \
|
2001-12-12 07:59:31 +00:00
|
|
|
nsSVGGFrame.cpp \
|
|
|
|
nsSVGGenericContainerFrame.cpp \
|
2006-05-02 15:05:25 +00:00
|
|
|
nsSVGGeometryFrame.cpp \
|
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
2004-02-07 13:42:17 +00:00
|
|
|
nsSVGGlyphFrame.cpp \
|
2004-10-14 23:02:53 +00:00
|
|
|
nsSVGGradientFrame.cpp \
|
2004-12-17 23:45:30 +00:00
|
|
|
nsSVGImageFrame.cpp \
|
2004-08-05 09:01:13 +00:00
|
|
|
nsSVGInnerSVGFrame.cpp \
|
2006-03-20 17:39:08 +00:00
|
|
|
nsSVGLeafFrame.cpp \
|
2004-12-09 03:16:15 +00:00
|
|
|
nsSVGMarkerFrame.cpp \
|
2006-01-20 17:00:43 +00:00
|
|
|
nsSVGMaskFrame.cpp \
|
2001-12-12 07:59:31 +00:00
|
|
|
nsSVGOuterSVGFrame.cpp \
|
2006-05-16 15:55:01 +00:00
|
|
|
nsSVGPaintServerFrame.cpp \
|
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
2004-02-07 13:42:17 +00:00
|
|
|
nsSVGPathGeometryFrame.cpp \
|
2005-09-13 22:38:36 +00:00
|
|
|
nsSVGPatternFrame.cpp \
|
2005-03-09 19:24:18 +00:00
|
|
|
nsSVGStopFrame.cpp \
|
2008-07-13 11:30:48 +00:00
|
|
|
nsSVGSwitchFrame.cpp \
|
2006-06-28 15:23:40 +00:00
|
|
|
nsSVGTextContainerFrame.cpp \
|
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
2004-02-07 13:42:17 +00:00
|
|
|
nsSVGTextFrame.cpp \
|
2005-08-26 02:49:52 +00:00
|
|
|
nsSVGTextPathFrame.cpp \
|
|
|
|
nsSVGTSpanFrame.cpp \
|
2004-11-23 13:51:57 +00:00
|
|
|
nsSVGUseFrame.cpp \
|
2005-04-04 21:42:26 +00:00
|
|
|
nsSVGUtils.cpp \
|
2000-04-01 14:38:51 +00:00
|
|
|
$(NULL)
|
|
|
|
|
2005-06-29 03:51:44 +00:00
|
|
|
ifdef MOZ_SVG_FOREIGNOBJECT
|
|
|
|
CPPSRCS += nsSVGForeignObjectFrame.cpp
|
|
|
|
endif
|
|
|
|
|
2000-04-01 14:38:51 +00:00
|
|
|
include $(topsrcdir)/config/config.mk
|
|
|
|
|
|
|
|
# we don't want the shared lib, but we want to force the creation of a static lib.
|
2001-06-18 22:10:38 +00:00
|
|
|
FORCE_STATIC_LIB = 1
|
2000-04-01 14:38:51 +00:00
|
|
|
|
2005-09-06 22:30:40 +00:00
|
|
|
EXPORTS = \
|
|
|
|
nsSVGUtils.h \
|
|
|
|
nsSVGFilterInstance.h \
|
2006-02-21 00:33:27 +00:00
|
|
|
nsSVGForeignObjectFrame.h \
|
2005-09-06 22:30:40 +00:00
|
|
|
$(NULL)
|
2005-09-05 20:41:57 +00:00
|
|
|
|
2000-04-01 14:38:51 +00:00
|
|
|
include $(topsrcdir)/config/rules.mk
|
|
|
|
|
2001-12-18 09:14:29 +00:00
|
|
|
LOCAL_INCLUDES = \
|
2004-12-08 19:41:48 +00:00
|
|
|
-I$(srcdir)/../../../base \
|
|
|
|
-I$(srcdir)/../../../generic \
|
|
|
|
-I$(srcdir)/../../../style \
|
2004-09-28 18:39:13 +00:00
|
|
|
-I$(srcdir)/../../../xul/base/src \
|
2004-12-08 19:41:48 +00:00
|
|
|
-I$(srcdir)/../../../../content/svg/content/src \
|
2006-04-14 15:09:39 +00:00
|
|
|
-I$(srcdir)/../../../../content/base/src \
|
2000-04-01 14:38:51 +00:00
|
|
|
$(NULL)
|
|
|
|
|
2002-01-15 22:57:10 +00:00
|
|
|
libs::
|
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
2004-02-07 13:42:17 +00:00
|
|
|
$(INSTALL) $(srcdir)/svg.css $(DIST)/bin/res
|
2002-04-25 02:52:44 +00:00
|
|
|
|
|
|
|
install::
|
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
2004-02-07 13:42:17 +00:00
|
|
|
$(SYSINSTALL) $(IFLAGS1) $(srcdir)/svg.css $(DESTDIR)$(mozappdir)/res
|
|
|
|
|
2003-01-09 06:49:07 +00:00
|
|
|
|
|
|
|
DEFINES += -D_IMPL_NS_LAYOUT
|