build fix: no comphelper/profilezone.hxx in this branch
[LibreOffice.git] / dbaccess / CppunitTest_dbaccess_RowSetClones.mk
blob31dfae515f7b3771138acf7466780dd06f35ae25
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_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 connectivity/source/drivers/jdbc/jdbc \
77 connectivity/source/manager/sdbc2 \
78 dbaccess/util/dba \
79 dbaccess/util/dbu \
80 dbaccess/util/sdbt \
81 dbaccess/source/filter/xml/dbaxml \
82 filter/source/config/cache/filterconfig1 \
83 forms/util/frm \
84 framework/util/fwk \
85 i18npool/util/i18npool \
86 linguistic/source/lng \
87 oox/util/oox \
88 package/source/xstor/xstor \
89 package/util/package2 \
90 sax/source/expatwrap/expwrap \
91 scripting/source/basprov/basprov \
92 scripting/util/scriptframe \
93 sfx2/util/sfx \
94 sot/util/sot \
95 svl/source/fsstor/fsstorage \
96 svl/util/svl \
97 toolkit/util/tk \
98 ucb/source/core/ucb1 \
99 ucb/source/ucp/file/ucpfile1 \
100 ucb/source/ucp/tdoc/ucptdoc1 \
101 unotools/util/utl \
102 unoxml/source/rdf/unordf \
103 unoxml/source/service/unoxml \
104 uui/util/uui \
105 xmloff/util/xo \
108 $(eval $(call gb_CppunitTest_use_configuration,dbaccess_RowSetClones))
110 $(call gb_CppunitTest_get_target,dbaccess_RowSetClones) : $(WORKDIR)/CppunitTest/RowSetClones.odb
111 $(WORKDIR)/CppunitTest/RowSetClones.odb : $(SRCDIR)/dbaccess/qa/extras/testdocuments/RowSetClones.odb
112 mkdir -p $(dir $@)
113 cp -P -f "$<" "$@"
114 .PHONY: $(WORKDIR)/CppunitTest/RowSetClones.odb
116 $(call gb_CppunitTest_get_target,dbaccess_RowSetClones): \
117 $(call gb_AllLangResTarget_get_target,ofa)
119 # vim: set noet sw=4 ts=4: