Fix curl proxy access for non-authenticated proxy
[LibreOffice.git] / sc / CppunitTest_sc_mark_test.mk
blobc305f50e7a21d6da7c2a0292ef6e9aeaa0856244
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_mark_test))
12 $(eval $(call gb_CppunitTest_use_externals,sc_mark_test, \
13 boost_headers \
14 icu_headers \
15 icui18n \
16 icuuc \
17 libxml2 \
18 mdds_headers \
21 $(eval $(call gb_CppunitTest_use_common_precompiled_header,sc_mark_test))
23 $(eval $(call gb_CppunitTest_add_exception_objects,sc_mark_test, \
24 sc/qa/unit/mark_test \
27 $(eval $(call gb_CppunitTest_use_libraries,sc_mark_test, \
28 basegfx \
29 comphelper \
30 cppu \
31 cppuhelper \
32 drawinglayer \
33 editeng \
34 for \
35 forui \
36 i18nlangtag \
37 msfilter \
38 oox \
39 sal \
40 salhelper \
41 sax \
42 sb \
43 sc \
44 scqahelper \
45 sfx \
46 sot \
47 svl \
48 svt \
49 svx \
50 svxcore \
51 test \
52 tk \
53 tl \
54 ucbhelper \
55 unotest \
56 utl \
57 $(call gb_Helper_optional,SCRIPTING, \
58 vbahelper) \
59 vcl \
60 xo \
63 $(eval $(call gb_CppunitTest_set_include,sc_mark_test,\
64 -I$(SRCDIR)/sc/source/ui/inc \
65 -I$(SRCDIR)/sc/inc \
66 $$(INCLUDE) \
69 $(eval $(call gb_CppunitTest_use_api,sc_mark_test,\
70 offapi \
71 oovbaapi \
72 udkapi \
75 $(eval $(call gb_CppunitTest_use_ure,sc_mark_test))
76 $(eval $(call gb_CppunitTest_use_vcl,sc_mark_test))
78 $(eval $(call gb_CppunitTest_use_components,sc_mark_test,\
79 basic/util/sb \
80 chart2/source/chartcore \
81 chart2/source/controller/chartcontroller \
82 comphelper/util/comphelp \
83 configmgr/source/configmgr \
84 dbaccess/util/dba \
85 embeddedobj/util/embobj \
86 eventattacher/source/evtatt \
87 filter/source/config/cache/filterconfig1 \
88 forms/util/frm \
89 framework/util/fwk \
90 i18npool/util/i18npool \
91 oox/util/oox \
92 package/source/xstor/xstor \
93 package/util/package2 \
94 sax/source/expatwrap/expwrap \
95 scaddins/source/analysis/analysis \
96 scaddins/source/datefunc/date \
97 scripting/source/basprov/basprov \
98 scripting/util/scriptframe \
99 sc/util/sc \
100 sc/util/scd \
101 sc/util/scfilt \
102 $(call gb_Helper_optional,SCRIPTING, \
103 sc/util/vbaobj) \
104 sfx2/util/sfx \
105 sot/util/sot \
106 svl/source/fsstor/fsstorage \
107 svl/util/svl \
108 svx/util/svx \
109 svx/util/svxcore \
110 toolkit/util/tk \
111 ucb/source/core/ucb1 \
112 ucb/source/ucp/file/ucpfile1 \
113 ucb/source/ucp/tdoc/ucptdoc1 \
114 unotools/util/utl \
115 unoxml/source/rdf/unordf \
116 unoxml/source/service/unoxml \
117 vcl/vcl.common \
118 xmloff/util/xo \
121 $(eval $(call gb_CppunitTest_use_configuration,sc_mark_test))
123 # vim: set noet sw=4 ts=4: