|
|
|
|
|
|
|
|
SHELL:=/bin/bash |
|
|
SHELL:=/bin/bash |
|
|
|
|
|
|
|
|
v8pp: |
|
|
v8pp: |
|
|
|
|
|
env |
|
|
git clone https://github.com/rayburgemeestre/v8pp |
|
|
git clone https://github.com/rayburgemeestre/v8pp |
|
|
bash ../ubuntu1804.sh make build |
|
|
bash ../ubuntu1804.sh make build |
|
|
bash ../ubuntu1804.sh make archive # outside container not enough permissions |
|
|
bash ../ubuntu1804.sh make archive # outside container not enough permissions |
|
|
|
|
|
|
|
|
archive: |
|
|
archive: |
|
|
rm -rf v8.a |
|
|
rm -rf v8.a |
|
|
ar rvs v8.a $$(cat v8-include.txt |xargs -n 1 -I{} find {} -name '*.o') |
|
|
ar rvs v8.a $$(cat v8-include.txt |xargs -n 1 -I{} find {} -name '*.o') |
|
|
|
|
|
echo all included object files listed below |
|
|
|
|
|
cat v8-include.txt |xargs -n 1 -I{} find {} -name '*.o' |
|
|
|
|
|
echo all .so files listed below |
|
|
|
|
|
find ./ -name '*.so' |
|
|
|
|
|
|
|
|
package: |
|
|
package: |
|
|
rm -rf out |
|
|
rm -rf out |