3 #     Copyright (C) Dean Camera, 2009.
 
   5 #  dean [at] fourwalledcubicle [dot] com
 
   6 #      www.fourwalledcubicle.com
 
   9 # Makefile to build the LUFA library 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 # and "make doxygen" to document the project with DoxyGen (if installed).
 
  15 # It is suggested that for the master build, the --quiet switch is passed to make,
 
  16 # to remove all the commands from the output. This gives a much easier to read
 
  17 # report of the entire build process.
 
  20         @echo Executing \"make $@\" on all LUFA library elements.
 
  25         make -C Bootloaders/ $@
 
  27         @echo LUFA \"make $@\" operation complete.