Paren fix for Ubu 10.04 build (and fdo#58417 ?)
[LibreOffice.git] / cosv / StaticLibrary_cosv.mk
blob666da6b2bac7bbdb1d51e20e07f2e073e0e78269
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,\
13 cosv_inc \
14 sal_generated \
15 sal_inc \
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: