1 # -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
3 # This file is part of the LibreOffice project.
5 # This Source Code Form is subject to the terms of the Mozilla Public
6 # License, v. 2.0. If a copy of the MPL was not distributed with this
7 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
10 $(eval
$(call gb_StaticLibrary_StaticLibrary
,cosv
))
12 $(eval
$(call gb_StaticLibrary_use_packages
,cosv
,\
18 $(eval
$(call gb_StaticLibrary_add_exception_objects
,cosv
,\
19 cosv
/source
/comphelp
/badcast \
20 cosv
/source
/service
/comdline \
21 cosv
/source
/service
/comfunc \
22 cosv
/source
/service
/csv_ostream \
23 cosv
/source
/service
/std_outp \
24 cosv
/source
/storage
/dirchain \
25 cosv
/source
/storage
/file \
26 cosv
/source
/storage
/persist \
27 cosv
/source
/storage
/ploc \
28 cosv
/source
/storage
/ploc_dir \
29 cosv
/source
/storage
/plocroot \
30 cosv
/source
/strings
/streamstr \
31 cosv
/source
/strings
/string \
32 cosv
/source
/strings
/str_types \
35 # vim: set noet sw=4 ts=4: