# -*- 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_AllLangResTarget_AllLangResTarget,gal)) $(eval $(call gb_AllLangResTarget_set_reslocation,gal,svx)) $(eval $(call gb_AllLangResTarget_add_srs,gal,svx/gal)) $(eval $(call gb_SrsTarget_SrsTarget,svx/gal)) $(eval $(call gb_SrsTarget_use_packages,svx/gal,\ editeng_inc \ sfx2_inc \ svl_inc \ svx_inc \ )) $(eval $(call gb_SrsTarget_set_include,svx/gal,\ $$(INCLUDE) \ -I$(SRCDIR)/svx/source/gallery2 \ -I$(SRCDIR)/svx/inc/ \ )) $(eval $(call gb_SrsTarget_add_files,svx/gal,\ svx/source/gallery2/gallery.src \ svx/source/gallery2/galtheme.src \ )) # vim: set noet sw=4 ts=4: /libreoffice-5-4'>distro/cib/libreoffice-5-4 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/Makefile.fetch
AgeCommit message (Expand)Author
2014-01-29make glew a normal external shared projectMarkus Mohrhard
2014-01-29add glm to the libreoffice buildMarkus Mohrhard
2014-01-13AbiWord Import filterFridrich Štrba
2013-12-12Update bundled Graphite to 1.2.4Khaled Hosny
2013-12-04Those AFM files are not used anymoreKhaled Hosny
2013-11-12integrate libeotDavid Tardon
2013-11-11bundle libebookDavid Tardon
2013-10-31bundle libfreehandFridrich Štrba
2013-10-30update libodfgenDavid Tardon
2013-10-30bundle libetonyekDavid Tardon
2013-10-24is this the foo we need now to download automaticallyCaolán McNamara
2013-10-16remove glibc stub and tarball, it seems to be completely unusedBjoern Michaelsen
2013-08-19Update internal HarfBuzz to 0.9.19Khaled Hosny
2013-07-24Ignore error in mkdir -pTor Lillqvist
2013-07-16Build firebird 2.5 internally. Also adds libatomic_ops.Andrzej J.R. Hunt
2013-07-16Firebird: initial implementation of the skeleton driver.Javier Fernandez
2013-07-08fdo#38878: Upgrading internal xpdf -> popplerFridrich Štrba
2013-05-06added ICU 51 layout fix tarball, ticket 10107Eike Rathke
2013-05-02Splitting writerperfect into serializer and libodfgenFridrich Štrba
2013-04-23Add HarfBuzz support to the build systemKhaled Hosny
2013-03-13Creating a libmwaw module for library parsing various old Mac file-formatsFridrich Štrba
2013-03-06Adding libmariadb module for internal mariadb (work in progress)Fridrich Štrba
2013-02-24convert moz to gbuild and add to tail_buildPeter Foley
2013-02-21Don't download a zip we don't useFridrich Štrba
2012-12-25fix download of dbghelp.dllDavid Tardon
2012-12-25convert external to gbuildPeter Foley
2012-12-17Remove --with-stlport from LO 4.0Stephan Bergmann
2012-12-11BUILD_DIR -> BUILDDIR, to be consistent with the other *DIRLuboš Luňák
2012-12-11Prepare for read-only source buildNorbert Thiebaud
2012-12-06Numbertext 0.9.5 (Python 3 fixes)Andras Timar
2012-12-06Bug 57917 - --enable-ext-oooblogger does not work with Python 3Noel Grandin
2012-11-29create its own target for download..Matúš Kukan
2012-11-29use $PIPESTATUS instead of pipefail optionChristian Lohmaier
2012-11-28bin --enable-oxygenoffice; it does nothingMatúš Kukan
2012-11-27move more from download to Makefile.(top|fetch)Matúš Kukan
2012-11-27download few tarballs directly without md5sum in nameMatúš Kukan
2012-11-27download also tarballs needed for build platformMatúš Kukan
2012-11-27support for --with-all-tarballsMatúš Kukan
2012-11-27add fetch_Optional to have conditions for download in makefileMatúš Kukan
2012-11-27move ooo.lst and download parts to Makefile.fetchMatúš Kukan