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
,\
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
,\
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
/Eservices \
53 connectivity
/source
/drivers
/flat
/EDriver \
56 # vim: set noet sw=4 ts=4: