Updated core
[LibreOffice.git] / solenv / Package_gdb_install.mk
blobaf67cb5c982d548658a980651e959a182125cfdc
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_install,$(call gb_CustomTarget_get_workdir,solenv/gdb)))
12 $(eval $(call gb_Package_set_outdir,solenv_gdb_install,$(INSTDIR)))
14 $(eval $(call gb_Package_add_files,solenv_gdb_install,$(gb_PROGRAMDIRNAME),\
15 $(call gb_Library_get_runtime_filename,svl)-gdb.py \
16 $(call gb_Library_get_runtime_filename,sw)-gdb.py \
17 $(call gb_Library_get_runtime_filename,tl)-gdb.py \
20 $(eval $(call gb_Package_add_files,solenv_gdb_install,ure/lib,\
21 $(call gb_Library_get_runtime_filename,cppu).3-gdb.py \
22 $(call gb_Library_get_runtime_filename,sal).3-gdb.py \
25 $(eval $(call gb_Package_use_custom_target,solenv_gdb_install,solenv/gdb))
27 # vim: set shiftwidth=4 tabstop=4 noexpandtab: