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
 
  26         make -C CDCMouse clean
 
  32         make -C GenericHID clean
 
  33         make -C GenericHID all
 
  35         make -C Joystick clean
 
  38         make -C Keyboard clean
 
  41         make -C KeyboardMouse clean
 
  42         make -C KeyboardMouse all
 
  44         make -C MassStorage clean
 
  45         make -C MassStorage all
 
  47         make -C MassStorageKeyboard clean
 
  48         make -C MassStorageKeyboard all
 
  56         make -C RNDISEthernet clean
 
  57         make -C RNDISEthernet all
 
  61         make -C AudioOutput $@
 
  67         make -C KeyboardMouse $@
 
  68         make -C MassStorage $@
 
  69         make -C MassStorageKeyboard $@
 
  72         make -C RNDISEthernet $@