# -*- 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_ExternalProject_ExternalProject,hyphen)) $(eval $(call gb_ExternalProject_use_external,hyphen,hunspell)) $(eval $(call gb_ExternalProject_register_targets,hyphen,\ build \ )) $(call gb_ExternalProject_get_state_target,hyphen,build): $(call gb_ExternalProject_run,build,\ ./configure --disable-shared \ $(if $(filter-out IOS,$(OS)),--with-pic) \ $(if $(CROSS_COMPILING),--build=$(BUILD_PLATFORM) --host=$(HOST_PLATFORM) gio_can_sniff=no) \ && $(MAKE) \ ) # vim: set noet sw=4 ts=4: > LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/external/libwpg/ExternalProject_libwpg.mk
AgeCommit message (Expand)Author
2015-08-11gbuild/config stop using VERBOSE, use only verbose=tNorbert Thiebaud
2015-06-12Fix Linux RPATH of various external modulesStephan Bergmann
2015-06-08Fix Mac OS X install names of external libwpd/libwpgStephan Bergmann
2014-12-30Build external libs statically in the DISABLE_DYNLOADING caseTor Lillqvist
2014-12-24build bundled libwpd and libwpg as shared libsDavid Tardon
2014-11-13More passing of MAKE into external configureStephan Bergmann
2014-05-26rebase all import libsDavid Tardon
2014-02-27normalize values of CROSS_COMPILINGMichael Stahl
2013-10-19fdo#70393: move libwpg to a subdir of externalKhaled Hosny