Bug 767636 - Expose plugin fallback type to extensions. r=josh
[gecko.git] / layout / forms / Makefile.in
blobc2bf02fcee7c8ae429f0f81741ab750835b2315f
2 # This Source Code Form is subject to the terms of the Mozilla Public
3 # License, v. 2.0. If a copy of the MPL was not distributed with this
4 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
6 DEPTH = @DEPTH@
7 topsrcdir = @top_srcdir@
8 srcdir = @srcdir@
9 VPATH = @srcdir@
11 include $(DEPTH)/config/autoconf.mk
13 DIRS = $(NULL)
15 TEST_DIRS += test
17 MODULE = layout
18 XPIDL_MODULE = layout_forms
19 LIBRARY_NAME = gkforms_s
20 LIBXUL_LIBRARY = 1
22 XPIDLSRCS = nsICapturePicker.idl
24 EXPORTS = \
25 nsIListControlFrame.h \
26 nsIComboboxControlFrame.h \
27 nsIFormControlFrame.h \
28 nsISelectControlFrame.h \
29 nsITextControlFrame.h \
30 $(NULL)
32 CPPSRCS = \
33 nsButtonFrameRenderer.cpp \
34 nsComboboxControlFrame.cpp \
35 nsFieldSetFrame.cpp \
36 nsFileControlFrame.cpp \
37 nsFormControlFrame.cpp \
38 nsGfxButtonControlFrame.cpp \
39 nsGfxCheckboxControlFrame.cpp \
40 nsGfxRadioControlFrame.cpp \
41 nsProgressFrame.cpp \
42 nsMeterFrame.cpp \
43 nsTextControlFrame.cpp \
44 nsHTMLButtonControlFrame.cpp \
45 nsImageControlFrame.cpp \
46 nsLegendFrame.cpp \
47 nsListControlFrame.cpp \
48 nsSelectsAreaFrame.cpp \
49 $(NULL)
51 # we don't want the shared lib, but we want to force the creation of a static lib.
52 FORCE_STATIC_LIB = 1
54 include $(topsrcdir)/config/rules.mk
56 LOCAL_INCLUDES = \
57 -I$(srcdir)/../base \
58 -I$(srcdir)/../generic \
59 -I$(srcdir)/../xul/base/src \
60 -I$(srcdir)/../../content/base/src \
61 -I$(srcdir)/../../content/html/content/src \
62 -I$(srcdir)/../../editor/libeditor/base \
63 -I$(srcdir)/../../editor/libeditor/text \
64 -I$(srcdir)/../../editor/txmgr/src \
65 $(NULL)
67 DEFINES += -D_IMPL_NS_LAYOUT