3 # Copyright (C) Dean Camera, 2010.
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
23 make -C DualVirtualSerial clean
24 make -C DualVirtualSerial all
26 make -C GenericHID clean
27 make -C GenericHID all
29 make -C Joystick clean
32 make -C Keyboard clean
35 make -C KeyboardMouse clean
36 make -C KeyboardMouse all
38 make -C MassStorage clean
39 make -C MassStorage all
47 make -C RNDISEthernet clean
48 make -C RNDISEthernet all
50 make -C VirtualSerial clean
51 make -C VirtualSerial all
55 make -C AudioOutput $@
56 make -C DualVirtualSerial $@
60 make -C KeyboardMouse $@
61 make -C MassStorage $@
64 make -C RNDISEthernet $@
65 make -C VirtualSerial $@