2 # sample Makefile fragment for csputils projects.
7 # name of executable to build
9 # C++ source (with .cpp extension)
10 CPSOURCE= pubKeyTool.cpp
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 # non-standard frameworks (e.g., -framework foo)
38 # project-specific includes, with leading -I
43 # Optional C flags (warnings, optimizations, etc.)
48 # Optional link flags (using cc, not ld)
53 # Optional dependencies
57 include ../Makefile.cdsa