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-02-13 15:26:24 -08:00
|
|
|
EXPORT_LIBRARY = 1
|
2011-11-18 01:07:49 -08:00
|
|
|
ifeq ($(MOZ_WIDGET_TOOLKIT),windows)
|
2012-07-10 19:32:59 -07:00
|
|
|
ifdef MOZ_WEBGL
|
2012-07-06 21:44:48 -07:00
|
|
|
DEFINES += -DMOZ_D3DCOMPILER_DLL=$(MOZ_D3DCOMPILER_DLL)
|
2011-11-18 01:07:49 -08:00
|
|
|
endif
|
2012-07-10 19:32:59 -07:00
|
|
|
endif
|
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
|
2011-11-18 01:07:49 -08:00
|
|
|
endif
|
|
|
|
|
2012-10-01 13:01:35 -07:00
|
|
|
ifdef MOZ_ANDROID_OMTC
|
|
|
|
DEFINES += -DMOZ_ANDROID_OMTC
|
2012-02-07 15:02:47 -08:00
|
|
|
endif
|
|
|
|
|
2011-11-18 01:07:49 -08:00
|
|
|
include $(topsrcdir)/config/rules.mk
|
2013-05-27 07:12:13 -07:00
|
|
|
include $(topsrcdir)/ipc/chromium/chromium-config.mk
|
|
|
|
|
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)
|