2001-12-18 09:14:29 +00:00
|
|
|
#
|
2004-04-18 22:01:16 +00:00
|
|
|
# ***** BEGIN LICENSE BLOCK *****
|
|
|
|
# Version: MPL 1.1/GPL 2.0/LGPL 2.1
|
|
|
|
#
|
|
|
|
# The contents of this file are subject to the Mozilla Public License Version
|
|
|
|
# 1.1 (the "License"); you may not use this file except in compliance with
|
|
|
|
# the License. You may obtain a copy of the License at
|
|
|
|
# http://www.mozilla.org/MPL/
|
|
|
|
#
|
|
|
|
# Software distributed under the License is distributed on an "AS IS" basis,
|
|
|
|
# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
|
|
|
|
# for the specific language governing rights and limitations under the
|
|
|
|
# License.
|
|
|
|
#
|
|
|
|
# The Original Code is mozilla.org code.
|
|
|
|
#
|
|
|
|
# The Initial Developer of the Original Code is
|
|
|
|
# Netscape Communications Corporation.
|
|
|
|
# Portions created by the Initial Developer are Copyright (C) 2001
|
|
|
|
# the Initial Developer. All Rights Reserved.
|
|
|
|
#
|
2001-12-18 09:14:29 +00:00
|
|
|
# Contributor(s):
|
|
|
|
#
|
2004-04-18 22:01:16 +00:00
|
|
|
# Alternatively, the contents of this file may be used under the terms of
|
|
|
|
# either the GNU General Public License Version 2 or later (the "GPL"), or
|
|
|
|
# the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
|
|
|
|
# in which case the provisions of the GPL or the LGPL are applicable instead
|
|
|
|
# of those above. If you wish to allow use of your version of this file only
|
|
|
|
# under the terms of either the GPL or the LGPL, and not to allow others to
|
|
|
|
# use your version of this file under the terms of the MPL, indicate your
|
|
|
|
# decision by deleting the provisions above and replace them with the notice
|
|
|
|
# and other provisions required by the GPL or the LGPL. If you do not delete
|
|
|
|
# the provisions above, a recipient may use your version of this file under
|
|
|
|
# the terms of any one of the MPL, the GPL or the LGPL.
|
|
|
|
#
|
|
|
|
# ***** END LICENSE BLOCK *****
|
2001-12-18 09:14:29 +00:00
|
|
|
|
|
|
|
DEPTH = ../../..
|
|
|
|
topsrcdir = @top_srcdir@
|
|
|
|
srcdir = @srcdir@
|
|
|
|
VPATH = @srcdir@
|
|
|
|
|
|
|
|
include $(DEPTH)/config/autoconf.mk
|
|
|
|
|
|
|
|
MODULE = widget
|
|
|
|
LIBRARY_NAME = widget_windows
|
2004-12-09 19:28:35 +00:00
|
|
|
LIBXUL_LIBRARY = 1
|
2001-12-18 09:14:29 +00:00
|
|
|
|
|
|
|
|
|
|
|
CPPSRCS = \
|
2009-06-29 19:36:16 +00:00
|
|
|
nsWindow.cpp \
|
|
|
|
nsWindowGfx.cpp \
|
|
|
|
nsWindowDbg.cpp \
|
|
|
|
nsAppShell.cpp \
|
|
|
|
nsToolkit.cpp \
|
|
|
|
nsFilePicker.cpp \
|
2006-01-11 21:56:25 +00:00
|
|
|
nsScreenWin.cpp \
|
|
|
|
nsScreenManagerWin.cpp \
|
2009-06-29 19:36:16 +00:00
|
|
|
nsLookAndFeel.cpp \
|
2009-01-05 18:17:44 +00:00
|
|
|
nsUXThemeData.cpp \
|
|
|
|
nsNativeThemeWin.cpp \
|
2009-04-02 19:34:31 +00:00
|
|
|
nsWinGesture.cpp \
|
2009-04-14 18:23:01 +00:00
|
|
|
nsIdleServiceWin.cpp \
|
2009-06-29 19:36:16 +00:00
|
|
|
nsSound.cpp \
|
2009-05-03 22:20:11 +00:00
|
|
|
nsIMM32Handler.cpp \
|
2009-08-13 23:04:39 +00:00
|
|
|
WindowHook.cpp \
|
2009-10-06 02:26:54 +00:00
|
|
|
WinTaskbar.cpp \
|
|
|
|
TaskbarPreview.cpp \
|
|
|
|
TaskbarTabPreview.cpp \
|
|
|
|
TaskbarWindowPreview.cpp \
|
|
|
|
TaskbarPreviewButton.cpp \
|
2009-10-06 21:42:45 +00:00
|
|
|
JumpListBuilder.cpp \
|
|
|
|
JumpListItem.cpp \
|
2010-08-13 15:43:35 +00:00
|
|
|
GfxInfo.cpp \
|
2008-02-21 20:49:24 +00:00
|
|
|
$(NULL)
|
|
|
|
|
2010-11-22 00:29:47 +00:00
|
|
|
ifdef MOZ_CRASHREPORTER
|
|
|
|
CPPSRCS += LSPAnnotator.cpp
|
|
|
|
endif
|
|
|
|
|
2008-02-21 20:49:24 +00:00
|
|
|
ifdef NS_PRINTING
|
|
|
|
CPPSRCS += \
|
2006-02-10 20:40:54 +00:00
|
|
|
nsPrintOptionsWin.cpp \
|
|
|
|
nsPrintSettingsWin.cpp \
|
|
|
|
nsDeviceContextSpecWin.cpp \
|
2005-02-23 07:07:51 +00:00
|
|
|
$(NULL)
|
2008-02-21 20:49:24 +00:00
|
|
|
endif
|
2005-02-23 07:07:51 +00:00
|
|
|
|
2009-04-14 21:59:58 +00:00
|
|
|
ifeq ($(OS_ARCH), WINCE)
|
|
|
|
CPPSRCS += \
|
2009-06-29 19:36:16 +00:00
|
|
|
nsWindowCE.cpp \
|
2009-04-14 21:59:58 +00:00
|
|
|
nsClipboardCE.cpp \
|
|
|
|
$(NULL)
|
|
|
|
else
|
2005-02-23 07:07:51 +00:00
|
|
|
CPPSRCS += \
|
2010-07-27 12:47:42 +00:00
|
|
|
KeyboardLayout.cpp \
|
2009-01-05 18:17:44 +00:00
|
|
|
IEnumFE.cpp \
|
|
|
|
nsDataObj.cpp \
|
|
|
|
nsDataObjCollection.cpp \
|
2005-02-23 07:07:51 +00:00
|
|
|
nsNativeDragTarget.cpp \
|
|
|
|
nsNativeDragSource.cpp \
|
|
|
|
nsDragService.cpp \
|
2009-01-05 18:17:44 +00:00
|
|
|
nsClipboard.cpp \
|
2001-12-18 09:14:29 +00:00
|
|
|
nsImageClipboard.cpp \
|
|
|
|
nsBidiKeyboard.cpp \
|
|
|
|
$(NULL)
|
2009-08-25 19:13:42 +00:00
|
|
|
ifdef NS_ENABLE_TSF
|
|
|
|
CPPSRCS += nsTextStore.cpp
|
|
|
|
endif
|
2005-02-23 07:07:51 +00:00
|
|
|
endif
|
2001-12-18 09:14:29 +00:00
|
|
|
|
|
|
|
|
2005-03-06 10:34:01 +00:00
|
|
|
DEFINES += -D_IMPL_NS_WIDGET -DMOZ_UNICODE
|
2002-07-03 00:55:47 +00:00
|
|
|
|
2010-06-06 10:37:44 +00:00
|
|
|
ifdef MOZ_ENABLE_D3D9_LAYER
|
|
|
|
DEFINES += -DMOZ_ENABLE_D3D9_LAYER
|
|
|
|
endif
|
|
|
|
|
2010-09-30 22:53:47 +00:00
|
|
|
ifdef MOZ_ENABLE_D3D10_LAYER
|
|
|
|
DEFINES += -DMOZ_ENABLE_D3D10_LAYER
|
|
|
|
endif
|
|
|
|
|
2002-12-23 22:32:22 +00:00
|
|
|
ifdef BUILD_STATIC_LIBS
|
|
|
|
DEFINES += -DMOZ_STATIC_COMPONENT_LIBS
|
|
|
|
endif # BUILD_STATIC_LIBS
|
|
|
|
|
|
|
|
|
2009-08-13 23:04:39 +00:00
|
|
|
EXPORTS = nsdefs.h WindowHook.h
|
2001-12-18 09:14:29 +00:00
|
|
|
|
2006-06-09 06:02:30 +00:00
|
|
|
LOCAL_INCLUDES = \
|
|
|
|
-I. \
|
|
|
|
-I$(srcdir)/../xpwidgets \
|
|
|
|
-I$(srcdir) \
|
2009-06-16 18:59:35 +00:00
|
|
|
-I$(topsrcdir)/toolkit/xre \
|
2006-06-09 06:02:30 +00:00
|
|
|
$(NULL)
|
2001-12-18 09:14:29 +00:00
|
|
|
|
|
|
|
FORCE_STATIC_LIB = 1
|
|
|
|
|
2009-04-23 00:48:30 +00:00
|
|
|
ifdef WINCE
|
|
|
|
EXTRA_DSO_LDOPTS += ddraw.lib
|
|
|
|
endif
|
|
|
|
|
2009-11-06 22:33:12 +00:00
|
|
|
ifdef MOZ_IPC
|
|
|
|
include $(topsrcdir)/config/config.mk
|
|
|
|
include $(topsrcdir)/ipc/chromium/chromium-config.mk
|
|
|
|
endif
|
|
|
|
|
2009-12-10 05:15:56 +00:00
|
|
|
ifdef ENABLE_TESTS
|
|
|
|
TOOL_DIRS += tests
|
|
|
|
endif
|
|
|
|
|
2004-11-23 19:34:02 +00:00
|
|
|
include $(topsrcdir)/config/rules.mk
|
2009-05-18 18:15:05 +00:00
|
|
|
|
|
|
|
CXXFLAGS += $(MOZ_CAIRO_CFLAGS)
|