#!/usr/bin/make -f

nop:
	@:

build:
	oh-autoconfigure -- \
		--disable-python
	oh-autobuild
	touch $@

install: build
	oh-autoinstall
	oh-fixperms
	oh-strip -k
	oh-installfiles