1999-05-18 09:11:01 +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/.
|
1999-05-18 09:11:01 +00:00
|
|
|
|
2005-04-01 18:22:57 +00:00
|
|
|
MOZILLA_INTERNAL_API = 1
|
2002-12-28 01:15:07 +00:00
|
|
|
|
2005-11-08 18:17:49 +00:00
|
|
|
LOCAL_INCLUDES = \
|
|
|
|
-I$(srcdir)/../reflect/xptinfo/src \
|
|
|
|
-I$(srcdir)/../base \
|
|
|
|
-I$(srcdir)/../ds \
|
|
|
|
-I$(srcdir)/../build \
|
|
|
|
-I.. \
|
2010-06-11 20:13:26 +00:00
|
|
|
-I$(topsrcdir)/chrome/src \
|
2010-07-22 14:31:29 +00:00
|
|
|
-I$(topsrcdir)/modules/libjar \
|
2005-11-08 18:17:49 +00:00
|
|
|
$(NULL)
|
1999-09-18 02:12:56 +00:00
|
|
|
|
1999-05-18 09:11:01 +00:00
|
|
|
include $(topsrcdir)/config/rules.mk
|
2003-01-03 08:58:59 +00:00
|
|
|
|
2013-06-10 12:36:26 +00:00
|
|
|
ifdef MOZ_WIDGET_GTK
|
|
|
|
CXXFLAGS += $(TK_CFLAGS)
|
2010-06-21 15:41:42 +00:00
|
|
|
endif
|