2012-01-11 09:55:50 -06:00
|
|
|
# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
|
|
|
|
#
|
|
|
|
#
|
2013-04-24 11:14:03 -05:00
|
|
|
# This file is part of the LibreOffice project.
|
2012-01-11 09:55:50 -06:00
|
|
|
#
|
2013-04-24 11:14:03 -05: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/.
|
2012-01-11 09:55:50 -06:00
|
|
|
#
|
|
|
|
|
|
|
|
$(eval $(call gb_Module_Module,np_sdk))
|
|
|
|
|
2013-08-29 11:14:34 -05:00
|
|
|
ifneq ($(ENABLE_NPAPI_FROM_BROWSER)$(ENABLE_NPAPI_INTO_BROWSER),)
|
2012-01-13 08:14:57 -06:00
|
|
|
|
2013-08-29 11:14:34 -05:00
|
|
|
ifeq ($(ENABLE_NPAPI_INTO_BROWSER),TRUE)
|
2012-11-20 04:15:56 -06:00
|
|
|
$(eval $(call gb_Module_add_targets,np_sdk,\
|
|
|
|
StaticLibrary_nputils \
|
|
|
|
))
|
|
|
|
endif
|
|
|
|
|
2012-01-11 09:55:50 -06:00
|
|
|
endif
|
|
|
|
|
|
|
|
# vim: set noet sw=4 ts=4:
|