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

« back to all changes in this revision

Viewing changes to layout/generic/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
 
TEST_DIRS += test
13
 
 
14
 
MODULE          = layout
15
 
LIBRARY_NAME    = gkgeneric_s
16
 
LIBXUL_LIBRARY  = 1
17
 
 
18
 
 
19
 
 
20
 
EXPORTS         = \
21
 
                nsQueryFrame.h \
22
 
                nsFrameIdList.h \
23
 
                nsFrameList.h \
24
 
                nsCanvasFrame.h \
25
 
                nsHTMLParts.h \
26
 
                nsHTMLReflowMetrics.h \
27
 
                nsHTMLReflowState.h \
28
 
                nsIAnonymousContentCreator.h \
29
 
                nsIFrame.h \
30
 
                nsIFrameUtil.h \
31
 
                nsILineIterator.h \
32
 
                nsIObjectFrame.h \
33
 
                nsIPageSequenceFrame.h \
34
 
                nsIScrollableFrame.h \
35
 
                ScrollbarActivity.h \
36
 
                nsIStatefulFrame.h \
37
 
                nsFrameSelection.h \
38
 
                nsSubDocumentFrame.h \
39
 
                Selection.h \
40
 
                nsObjectFrame.h \
41
 
                $(NULL)
42
 
 
43
 
EXPORTS_NAMESPACES = mozilla/layout mozilla
44
 
 
45
 
EXPORTS_mozilla/layout = \
46
 
                FrameChildList.h \
47
 
                $(NULL)
48
 
 
49
 
EXPORTS_mozilla = \
50
 
                Selection.h \
51
 
                $(NULL)
52
 
 
53
 
CPPSRCS         = \
54
 
                FrameChildList.cpp \
55
 
                nsAbsoluteContainingBlock.cpp \
56
 
                nsBRFrame.cpp \
57
 
                nsBlockFrame.cpp \
58
 
                nsBlockReflowContext.cpp \
59
 
                nsBlockReflowState.cpp \
60
 
                nsBulletFrame.cpp \
61
 
                nsColumnSetFrame.cpp \
62
 
                nsContainerFrame.cpp \
63
 
                nsFirstLetterFrame.cpp \
64
 
                nsFloatManager.cpp \
65
 
                nsFontInflationData.cpp \
66
 
                nsFrame.cpp \
67
 
                nsFrameList.cpp \
68
 
                nsFrameSetFrame.cpp \
69
 
                nsFrameUtil.cpp \
70
 
                nsGfxScrollFrame.cpp \
71
 
                nsHTMLCanvasFrame.cpp \
72
 
                nsCanvasFrame.cpp \
73
 
                nsHTMLReflowMetrics.cpp \
74
 
                nsHTMLReflowState.cpp \
75
 
                nsImageFrame.cpp \
76
 
                nsImageMap.cpp \
77
 
                nsInlineFrame.cpp \
78
 
                nsIntervalSet.cpp \
79
 
                nsLeafFrame.cpp \
80
 
                nsLineBox.cpp \
81
 
                nsLineLayout.cpp \
82
 
                nsObjectFrame.cpp \
83
 
                nsPageContentFrame.cpp \
84
 
                nsPageFrame.cpp \
85
 
                nsPlaceholderFrame.cpp \
86
 
                ScrollbarActivity.cpp \
87
 
                nsSelection.cpp \
88
 
                nsSimplePageSequence.cpp \
89
 
                nsSplittableFrame.cpp \
90
 
                nsSubDocumentFrame.cpp \
91
 
                nsTextFrameThebes.cpp \
92
 
                nsTextFrameUtils.cpp \
93
 
                TextOverflow.cpp \
94
 
                nsTextRunTransformations.cpp \
95
 
                nsViewportFrame.cpp \
96
 
                $(NULL)
97
 
 
98
 
ifdef MOZ_FLEXBOX
99
 
CPPSRCS         += \
100
 
                nsFlexContainerFrame.cpp \
101
 
                $(NULL)
102
 
endif
103
 
 
104
 
ifdef MOZ_MEDIA
105
 
CPPSRCS         += \
106
 
                nsVideoFrame.cpp \
107
 
                $(NULL)
108
 
endif
109
 
 
110
 
ifeq (cocoa,$(MOZ_WIDGET_TOOLKIT))
111
 
CMMSRCS         += \
112
 
                nsPluginUtilsOSX.mm \
113
 
                $(NULL)
114
 
endif
115
 
 
116
 
RESOURCES_HTML = \
117
 
                $(srcdir)/folder.png \
118
 
                $(NULL)
119
 
 
120
 
FORCE_STATIC_LIB = 1
121
 
 
122
 
include $(topsrcdir)/config/config.mk
123
 
include $(topsrcdir)/ipc/chromium/chromium-config.mk
124
 
include $(topsrcdir)/config/rules.mk
125
 
 
126
 
LOCAL_INCLUDES += \
127
 
                -I$(srcdir) \
128
 
                -I$(srcdir)/../base \
129
 
                -I$(srcdir)/../forms \
130
 
                -I$(srcdir)/../style \
131
 
                -I$(srcdir)/../tables \
132
 
                -I$(srcdir)/../xul/base/src \
133
 
                -I$(srcdir)/../../content/xul/content/src \
134
 
                -I$(srcdir)/../../content/base/src \
135
 
                -I$(srcdir)/../../content/html/content/src \
136
 
                -I$(srcdir)/../../dom/base \
137
 
                -I$(srcdir)/../../dom/plugins/base \
138
 
                -I$(srcdir)/../svg/base/src \
139
 
                $(MOZ_CAIRO_CFLAGS) \
140
 
                $(MOZ_PIXMAN_CFLAGS) \
141
 
                $(NULL)
142
 
 
143
 
ifdef MOZ_ENABLE_GTK2
144
 
CXXFLAGS += $(MOZ_GTK2_CFLAGS)
145
 
endif
146
 
 
147
 
ifdef MOZ_ENABLE_QT
148
 
CXXFLAGS += $(MOZ_QT_CFLAGS)
149
 
endif
150
 
 
151
 
libs::
152
 
        $(INSTALL) $(RESOURCES_HTML) $(DIST)/bin/res/html
153
 
 
154
 
install::
155
 
        $(SYSINSTALL) $(IFLAGS1) $(RESOURCES_HTML) $(DESTDIR)$(mozappdir)/res/html
156
 
 
157
 
DEFINES += -D_IMPL_NS_LAYOUT