1 # name of executable to build
2 EXECUTABLE=contextReuse
3 # C++ source (with .cpp extension)
4 CPSOURCE= contextReuse.cpp
5 # C source (.c extension)
9 # Note final load with cc, not ld
11 # project-specific libraries, e.g., -lstdc++
15 # Optional lib search paths
25 # non-standard frameworks (e.g., -framework foo)
30 # project-specific includes, with leading -I
35 # Optional C flags (warnings, optimizations, etc.)
37 PROJ_CFLAGS= -F/System/Library/PrivateFrameworks
40 # Optional link flags (using cc, not ld)
42 #PROJ_LDFLAGS= -lMallocDebug -lBSafe
46 # Other files to remove at 'make clean' time
51 # Optional dependencies
55 include ../Makefile.cdsa