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/.
|
2011-11-18 09:07:49 +00:00
|
|
|
|
2013-11-28 14:10:38 +00:00
|
|
|
include $(topsrcdir)/config/rules.mk
|
|
|
|
|
2011-11-18 09:07:49 +00:00
|
|
|
ifeq ($(MOZ_WIDGET_TOOLKIT),gonk)
|
2013-11-28 14:10:38 +00:00
|
|
|
CXXFLAGS += -I$(ANDROID_SOURCE)/hardware/libhardware/include
|
2011-11-18 09:07:49 +00:00
|
|
|
endif
|
|
|
|
|
|
|
|
DEFINES := $(filter-out -DUNICODE,$(DEFINES))
|
|
|
|
|
2013-12-10 15:37:03 +00:00
|
|
|
CXXFLAGS += $(MOZ_CAIRO_CFLAGS) $(TK_CFLAGS)
|
|
|
|
CFLAGS += $(MOZ_CAIRO_CFLAGS) $(TK_CFLAGS)
|