sw: document SwFormatVertOrient
[LibreOffice.git] / dbaccess / CppunitTest_dbaccess_RowSetClones.mk
blob1b67411fb4bd2dfc2e3707a0b50f986e92c143ad
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,dbaccess_RowSetClones))
12 $(eval $(call gb_CppunitTest_add_exception_objects,dbaccess_RowSetClones, \
13 dbaccess/qa/extras/rowsetclones \
16 $(eval $(call gb_CppunitTest_use_externals,dbaccess_RowSetClones,\
17 boost_headers \
20 $(eval $(call gb_CppunitTest_use_libraries,dbaccess_RowSetClones, \
21 basegfx \
22 comphelper \
23 cppu \
24 cppuhelper \
25 dba \
26 dbu \
27 sdbt \
28 drawinglayer \
29 editeng \
30 for \
31 forui \
32 i18nlangtag \
33 msfilter \
34 oox \
35 sal \
36 salhelper \
37 sax \
38 sb \
39 sfx \
40 sot \
41 svl \
42 svt \
43 svx \
44 svxcore \
45 test \
46 subsequenttest \
47 tl \
48 tk \
49 ucbhelper \
50 unotest \
51 utl \
52 $(call gb_Helper_optional,SCRIPTING, \
53 vbahelper) \
54 vcl \
55 xo \
58 $(eval $(call gb_CppunitTest_use_jars,dbaccess_RowSetClones, \
59 sdbc_hsqldb \
62 $(eval $(call gb_CppunitTest_use_api,dbaccess_RowSetClones,\
63 offapi \
64 oovbaapi \
65 udkapi \
68 $(eval $(call gb_CppunitTest_use_ure,dbaccess_RowSetClones))
69 $(eval $(call gb_CppunitTest_use_vcl,dbaccess_RowSetClones))
71 $(eval $(call gb_CppunitTest_use_components,dbaccess_RowSetClones,\
72 basic/util/sb \
73 comphelper/util/comphelp \
74 configmgr/source/configmgr \
75 connectivity/source/drivers/hsqldb/hsqldb \
76 $(if $(ENABLE_FIREBIRD_SDBC),connectivity/source/drivers/firebird/firebird_sdbc) \
77 connectivity/source/drivers/jdbc/jdbc \
78 connectivity/source/manager/sdbc2 \
79 dbaccess/util/dba \
80 dbaccess/util/dbu \
81 dbaccess/util/sdbt \
82 dbaccess/source/filter/xml/dbaxml \
83 filter/source/config/cache/filterconfig1 \
84 forms/util/frm \
85 framework/util/fwk \
86 i18npool/util/i18npool \
87 linguistic/source/lng \
88 oox/util/oox \
89 package/source/xstor/xstor \
90 package/util/package2 \
91 sax/source/expatwrap/expwrap \
92 scripting/source/basprov/basprov \
93 scripting/util/scriptframe \
94 sfx2/util/sfx \
95 sot/util/sot \
96 svl/source/fsstor/fsstorage \
97 svl/util/svl \
98 toolkit/util/tk \
99 ucb/source/core/ucb1 \
100 ucb/source/ucp/file/ucpfile1 \
101 ucb/source/ucp/tdoc/ucptdoc1 \
102 unotools/util/utl \
103 unoxml/source/rdf/unordf \
104 unoxml/source/service/unoxml \
105 uui/util/uui \
106 xmloff/util/xo \
109 $(eval $(call gb_CppunitTest_use_configuration,dbaccess_RowSetClones))
111 $(call gb_CppunitTest_get_target,dbaccess_RowSetClones) : $(WORKDIR)/CppunitTest/RowSetClones.odb
112 $(WORKDIR)/CppunitTest/RowSetClones.odb : $(SRCDIR)/dbaccess/qa/extras/testdocuments/RowSetClones.odb
113 mkdir -p $(dir $@)
114 cp -P -f "$<" "$@"
115 .PHONY: $(WORKDIR)/CppunitTest/RowSetClones.odb
117 # vim: set noet sw=4 ts=4: