repo.or.cz
/
xcsoar.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
NEWS: prepare for 6.6.1
[xcsoar.git]
/
build
/
string.mk
blob
d1377436d284c5f45e02a3044b6b0c1a77c558c8
1
# Make library providing string utility functions.
2
3
string_equals
= $(
if
$(
and
$(
findstring
$(
2
),$(
1
)),$(
findstring
$(
1
),$(
2
))),
y
,
n
)
4
string_contains
= $(
if
$(
findstring
$(
2
),$(
1
)),
y
,
n
)