1 # name of executable to build
3 # C++ source (with .cpp extension)
4 CPSOURCE= acltool.cpp aclUtils.cpp
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 # non-standard frameworks (e.g., -framework foo)
32 # project-specific includes, with leading -I
37 # Optional C flags (warnings, optimizations, etc.)
42 # Optional link flags (using cc, not ld)
47 # Optional dependencies
51 include ../Makefile.cdsa