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