]>
git.saurik.com Git - apple/security.git/blob - SecurityTests/cspxutils/ccmake
3 # make all CommonCrypto tests (from scratch).
8 set TARGETS
= (ccSymCompat \
24 set LOCAL_CC
="-lcommonCrypto -L$LOCAL_BUILD_DIR"
28 echo "Usage: ccmake [clean] [local]"
35 foreach targ
($TARGETS)
36 if($DO_CLEAN == YES
) then
37 echo ====== Cleaning
$targ ======
41 echo ====== Building
$targ ======
43 make PROJ_LDFLAGS
="$LOCAL_CC" || exit(1)