1 # name of executable to build
2 EXECUTABLE=ccHmacCompat
3 # C++ source (with .cpp extension)
5 # C source (.c extension)
6 CSOURCE= ccHmacCompat.c
9 # Note final load with cc, not ld
11 # project-specific libraries, e.g., -lstdc++
13 #PROJ_LIBS= -lcommonCrypto -lcrypto
16 # Optional lib search paths
26 # non-standard frameworks (e.g., -framework foo)
31 # project-specific includes, with leading -I
33 PROJ_INCLUDES= -I$(LOCAL_BUILD)/include
36 # Optional C flags (warnings, optimizations, etc.)
38 PROJ_CFLAGS= -F/System/Library/PrivateFrameworks
41 # Optional link flags (using cc, not ld)
43 #PROJ_LDFLAGS= -lMallocDebug -lBSafe
45 # this is for linking against a custom libSystem...this is where it goes.
46 # You also need to do a setenv DYLD_LIBRARY_PATH /tmp/System/Debug to run.
47 PROJ_LDFLAGS= -L$(LOCAL_BUILD)
50 # Other files to remove at 'make clean' time
55 # Optional dependencies
59 include ../Makefile.cdsa