3 # Copyright (C) Dean Camera, 2009.
5 # dean [at] fourwalledcubicle [dot] com
6 # www.fourwalledcubicle.com
9 # Makefile to build the LUFA library, projects and demos.
11 # Call with "make all" to rebuild everything, "make clean" to clean everything,
12 # "make clean_list" to remove all intermediatary files but preserve any binaries,
13 # "make doxygen" to document everything with DoxyGen (if installed) and
14 # "make clean_doxygen" to remove generated Doxygen documentation from everything.
16 # It is suggested that for the master build, the --quiet switch is passed to make,
17 # to remove all the commands from the output. This gives a much easier to read
18 # report of the entire build process.
23 @echo Executing \"make $@\" on all LUFA library elements.
28 make -C Bootloaders/ $@
30 @echo LUFA \"make $@\" operation complete.