1 # -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
2 #*************************************************************************
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/.
10 #*************************************************************************
12 define sc_unoapi_common_components
14 comphelper
/util
/comphelp \
15 configmgr
/source
/configmgr \
17 filter/source
/config
/cache
/filterconfig1 \
18 filter/source
/storagefilterdetect
/storagefd \
21 i18npool
/util
/i18npool \
22 linguistic
/source
/lng \
24 package
/source
/xstor
/xstor \
25 package
/util
/package2 \
26 sax
/source
/expatwrap
/expwrap \
27 scripting
/source
/basprov
/basprov \
28 scripting
/util
/scriptframe \
32 $(call gb_Helper_optional
,SCRIPTING
, sc
/util
/vbaobj
) \
35 svl
/source
/fsstor
/fsstorage \
37 ucb
/source
/core
/ucb1 \
38 ucb
/source
/ucp
/file
/ucpfile1 \
39 ucb
/source
/ucp
/tdoc
/ucptdoc1 \
41 unoxml
/source
/rdf
/unordf \
42 unoxml
/source
/service
/unoxml \
49 # vim: set noet sw=4 ts=4: