summaryrefslogtreecommitdiffstats
path: root/solenv/gbuild/TargetLocations.mk
diff options
context:
space:
mode:
authorBjoern Michaelsen <bjoern.michaelsen@canonical.com>2011-04-04 23:48:57 +0200
committerBjoern Michaelsen <bjoern.michaelsen@canonical.com>2011-04-05 11:51:04 +0200
commit2f3793391ed00e61431a9a56e720cb35d1d44658 (patch)
treebe0ef18e6b191e16e627c1540f4595e9eeceed55 /solenv/gbuild/TargetLocations.mk
parentG_SLICE for memcheck only (diff)
downloadcore-2f3793391ed00e61431a9a56e720cb35d1d44658.tar.gz
core-2f3793391ed00e61431a9a56e720cb35d1d44658.zip
make get_linktargetname public again so unittests can find the object lists
Diffstat (limited to 'solenv/gbuild/TargetLocations.mk')
-rw-r--r--solenv/gbuild/TargetLocations.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/solenv/gbuild/TargetLocations.mk b/solenv/gbuild/TargetLocations.mk
index 726a22385f5c..9ca43fbf5da6 100644
--- a/solenv/gbuild/TargetLocations.mk
+++ b/solenv/gbuild/TargetLocations.mk
@@ -152,6 +152,9 @@ define gb_StaticLibrary_get_filename
$(patsubst $(1):%,%,$(filter $(1):%,$(gb_StaticLibrary_FILENAMES)))
endef
+gb_Executable_get_linktargetname = Executable/$(1)$(gb_Executable_EXT)
+gb_Library_get_linktargetname = Library/$(call gb_Library_get_filename,$(1))
+gb_StaticLibrary_get_linktargetname = StaticLibrary/$(call gb_StaticLibrary_get_filename,$(1))
# static members declared here because they are used globally