1 # name of executable to build
3 # C++ source (with .cpp extension)
4 CPSOURCE= cgConstruct.cpp
5 # C source (.c extension)
9 # Note final load with cc, not ld
11 # project-specific libraries, e.g., -lstdc++
13 #PROJ_LIBS= -lMallocDebug
16 # Optional lib search paths
26 # Other files to remove at 'make clean' time
31 # non-standard frameworks (e.g., -framework foo)
33 PROJ_FRAMEWORKS= -framework CoreFoundation
36 # project-specific includes, with leading -I
41 # Optional C flags (warnings, optimizations, etc.)
46 # Optional link flags (using cc, not ld)
51 # Optional dependencies
55 include ../Makefile.cdsa