2007-03-22 10:30:00 -07:00
|
|
|
#
|
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/.
|
2007-03-22 10:30:00 -07:00
|
|
|
|
2011-04-26 14:38:43 -07:00
|
|
|
DEPTH = ../../..
|
2007-03-22 10:30:00 -07:00
|
|
|
topsrcdir = @top_srcdir@
|
|
|
|
srcdir = @srcdir@
|
|
|
|
VPATH = @srcdir@
|
|
|
|
|
|
|
|
include $(DEPTH)/config/autoconf.mk
|
|
|
|
|
|
|
|
MODULE = plugin
|
|
|
|
LIBRARY_NAME = gkplugin
|
|
|
|
EXPORT_LIBRARY = 1
|
|
|
|
IS_COMPONENT = 1
|
|
|
|
MODULE_NAME = nsPluginModule
|
|
|
|
GRE_MODULE = 1
|
|
|
|
LIBXUL_LIBRARY = 1
|
|
|
|
|
2010-04-13 09:10:00 -07:00
|
|
|
EXPORTS_NAMESPACES = mozilla
|
|
|
|
|
2011-04-26 14:38:43 -07:00
|
|
|
XPIDLSRCS = \
|
|
|
|
nsIHTTPHeaderListener.idl \
|
|
|
|
nsIPluginDocument.idl \
|
|
|
|
nsIPluginHost.idl \
|
|
|
|
nsIPluginInputStream.idl \
|
|
|
|
nsIPluginInstanceOwner.idl \
|
|
|
|
nsIPluginStreamInfo.idl \
|
|
|
|
nsIPluginTag.idl \
|
|
|
|
nsIPluginTagInfo.idl \
|
|
|
|
nspluginroot.idl \
|
|
|
|
$(NULL)
|
|
|
|
|
|
|
|
EXPORTS = \
|
|
|
|
npapi.h \
|
|
|
|
npfunctions.h \
|
|
|
|
nptypes.h \
|
|
|
|
npruntime.h \
|
|
|
|
nsPluginLogging.h \
|
|
|
|
nsPluginError.h \
|
|
|
|
nsPluginNativeWindow.h \
|
|
|
|
nsPluginsCID.h \
|
2011-05-17 18:48:34 -07:00
|
|
|
nsNPAPIPluginInstance.h \
|
|
|
|
nsPluginsDir.h \
|
|
|
|
nsPluginTags.h \
|
|
|
|
nsPluginDirServiceProvider.h \
|
|
|
|
nsPluginHost.h \
|
2011-05-31 21:37:54 -07:00
|
|
|
nsPluginInstanceOwner.h \
|
2011-04-26 14:38:43 -07:00
|
|
|
$(NULL)
|
|
|
|
|
2010-04-13 09:10:00 -07:00
|
|
|
EXPORTS_mozilla = \
|
|
|
|
PluginPRLibrary.h \
|
|
|
|
$(NULL)
|
|
|
|
|
2007-03-22 10:30:00 -07:00
|
|
|
CPPSRCS = \
|
2008-09-15 05:45:01 -07:00
|
|
|
nsNPAPIPlugin.cpp \
|
|
|
|
nsNPAPIPluginInstance.cpp \
|
2010-07-13 11:42:03 -07:00
|
|
|
nsNPAPIPluginStreamListener.cpp \
|
2010-07-13 13:48:00 -07:00
|
|
|
nsPluginStreamListenerPeer.cpp \
|
2009-07-01 22:48:08 -07:00
|
|
|
nsPluginHost.cpp \
|
2007-03-22 10:30:00 -07:00
|
|
|
nsPluginModule.cpp \
|
|
|
|
nsJSNPRuntime.cpp \
|
2009-12-15 14:47:22 -08:00
|
|
|
nsPluginTags.cpp \
|
2010-04-13 09:10:00 -07:00
|
|
|
PluginPRLibrary.cpp \
|
2011-05-31 21:37:54 -07:00
|
|
|
nsPluginInstanceOwner.cpp \
|
2007-03-22 10:30:00 -07:00
|
|
|
$(NULL)
|
|
|
|
|
2011-09-16 14:34:31 -07:00
|
|
|
ifeq ($(MOZ_WIDGET_TOOLKIT),android)
|
|
|
|
DIRS += android
|
|
|
|
LOCAL_INCLUDES += -I$(topsrcdir)/dom/plugins/base/android
|
|
|
|
endif
|
|
|
|
|
2011-05-08 10:45:56 -07:00
|
|
|
ifeq ($(OS_ARCH),WINNT)
|
2007-03-22 10:30:00 -07:00
|
|
|
CPPSRCS += nsPluginsDirWin.cpp
|
|
|
|
CPPSRCS += nsPluginNativeWindowWin.cpp
|
2007-07-20 13:34:51 -07:00
|
|
|
CPPSRCS += nsPluginDirServiceProvider.cpp
|
2010-11-09 18:02:09 -08:00
|
|
|
LOCAL_INCLUDES += -I$(topsrcdir)/xpcom/base
|
2007-03-22 10:30:00 -07:00
|
|
|
else
|
|
|
|
ifeq ($(MOZ_WIDGET_TOOLKIT),os2)
|
|
|
|
CPPSRCS += nsPluginsDirOS2.cpp
|
|
|
|
CPPSRCS += nsPluginNativeWindowOS2.cpp
|
|
|
|
else
|
2009-09-18 19:59:53 -07:00
|
|
|
ifeq (cocoa,$(MOZ_WIDGET_TOOLKIT))
|
2007-03-22 10:30:00 -07:00
|
|
|
CPPSRCS += nsPluginsDirDarwin.cpp
|
|
|
|
CPPSRCS += nsPluginNativeWindow.cpp
|
|
|
|
else
|
|
|
|
CPPSRCS += nsPluginsDirUnix.cpp
|
2010-04-20 11:49:34 -07:00
|
|
|
ifeq ($(MOZ_WIDGET_TOOLKIT),gtk2)
|
2007-03-22 10:30:00 -07:00
|
|
|
CPPSRCS += nsPluginNativeWindowGtk2.cpp
|
|
|
|
else
|
2010-04-20 11:49:34 -07:00
|
|
|
ifeq ($(MOZ_WIDGET_TOOLKIT),qt)
|
|
|
|
CPPSRCS += nsPluginNativeWindowQt.cpp
|
|
|
|
else
|
2007-03-22 10:30:00 -07:00
|
|
|
CPPSRCS += nsPluginNativeWindow.cpp
|
|
|
|
endif
|
|
|
|
endif
|
2010-04-20 11:49:34 -07:00
|
|
|
endif
|
2007-03-22 10:30:00 -07:00
|
|
|
endif
|
|
|
|
endif
|
|
|
|
|
2011-09-16 14:34:31 -07:00
|
|
|
LOCAL_INCLUDES += \
|
2011-11-20 23:55:50 -08:00
|
|
|
-DSK_BUILD_FOR_ANDROID_NDK \
|
2012-01-31 06:40:58 -08:00
|
|
|
-I$(topsrcdir)/widget/android \
|
2011-02-11 17:56:11 -08:00
|
|
|
-I$(topsrcdir)/xpcom/base/ \
|
2011-11-20 23:55:50 -08:00
|
|
|
-I$(topsrcdir)/gfx/skia/include/core \
|
|
|
|
-I$(topsrcdir)/gfx/skia/include/config \
|
2011-05-31 22:00:20 -07:00
|
|
|
$(MOZ_CAIRO_CFLAGS) \
|
2012-05-25 23:44:00 -07:00
|
|
|
$(MOZ_PIXMAN_CFLAGS) \
|
2011-02-11 17:56:11 -08:00
|
|
|
$(NULL)
|
|
|
|
|
2011-05-31 21:37:54 -07:00
|
|
|
include $(topsrcdir)/dom/dom-config.mk
|
2009-06-30 11:51:05 -07:00
|
|
|
include $(topsrcdir)/config/config.mk
|
|
|
|
include $(topsrcdir)/ipc/chromium/chromium-config.mk
|
2007-03-22 10:30:00 -07:00
|
|
|
include $(topsrcdir)/config/rules.mk
|
|
|
|
|
2010-01-27 21:22:41 -08:00
|
|
|
CXXFLAGS += $(TK_CFLAGS)
|
|
|
|
|
2011-05-18 06:05:24 -07:00
|
|
|
$(DIST)/bin/plugins:
|
|
|
|
$(NSINSTALL) -D $@
|
|
|
|
|
|
|
|
export:: $(DIST)/bin/plugins
|