#!/usr/bin/make -f

include ../source.mk

build:
	oh-autoconfigure -- \
		--enable-threads --disable-java
	oh-autobuild
	touch $@

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