repo.or.cz
/
CppCoreGuidelines.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
RF.rules: archive AUTOSAR pdf link (closes #2070)
[CppCoreGuidelines.git]
/
scripts
/
python
/
Makefile.in
blob
4ecff78fa954d6a811a2f34dd1289b641333bf7d
1
.PHONY
:
default
2
default
:
all
3
4
.PHONY
:
all
5
all
:
\
6
cpplint-all
7
8
CXX_SRCS
:= $(
wildcard
*
.
cpp
)
9
10
#### cpplint, check extracted sources using cpplint tool
11
CXX_LINT
:= ${
CXX_SRCS
:
.
cpp
=
.lint
}
12
13
.PHONY
:
cpplint-all
14
cpplint-all
:
15
@python ..
/
..
/
python
/
cpplint_wrap.py
*
.
cpp
16