Add 'select_from_repositories' in 'dep_lib.mk'

Fixes #142.
This commit is contained in:
Christian Prochaska 2012-03-06 15:16:22 +01:00 committed by Norman Feske
parent 0973215cf0
commit 0bf6a24d61
1 changed files with 5 additions and 0 deletions

View File

@ -16,6 +16,11 @@
# INSTALL_DIR - destination directory for installing shared libraries
#
#
# Utility for selecting files from the list of repositories
#
select_from_repositories = $(firstword $(foreach REP,$(REPOSITORIES),$(wildcard $(REP)/$(1))))
#
# Generate dependencies only for those libs that are
# not already contained in the library build log