Files
libreoffice/codemaker/StaticLibrary_codemaker_cpp.mk

20 lines
599 B
Makefile
Raw Normal View History

# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
2012-04-14 00:30:19 +02:00
#
#
# This file is part of the LibreOffice project.
2012-04-14 00:30:19 +02: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-04-14 00:30:19 +02:00
#
$(eval $(call gb_StaticLibrary_StaticLibrary,codemaker_cpp))
2012-04-14 00:30:19 +02:00
$(eval $(call gb_StaticLibrary_use_external,codemaker_cpp,boost_headers))
2012-11-13 11:47:42 +00:00
$(eval $(call gb_StaticLibrary_add_exception_objects,codemaker_cpp,\
2012-04-14 00:30:19 +02:00
codemaker/source/commoncpp/commoncpp \
))
# vim: set noet sw=4 ts=4: