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
,libcdr
))
12 $(eval
$(call gb_ExternalProject_use_autoconf
,libcdr
,build
))
14 $(eval
$(call gb_ExternalProject_register_targets
,libcdr
,\
18 $(eval
$(call gb_ExternalProject_use_externals
,libcdr
,\
26 $(call gb_ExternalProject_get_state_target
,libcdr
,build
) :
27 $(call gb_Trace_StartRange
,libcdr
,EXTERNAL
)
28 $(call gb_ExternalProject_run
,build
,\
29 export PKG_CONFIG
="" \
30 && MAKE
=$(MAKE
) $(gb_RUN_CONFIGURE
) .
/configure \
36 $(if
$(ENABLE_DEBUG
),--enable-debug
,--disable-debug
) \
39 $(if
$(gb_FULLDEPS
),,--disable-dependency-tracking
) \
40 $(if
$(verbose
),--disable-silent-rules
,--enable-silent-rules
) \
41 CXXFLAGS
="$(gb_CXXFLAGS) $(call gb_ExternalProject_get_build_flags,libcdr)" \
42 CPPFLAGS
="$(CPPFLAGS) $(BOOST_CPPFLAGS)" \
43 LDFLAGS
="$(call gb_ExternalProject_get_link_flags,libcdr)" \
44 $(gb_CONFIGURE_PLATFORMS
) \
47 $(call gb_Trace_EndRange
,libcdr
,EXTERNAL
)
49 # vim: set noet sw=4 ts=4: