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/.
11 $(eval
$(call gb_Library_Library
,tubes
))
13 $(eval
$(call gb_Library_use_sdk_api
,tubes
))
15 $(eval
$(call gb_Library_add_defs
,tubes
,\
16 -DTUBES_DLLIMPLEMENTATION \
19 $(eval
$(call gb_Library_use_libraries
,tubes
,\
30 $(eval
$(call gb_Library_use_externals
,tubes
,\
36 $(eval
$(call gb_Library_add_exception_objects
,tubes
,\
37 tubes
/source
/collaboration \
38 tubes
/source
/conference \
39 tubes
/source
/contacts \
40 tubes
/source
/manager \
43 $(eval
$(call gb_Library_add_cobjects
,tubes
,\
44 tubes
/source
/file-transfer-helper \
47 # vim:set shiftwidth=4 tabstop=4 noexpandtab: */