2009-07-15 11:33:31 -07:00
|
|
|
#
|
2012-05-21 04:12:37 -07:00
|
|
|
# This Source Code Form is subject to the terms of the Mozilla Public
|
|
|
|
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
|
|
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
2009-01-14 20:38:07 -08:00
|
|
|
|
2012-08-04 11:26:44 -07:00
|
|
|
DEPTH = @DEPTH@
|
2009-01-14 20:38:07 -08:00
|
|
|
topsrcdir = @top_srcdir@
|
|
|
|
srcdir = @srcdir@
|
|
|
|
VPATH = @srcdir@
|
|
|
|
|
|
|
|
include $(DEPTH)/config/autoconf.mk
|
|
|
|
|
|
|
|
LIBRARY_NAME = gkconsmil_s
|
|
|
|
LIBXUL_LIBRARY = 1
|
2013-01-02 07:56:38 -08:00
|
|
|
ifndef _MSC_VER
|
2012-01-11 00:32:38 -08:00
|
|
|
FAIL_ON_WARNINGS = 1
|
2013-01-02 07:56:38 -08:00
|
|
|
endif # !_MSC_VER
|
2009-01-14 20:38:07 -08:00
|
|
|
|
2011-11-05 03:32:52 -07:00
|
|
|
EXPORTS = \
|
|
|
|
nsISMILAttr.h \
|
|
|
|
nsISMILType.h \
|
|
|
|
nsSMILAnimationController.h \
|
2013-01-06 01:32:03 -08:00
|
|
|
nsSMILAnimationFunction.h \
|
2011-11-05 03:32:52 -07:00
|
|
|
nsSMILCompositorTable.h \
|
|
|
|
nsSMILCSSProperty.h \
|
2013-01-06 01:32:03 -08:00
|
|
|
nsSMILInstanceTime.h \
|
|
|
|
nsSMILInterval.h \
|
2011-11-05 03:32:52 -07:00
|
|
|
nsSMILKeySpline.h \
|
|
|
|
nsSMILMappedAttribute.h \
|
|
|
|
nsSMILMilestone.h \
|
2013-01-06 01:32:03 -08:00
|
|
|
nsSMILNullType.h \
|
|
|
|
nsSMILRepeatCount.h \
|
|
|
|
nsSMILSetAnimationFunction.h \
|
|
|
|
nsSMILTargetIdentifier.h \
|
2011-11-05 03:32:52 -07:00
|
|
|
nsSMILTimeContainer.h \
|
2013-01-06 01:32:03 -08:00
|
|
|
nsSMILTimedElement.h \
|
|
|
|
nsSMILTimeValue.h \
|
|
|
|
nsSMILTimeValueSpec.h \
|
|
|
|
nsSMILTimeValueSpecParams.h \
|
2011-11-05 03:32:52 -07:00
|
|
|
nsSMILTypes.h \
|
2013-01-06 01:32:03 -08:00
|
|
|
nsSMILValue.h \
|
2011-11-05 03:32:52 -07:00
|
|
|
$(NULL)
|
2009-01-14 20:38:07 -08:00
|
|
|
|
2011-11-05 03:32:52 -07:00
|
|
|
CPPSRCS = \
|
2010-07-31 00:02:52 -07:00
|
|
|
nsDOMTimeEvent.cpp \
|
2009-01-14 20:38:07 -08:00
|
|
|
nsSMILAnimationController.cpp \
|
|
|
|
nsSMILAnimationFunction.cpp \
|
|
|
|
nsSMILCompositor.cpp \
|
2009-10-02 14:37:25 -07:00
|
|
|
nsSMILCSSProperty.cpp \
|
|
|
|
nsSMILCSSValueType.cpp \
|
2009-01-14 20:38:07 -08:00
|
|
|
nsSMILFloatType.cpp \
|
|
|
|
nsSMILInstanceTime.cpp \
|
2010-03-01 11:31:50 -08:00
|
|
|
nsSMILInterval.cpp \
|
2011-11-05 03:32:52 -07:00
|
|
|
nsSMILKeySpline.cpp \
|
2010-03-16 16:17:33 -07:00
|
|
|
nsSMILMappedAttribute.cpp \
|
2009-01-14 20:38:07 -08:00
|
|
|
nsSMILNullType.cpp \
|
|
|
|
nsSMILParserUtils.cpp \
|
|
|
|
nsSMILRepeatCount.cpp \
|
|
|
|
nsSMILSetAnimationFunction.cpp \
|
|
|
|
nsSMILTimeContainer.cpp \
|
|
|
|
nsSMILTimedElement.cpp \
|
|
|
|
nsSMILTimeValue.cpp \
|
|
|
|
nsSMILTimeValueSpec.cpp \
|
|
|
|
nsSMILValue.cpp \
|
2010-01-24 08:42:08 -08:00
|
|
|
SMILBoolType.cpp \
|
2010-01-23 10:59:03 -08:00
|
|
|
SMILEnumType.cpp \
|
2010-02-18 13:51:00 -08:00
|
|
|
SMILIntegerType.cpp \
|
2010-10-07 12:19:32 -07:00
|
|
|
SMILStringType.cpp \
|
2011-11-05 03:32:52 -07:00
|
|
|
$(NULL)
|
2009-01-14 20:38:07 -08:00
|
|
|
|
|
|
|
include $(topsrcdir)/config/config.mk
|
|
|
|
|
|
|
|
# we don't want the shared lib, but we want to force the creation of a static lib.
|
|
|
|
FORCE_STATIC_LIB = 1
|
|
|
|
|
|
|
|
INCLUDES += \
|
|
|
|
-I$(srcdir)/../base/src \
|
2009-10-02 14:37:25 -07:00
|
|
|
-I$(srcdir)/../../layout/style \
|
2010-07-31 00:02:52 -07:00
|
|
|
-I$(srcdir)/../events/src \
|
2009-01-14 20:38:07 -08:00
|
|
|
$(NULL)
|
2009-10-22 15:13:12 -07:00
|
|
|
|
|
|
|
include $(topsrcdir)/config/rules.mk
|
2009-01-14 20:38:07 -08:00
|
|
|
|
|
|
|
DEFINES += -D_IMPL_NS_LAYOUT
|