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_CppunitTest_CppunitTest
,sc_datatransformation
))
12 $(eval
$(call gb_CppunitTest_use_common_precompiled_header
,sc_datatransformation
))
14 $(eval
$(call gb_CppunitTest_add_exception_objects
,sc_datatransformation
, \
15 sc
/qa
/unit
/datatransformation_test \
18 $(eval
$(call gb_CppunitTest_use_externals
,sc_datatransformation
, \
24 $(eval
$(call gb_CppunitTest_use_libraries
,sc_datatransformation
, \
61 $(eval
$(call gb_CppunitTest_set_include
,sc_datatransformation
,\
62 -I
$(SRCDIR
)/sc
/source
/ui
/inc \
64 -I
$(SRCDIR
)/sc
/source
/filter/inc \
68 $(eval
$(call gb_CppunitTest_use_custom_headers
,sc_datatransformation
,\
72 $(eval
$(call gb_CppunitTest_use_api
,sc_datatransformation
,\
78 $(eval
$(call gb_CppunitTest_use_ure
,sc_datatransformation
))
79 $(eval
$(call gb_CppunitTest_use_vcl
,sc_datatransformation
))
81 $(eval
$(call gb_CppunitTest_use_components
,sc_datatransformation
,\
83 chart2
/source
/chartcore \
84 chart2
/source
/controller
/chartcontroller \
85 comphelper
/util
/comphelp \
86 configmgr
/source
/configmgr \
88 embeddedobj
/util
/embobj \
89 eventattacher
/source
/evtatt \
90 filter/source
/config
/cache
/filterconfig1 \
93 i18npool
/source
/search
/i18nsearch \
94 i18npool
/util
/i18npool \
95 linguistic
/source
/lng \
97 package
/source
/xstor
/xstor \
98 package
/util
/package2 \
99 sax
/source
/expatwrap
/expwrap \
100 scaddins
/source
/analysis
/analysis \
101 scaddins
/source
/datefunc
/date \
107 svl
/source
/fsstor
/fsstorage \
110 ucb
/source
/core
/ucb1 \
111 ucb
/source
/ucp
/file
/ucpfile1 \
112 ucb
/source
/ucp
/tdoc
/ucptdoc1 \
114 unoxml
/source
/rdf
/unordf \
115 unoxml
/source
/service
/unoxml \
119 xmlsecurity
/util
/xmlsecurity \
122 $(eval
$(call gb_CppunitTest_use_externals
,sc_datatransformation
,\
131 $(eval
$(call gb_CppunitTest_use_configuration
,sc_datatransformation
))
133 # vim: set noet sw=4 ts=4: