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))
|
|
|
|
|
2012-12-12 01:07:09 +02:00
|
|
|
ifeq ($(OS)$(COM),WNTGCC)
|
2013-10-16 21:11:11 +02:00
|
|
|
$(eval $(call gb_Module_add_moduledir,external,mingw-externals))
|
2012-12-17 17:48:00 -05:00
|
|
|
endif
|
|
|
|
|
|
|
|
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,\
|
2013-11-04 19:26:27 +02:00
|
|
|
accessories \
|
2013-11-04 18:57:38 +02:00
|
|
|
libxmlsec \
|
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) \
|
2013-10-17 01:18:07 +02:00
|
|
|
$(call gb_Helper_optional,BSH,beanshell) \
|
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) \
|
2013-10-17 01:28:29 +02:00
|
|
|
$(call gb_Helper_optional,CLUCENE,clucene) \
|
2013-10-18 18:55:45 +02:00
|
|
|
$(call gb_Helper_optional,CMIS,libcmis) \
|
2014-02-27 15:55:40 +01:00
|
|
|
$(call gb_Helper_optional,COINMP,coinmp) \
|
2014-04-10 13:37:38 +02:00
|
|
|
$(call gb_Helper_optional,COLLADA2GLTF,collada2gltf) \
|
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) \
|
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 17:40:16 +01:00
|
|
|
$(call gb_Helper_optional,GLEW,glew) \
|
2014-01-05 13:14:50 +01:00
|
|
|
$(call gb_Helper_optional,GLM,glm) \
|
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) \
|
2013-10-17 19:56:28 +02: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) \
|
2013-11-03 20:02:13 +02:00
|
|
|
$(call gb_Helper_optional,JPEG,jpeg) \
|
2014-11-17 09:16:34 +01:00
|
|
|
$(call gb_Helper_optional,JPEG_TURBO,jpeg-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) \
|
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) \
|
2014-04-18 12:55:56 +02:00
|
|
|
$(call gb_Helper_optional,LIBGLTF,libgltf) \
|
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) \
|
2013-10-18 22:34:35 +02:00
|
|
|
$(call gb_Helper_optional,MARIADB,libmariadb) \
|
2013-10-18 22:47:47 +02:00
|
|
|
$(call gb_Helper_optional,MDDS,mdds) \
|
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 22:52:45 +02:00
|
|
|
$(call gb_Helper_optional,MOZ,moz) \
|
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) \
|
2013-10-18 22:57:07 +02:00
|
|
|
$(call gb_Helper_optional,MYSQLCPPCONN,mysqlcppconn) \
|
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) \
|
2014-10-20 14:21:22 +02:00
|
|
|
$(call gb_Helper_optional,OPENCOLLADA,opencollada) \
|
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) \
|
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) \
|
2013-11-03 20:28:42 +02:00
|
|
|
$(call gb_Helper_optional,PYTHON,python3) \
|
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) \
|
2013-11-03 20:41:25 +02:00
|
|
|
$(call gb_Helper_optional,UCPP,ucpp) \
|
2013-11-03 20:43:21 +02:00
|
|
|
$(call gb_Helper_optional,VIGRA,vigra) \
|
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) \
|
2013-10-19 10:17:12 +02:00
|
|
|
$(call gb_Helper_optional_for_host,DESKTOP, \
|
2014-03-10 23:40:25 +01:00
|
|
|
$(if $(WITH_GALLERY_BUILD), \
|
2013-11-03 07:47:39 +01:00
|
|
|
$(call gb_Helper_optional,HARFBUZZ,harfbuzz) \
|
|
|
|
$(call gb_Helper_optional,LCMS2,lcms2) \
|
2013-11-03 20:15:13 +02:00
|
|
|
$(call gb_Helper_optional,NSS,nss) \
|
2013-11-03 20:43:21 +02:00
|
|
|
$(call gb_Helper_optional,VIGRA,vigra) \
|
2013-10-19 10:17:12 +02:00
|
|
|
) \
|
|
|
|
) \
|
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:
|