summaryrefslogtreecommitdiffstats
path: root/build
blob: dc79509eb49d35a5845bafe0829cb9095eba433b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/make -f

include ../source.mk

build:

install:
	oh-autoinstall -T headers_check -- INSTALL_HDR_PATH='$$(DESTDIR)/usr'
	find dest/usr/include \
		\( -name .install -o -name ..install.cmd \
		-o -name .check -o -name ..check.cmd \) \
		-a exec rm -f '{}' ';'
	oh-installfiles
	oh-fixperms