~ubuntu-branches/ubuntu/precise/kompozer/precise

« back to all changes in this revision

Viewing changes to mozilla/dom/public/idl/svg/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Anthony Yarusso
  • Date: 2007-08-27 01:11:03 UTC
  • Revision ID: james.westby@ubuntu.com-20070827011103-2jgf4s6532gqu2ka
Tags: upstream-0.7.10
ImportĀ upstreamĀ versionĀ 0.7.10

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!nmake
 
2
#
 
3
# The contents of this file are subject to the Mozilla Public
 
4
# License Version 1.1 (the "License"); you may not use this file
 
5
# except in compliance with the License. You may obtain a copy of
 
6
# the License at http://www.mozilla.org/MPL/
 
7
#
 
8
# Software distributed under the License is distributed on an "AS
 
9
# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
 
10
# implied. See the License for the specific language governing
 
11
# rights and limitations under the License.
 
12
#
 
13
# The Original Code is Crocodile Clips Ltd code.
 
14
#
 
15
# The Initial Developer of the Original Code is
 
16
# Crocodile Clips Ltd.  Portions created by Crocodile Clips are
 
17
# Copyright (C) 2001 Crocodile Clips Ltd. All
 
18
# Rights Reserved.
 
19
 
 
20
 
 
21
DEPTH           = ../../../..
 
22
topsrcdir       = @top_srcdir@
 
23
srcdir          = @srcdir@
 
24
VPATH           = @srcdir@
 
25
 
 
26
include $(DEPTH)/config/autoconf.mk
 
27
 
 
28
MODULE          = dom
 
29
XPIDL_MODULE    = dom_svg
 
30
 
 
31
 
 
32
XPIDLSRCS       = \
 
33
                nsIDOMSVGAnimatedEnum.idl \
 
34
                nsIDOMSVGAnimatedLength.idl \
 
35
                nsIDOMSVGAnimatedLengthList.idl \
 
36
                nsIDOMSVGAnimatedNumberList.idl \
 
37
                nsIDOMSVGAnimatedPathData.idl \
 
38
                nsIDOMSVGAnimatedPoints.idl \
 
39
                nsIDOMSVGAnimatedString.idl \
 
40
                nsIDOMSVGAnimPresAspRatio.idl \
 
41
                nsIDOMSVGAnimatedRect.idl \
 
42
                nsIDOMSVGAnimTransformList.idl \
 
43
                nsIDOMSVGCircleElement.idl \
 
44
                nsIDOMSVGDocument.idl \
 
45
                nsIDOMSVGElement.idl \
 
46
                nsIDOMSVGEllipseElement.idl \
 
47
                nsIDOMSVGFitToViewBox.idl \
 
48
                nsIDOMSVGForeignObjectElem.idl \
 
49
                nsIDOMSVGGElement.idl \
 
50
                nsIDOMSVGImageElement.idl \
 
51
                nsIDOMSVGLength.idl \
 
52
                nsIDOMSVGLengthList.idl \
 
53
                nsIDOMSVGLineElement.idl \
 
54
                nsIDOMSVGLocatable.idl \
 
55
                nsIDOMSVGMatrix.idl \
 
56
                nsIDOMSVGNumber.idl \
 
57
                nsIDOMSVGNumberList.idl \
 
58
                nsIDOMSVGPathElement.idl \
 
59
                nsIDOMSVGPathSeg.idl \
 
60
                nsIDOMSVGPathSegList.idl \
 
61
                nsIDOMSVGPoint.idl \
 
62
                nsIDOMSVGPointList.idl \
 
63
                nsIDOMSVGPolygonElement.idl \
 
64
                nsIDOMSVGPolylineElement.idl \
 
65
                nsIDOMSVGPresAspectRatio.idl \
 
66
                nsIDOMSVGRect.idl \
 
67
                nsIDOMSVGRectElement.idl \
 
68
                nsIDOMSVGSVGElement.idl \
 
69
                nsIDOMSVGStylable.idl \
 
70
                nsIDOMSVGTextContentElement.idl \
 
71
                nsIDOMSVGTextElement.idl \
 
72
                nsIDOMSVGTextPositionElem.idl \
 
73
                nsIDOMSVGTransform.idl \
 
74
                nsIDOMSVGTransformList.idl \
 
75
                nsIDOMSVGTransformable.idl \
 
76
                nsIDOMSVGTSpanElement.idl \
 
77
                nsIDOMSVGURIReference.idl \
 
78
                $(NULL)
 
79
 
 
80
include $(topsrcdir)/config/rules.mk