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