gecko/widget/windows/winrt/Makefile.in

58 lines
1.2 KiB
Makefile
Raw Normal View History

# 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/.
DEPTH = ../../..
topsrcdir = @top_srcdir@
srcdir = @srcdir@
VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
LIBRARY_NAME = widget_winrt
EXPORT_LIBRARY = 1
LIBXUL_LIBRARY = 1
DEFINES += -DMOZ_UNICODE
ifdef MOZ_ENABLE_D3D9_LAYER
DEFINES += -DMOZ_ENABLE_D3D9_LAYER
endif
ifdef MOZ_ENABLE_D3D10_LAYER
DEFINES += -DMOZ_ENABLE_D3D10_LAYER
endif
LOCAL_INCLUDES = \
-I. \
-I$(srcdir)/../../shared \
-I$(srcdir)/../../xpwidgets \
-I$(srcdir) \
-I$(srcdir)/../ \
-I$(topsrcdir)/layout/generic \
-I$(topsrcdir)/layout/xul/base/src \
-I$(topsrcdir)/toolkit/xre \
-I$(topsrcdir)/xpcom/base \
$(NULL)
include $(topsrcdir)/config/config.mk
MIDL_GENERATED_FILES = \
UIABridge_i.c \
UIABridge_p.c \
dlldata.c \
$(NULL)
GARBAGE += $(MIDL_GENERATED_FILES) done_gen
do_interfaces_gen: UIABridge.idl
$(MIDL) $(srcdir)/UIABridge.idl -I $(srcdir)
touch $@
export:: do_interfaces_gen
include $(topsrcdir)/config/rules.mk
include $(topsrcdir)/ipc/chromium/chromium-config.mk
CXXFLAGS += $(MOZ_CAIRO_CFLAGS)