1 # name of executable to build
2 EXECUTABLE=certLabelTest
3 # C++ source (with .cpp extension)
4 CPSOURCE= certLabelTest.cpp
5 # C source (.c extension)
9 # Optional lib search paths
19 # Other files to remove at 'make clean' time
24 # non-standard frameworks (e.g., -framework foo)
29 # project-specific includes, with leading -I
34 # Optional C flags (warnings, optimizations, etc.)
39 # Optional link flags (using cc, not ld)
44 # Optional dependencies
48 include ../Makefile.cdsa