summaryrefslogtreecommitdiffstats
path: root/build
blob: 8ba21dd7a98566272881f8163754af772f3e4d16 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#!/usr/bin/make -f

include ../source.mk

configure:
	oh-autoconfigure -- --enable-shared
	touch $@

build: configure
	oh-autobuild
	oh-autotest
	touch $@

install: build
	oh-autoinstall
	# Remove GNU Libtool archive files.
	rm -f dest/usr/lib/$(OPK_HOST_ARCH)/libsigsegv.la
	oh-fixperms
	oh-strip
	oh-installfiles