bump product version to 4.1.6.2
[LibreOffice.git] / solenv / Package_gdb.mk
blobb38233dcda5cbebdf549dc926e9c8498ce6d0837
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_Package_Package,solenv_gdb,$(call gb_CustomTarget_get_workdir,solenv/gdb)))
12 $(eval $(call gb_Package_add_files,solenv_gdb,lib,\
13 $(if $(MERGELIBS), \
14 $(if $(filter ALL,$(MERGELIBS)), \
15 $(call gb_Library_get_runtime_filename,urelibs)-gdb.py, \
16 $(call gb_Library_get_runtime_filename,cppu).3-gdb.py \
17 $(call gb_Library_get_runtime_filename,sal).3-gdb.py \
18 $(call gb_Library_get_runtime_filename,sw)-gdb.py \
19 ) \
20 $(call gb_Library_get_runtime_filename,merged)-gdb.py, \
21 $(call gb_Library_get_runtime_filename,cppu).3-gdb.py \
22 $(call gb_Library_get_runtime_filename,sal).3-gdb.py \
23 $(call gb_Library_get_runtime_filename,svl)-gdb.py \
24 $(call gb_Library_get_runtime_filename,sw)-gdb.py \
25 $(call gb_Library_get_runtime_filename,tl)-gdb.py) \
28 $(eval $(call gb_Package_use_custom_target,solenv_gdb,solenv/gdb))
30 # vim: set shiftwidth=4 tabstop=4 noexpandtab: