2014-04-28 23:33:04 +09:00
|
|
|
# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
|
2011-12-17 14:55:08 +01:00
|
|
|
#
|
|
|
|
#
|
2013-04-24 17:14:03 +01:00
|
|
|
# This file is part of the LibreOffice project.
|
2011-12-17 14:55:08 +01:00
|
|
|
#
|
2013-04-24 17:14:03 +01: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/.
|
2011-12-17 14:55:08 +01:00
|
|
|
#
|
|
|
|
|
2013-09-16 23:35:26 +02:00
|
|
|
$(eval $(call gb_Library_Library,unsafe_uno_uno))
|
2011-12-17 14:55:08 +01:00
|
|
|
|
2013-09-16 23:35:26 +02:00
|
|
|
$(eval $(call gb_Library_use_udk_api,unsafe_uno_uno))
|
2011-12-17 14:55:08 +01:00
|
|
|
|
2013-09-16 23:35:26 +02:00
|
|
|
$(eval $(call gb_Library_use_libraries,unsafe_uno_uno,\
|
2011-12-17 14:55:08 +01:00
|
|
|
purpenvhelper \
|
|
|
|
sal \
|
2012-09-26 23:45:28 +02:00
|
|
|
$(gb_UWINAPI) \
|
2011-12-17 14:55:08 +01:00
|
|
|
))
|
|
|
|
|
2013-09-16 23:35:26 +02:00
|
|
|
$(eval $(call gb_Library_add_exception_objects,unsafe_uno_uno,\
|
2011-12-17 14:55:08 +01:00
|
|
|
cppu/source/UnsafeBridge/UnsafeBridge \
|
|
|
|
))
|
|
|
|
|
|
|
|
# vim: set noet sw=4 ts=4:
|