#!/usr/bin/make -f include ../source.mk nop: @: build: oh-autoconfigure -- \ --enable-utf \ --enable-unicode-properties \ $$(../jit-test.sh) oh-autobuild if [ 'x$(OPK_BUILD_ARCH)' = 'x$(OPK_HOST_ARCH)' ]; then \ oh-autobuild -T check; \ fi touch $@ install: build oh-autoinstall rm dest/usr/lib/$(OPK_HOST_ARCH)/*.la mv dest/usr/share/doc/pcre/ dest/usr/share/doc/libpcre.3/ oh-fixperms oh-strip -k oh-installfiles