1 # name of executable to build
 
   3 # C source (.c extension)
 
   6 # project-specific libraries, e.g., -lstdc++
 
  11 # Optional lib search paths
 
  22 # non-standard frameworks (e.g., -framework foo)
 
  27 # Other files to remove at 'make clean' time
 
  32 # project-specific includes, with leading -I
 
  37 # Optional C flags (warnings, optimizations, etc.)
 
  42 # Optional link flags (using cc, not ld)
 
  47 # Optional dependencies
 
  51 include ../Makefile.common