2007-03-22 10:30:00 -07:00
|
|
|
#
|
2012-05-21 04:12:37 -07: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/.
|
2007-03-22 10:30:00 -07:00
|
|
|
|
|
|
|
DEPTH = ../..
|
|
|
|
topsrcdir = @top_srcdir@
|
|
|
|
srcdir = @srcdir@
|
|
|
|
VPATH = @srcdir@
|
|
|
|
|
|
|
|
include $(DEPTH)/config/autoconf.mk
|
|
|
|
|
2007-08-21 20:22:21 -07:00
|
|
|
DIRS = $(NULL)
|
|
|
|
|
2012-02-04 09:32:24 -08:00
|
|
|
TEST_DIRS += test
|
2007-08-21 20:22:21 -07:00
|
|
|
|
2007-03-22 10:30:00 -07:00
|
|
|
MODULE = layout
|
2010-08-15 18:37:53 -07:00
|
|
|
XPIDL_MODULE = layout_forms
|
2007-03-22 10:30:00 -07:00
|
|
|
LIBRARY_NAME = gkforms_s
|
|
|
|
LIBXUL_LIBRARY = 1
|
|
|
|
|
2010-07-23 14:35:51 -07:00
|
|
|
XPIDLSRCS = nsICapturePicker.idl
|
2008-02-18 00:50:04 -08:00
|
|
|
|
2007-03-22 10:30:00 -07:00
|
|
|
EXPORTS = \
|
|
|
|
nsIListControlFrame.h \
|
|
|
|
nsIComboboxControlFrame.h \
|
|
|
|
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 05:59:07 -07:00
|
|
|
nsProgressFrame.cpp \
|
2007-03-22 10:30:00 -07: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 \
|
|
|
|
-I$(srcdir)/../../content/base/src \
|
|
|
|
-I$(srcdir)/../../content/html/content/src \
|
2010-02-02 07:49:55 -08:00
|
|
|
-I$(srcdir)/../../editor/libeditor/base \
|
|
|
|
-I$(srcdir)/../../editor/libeditor/text \
|
2007-03-22 10:30:00 -07:00
|
|
|
$(NULL)
|
|
|
|
|
|
|
|
DEFINES += -D_IMPL_NS_LAYOUT
|