Files
tubestation/servo/support/android/openssl.makefile
Simon Sapin e2b7aeef56 servo: Merge #8518 - Silence the "Nothing to be done for 'all'." message (from servo:shhhhh-make); r=larsbergstrom
r? @larsbergstrom

Source-Repo: https://github.com/servo/servo
Source-Revision: 8c3d2235287767180180290622f9f259e821330c
2015-11-14 01:22:04 +05:00

15 lines
399 B
Makefile

.PHONY: all
all: openssl
@: # No-op to silence the "make: Nothing to be done for 'all'." message.
# From http://wiki.openssl.org/index.php/Android
.PHONY: openssl
openssl: openssl-1.0.1k/libssl.so
openssl-1.0.1k/libssl.so: openssl-1.0.1k/Configure
./openssl.sh ${ANDROID_NDK}
openssl-1.0.1k/Configure:
wget https://www.openssl.org/source/openssl-1.0.1k.tar.gz
tar -zxf openssl-1.0.1k.tar.gz