# -*- 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,xof)) $(eval $(call gb_Library_set_componentfile,xof,xmloff/source/transform/xof,services)) $(eval $(call gb_Library_set_include,xof,\ -I$(SRCDIR)/xmloff/inc \ $$(INCLUDE) \ )) $(eval $(call gb_Library_use_custom_headers,xof,\ xmloff/generated \ )) $(eval $(call gb_Library_set_precompiled_header,xof,xmloff/inc/pch/precompiled_xof)) $(eval $(call gb_Library_use_external,xof,boost_headers)) $(eval $(call gb_Library_use_sdk_api,xof)) $(eval $(call gb_Library_use_libraries,xof,\ comphelper \ cppu \ cppuhelper \ sal \ salhelper \ tl \ sax \ xo \ )) # WASM_CHART change ifneq ($(ENABLE_WASM_STRIP_CHART),TRUE) $(eval $(call gb_Library_add_exception_objects,xof,\ xmloff/source/transform/ChartOASISTContext \ xmloff/source/transform/ChartOOoTContext \ xmloff/source/transform/ChartPlotAreaOASISTContext \ xmloff/source/transform/ChartPlotAreaOOoTContext \ )) $(eval $(call gb_Library_add_componentimpl,xof,chart)) endif $(eval $(call gb_Library_add_exception_objects,xof,\ xmloff/source/transform/ControlOASISTContext \ xmloff/source/transform/ControlOOoTContext \ xmloff/source/transform/CreateElemTContext \ xmloff/source/transform/DeepTContext \ xmloff/source/transform/DlgOASISTContext \ xmloff/source/transform/DocumentTContext \ xmloff/source/transform/EventMap \ xmloff/source/transform/EventOASISTContext \ xmloff/source/transform/EventOOoTContext \ xmloff/source/transform/FlatTContext \ xmloff/source/transform/FormPropOASISTContext \ xmloff/source/transform/FormPropOOoTContext \ xmloff/source/transform/FrameOASISTContext \ xmloff/source/transform/FrameOOoTContext \ xmloff/source/transform/IgnoreTContext \ xmloff/source/transform/MergeElemTContext \ xmloff/source/transform/MetaTContext \ xmloff/source/transform/MutableAttrList \ xmloff/source/transform/NotesTContext \ xmloff/source/transform/OOo2Oasis \ xmloff/source/transform/Oasis2OOo \ xmloff/source/transform/PersAttrListTContext \ xmloff/source/transform/PersMixedContentTContext \ xmloff/source/transform/ProcAddAttrTContext \ xmloff/source/transform/ProcAttrTContext \ xmloff/source/transform/PropertyActionsOASIS \ xmloff/source/transform/PropertyActionsOOo \ xmloff/source/transform/RenameElemTContext \ xmloff/source/transform/StyleOASISTContext \ xmloff/source/transform/StyleOOoTContext \ xmloff/source/transform/TransformerActions \ xmloff/source/transform/TransformerBase \ xmloff/source/transform/TransformerContext \ xmloff/source/transform/TransformerTokenMap \ )) # vim: set noet sw=4 ts=4: ='distro/collabora/cp-4.1'>distro/collabora/cp-4.1 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/external/hsqldb
AgeCommit message (Expand)Author
2020-02-16GBUILD_TRACE, support for finding out where the build time is spentLuboš Luňák
2018-07-12call System.runFinalizersOnExit by reflection, since it was removed in jdk11Fridrich Štrba
2018-04-12Revert "Remove dead HSQLDB driver"Sophia Schröder
2018-04-10Remove dead HSQLDB driverTamas Bunth
2018-02-23tdf#115828: hsqldb supports multiple resultSetsJulien Nabet
2017-08-30Pass "verbose" flag into antStephan Bergmann
2016-08-26Remove gcj support from build system.Thorsten Behrens
2016-03-02Update to match realityTor Lillqvist
2014-03-11normalize values of HSQLDB_USE_JDBC_4_1Michael Stahl
2013-12-28Firebird, instead of SQLite, has been chosen to replace HSQLDB in futureJulien Nabet
2013-10-28gbuild: set Package default target to INSTDIRMichael Stahl
2013-10-25gbuild: remove gb_ExternalPackage_add_jar_for_installMichael Stahl
2013-10-18Fix building from inside modules moved to externalKhaled Hosny
2013-10-18fdo#70393: move hsqldb to a subdir of externalKhaled Hosny