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
,dbase
))
13 $(eval
$(call gb_Library_set_componentfile
,dbase
,connectivity
/source
/drivers
/dbase
/dbase
))
15 $(eval
$(call gb_Library_use_external
,dbase
,boost_headers
))
17 $(eval
$(call gb_Library_use_sdk_api
,dbase
))
19 $(eval
$(call gb_Library_set_include
,dbase
,\
21 -I
$(SRCDIR
)/connectivity
/inc \
22 -I
$(SRCDIR
)/connectivity
/source
/inc \
23 -I
$(WORKDIR
)/YaccTarget
/connectivity
/source
/parse \
26 $(eval
$(call gb_Library_set_precompiled_header
,dbase
,$(SRCDIR
)/connectivity
/inc
/pch
/precompiled_dbase
))
28 $(eval
$(call gb_Library_use_libraries
,dbase
,\
44 $(eval
$(call gb_Library_add_exception_objects
,dbase
,\
45 connectivity
/source
/drivers
/dbase
/DResultSet \
46 connectivity
/source
/drivers
/dbase
/DStatement \
47 connectivity
/source
/drivers
/dbase
/DPreparedStatement \
48 connectivity
/source
/drivers
/dbase
/dindexnode \
49 connectivity
/source
/drivers
/dbase
/DIndexIter \
50 connectivity
/source
/drivers
/dbase
/DDatabaseMetaData \
51 connectivity
/source
/drivers
/dbase
/DCatalog \
52 connectivity
/source
/drivers
/dbase
/DColumns \
53 connectivity
/source
/drivers
/dbase
/DIndexColumns \
54 connectivity
/source
/drivers
/dbase
/DIndex \
55 connectivity
/source
/drivers
/dbase
/DIndexes \
56 connectivity
/source
/drivers
/dbase
/DTables \
57 connectivity
/source
/drivers
/dbase
/DConnection \
58 connectivity
/source
/drivers
/dbase
/Dservices \
59 connectivity
/source
/drivers
/dbase
/DDriver \
60 connectivity
/source
/drivers
/dbase
/DTable \
63 #connectivity/source/drivers/dbase/DTable disable optimization?
65 # vim: set noet sw=4 ts=4: