2 # sample Makefile fragment for csputils projects.
7 # name of executable to build
9 # C++ source (with .cpp extension)
11 # C source (.c extension)
14 ### all of the rest is optional.
17 # Note final load with cc, not ld
19 # project-specific libraries, e.g., -lstdc++
23 # Optional lib search paths
33 # Other files to remove at 'make clean' time
38 # non-standard frameworks (e.g., -framework foo)
43 # project-specific includes, with leading -I
48 # Optional C flags (warnings, optimizations, etc.)
53 # Optional link flags (using cc, not ld)
58 # Optional dependencies
62 include ../Makefile.cdsa