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_Library_Library
,mork
))
12 $(eval
$(call gb_Library_set_componentfile
,mork
,connectivity
/source
/drivers
/mork
/mork
))
14 $(eval
$(call gb_Library_add_defs
,mork
,\
15 -DLO_DLLIMPLEMENTATION_MORK \
18 $(eval
$(call gb_Library_set_include
,mork
,\
19 -I
$(SRCDIR
)/connectivity
/inc \
20 -I
$(SRCDIR
)/connectivity
/source
/inc \
22 -I
$(WORKDIR
)/YaccTarget
/connectivity
/source
/parse \
25 $(eval
$(call gb_Library_use_custom_headers
,mork
,\
29 $(eval
$(call gb_Library_use_external
,mork
,boost_headers
))
31 $(eval
$(call gb_Library_use_libraries
,mork
, \
42 $(eval
$(call gb_Library_use_sdk_api
,mork
))
44 $(eval
$(call gb_Library_add_exception_objects
,mork
, \
45 connectivity
/source
/drivers
/mork
/MColumns \
46 connectivity
/source
/drivers
/mork
/MColumnAlias \
47 connectivity
/source
/drivers
/mork
/MorkParser \
48 connectivity
/source
/drivers
/mork
/MCatalog \
49 connectivity
/source
/drivers
/mork
/MConnection \
50 connectivity
/source
/drivers
/mork
/MDatabaseMetaData \
51 connectivity
/source
/drivers
/mork
/MDatabaseMetaDataHelper \
52 connectivity
/source
/drivers
/mork
/MDriver \
53 connectivity
/source
/drivers
/mork
/MStatement \
54 connectivity
/source
/drivers
/mork
/MResultSet \
55 connectivity
/source
/drivers
/mork
/MResultSetMetaData \
56 connectivity
/source
/drivers
/mork
/MPreparedStatement \
57 connectivity
/source
/drivers
/mork
/MQueryHelper \
58 connectivity
/source
/drivers
/mork
/MTable \
59 connectivity
/source
/drivers
/mork
/MTables \
62 # vim: set noet sw=4 ts=4: