2012-12-17 17:48:00 -05:00
|
|
|
# -*- 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_Module_Module,external))
|
|
|
|
|
|
|
|
ifeq ($(COM),MSC)
|
2013-10-16 15:12:54 +02:00
|
|
|
$(eval $(call gb_Module_add_moduledir,external,msc-externals))
|
2012-12-17 17:48:00 -05:00
|
|
|
endif
|
|
|
|
|
2013-10-16 19:59:27 +02:00
|
|
|
$(eval $(call gb_Module_add_moduledirs,external,\
|
2017-09-14 15:11:33 +02:00
|
|
|
$(if $(filter-out IOS,$(OS)),$(call gb_Helper_optional,XMLSEC,xmlsec)) \
|
2014-01-13 17:01:32 +01:00
|
|
|
$(call gb_Helper_optional,ABW,libabw) \
|
2013-10-17 00:56:05 +02:00
|
|
|
$(call gb_Helper_optional,APACHE_COMMONS,apache-commons) \
|
2014-02-06 12:28:36 +01:00
|
|
|
$(call gb_Helper_optional,APR,apr) \
|
2013-10-17 01:15:08 +02:00
|
|
|
$(call gb_Helper_optional,BOOST,boost) \
|
2016-02-15 07:48:58 +01:00
|
|
|
$(call gb_Helper_optional,BREAKPAD,breakpad) \
|
2013-10-17 01:18:07 +02:00
|
|
|
$(call gb_Helper_optional,BSH,beanshell) \
|
2015-07-03 11:58:27 +02:00
|
|
|
$(call gb_Helper_optional,BZIP2,bzip2) \
|
2013-10-17 01:22:19 +02:00
|
|
|
$(call gb_Helper_optional,CAIRO,cairo) \
|
2013-10-18 19:01:30 +02:00
|
|
|
$(call gb_Helper_optional,CDR,libcdr) \
|
2016-03-09 13:59:35 +01:00
|
|
|
$(call gb_Helper_optional,OPENCL,clew) \
|
2013-10-17 01:28:29 +02:00
|
|
|
$(call gb_Helper_optional,CLUCENE,clucene) \
|
2017-09-13 23:44:32 +02:00
|
|
|
$(call gb_Helper_optional,LIBCMIS,libcmis) \
|
2014-02-27 15:55:40 +01:00
|
|
|
$(call gb_Helper_optional,COINMP,coinmp) \
|
2013-10-17 01:32:29 +02:00
|
|
|
$(call gb_Helper_optional,CPPUNIT,cppunit) \
|
2013-10-17 19:22:46 +02:00
|
|
|
$(call gb_Helper_optional,CT2N,ct2n) \
|
2013-10-17 19:28:04 +02:00
|
|
|
$(call gb_Helper_optional,CURL,curl) \
|
2013-11-09 15:52:36 +01:00
|
|
|
$(call gb_Helper_optional,EBOOK,libebook) \
|
2013-10-17 19:35:22 +02:00
|
|
|
$(call gb_Helper_optional,EPM,epm) \
|
2016-11-25 20:25:27 +00:00
|
|
|
$(call gb_Helper_optional,EPOXY,epoxy) \
|
2017-08-02 16:29:48 +02:00
|
|
|
$(call gb_Helper_optional,EPUBGEN,libepubgen) \
|
2013-10-24 16:46:49 +02:00
|
|
|
$(call gb_Helper_optional,ETONYEK,libetonyek) \
|
2013-10-17 19:38:07 +02:00
|
|
|
$(call gb_Helper_optional,EXPAT,expat) \
|
2013-10-17 19:42:29 +02:00
|
|
|
$(call gb_Helper_optional,FIREBIRD,firebird) \
|
2013-10-17 19:46:33 +02:00
|
|
|
$(call gb_Helper_optional,FONTCONFIG,fontconfig) \
|
2013-10-31 12:42:50 +01:00
|
|
|
$(call gb_Helper_optional,FREEHAND,libfreehand) \
|
2013-10-17 19:48:11 +02:00
|
|
|
$(call gb_Helper_optional,FREETYPE,freetype) \
|
2014-01-05 13:14:50 +01:00
|
|
|
$(call gb_Helper_optional,GLM,glm) \
|
2017-11-15 21:31:07 +01:00
|
|
|
$(call gb_Helper_optional,GPGMEPP,gpgmepp) \
|
2013-10-17 19:54:11 +02:00
|
|
|
$(call gb_Helper_optional,GRAPHITE,graphite) \
|
2013-10-16 19:59:27 +02:00
|
|
|
$(call gb_Helper_optional,HARFBUZZ,harfbuzz) \
|
2018-04-11 15:39:57 +01:00
|
|
|
$(call gb_Helper_optional,HSQLDB,hsqldb) \
|
2013-10-17 19:58:07 +02:00
|
|
|
$(call gb_Helper_optional,HUNSPELL,hunspell) \
|
2013-10-17 20:00:40 +02:00
|
|
|
$(call gb_Helper_optional,HYPHEN,hyphen) \
|
2013-10-17 20:02:31 +02:00
|
|
|
$(call gb_Helper_optional,ICU,icu) \
|
2013-10-18 18:51:26 +02:00
|
|
|
$(call gb_Helper_optional,JFREEREPORT,jfreereport) \
|
2017-09-13 22:50:14 +02:00
|
|
|
$(call gb_Helper_optional,LIBJPEG_TURBO,libjpeg-turbo) \
|
2013-11-03 20:07:33 +02:00
|
|
|
$(call gb_Helper_optional,LANGUAGETOOL,languagetool) \
|
2013-10-18 18:59:17 +02:00
|
|
|
$(call gb_Helper_optional,LCMS2,lcms2) \
|
2017-01-30 18:01:18 +01:00
|
|
|
$(call gb_Helper_optional,LIBASSUAN,libassuan) \
|
2013-10-17 19:40:24 +02:00
|
|
|
$(call gb_Helper_optional,LIBATOMIC_OPS,libatomic_ops) \
|
2013-11-12 16:44:40 +01:00
|
|
|
$(call gb_Helper_optional,LIBEOT,libeot) \
|
2013-10-18 19:55:48 +02:00
|
|
|
$(call gb_Helper_optional,LIBEXTTEXTCAT,libexttextcat) \
|
2017-01-30 18:01:18 +01:00
|
|
|
$(call gb_Helper_optional,LIBGPGERROR,libgpg-error) \
|
2013-10-18 19:58:14 +02:00
|
|
|
$(call gb_Helper_optional,LIBLANGTAG,liblangtag) \
|
2013-10-16 19:59:27 +02:00
|
|
|
$(call gb_Helper_optional,LIBPNG,libpng) \
|
2013-10-18 22:25:22 +02:00
|
|
|
$(call gb_Helper_optional,LIBXML2,libxml2) \
|
2013-10-18 22:27:30 +02:00
|
|
|
$(call gb_Helper_optional,LIBXSLT,libxslt) \
|
2013-10-18 22:30:25 +02:00
|
|
|
$(call gb_Helper_optional,LPSOLVE,lpsolve) \
|
2016-07-28 17:16:19 +02:00
|
|
|
$(call gb_Helper_optional,LIBTOMMATH,libtommath) \
|
2018-02-21 15:51:11 +01:00
|
|
|
$(call gb_Helper_optional,LXML,lxml) \
|
2017-09-14 13:30:05 +02:00
|
|
|
$(call gb_Helper_optional,MARIADB_CONNECTOR_C,mariadb-connector-c) \
|
2013-10-18 22:47:47 +02:00
|
|
|
$(call gb_Helper_optional,MDDS,mdds) \
|
2015-11-27 23:54:40 +01:00
|
|
|
$(call gb_Helper_optional,MDNSRESPONDER,mdnsresponder) \
|
2014-02-27 17:00:58 +01:00
|
|
|
$(if $(WITH_EXTRA_EXTENSIONS),misc_extensions) \
|
2013-10-18 22:50:26 +02:00
|
|
|
$(call gb_Helper_optional,MORE_FONTS,more_fonts) \
|
2013-10-18 20:00:06 +02:00
|
|
|
$(call gb_Helper_optional,MSPUB,libmspub) \
|
2013-10-18 20:09:12 +02:00
|
|
|
$(call gb_Helper_optional,MWAW,libmwaw) \
|
2017-09-14 16:12:55 +02:00
|
|
|
$(call gb_Helper_optional,MYSQL_CONNECTOR_CPP,mysql-connector-cpp) \
|
2013-10-18 23:00:19 +02:00
|
|
|
$(call gb_Helper_optional,MYTHES,mythes) \
|
2013-10-18 23:02:24 +02:00
|
|
|
$(call gb_Helper_optional,NEON,neon) \
|
2013-11-03 20:15:13 +02:00
|
|
|
$(call gb_Helper_optional,NSS,nss) \
|
2013-10-18 22:12:43 +02:00
|
|
|
$(call gb_Helper_optional,ODFGEN,libodfgen) \
|
2013-11-03 20:17:25 +02:00
|
|
|
$(call gb_Helper_optional,OPENLDAP,openldap) \
|
2013-11-03 20:19:22 +02:00
|
|
|
$(call gb_Helper_optional,OPENSSL,openssl) \
|
2013-10-18 22:15:14 +02:00
|
|
|
$(call gb_Helper_optional,ORCUS,liborcus) \
|
2015-02-02 19:49:37 +00:00
|
|
|
$(call gb_Helper_optional,OWNCLOUD_ANDROID_LIB,owncloud-android-lib) \
|
2014-06-26 21:26:11 +02:00
|
|
|
$(call gb_Helper_optional,PAGEMAKER,libpagemaker) \
|
2017-02-10 12:27:07 +00:00
|
|
|
$(call gb_Helper_optional,PDFIUM,pdfium) \
|
2013-11-03 20:21:01 +02:00
|
|
|
$(call gb_Helper_optional,POPPLER,poppler) \
|
2013-11-03 20:22:44 +02:00
|
|
|
$(call gb_Helper_optional,POSTGRESQL,postgresql) \
|
2017-01-22 22:54:44 +01:00
|
|
|
$(call gb_Helper_optional,PYTHON,python3) \
|
2017-08-27 22:10:14 +03:00
|
|
|
$(call gb_Helper_optional,QXP,libqxp) \
|
2013-11-03 20:33:32 +02:00
|
|
|
$(call gb_Helper_optional,REDLAND,redland) \
|
2014-05-24 08:39:54 +02:00
|
|
|
$(call gb_Helper_optional,REVENGE,librevenge) \
|
2013-11-03 20:35:47 +02:00
|
|
|
$(call gb_Helper_optional,RHINO,rhino) \
|
2014-02-06 12:28:36 +01:00
|
|
|
$(call gb_Helper_optional,SERF,serf) \
|
2016-08-10 12:43:56 +02:00
|
|
|
$(call gb_Helper_optional,STAROFFICE,libstaroffice) \
|
2017-12-22 20:46:12 +03:00
|
|
|
$(if $(filter WNT,$(OS)),twain_dsm) \
|
2013-11-03 20:41:25 +02:00
|
|
|
$(call gb_Helper_optional,UCPP,ucpp) \
|
2013-10-18 22:17:08 +02:00
|
|
|
$(call gb_Helper_optional,VISIO,libvisio) \
|
2013-10-18 22:19:06 +02:00
|
|
|
$(call gb_Helper_optional,WPD,libwpd) \
|
2013-10-18 22:21:12 +02:00
|
|
|
$(call gb_Helper_optional,WPG,libwpg) \
|
2013-10-18 22:22:34 +02:00
|
|
|
$(call gb_Helper_optional,WPS,libwps) \
|
2013-11-03 20:45:21 +02:00
|
|
|
$(call gb_Helper_optional,XSLTML,xsltml) \
|
2013-11-03 20:47:18 +02:00
|
|
|
$(call gb_Helper_optional,ZLIB,zlib) \
|
2016-10-23 10:08:45 +02:00
|
|
|
$(call gb_Helper_optional,ZMF,libzmf) \
|
2013-10-16 19:59:27 +02:00
|
|
|
))
|
2013-10-12 03:26:01 +02:00
|
|
|
|
2012-12-17 17:48:00 -05:00
|
|
|
# vim: set noet sw=4 ts=4:
|