X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/ce260ae786326b9f1e476fa3e580ecf9176889c2..e39f3378a21ae5076e8c49bc728c20e436e3a69f:/makefile?ds=inline diff --git a/makefile b/makefile index 421c07748..fd7e5c0e8 100644 --- a/makefile +++ b/makefile @@ -1,26 +1,25 @@ -# -# LUFA Library -# Copyright (C) Dean Camera, 2010. -# -# dean [at] fourwalledcubicle [dot] com -# www.fourwalledcubicle.com -# - -# Makefile to build the LUFA library, projects and demos. - -# Call with "make all" to rebuild everything, "make clean" to clean everything, -# "make clean_list" to remove all intermediatary files but preserve any binaries, -# "make doxygen" to document everything with DoxyGen (if installed) and -# "make clean_doxygen" to remove generated Doxygen documentation from everything. - -all: - -%: - @echo Executing \"make $@\" on all LUFA library elements. - @echo - make -C LUFA/ $@ -s - make -C Demos/ $@ -s - make -C Projects/ $@ -s - make -C Bootloaders/ $@ -s - @echo - @echo LUFA \"make $@\" operation complete. +# +# LUFA Library +# Copyright (C) Dean Camera, 2011. +# +# dean [at] fourwalledcubicle [dot] com +# www.lufa-lib.org +# + +# Makefile to build the LUFA library, projects and demos. + +# Call with "make all" to rebuild everything, "make clean" to clean everything, +# "make clean_list" to remove all intermediatary files but preserve any binaries, +# "make doxygen" to document everything with Doxygen (if installed) and +# "make clean_doxygen" to remove generated Doxygen documentation from everything. + +all: +%: + @echo Executing \"make $@\" on all LUFA library elements. + @echo + $(MAKE) -C LUFA $@ -s + $(MAKE) -C Demos $@ -s + $(MAKE) -C Projects $@ -s + $(MAKE) -C Bootloaders $@ -s + @echo + @echo LUFA \"make $@\" operation complete.