1 # name of executable to build
3 # C++ source (with .cpp extension)
5 # C source (.c extension)
9 # Note final load with cc, not ld
11 # project-specific libraries, e.g., -lstdc++
13 ifeq "-DSPHINX" "$(SPHINX)"
19 # Optional lib search paths
29 # Other files to remove at 'make clean' time
34 # non-standard frameworks (e.g., -framework foo)
39 # project-specific includes, with leading -I
44 # Optional C flags (warnings, optimizations, etc.)
49 # Optional link flags (using cc, not ld)
54 # Optional dependencies
58 include ../Makefile.cdsa