Fix curl proxy access for non-authenticated proxy
[LibreOffice.git] / connectivity / Library_flat.mk
blob77e2dee405e240620a6bf58635ce23e32fe716bb
1 # -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
4 # This file is part of the LibreOffice project.
6 # This Source Code Form is subject to the terms of the Mozilla Public
7 # License, v. 2.0. If a copy of the MPL was not distributed with this
8 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
11 $(eval $(call gb_Library_Library,flat))
13 $(eval $(call gb_Library_set_componentfile,flat,connectivity/source/drivers/flat/flat))
15 $(eval $(call gb_Library_use_external,flat,boost_headers))
17 $(eval $(call gb_Library_use_sdk_api,flat))
19 $(eval $(call gb_Library_set_precompiled_header,flat,connectivity/inc/pch/precompiled_flat))
21 $(eval $(call gb_Library_set_include,flat,\
22 $$(INCLUDE) \
23 -I$(SRCDIR)/connectivity/inc \
24 -I$(SRCDIR)/connectivity/source/inc \
25 -I$(WORKDIR)/YaccTarget/connectivity/source/parse \
28 $(eval $(call gb_Library_use_libraries,flat,\
29 cppu \
30 cppuhelper \
31 tl \
32 svl \
33 utl \
34 i18nlangtag \
35 sal \
36 salhelper \
37 dbtools \
38 file \
39 comphelper \
42 $(eval $(call gb_Library_add_exception_objects,flat,\
43 connectivity/source/drivers/flat/EResultSet \
44 connectivity/source/drivers/flat/EStatement \
45 connectivity/source/drivers/flat/EPreparedStatement \
46 connectivity/source/drivers/flat/ETable \
47 connectivity/source/drivers/flat/EDatabaseMetaData \
48 connectivity/source/drivers/flat/ECatalog \
49 connectivity/source/drivers/flat/EColumns \
50 connectivity/source/drivers/flat/ETables \
51 connectivity/source/drivers/flat/EConnection \
52 connectivity/source/drivers/flat/EDriver \
55 # vim: set noet sw=4 ts=4: