~ubuntu-branches/ubuntu/quantal/enigmail/quantal-security

« back to all changes in this revision

Viewing changes to layout/style/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Chris Coulson
  • Date: 2013-09-13 16:02:15 UTC
  • mfrom: (0.12.16)
  • Revision ID: package-import@ubuntu.com-20130913160215-u3g8nmwa0pdwagwc
Tags: 2:1.5.2-0ubuntu0.12.10.1
* New upstream release v1.5.2 for Thunderbird 24

* Build enigmail using a stripped down Thunderbird 17 build system, as it's
  now quite difficult to build the way we were doing previously, with the
  latest Firefox build system
* Add debian/patches/no_libxpcom.patch - Don't link against libxpcom, as it
  doesn't exist anymore (but exists in the build system)
* Add debian/patches/use_sdk.patch - Use the SDK version of xpt.py and
  friends
* Drop debian/patches/ipc-pipe_rename.diff (not needed anymore)
* Drop debian/patches/makefile_depth.diff (not needed anymore)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# This Source Code Form is subject to the terms of the Mozilla Public
2
 
# License, v. 2.0. If a copy of the MPL was not distributed with this
3
 
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
4
 
 
5
 
DEPTH           = @DEPTH@
6
 
topsrcdir       = @top_srcdir@
7
 
srcdir          = @srcdir@
8
 
VPATH           = @srcdir@
9
 
 
10
 
include $(DEPTH)/config/autoconf.mk
11
 
 
12
 
DIRS            = xbl-marquee
13
 
 
14
 
ifdef ENABLE_TESTS
15
 
TOOL_DIRS       = test
16
 
endif
17
 
 
18
 
MODULE          = layout
19
 
LIBRARY_NAME    = gkstyle_s
20
 
LIBXUL_LIBRARY  = 1
21
 
 
22
 
EXPORTS_NAMESPACES = mozilla/css
23
 
 
24
 
EXPORTS         = \
25
 
                AnimationCommon.h \
26
 
                nsAnimationManager.h \
27
 
                nsCSSAnonBoxList.h \
28
 
                nsCSSAnonBoxes.h \
29
 
                nsCSSFontDescList.h \
30
 
                nsCSSKeywordList.h \
31
 
                nsCSSKeywords.h \
32
 
                nsCSSParser.h \
33
 
                nsCSSPropAliasList.h \
34
 
                nsCSSPropList.h \
35
 
                nsCSSProperty.h \
36
 
                nsCSSProps.h \
37
 
                nsCSSPseudoClassList.h \
38
 
                nsCSSPseudoClasses.h \
39
 
                nsCSSPseudoElementList.h \
40
 
                nsCSSPseudoElements.h \
41
 
                nsCSSRuleProcessor.h \
42
 
                nsCSSStyleSheet.h \
43
 
                nsCSSValue.h \
44
 
                nsDOMCSSAttrDeclaration.h \
45
 
                nsDOMCSSDeclaration.h \
46
 
                nsDOMMediaQueryList.h \
47
 
                nsICSSDeclaration.h \
48
 
                nsICSSLoaderObserver.h \
49
 
                nsICSSPseudoComparator.h \
50
 
                nsICSSRuleList.h \
51
 
                nsICSSStyleRuleDOMWrapper.h \
52
 
                nsIStyleRule.h \
53
 
                nsIStyleRuleProcessor.h \
54
 
                nsIStyleSheet.h \
55
 
                nsLayoutStylesheetCache.h \
56
 
                nsRuleData.h \
57
 
                nsRuleNode.h \
58
 
                nsRuleProcessorData.h \
59
 
                nsRuleWalker.h \
60
 
                nsStyleAnimation.h \
61
 
                nsStyleContext.h \
62
 
                nsStyleCoord.h \
63
 
                nsStyleSet.h \
64
 
                nsStyleStruct.h \
65
 
                nsStyleStructFwd.h \
66
 
                nsStyleStructInlines.h \
67
 
                nsStyleStructList.h \
68
 
                nsStyleTransformMatrix.h \
69
 
                nsStyleUtil.h \
70
 
                $(NULL)
71
 
 
72
 
EXPORTS_mozilla/css = \
73
 
                Declaration.h \
74
 
                GroupRule.h \
75
 
                ImageLoader.h \
76
 
                ImportRule.h \
77
 
                Loader.h \
78
 
                NameSpaceRule.h \
79
 
                Rule.h \
80
 
                StyleRule.h \
81
 
                $(NULL)
82
 
 
83
 
CPPSRCS         = \
84
 
                AnimationCommon.cpp \
85
 
                nsCSSAnonBoxes.cpp \
86
 
                nsCSSDataBlock.cpp \
87
 
                Declaration.cpp \
88
 
                nsCSSKeywords.cpp \
89
 
                ImageLoader.cpp \
90
 
                Loader.cpp \
91
 
                nsAnimationManager.cpp \
92
 
                nsCSSParser.cpp \
93
 
                nsCSSProps.cpp \
94
 
                nsCSSPseudoClasses.cpp \
95
 
                nsCSSPseudoElements.cpp \
96
 
                nsCSSRuleProcessor.cpp \
97
 
                nsCSSRules.cpp \
98
 
                nsCSSScanner.cpp \
99
 
                nsCSSStyleSheet.cpp \
100
 
                nsCSSValue.cpp \
101
 
                nsComputedDOMStyle.cpp \
102
 
                nsDOMCSSAttrDeclaration.cpp \
103
 
                nsDOMCSSDeclaration.cpp \
104
 
                nsDOMCSSRGBColor.cpp \
105
 
                nsDOMCSSRect.cpp \
106
 
                nsDOMCSSValueList.cpp \
107
 
                nsDOMMediaQueryList.cpp \
108
 
                nsFontFaceLoader.cpp \
109
 
                nsHTMLCSSStyleSheet.cpp \
110
 
                nsHTMLStyleSheet.cpp \
111
 
                nsLayoutStylesheetCache.cpp \
112
 
                nsMediaFeatures.cpp \
113
 
                nsNthIndexCache.cpp \
114
 
                nsROCSSPrimitiveValue.cpp \
115
 
                nsRuleData.cpp \
116
 
                nsRuleNode.cpp \
117
 
                nsStyleAnimation.cpp \
118
 
                nsStyleContext.cpp \
119
 
                nsStyleCoord.cpp \
120
 
                nsStyleSet.cpp \
121
 
                nsStyleStruct.cpp \
122
 
                nsStyleTransformMatrix.cpp \
123
 
                nsStyleUtil.cpp \
124
 
                nsTransitionManager.cpp \
125
 
                StyleRule.cpp \
126
 
                $(NULL)
127
 
 
128
 
FORCE_STATIC_LIB = 1
129
 
 
130
 
include $(topsrcdir)/config/rules.mk
131
 
 
132
 
include $(topsrcdir)/ipc/chromium/chromium-config.mk
133
 
 
134
 
LOCAL_INCLUDES  += \
135
 
                -I$(srcdir)/../base \
136
 
                -I$(srcdir)/../generic \
137
 
                -I$(srcdir)/../xul/base/src \
138
 
                -I$(srcdir)/../../content/base/src \
139
 
                -I$(srcdir)/../../content/html/content/src \
140
 
                -I$(srcdir)/../../content/xbl/src \
141
 
                -I$(srcdir)/../../content/xul/document/src \
142
 
                $(NULL)
143
 
 
144
 
_FILES  = \
145
 
        contenteditable.css \
146
 
        designmode.css \
147
 
        TopLevelImageDocument.css \
148
 
        TopLevelVideoDocument.css \
149
 
        $(NULL)
150
 
 
151
 
GARBAGE         += $(addprefix $(DIST)/bin/res/,$(_FILES))
152
 
 
153
 
libs:: $(_FILES)
154
 
        $(INSTALL) $^ $(DIST)/bin/res
155
 
 
156
 
install:: $(_FILES)
157
 
        $(SYSINSTALL) $(IFLAGS1) $^ $(DESTDIR)$(mozappdir)/res
158
 
 
159
 
DEFINES += -D_IMPL_NS_LAYOUT