summaryrefslogtreecommitdiff
path: root/connectivity/Library_flat.mk
blob: 3916d1665ffcae0045eee3d67b44f1c797da4ef8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
#
#
# This file is part of the LibreOffice project.
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
#

$(eval $(call gb_Library_Library,flat))

$(eval $(call gb_Library_set_componentfile,flat,connectivity/source/drivers/flat/flat))

$(eval $(call gb_Library_use_external,flat,boost_headers))

$(eval $(call gb_Library_use_sdk_api,flat))

$(eval $(call gb_Library_set_precompiled_header,flat,$(SRCDIR)/connectivity/inc/pch/precompiled_flat))

$(eval $(call gb_Library_set_include,flat,\
	$$(INCLUDE) \
	-I$(SRCDIR)/connectivity/inc \
	-I$(SRCDIR)/connectivity/source/inc \
	-I$(WORKDIR)/YaccTarget/connectivity/source/parse \
))

$(eval $(call gb_Library_use_libraries,flat,\
	cppu \
	cppuhelper \
	tl \
	svl \
	utl \
	i18nlangtag \
	sal \
	salhelper \
	dbtools \
	file \
	comphelper \
	$(gb_UWINAPI) \
))

$(eval $(call gb_Library_add_exception_objects,flat,\
	connectivity/source/drivers/flat/EResultSet \
	connectivity/source/drivers/flat/EStatement \
	connectivity/source/drivers/flat/EPreparedStatement \
	connectivity/source/drivers/flat/ETable \
	connectivity/source/drivers/flat/EDatabaseMetaData \
	connectivity/source/drivers/flat/ECatalog \
	connectivity/source/drivers/flat/EColumns \
	connectivity/source/drivers/flat/ETables \
	connectivity/source/drivers/flat/EConnection \
	connectivity/source/drivers/flat/Eservices \
	connectivity/source/drivers/flat/EDriver \
))

# vim: set noet sw=4 ts=4:
nal/cairo?h=cp-5.1-6&id=0e36d7ec6020c380c00955b2c13f279690184685'>upload cairo 1.14.8David Tardon 2016-12-20enable building cairo statically with DISABLE_DYNLOADINGCaolán McNamara 2016-12-08build internal cairo without X support in --disable-gui modeCaolán McNamara 2016-11-04fix external deps for cairoDavid Tardon 2016-08-25cairo: try if --disable-xcb fixes android buildMichael Stahl 2016-08-24cairo: upgrade pixman to release 0.34.0, cairo to release 1.14.6Michael Stahl 2016-03-29cairo: fix malformed conditionals, these should have empty "then" branchMichael Stahl 2016-03-25fix headless buildOliver Specht 2016-03-24FREETYPE_CFLAGS is already set when using external freetypeKorrawit Pruegsanusak 2016-01-29Android autoconf fixesPeter Foley 2016-01-16android x86 doesn't define ffs in libc, use compiler builtin insteadChristian Lohmaier 2015-12-17Android: cairo build needs fontconfig and png headersChristian Lohmaier 2015-11-23Do all svp text rendering with cairoCaolán McNamara 2015-11-16build cairo on androidCaolán McNamara 2015-11-16don't allow caito to add -flto to its own cflagsCaolán McNamara 2015-11-12Generalize COM_GCC_IS_CLANG -> COM_IS_CLANGStephan Bergmann