aboutsummaryrefslogtreecommitdiff
path: root/LUFA/Build/lufa.build.in
AgeCommit message (Collapse)Author
2012-07-14Rename build system module makefiles from "lufa.MODULE.in" to ↵Dean
"lufa_MODULE.mk" to prevent makefile from assuming the include is an old style build rule, slowing down the build process. Prevent the BUILD module from shell-executing multiple processes to determine the avr-size flags to speed up the build, unless the size rule is invoked. Add warnings and set warnings as errors to the SingleUSBModeTest build test makefile. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2400 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-07-10Add check and error to the BUILD module if OBJDIR option is set but object ↵Dean
filenames are not unique. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2392 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-07-09Fix broken builds when OBJDIR is specified in the BUILD build system module.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2390 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-07-08Update BUILD build system module with OBJECT_FILES variable, for additional ↵Dean
user-specified object files. Update HID build module with a small shim application to reprogram the EEPROM of a target. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2387 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-06-26Add "mostlyclean" makefile target to the BUILD build system module.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2373 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-06-24Make sure dependency files are generated for assembly files too in the BUILD ↵Dean
build system module. Minor code cleanups. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2371 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-06-24Fix hard-coded cross-arch utility name in the BUILD build system module.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2370 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-06-23Clean up BUILD build system module, expose "check-source" target for use in ↵Dean
user applications. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2367 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-06-23Move out BUILD build system module start and end messages to the respective ↵Dean
targets, as they are only used once. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2366 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-06-23Add ability to archive build object files into a .a library file to the ↵Dean
BUILD build system module. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2365 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-06-21Minor build system improvements - force default shell.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2358 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-06-19Enable GCC's -pipe option by default, to build projects using intermediary ↵Dean
logical OS pipes rather than temporary files on disk. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2357 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-06-17Minor build system improvements - move out AVRDUDE base flags into a ↵Dean
makefile variable, clean up BUILD module. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2351 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-06-11Add ability to generate SYM files in the BUILD module. Clean up build system ↵Dean
output to be slightly more human readable. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2339 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-06-10Add OBJDIR optional build variable to the BULD build system module, to allow ↵Dean
the user project to relocate the output object and dependency files to a different directory. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2335 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-06-10Add a list of module provided make variables and macros to the build system ↵Dean
modules. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2330 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-06-10Add compile time warnings for experimental architectures, for those that ↵Dean
don't read the manual. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2325 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-06-10Minor build system sanity check fixes.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2324 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-06-10Change the build system build module makefiles to have a set of sanity check ↵Dean
macros they can call to verify user data. Add additional sanity checks. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2323 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-06-07Update SVN line endings property on newer source files to native.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2317 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-06-06Fix BUILD module so that user flags are applied after all auto-generated ↵Dean
flags, ensure dependency files are generated with a .d extension rather than a .o.d extension, allow use of full part names ("at32uc3a0256") instead of GCC truncted part names ("uc3a0256"). git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2314 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-06-04Add new ATPROGRAM build system module. Add ATPROGRAM and CPPCHECK modules to ↵Dean
all application makefiles. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2306 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-06-04Add symbol-sizes target to the BUILD build system module to print a ↵Dean
size-sorted list of symbols from a compiled application, in decimal bytes. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2304 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-06-03Don't show a list of object/dependency files in the human friendly output of ↵Dean
the BUILD module clean command. Use a unique message prefix for assembling vs. compiling. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2302 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-06-03Add explicit blank checks in the build system for user-set but blank ↵Dean
variables that must not be blank. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2295 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-06-03Add .PHONY targets in all build system modules. Alter BUILD module so that ↵Dean
the existence of source files are checked before the build is started. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2294 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-06-03Add $(MAKEFILE_LIST) as a dependency on build rules that could be altered by ↵Dean
changes to the makefiles - if the user alters the project makefile, require that all modules are rebuilt. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2293 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-06-02Fix AVRDUDE and BUILD build system module comments.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2290 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-06-02Clean up CORE build system module, use simple rather than recursive make ↵Dean
variables for internal constants and $(shell) derived values. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2289 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-06-02Clean up BUILD build system module - seperate architecture utility prefix ↵Dean
code and sanity check from the CC_FLAGS construction code. Add target to print GCC version. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2286 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-06-02Add dependency file tracking to the BUILD build system module.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2285 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-06-02Fix UC3 support in the BUILD build system module. Fix bug in the EVK1101 ↵Dean
board buttons driver. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2284 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-06-02Remove any variables in the optional build variable list that are marked as ↵Dean
mandatory by one or more included build system modules in the CORE build system module. Alter DOXYGEN build system module to by default override the Doxygen configuration file stylesheet and replace it with the LUFA Doxygen stylesheet. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2280 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-06-02Ensure build tests use the system provided $(MAKE) variable to determine the ↵Dean
command to invoke make, rather than a hard-coded name. Strip off excess whitespace from the list of object files when printing them out to the shell in the build system BUILD module. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2278 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-06-02Ensure the BULD build system module produces a LSS listing file output when ↵Dean
the "all" target is invoked. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2277 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-06-02Strip trailing slash from the user-supplied LUFA_PATH directory, to prevent ↵Dean
double slashes from appearing in the commands/output. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2276 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-06-02Add EEPROM programming target to the AVRDUDE build system module. Correct ↵Dean
message output test for the BUILD build system module. Clean up DOXYGEN build system module logic. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2275 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-06-02Clean up ordering of build system module sanity checks.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2274 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-06-02Simplify build system mandatory parameter/variable sanity checks.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2273 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-06-02Don't print out full object file paths in the build system when cleaning ↵Dean
object files. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2272 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-06-02Add build system targets for lists of mandatory and optional ↵Dean
parameters/variables. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2271 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-06-02Add C_FLAGS, CPP_FLAGS and ASM_FLAGS variables to the build system BUILD ↵Dean
module to allow for language-specific compiler/assembler flags. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2270 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-06-02Oops - fix accidental negation in the BUILD module architecture detection ↵Dean
code. Add error if an unsupported architecture is requested. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2269 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-06-02Disable linker relaxations for the UC3 architecture, as this does not appear ↵Dean
to be supported in the linker. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2268 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-06-02Replace architecture specific makefiles in the BuildTests with the new ↵Dean
common build system makefiles. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2267 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-06-01Make BUILD build system module not destroy C++ source files, and support ↵Dean
multiple architectures. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2266 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-06-01Switch over Demos, Bootloaders and Projects to the new and improved build ↵Dean
system. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2264 d5102386-fcda-11dd-9fdb-3debd5008f28