bump product version to 4.1.6.2
[LibreOffice.git] / extensions / Executable_nsplugin.mk
blob103130e62caa907a6092f515ecc189154b052719
1 # -*- Mode: makefile; tab-width: 4; indent-tabs-mode: t -*-
4 # This file is part of the LibreOffice project.
6 # This Source Code Form is subject to the terms of the Mozilla Public
7 # License, v. 2.0. If a copy of the MPL was not distributed with this
8 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
12 $(eval $(call gb_Executable_Executable,nsplugin))
14 $(eval $(call gb_Executable_use_external,nsplugin,boost_headers))
16 $(eval $(call gb_Executable_use_sdk_api,nsplugin))
18 $(eval $(call gb_Executable_add_exception_objects,nsplugin,\
19 extensions/source/nsplugin/source/so_closelistener \
20 extensions/source/nsplugin/source/so_instance \
21 extensions/source/nsplugin/source/so_main \
24 $(eval $(call gb_Executable_use_static_libraries,nsplugin,\
25 npsoenv \
28 $(eval $(call gb_Executable_add_libs,nsplugin,\
29 $(if $(filter $(OS),LINUX), \
30 -ldl \
31 ) \
32 $(if $(filter $(OS),SOLARIS), \
33 -lnsl \
34 -lsocket \
35 ) \
38 $(eval $(call gb_Executable_use_libraries,nsplugin,\
39 comphelper \
40 cppu \
41 cppuhelper \
42 sal \
45 ifeq ($(OS),WNT)
46 $(eval $(call gb_Executable_add_exception_objects,nsplugin,\
47 extensions/source/nsplugin/source/nsp_windows \
50 $(eval $(call gb_Executable_use_static_libraries,nsplugin,\
51 ooopathutils \
54 $(eval $(call gb_Executable_use_system_win32_libs,nsplugin,\
55 advapi32 \
56 comdlg32 \
57 gdi32 \
58 kernel32 \
59 ole32 \
60 oleaut32 \
61 shell32 \
62 user32 \
63 uuid \
64 winspool \
65 ws2_32 \
67 endif # WNT
69 # vim:set noet sw=4 ts=4: