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

nop:
	@:

build:
	oh-autoconfigure
	oh-autobuild
	touch $@

install: build
	oh-autoinstall
	set -e; for f in AUTHORS COPYING NEWS ONEWS README.md; do \
		rm -fv "dest/usr/share/doc/flex/$${f}"; \
	done
	oh-fixperms
	oh-strip
	oh-installfiles
	oh-shlibdeps