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
,\
28 $(eval
$(call gb_Executable_add_libs
,nsplugin
,\
29 $(if
$(filter $(OS
),LINUX
), \
32 $(if
$(filter $(OS
),SOLARIS
), \
38 $(eval
$(call gb_Executable_use_libraries
,nsplugin
,\
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
,\
54 $(eval
$(call gb_Executable_use_system_win32_libs
,nsplugin
,\
69 # vim:set noet sw=4 ts=4: