2004-12-07 18:09:28 +00:00
|
|
|
#
|
2012-05-21 11:12:37 +00: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/.
|
2004-12-07 18:09:28 +00:00
|
|
|
|
|
|
|
DEPTH = ../..
|
|
|
|
topsrcdir = @top_srcdir@
|
|
|
|
srcdir = @srcdir@
|
|
|
|
VPATH = @srcdir@
|
|
|
|
|
|
|
|
include $(DEPTH)/config/autoconf.mk
|
|
|
|
|
2007-08-22 03:22:21 +00:00
|
|
|
DIRS = $(NULL)
|
|
|
|
|
2012-02-04 17:32:24 +00:00
|
|
|
TEST_DIRS += test
|
2007-08-22 03:22:21 +00:00
|
|
|
|
2004-12-07 18:09:28 +00:00
|
|
|
MODULE = layout
|
2010-08-16 01:37:53 +00:00
|
|
|
XPIDL_MODULE = layout_forms
|
2004-12-07 18:09:28 +00:00
|
|
|
LIBRARY_NAME = gkforms_s
|
2004-12-15 04:07:01 +00:00
|
|
|
LIBXUL_LIBRARY = 1
|
|
|
|
|
2010-07-23 21:35:51 +00:00
|
|
|
XPIDLSRCS = nsICapturePicker.idl
|
2008-02-18 08:50:04 +00:00
|
|
|
|
2004-12-07 18:09:28 +00:00
|
|
|
EXPORTS = \
|
|
|
|
nsIListControlFrame.h \
|
2006-02-27 04:13:51 +00:00
|
|
|
nsIComboboxControlFrame.h \
|
2004-12-07 18:09:28 +00:00
|
|
|
nsIFormControlFrame.h \
|
|
|
|
nsISelectControlFrame.h \
|
|
|
|
nsITextControlFrame.h \
|
|
|
|
$(NULL)
|
|
|
|
|
|
|
|
CPPSRCS = \
|
|
|
|
nsButtonFrameRenderer.cpp \
|
|
|
|
nsComboboxControlFrame.cpp \
|
|
|
|
nsFieldSetFrame.cpp \
|
|
|
|
nsFileControlFrame.cpp \
|
|
|
|
nsFormControlFrame.cpp \
|
|
|
|
nsGfxButtonControlFrame.cpp \
|
|
|
|
nsGfxCheckboxControlFrame.cpp \
|
|
|
|
nsGfxRadioControlFrame.cpp \
|
2011-05-10 12:59:07 +00:00
|
|
|
nsProgressFrame.cpp \
|
2012-05-16 15:47:10 +00:00
|
|
|
nsMeterFrame.cpp \
|
2004-12-07 18:09:28 +00:00
|
|
|
nsTextControlFrame.cpp \
|
|
|
|
nsHTMLButtonControlFrame.cpp \
|
|
|
|
nsImageControlFrame.cpp \
|
|
|
|
nsLegendFrame.cpp \
|
|
|
|
nsListControlFrame.cpp \
|
|
|
|
nsSelectsAreaFrame.cpp \
|
|
|
|
$(NULL)
|
|
|
|
|
|
|
|
# we don't want the shared lib, but we want to force the creation of a static lib.
|
|
|
|
FORCE_STATIC_LIB = 1
|
|
|
|
|
|
|
|
include $(topsrcdir)/config/rules.mk
|
|
|
|
|
|
|
|
LOCAL_INCLUDES = \
|
|
|
|
-I$(srcdir)/../base \
|
|
|
|
-I$(srcdir)/../generic \
|
|
|
|
-I$(srcdir)/../xul/base/src \
|
2005-01-12 19:45:38 +00:00
|
|
|
-I$(srcdir)/../../content/base/src \
|
|
|
|
-I$(srcdir)/../../content/html/content/src \
|
2010-02-02 15:49:55 +00:00
|
|
|
-I$(srcdir)/../../editor/libeditor/base \
|
|
|
|
-I$(srcdir)/../../editor/libeditor/text \
|
2012-06-19 13:23:36 +00:00
|
|
|
-I$(srcdir)/../../editor/txmgr/src \
|
2004-12-07 18:09:28 +00:00
|
|
|
$(NULL)
|
|
|
|
|
|
|
|
DEFINES += -D_IMPL_NS_LAYOUT
|