summaryrefslogtreecommitdiff
path: root/filter/Library_xsltfilter.mk
blob: eb48793f82569efd87c7e189b202467bde0bd126 (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
# -*- 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/.
#
# This file incorporates work covered by the following license notice:
#
#   Licensed to the Apache Software Foundation (ASF) under one or more
#   contributor license agreements. See the NOTICE file distributed
#   with this work for additional information regarding copyright
#   ownership. The ASF licenses this file to you under the Apache
#   License, Version 2.0 (the "License"); you may not use this file
#   except in compliance with the License. You may obtain a copy of
#   the License at http://www.apache.org/licenses/LICENSE-2.0 .
#

$(eval $(call gb_Library_Library,xsltfilter))

$(eval $(call gb_Library_set_componentfile,xsltfilter,filter/source/xsltfilter/xsltfilter))

$(eval $(call gb_Library_use_sdk_api,xsltfilter))

$(eval $(call gb_Library_use_libraries,xsltfilter,\
	xo \
	tl \
	package2 \
	sax \
	comphelper \
	ucbhelper \
	cppuhelper \
	cppu \
	salhelper \
	sal \
	$(gb_UWINAPI) \
))

$(eval $(call gb_Library_use_externals,xsltfilter,\
	boost_headers \
	libxml2 \
	libxslt \
	libexslt \
))

$(eval $(call gb_Library_add_exception_objects,xsltfilter,\
	filter/source/xsltfilter/LibXSLTTransformer \
	filter/source/xsltfilter/OleHandler \
	filter/source/xsltfilter/XSLTFilter \
))

# vim: set noet sw=4 ts=4:
>Bjoern Michaelsen 2015-09-03remove KDE3 support, --enable-kde and --enable-kdeabMichael Stahl 2015-09-02ditch gnome-vfs2 supportCaolán McNamara 2015-01-07drop crashrep unused since start of LibreOfficeCaolán McNamara 2014-04-07scp2: move firebird into base.Andrzej Hunt 2013-10-18Remove *_Test product, so cppunittester can be NONE againStephan Bergmann 2013-09-17remove WITH_ACTIVEX_COMPONENTMatúš Kukan 2013-07-16Fix --disable-firebird-sdbc.Andrzej J.R. Hunt 2013-07-16Setup Firebird installation / scp2 details.Andrzej J.R. Hunt 2013-06-10gbuild: s/AutoInstallLibs/AutoInstall/gMatúš Kukan 2013-06-09fdo#60924 autoinstall - gbuild/scp2: add canvas moduleMarcos Paulo de Souza 2013-06-07gbuild: simplify AutoInstallLibs makefilesMatúš Kukan 2013-06-06fdo#60924 autoinstall - gbuild/scp2: add impress moduleMarcos Paulo de Souza 2013-06-06fdo#60924 autoinstall - gbuild/scp2: add base moduleMarcos Paulo de Souza 2013-06-01fdo#60924 autoinstall - gbuild/scp2: add math moduleMarcos Paulo de Souza 2013-05-23fdo#60924 autoinstall - gbuild/scp2: add onlineupdate moduleMarcos Paulo de Souza 2013-05-15scp2: only package the sdk if it is enabled.Michael Meeks 2013-05-09fdo#60924 autoinstall - gbuild/scp2: add graphicfilter moduleMarcos Paulo de Souza 2013-05-07fdo#60924 autoinstall - gbuild/scp2: add gnome moduleMarcos Paulo de Souza 2013-05-07fdo#60924 autoinstall - gbuild/scp2: add tde moduleMarcos Paulo de Souza 2013-05-04fdo#60924 autoinstall - gbuild/scp2: add kde moduleMatúš Kukan 2013-04-22Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks 2013-04-15scp2: forgot to include AutoInstallLibs_writer.mkMatúš Kukan 2013-04-11autoinstall ure private librariesMatúš Kukan 2013-03-03remove stale javafiltersAndras Timar 2013-02-19Kill the --without-system-stdlibs optionFridrich Štrba 2013-02-15Remove the need to manually register libs in scp2Bjoern Michaelsen 2013-01-16there is no standalone URE installationMatúš Kukan 2012-12-25Get rid of (most uses of) GUITor Lillqvist 2012-11-09binfilter.die.die.dieNorbert Thiebaud