1*ebfedea0SLionel SambucFLAGS="-DTERMIO -O3 -DB_ENDIAN -fomit-frame-pointer -mv8 -Wall -Iinclude" 2*ebfedea0SLionel SambucSHFLAGS="-DPIC -fpic" 3*ebfedea0SLionel Sambuc 4*ebfedea0SLionel Sambucgcc -c -Icrypto $SHFLAGS -fpic $FLAGS -o crypto.o crypto/crypto.c 5*ebfedea0SLionel Sambucld -G -z text -o libcrypto.so crypto.o 6*ebfedea0SLionel Sambuc 7*ebfedea0SLionel Sambucgcc -c -Issl $SHFLAGS $FLAGS -o ssl.o ssl/ssl.c 8*ebfedea0SLionel Sambucld -G -z text -o libssl.so ssl.o 9