#!/usr/bin/make -f include ../source.mk nop: build: (cd src && cmake -D BUILD_LUA:BOOL=OFF -D BUILD_EXAMPLES:BOOL=OFF \ -D CMAKE_INSTALL_PREFIX:PATH=/usr .) oh-autobuild touch $@ install: build oh-autoinstall rm -f dest/usr/lib/libubox.so mkdir -p dest/usr/lib/$(OPK_HOST_ARCH) mv dest/usr/lib/libubox.a dest/usr/lib/$(OPK_HOST_ARCH)/libubox.a oh-fixperms oh-strip oh-installfiles