index
:
cli+dep
master
Dependency configuration for CLI
Boris Kolpackov
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libcutl
/
build
/
cxx
/
generic
/
configuration-dynamic.make
blob: d1672cf26f86008ef8cf61b63aaf4bc3bead4b02 (
plain
)
1
2
3
4
5
ifneq
($(
CXX
),)
cxx_generic
:= $(
CXX
)
else
cxx_generic
:=
g
++
endif