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

include ../source.mk

nop:
	@:

configure:
	oh-autoconfigure -- \
		--enable-shared \
		--enable-threads \
		--disable-rpath
	touch $@

build: configure
	oh-autobuild -- \
		SONAME='libexpect.so.$(OPK_SOURCE_VERSION_UPSTREAM)'
	touch $@

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