1 # name of executable to build
3 # C++ source (with .cpp extension)
5 # C source (.c extension)
8 ### all of the rest is optional.
11 # Note final load with cc, not ld
13 # project-specific libraries, e.g., -lstdc++
17 # Optional lib search paths
27 # Other files to remove at 'make clean' time
32 # non-standard frameworks (e.g., -framework foo)
37 # project-specific includes, with leading -I
42 # Optional C flags (warnings, optimizations, etc.)
47 # Optional link flags (using cc, not ld)
52 # Optional dependencies
56 include ../Makefile.cdsa