X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/ac61b81a0b20b86a4865d5e2802f704ad1075541..d9643cf6ece3b36fbdb950c56957162dfb0226af:/Projects/makefile diff --git a/Projects/makefile b/Projects/makefile index c4078c5e0..707188cf9 100644 --- a/Projects/makefile +++ b/Projects/makefile @@ -1,9 +1,9 @@ # # LUFA Library -# Copyright (C) Dean Camera, 2010. -# +# Copyright (C) Dean Camera, 2011. +# # dean [at] fourwalledcubicle [dot] com -# www.fourwalledcubicle.com +# www.lufa-lib.org # # Makefile to build all the LUFA Projects. Call with "make all" to @@ -20,12 +20,21 @@ all: $(MAKE) -C Benito clean $(MAKE) -C Benito all + $(MAKE) -C HIDReportViewer clean + $(MAKE) -C HIDReportViewer all + $(MAKE) -C LEDNotifier clean $(MAKE) -C LEDNotifier all $(MAKE) -C Magstripe clean $(MAKE) -C Magstripe all + $(MAKE) -C MediaController clean + $(MAKE) -C MediaController all + + $(MAKE) -C MIDIToneGenerator clean + $(MAKE) -C MIDIToneGenerator all + $(MAKE) -C MissileLauncher clean $(MAKE) -C MissileLauncher all @@ -37,7 +46,7 @@ all: $(MAKE) -C USBtoSerial clean $(MAKE) -C USBtoSerial all - + $(MAKE) -C Webserver clean $(MAKE) -C Webserver all @@ -47,11 +56,15 @@ all: %: $(MAKE) -C AVRISP-MKII $@ $(MAKE) -C Benito $@ - $(MAKE) -C LEDNotifier $@ + $(MAKE) -C HIDReportViewer $@ + $(MAKE) -C LEDNotifier $@ $(MAKE) -C Magstripe $@ + $(MAKE) -C MediaController $@ + $(MAKE) -C MIDIToneGenerator $@ $(MAKE) -C MissileLauncher $@ $(MAKE) -C RelayBoard $@ - $(MAKE) -C TemperatureDataLogger $@ + $(MAKE) -C TempDataLogger $@ $(MAKE) -C USBtoSerial $@ $(MAKE) -C Webserver $@ $(MAKE) -C XPLAINBridge $@ +