1 # name of executable to build
3 # C++ source (with .cpp extension)
5 # C source (.c extension)
6 CSOURCE= MD5.c SHA1_priv.c SHA1.c
9 # Note final load with cc, not ld
11 # project-specific libraries, e.g., -lstdc++
15 # Optional lib search paths
25 # Other files to remove at 'make clean' time
30 # non-standard frameworks (e.g., -framework foo)
32 # temp for old cputime
33 PROJ_FRAMEWORKS=-framework IOKit
36 # project-specific includes, with leading -I
38 PROJ_INCLUDES=-I$(LOCAL_BUILD)/include
41 # Optional C flags (warnings, optimizations, etc.)
46 # Optional link flags (using cc, not ld)
48 #PROJ_LDFLAGS= -lMallocDebug
52 # Optional dependencies
56 include ../Makefile.cdsa