1 # name of executable to build
 
   3 # C source (.c extension)
 
   5 # cpp source (.cpp extension)
 
  10 # project-specific libraries, e.g., -lstdc++
 
  15 # Optional lib search paths
 
  26 # non-standard frameworks (e.g., -framework foo)
 
  28 PROJ_FRAMEWORKS= -framework CoreFoundation
 
  31 # Other files to remove at 'make clean' time
 
  36 # project-specific includes, with leading -I
 
  41 # Optional C flags (warnings, optimizations, etc.)
 
  46 # Optional link flags (using cc, not ld)
 
  51 # Optional dependencies
 
  55 include ../Makefile.common