1 # name of executable to build
3 # C source (.c extension)
8 # project-specific libraries, e.g., -lstdc++
13 # Optional lib search paths
24 # non-standard frameworks (e.g., -framework foo)
26 PROJ_FRAMEWORKS= -framework CoreFoundation
29 # Other files to remove at 'make clean' time
34 # project-specific includes, with leading -I
39 # Optional C flags (warnings, optimizations, etc.)
44 # Optional link flags (using cc, not ld)
49 # Optional dependencies
53 include ../Makefile.common