Commit Graph

4 Commits (44bc433fb0694ecea05bf35d001f3e5d846b7ec4)

Author SHA1 Message Date
Dean Camera de0df8b162 Update copyright year to 2013. 13 years ago
Dean Camera a032d77d0e Fix up some missing target dependencies and output messages in the LUFA build system makefiles. 13 years ago
Dean Camera 7375c789e1 Document build system targets. Add a rule to the BUILD module that is run if a source file does not exist to show an error to the user, rather than running the check-source rule before each build (slightly faster/more portable and the generated error is then a true make error). 13 years ago
Dean Camera b7e3c86e4e Rename build system module makefiles from "lufa.MODULE.in" to "lufa_MODULE.mk" to prevent makefile from assuming the include is an old style build rule, slowing down the build process. 13 years ago
Dean Camera 8ccc2b2272 Minor build system improvements - force default shell. 13 years ago
Dean Camera 3d39cbe94b Add ability to generate SYM files in the BUILD module. Clean up build system output to be slightly more human readable. 13 years ago
Dean Camera 44ff0af68c Add a list of module provided make variables and macros to the build system modules. 13 years ago
Dean Camera b9952f4809 Add Build System documentation to the library manual. Update CPPCHECK build system module so that it uses the SRC variable rather than just the project directory. 13 years ago
Dean Camera 53be52922f Change the build system build module makefiles to have a set of sanity check macros they can call to verify user data. Add additional sanity checks. 13 years ago
Dean Camera 6e29655b54 Update SVN line endings property on newer source files to native. 13 years ago
Dean Camera 94a1b4da06 Add optional CPPCHECK_FLAGS parameter to the CPPCHECK build module, for miscellaneous user flags. Ensure the user flags are applied after all auto-generated flags. 13 years ago
Dean Camera 49ca5c3c83 Add new ATPROGRAM build system module. Add ATPROGRAM and CPPCHECK modules to all application makefiles. 13 years ago
Dean Camera 41b4c5b645 Add new CPPCHECK build system module for static code analysis of projects. 13 years ago