blob: 4a5fb98292a6ad86dc322e3a0db63b29b3bb07d5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
#!/usr/bin/make -f
include ../source.mk
build:
oh-autoconfigure -- \
--enable-threads --disable-java \
--without-emacs
oh-autobuild
touch $@
install: build
oh-autoinstall
oh-strip
oh-installfiles
|