1999-05-18 13:11:01 +04:00
|
|
|
#
|
2012-05-21 15:12:37 +04: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/.
|
1999-05-18 13:11:01 +04:00
|
|
|
|
2012-08-04 22:26:44 +04:00
|
|
|
DEPTH = @DEPTH@
|
1999-05-18 13:11:01 +04:00
|
|
|
topsrcdir = @top_srcdir@
|
|
|
|
srcdir = @srcdir@
|
|
|
|
VPATH = @srcdir@
|
|
|
|
|
|
|
|
include $(DEPTH)/config/autoconf.mk
|
|
|
|
|
2013-05-16 17:33:26 +04:00
|
|
|
MSVC_ENABLE_PGO := 1
|
2010-06-12 00:13:26 +04:00
|
|
|
LIBXUL_LIBRARY = 1
|
2005-04-01 22:22:57 +04:00
|
|
|
MOZILLA_INTERNAL_API = 1
|
2002-12-28 04:15:07 +03:00
|
|
|
|
2005-11-08 21:17:49 +03:00
|
|
|
LOCAL_INCLUDES = \
|
|
|
|
-I$(srcdir)/../reflect/xptinfo/src \
|
|
|
|
-I$(srcdir)/../base \
|
|
|
|
-I$(srcdir)/../ds \
|
|
|
|
-I$(srcdir)/../build \
|
|
|
|
-I.. \
|
2010-06-12 00:13:26 +04:00
|
|
|
-I$(topsrcdir)/chrome/src \
|
2010-07-22 18:31:29 +04:00
|
|
|
-I$(topsrcdir)/modules/libjar \
|
2005-11-08 21:17:49 +03:00
|
|
|
$(NULL)
|
1999-09-18 06:12:56 +04:00
|
|
|
|
1999-05-18 13:11:01 +04:00
|
|
|
# we don't want the shared lib, but we want to force the creation of a static lib.
|
2001-06-19 02:10:38 +04:00
|
|
|
FORCE_STATIC_LIB = 1
|
|
|
|
|
1999-05-18 13:11:01 +04:00
|
|
|
include $(topsrcdir)/config/rules.mk
|
2003-01-03 11:58:59 +03:00
|
|
|
|
2010-06-24 22:31:18 +04:00
|
|
|
DEFINES += -D_IMPL_NS_COM
|
2010-06-21 19:41:42 +04:00
|
|
|
|
2013-06-10 16:36:26 +04:00
|
|
|
ifdef MOZ_WIDGET_GTK
|
|
|
|
CXXFLAGS += $(TK_CFLAGS)
|
2010-06-21 19:41:42 +04:00
|
|
|
endif
|