1 EXECUTABLE=ccOpensslCompat
2 # C++ source (with .cpp extension)
3 CPSOURCE= ccOpensslCompat.cpp digestOpenssl.cpp digestCommonCrypto.cpp
4 # C source (.c extension)
7 ### all of the rest is optional.
10 # Note final load with cc, not ld
12 # project-specific libraries, e.g., -lstdc++
16 # Optional lib search paths
26 # Other files to remove at 'make clean' time
31 # non-standard frameworks (e.g., -framework foo)
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)
51 # Optional dependencies
55 include ../Makefile.cdsa