2011-03-29 19:24:53 -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
|
|
|
|
2012-08-04 11:26:44 -07:00
|
|
|
DEPTH = @DEPTH@
|
2011-03-29 19:24:53 -07:00
|
|
|
topsrcdir = @top_srcdir@
|
|
|
|
srcdir = @srcdir@
|
|
|
|
VPATH = @srcdir@
|
2007-03-22 10:30:00 -07:00
|
|
|
|
|
|
|
include $(DEPTH)/config/autoconf.mk
|
|
|
|
|
2013-06-23 00:15:05 -07:00
|
|
|
FAIL_ON_WARNINGS := 1
|
2011-03-29 19:24:53 -07:00
|
|
|
LIBRARY_NAME = basedocshell_s
|
2013-05-16 06:33:26 -07:00
|
|
|
MSVC_ENABLE_PGO := 1
|
2011-03-29 19:24:53 -07:00
|
|
|
LIBXUL_LIBRARY = 1
|
2007-03-22 10:30:00 -07:00
|
|
|
|
2010-09-18 05:42:07 -07:00
|
|
|
ifdef MOZ_TOOLKIT_SEARCH
|
|
|
|
DEFINES += -DMOZ_TOOLKIT_SEARCH
|
|
|
|
endif
|
2007-03-22 10:30:00 -07:00
|
|
|
|
2012-04-19 17:13:20 -07:00
|
|
|
include $(topsrcdir)/config/config.mk
|
2007-03-22 10:30:00 -07:00
|
|
|
include $(topsrcdir)/config/rules.mk
|
2013-07-04 05:28:43 -07:00
|
|
|
include $(topsrcdir)/ipc/chromium/chromium-config.mk
|
2007-03-22 10:30:00 -07:00
|
|
|
|
2011-03-29 19:24:53 -07:00
|
|
|
LOCAL_INCLUDES += \
|
|
|
|
-I$(srcdir)/../shistory/src \
|
2011-06-23 03:39:48 -07:00
|
|
|
-I$(topsrcdir)/dom/base \
|
2011-03-29 19:24:53 -07:00
|
|
|
-I$(topsrcdir)/layout/base \
|
2011-06-23 03:39:48 -07:00
|
|
|
-I$(topsrcdir)/xpcom/ds \
|
2012-08-14 18:51:19 -07:00
|
|
|
-I$(topsrcdir)/layout/generic \
|
|
|
|
-I$(topsrcdir)/layout/xul/base/src \
|
|
|
|
-I$(topsrcdir)/content/base/src \
|
2013-06-28 20:13:22 -07:00
|
|
|
-I$(topsrcdir)/netwerk/protocol/viewsource \
|
2011-03-29 19:24:53 -07:00
|
|
|
$(NULL)
|