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

include ../source.mk

nop:
	@:

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