1 # -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
3 # This file is part of the LibreOffice project.
5 # This Source Code Form is subject to the terms of the Mozilla Public
6 # License, v. 2.0. If a copy of the MPL was not distributed with this
7 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
10 $(eval
$(call gb_ExternalProject_ExternalProject
,libzmf
))
12 $(eval
$(call gb_ExternalProject_use_autoconf
,libzmf
,build
))
14 $(eval
$(call gb_ExternalProject_register_targets
,libzmf
,\
18 $(eval
$(call gb_ExternalProject_use_externals
,libzmf
,\
26 $(call gb_ExternalProject_get_state_target
,libzmf
,build
) :
27 $(call gb_Trace_StartRange
,libzmf
,EXTERNAL
)
28 $(call gb_ExternalProject_run
,build
,\
29 export PKG_CONFIG
="" \
30 && unset MSYS_NO_PATHCONV
&& MAKE
=$(MAKE
) $(gb_RUN_CONFIGURE
) .
/configure \
40 $(if
$(verbose
),--disable-silent-rules
,--enable-silent-rules
) \
41 CXXFLAGS
="$(gb_CXXFLAGS) $(call gb_ExternalProject_get_build_flags,libzmf)" \
42 CPPFLAGS
="$(CPPFLAGS) $(BOOST_CPPFLAGS)" \
43 LDFLAGS
="$(call gb_ExternalProject_get_link_flags,libzmf)" \
44 $(gb_CONFIGURE_PLATFORMS
) \
47 $(call gb_Trace_EndRange
,libzmf
,EXTERNAL
)
49 # vim: set noet sw=4 ts=4: