3 # Copyright (C) Dean Camera, 2009.
5 # dean [at] fourwalledcubicle [dot] com
6 # www.fourwalledcubicle.com
9 # Makefile to build all the LUFA Device Demos. Call with "make all" to
10 # rebuild all Device demos.
12 # Projects are pre-cleaned before each one is built, to ensure any
13 # custom LUFA library build options are reflected in the compiled
17 make -C AudioInput clean
18 make -C AudioInput all
20 make -C AudioOutput clean
21 make -C AudioOutput all
29 make -C GenericHID clean
30 make -C GenericHID all
32 make -C Joystick clean
35 make -C Keyboard clean
38 make -C KeyboardMouse clean
39 make -C KeyboardMouse all
41 make -C MassStorage clean
42 make -C MassStorage all
50 make -C RNDISEthernet clean
51 make -C RNDISEthernet all
53 make -C USBtoSerial clean
54 make -C USBtoSerial all
58 make -C AudioOutput $@
64 make -C KeyboardMouse $@
65 make -C MassStorage $@
68 make -C RNDISEthernet $@
69 make -C USBtoSerial $@