summaryrefslogtreecommitdiff
path: root/connectivity/Library_sdbc2.mk
blob: 494dc4208a0914f4340cd83cdf5d7a22c198bb1e (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
# -*- 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,sdbc2))

$(eval $(call gb_Library_set_componentfile,sdbc2,connectivity/source/manager/sdbc2))

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

$(eval $(call gb_Library_use_sdk_api,sdbc2))

$(eval $(call gb_Library_set_include,sdbc2,\
	$$(INCLUDE) \
	-I$(SRCDIR)/connectivity/inc \
))

$(eval $(call gb_Library_use_libraries,sdbc2,\
	cppu \
	cppuhelper \
	comphelper \
	dbtools \
	utl \
	sal \
	tl \
))

$(eval $(call gb_Library_add_exception_objects,sdbc2,\
	connectivity/source/manager/mdrivermanager \
	connectivity/source/manager/mregistration \
))

# vim: set noet sw=4 ts=4:
='decoration'>Norbert Thiebaud 2013-02-22libxslt, redland: properly quote rpath $ORIGINMichael Stahl 2013-02-07convert libxml2 to gbuild and add to tail_buildPeter Foley 2013-02-05No xsltproc needed for HOST when cross-compilingTor Lillqvist 2013-02-05Correct location where xsltproc binary is in the DISABLE_DYNLOADING caseTor Lillqvist 2013-02-05convert libxslt to gbuild and add to tail_buildPeter Foley 2013-01-18Avoid .memdump files left behind by xsltproc in the buildStephan Bergmann 2012-12-25Get rid of (most uses of) GUITor Lillqvist 2012-10-12Even if it shouldn't be a pb, let's do the same everywhereJulien Nabet 2012-09-14Adapt for DISABLE_DYNLOADING instead of just iOSTor Lillqvist 2012-09-12Deliver libexslt.a (for iOS)Tor Lillqvist 2012-09-10MSVC: missing libexslt.libStephan Bergmann 2012-09-10build and deliver internal libexslt. Use LIBEXSLT_LIBS is system xslt is usedPeter Jentsch 2012-08-29fdo#54015: At least FreeBSD ld requires -z origin when RPATH contains $ORIGINJung-uk Kim 2012-05-08Don't build against the debugging MSVC runtime in a dbgutil build eitherTor Lillqvist 2012-04-29make gbuild the default assumption of build.plBjoern Michaelsen 2012-02-29Simplify install name handling for external libraries on Mac OS XStephan Bergmann 2012-02-22support using for libxml2 internal on MacOSXNorbert Thiebaud 2012-02-09Added and improved READMEs for modules in libs-extern-sysJosh Heidenreich 2011-11-12Fix iOS fallout from libxml2+libxslt marriageTor Lillqvist 2011-11-10Make also the libxslt library file names end in .so for AndroidTor Lillqvist 2011-11-03Use the xml2-config from our own libxml2 copy if not using a system libxml2Tor Lillqvist 2011-10-27Don't build libxslt.dll against debugging runtime for --enable-debugTor Lillqvist 2011-09-27Make Android cross-build workingThorsten Behrens