Rename build system module makefiles from "lufa.MODULE.in" to "lufa_MODULE.mk" to...
authorDean Camera <dean@fourwalledcubicle.com>
Sat, 14 Jul 2012 13:18:13 +0000 (13:18 +0000)
committerDean Camera <dean@fourwalledcubicle.com>
Sat, 14 Jul 2012 13:18:13 +0000 (13:18 +0000)
commitb7e3c86e4e5d4262a608163176d0b01c0cc54b29
tree1a3e64fe61c730c56a8c808eafc2d5398a187c28
parentd4980e58d420bd509a4bd7996aee74c4fbb01cd9
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.

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.
106 files changed:
Bootloaders/CDC/makefile
Bootloaders/DFU/makefile
Bootloaders/HID/makefile
BuildTests/BoardDriverTest/makefile
BuildTests/BoardDriverTest/makefile.test
BuildTests/BootloaderTest/makefile
BuildTests/ModuleTest/makefile
BuildTests/ModuleTest/makefile.test
BuildTests/SingleUSBModeTest/makefile
BuildTests/SingleUSBModeTest/makefile.test
BuildTests/StaticAnalysisTest/makefile
Demos/Device/ClassDriver/AudioInput/makefile
Demos/Device/ClassDriver/AudioOutput/makefile
Demos/Device/ClassDriver/DualVirtualSerial/makefile
Demos/Device/ClassDriver/GenericHID/makefile
Demos/Device/ClassDriver/Joystick/makefile
Demos/Device/ClassDriver/Keyboard/makefile
Demos/Device/ClassDriver/KeyboardMouse/makefile
Demos/Device/ClassDriver/KeyboardMouseMultiReport/makefile
Demos/Device/ClassDriver/MIDI/makefile
Demos/Device/ClassDriver/MassStorage/makefile
Demos/Device/ClassDriver/MassStorageKeyboard/makefile
Demos/Device/ClassDriver/Mouse/makefile
Demos/Device/ClassDriver/RNDISEthernet/makefile
Demos/Device/ClassDriver/VirtualSerial/makefile
Demos/Device/ClassDriver/VirtualSerialMassStorage/makefile
Demos/Device/ClassDriver/VirtualSerialMouse/makefile
Demos/Device/Incomplete/Sideshow/makefile
Demos/Device/Incomplete/TestAndMeasurement/makefile
Demos/Device/LowLevel/AudioInput/makefile
Demos/Device/LowLevel/AudioOutput/makefile
Demos/Device/LowLevel/DualVirtualSerial/makefile
Demos/Device/LowLevel/GenericHID/makefile
Demos/Device/LowLevel/Joystick/makefile
Demos/Device/LowLevel/Keyboard/makefile
Demos/Device/LowLevel/KeyboardMouse/makefile
Demos/Device/LowLevel/MIDI/makefile
Demos/Device/LowLevel/MassStorage/makefile
Demos/Device/LowLevel/Mouse/makefile
Demos/Device/LowLevel/RNDISEthernet/makefile
Demos/Device/LowLevel/VirtualSerial/makefile
Demos/DualRole/ClassDriver/MouseHostDevice/makefile
Demos/Host/ClassDriver/AndroidAccessoryHost/makefile
Demos/Host/ClassDriver/AudioInputHost/makefile
Demos/Host/ClassDriver/AudioOutputHost/makefile
Demos/Host/ClassDriver/JoystickHostWithParser/makefile
Demos/Host/ClassDriver/KeyboardHost/makefile
Demos/Host/ClassDriver/KeyboardHostWithParser/makefile
Demos/Host/ClassDriver/MIDIHost/makefile
Demos/Host/ClassDriver/MassStorageHost/makefile
Demos/Host/ClassDriver/MouseHost/makefile
Demos/Host/ClassDriver/MouseHostWithParser/makefile
Demos/Host/ClassDriver/PrinterHost/makefile
Demos/Host/ClassDriver/RNDISEthernetHost/makefile
Demos/Host/ClassDriver/StillImageHost/makefile
Demos/Host/ClassDriver/VirtualSerialHost/makefile
Demos/Host/LowLevel/AndroidAccessoryHost/makefile
Demos/Host/LowLevel/AudioInputHost/makefile
Demos/Host/LowLevel/AudioOutputHost/makefile
Demos/Host/LowLevel/GenericHIDHost/makefile
Demos/Host/LowLevel/JoystickHostWithParser/makefile
Demos/Host/LowLevel/KeyboardHost/makefile
Demos/Host/LowLevel/KeyboardHostWithParser/makefile
Demos/Host/LowLevel/MIDIHost/makefile
Demos/Host/LowLevel/MassStorageHost/makefile
Demos/Host/LowLevel/MouseHost/makefile
Demos/Host/LowLevel/MouseHostWithParser/makefile
Demos/Host/LowLevel/PrinterHost/makefile
Demos/Host/LowLevel/RNDISEthernetHost/makefile
Demos/Host/LowLevel/StillImageHost/makefile
Demos/Host/LowLevel/VirtualSerialHost/makefile
LUFA.pnproj
LUFA/Build/HID_EEPROM_Loader/makefile
LUFA/Build/lufa.atprogram.in [deleted file]
LUFA/Build/lufa.avrdude.in [deleted file]
LUFA/Build/lufa.build.in [deleted file]
LUFA/Build/lufa.core.in [deleted file]
LUFA/Build/lufa.cppcheck.in [deleted file]
LUFA/Build/lufa.dfu.in [deleted file]
LUFA/Build/lufa.doxygen.in [deleted file]
LUFA/Build/lufa.hid.in [deleted file]
LUFA/Build/lufa.sources.in [deleted file]
LUFA/Build/lufa_atprogram.mk [new file with mode: 0644]
LUFA/Build/lufa_avrdude.mk [new file with mode: 0644]
LUFA/Build/lufa_build.mk [new file with mode: 0644]
LUFA/Build/lufa_core.mk [new file with mode: 0644]
LUFA/Build/lufa_cppcheck.mk [new file with mode: 0644]
LUFA/Build/lufa_dfu.mk [new file with mode: 0644]
LUFA/Build/lufa_doxygen.mk [new file with mode: 0644]
LUFA/Build/lufa_hid.mk [new file with mode: 0644]
LUFA/Build/lufa_sources.mk [new file with mode: 0644]
LUFA/DoxygenPages/BuildSystem.txt
Projects/AVRISP-MKII/makefile
Projects/Benito/makefile
Projects/HIDReportViewer/makefile
Projects/LEDNotifier/makefile
Projects/MIDIToneGenerator/makefile
Projects/Magstripe/makefile
Projects/MediaController/makefile
Projects/MissileLauncher/makefile
Projects/RelayBoard/makefile
Projects/SerialToLCD/makefile
Projects/TempDataLogger/makefile
Projects/USBtoSerial/makefile
Projects/Webserver/makefile
Projects/XPLAINBridge/makefile