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_UnpackedTarball_UnpackedTarball
,mdds
))
12 $(eval
$(call gb_UnpackedTarball_set_tarball
,mdds
,$(MDDS_TARBALL
)))
14 $(eval
$(call gb_UnpackedTarball_set_patchlevel
,mdds
,3))
16 $(eval
$(call gb_UnpackedTarball_add_patches
,mdds
,\
17 mdds
/mdds_0.6
.0.patch \
18 mdds
/0001-Workaround-for-gcc-bug.patch \
21 $(eval
$(call gb_UnpackedTarball_mark_output_files
,mdds
,\
22 include/mdds
/compat
/unique_ptr.hpp \
23 include/mdds
/default_deleter.hpp \
24 include/mdds
/flat_segment_tree.hpp \
25 include/mdds
/flat_segment_tree_def.inl \
26 include/mdds
/flat_segment_tree_itr.hpp \
27 include/mdds
/global.hpp \
28 include/mdds
/hash_container
/map.hpp \
29 include/mdds
/mixed_type_matrix.hpp \
30 include/mdds
/mixed_type_matrix_def.inl \
31 include/mdds
/mixed_type_matrix_element.hpp \
32 include/mdds
/mixed_type_matrix_flag_storage.hpp \
33 include/mdds
/mixed_type_matrix_storage.hpp \
34 include/mdds
/mixed_type_matrix_storage_filled_linear.inl \
35 include/mdds
/mixed_type_matrix_storage_sparse.inl \
36 include/mdds
/multi_type_matrix.hpp \
37 include/mdds
/multi_type_matrix_def.inl \
38 include/mdds
/multi_type_vector.hpp \
39 include/mdds
/multi_type_vector_def.inl \
40 include/mdds
/multi_type_vector_itr.hpp \
41 include/mdds
/multi_type_vector_macro.hpp \
42 include/mdds
/multi_type_vector_trait.hpp \
43 include/mdds
/multi_type_vector_types.hpp \
44 include/mdds
/node.hpp \
45 include/mdds
/point_quad_tree.hpp \
46 include/mdds
/quad_node.hpp \
47 include/mdds
/rectangle_set.hpp \
48 include/mdds
/rectangle_set_def.inl \
49 include/mdds
/segment_tree.hpp \
52 # vim: set noet sw=4 ts=4: