]> git.saurik.com Git - apple/security.git/blob - SecuritySNACCRuntime/MacOSX-Install
Security-54.1.tar.gz
[apple/security.git] / SecuritySNACCRuntime / MacOSX-Install
1 :
2 export LEXLIB="-ll"
3 export CFLAGS="-DMACOS -DYYTEXT_POINTER"
4 export srcdir=`pwd`
5 echo === running configure....
6 chmod a+x configure
7 ./configure
8 rm -f c++-lib/inc/config.h
9 cp -p config.h c++-lib/inc
10 echo === running make depend for $srcdir....
11 make depend srcdir=$srcdir
12 echo === running make compiler....
13 #make all srcdir=$srcdir
14 make compiler srcdir=$srcdir