summaryrefslogtreecommitdiffstats
path: root/rules/Definitions.make
blob: 25ad5e94b546dab7f9f1ffe1f2c744eeb507ab62 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# -*-makefile-*-
#
# Some definitions for stuff which even kicks vim's syntax highlighting
# off the corner...
#

comma=,
space= 
quote="

#
# remove_quotes
#
# Remove quotes from a variable definition
#
# $1: variable
#
remove_quotes = $(subst $(quote),,$(1))