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
|
|
|
|
|
|
|
ifeq ($(MOZ_WIDGET_TOOLKIT),gonk)
|
2012-08-24 12:42:45 -07:00
|
|
|
LOCAL_INCLUDES = -I$(topsrcdir)/widget/gonk
|
2013-09-11 06:10:33 -07:00
|
|
|
LOCAL_INCLUDES += -I$(ANDROID_SOURCE)/hardware/libhardware/include
|
2011-11-18 01:07:49 -08:00
|
|
|
endif
|
|
|
|
|
|
|
|
include $(topsrcdir)/config/rules.mk
|
2013-05-27 07:12:13 -07:00
|
|
|
|
2011-11-18 01:07:49 -08:00
|
|
|
DEFINES := $(filter-out -DUNICODE,$(DEFINES))
|
|
|
|
|
2012-05-25 23:44:00 -07:00
|
|
|
CXXFLAGS += $(MOZ_CAIRO_CFLAGS) $(MOZ_PIXMAN_CFLAGS) $(TK_CFLAGS)
|
2013-02-13 15:26:24 -08:00
|
|
|
CFLAGS += $(MOZ_CAIRO_CFLAGS) $(MOZ_PIXMAN_CFLAGS) $(TK_CFLAGS)
|