projects
/
pub
/
lufa.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Re-enable cppcheck static analysis unused function checks after adding in special...
[pub/lufa.git]
/
LUFA
/
CodeTemplates
/
makefile_template.uc3
diff --git
a/LUFA/CodeTemplates/makefile_template.uc3
b/LUFA/CodeTemplates/makefile_template.uc3
index
0e8f1a3
..
fa47182
100644
(file)
--- a/
LUFA/CodeTemplates/makefile_template.uc3
+++ b/
LUFA/CodeTemplates/makefile_template.uc3
@@
-95,7
+95,7
@@
LUFA_PATH = ### INSERT PATH TO LUFA LIBRARY RELATIVE TO PROJECT DIRECTORY HERE #
# LUFA library compile-time options and predefined tokens (add '-D' before each token)
# LUFA library compile-time options and predefined tokens (add '-D' before each token)
-LUFA_OPTS = ### INSERT LUFA COMPILE TIME TOKES HERE ###
+LUFA_OPTS = ### INSERT LUFA COMPILE TIME TOKE
N
S HERE ###
# Create the LUFA source path variables by including the LUFA root makefile
# Create the LUFA source path variables by including the LUFA root makefile
@@
-455,8
+455,10
@@
clean_list :
$(REMOVEDIR) .dep
doxygen:
$(REMOVEDIR) .dep
doxygen:
- @echo Generating Project Documentation...
- @doxygen Doxygen.conf
+ @echo Generating Project Documentation \($(TARGET)\)...
+ @if ( doxygen Doxygen.conf 2>&1 | grep ": warning:" ;); then \
+ exit 1; \
+ fi;
@echo Documentation Generation Complete.
clean_doxygen:
@echo Documentation Generation Complete.
clean_doxygen: