1 # -*- Mode: makefile-gmake; 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
,pluginapp.bin
))
14 $(eval
$(call gb_Executable_use_external
,pluginapp.bin
,npapi_headers
))
16 $(eval
$(call gb_Executable_set_include
,pluginapp.bin
,\
18 -I
$(SRCDIR
)/extensions
/source
/plugin
/inc \
21 $(eval
$(call gb_Executable_use_sdk_api
,pluginapp.bin
))
23 $(eval
$(call gb_Executable_add_exception_objects
,pluginapp.bin
,\
24 extensions
/source
/plugin
/unx
/npwrap \
25 extensions
/source
/plugin
/unx
/npnapi \
28 $(eval
$(call gb_Executable_use_static_libraries
,pluginapp.bin
,\
32 $(eval
$(call gb_Executable_use_libraries
,pluginapp.bin
,\
36 ifeq ($(filter-out FREEBSD NETBSD OPENBSD DRAGONFLY
,$(OS
)),)
37 $(eval
$(call gb_Executable_add_libs
,pluginapp.bin
,\
43 $(eval
$(call gb_Executable_add_libs
,pluginapp.bin
,\
52 $(eval
$(call gb_Executable_add_libs
,pluginapp.bin
,\
61 ifeq ($(ENABLE_GTK
),TRUE
)
62 $(eval
$(call gb_Executable_use_externals
,pluginapp.bin
,\
69 # vim:set noet sw=4 ts=4: