Merge branch 'stable' into 'main'
[ladish.git] / GNUmakefile
blob30d238d4f921e9c701c8367e94e6760cf6a5c035
1 TOP:=$(shell pwd)
3 .PHONY: ladish
4 ladish:
5 rm -rf jack2
6 git clone -b $(shell git symbolic-ref --short HEAD) --depth=1 https://github.com/LADI/cdbus
7 cd cdbus && python3 ./waf configure --prefix=$(TOP)/build/destdir/usr
8 cd cdbus && python3 ./waf
9 cd cdbus && python3 ./waf install
10 git clone -b $(shell git symbolic-ref --short HEAD) --depth=1 --recurse-submodules --shallow-submodules https://github.com/LADI/jack2
11 cd jack2 && PKG_CONFIG_PATH=${PKG_CONFIG_PATH}:$(TOP)/build/destdir/usr/lib/pkgconfig python3 ./waf configure --prefix=$(TOP)/build/destdir/usr
12 cd jack2 && python3 ./waf
13 cd jack2 && python3 ./waf install
14 PKG_CONFIG_PATH=${PKG_CONFIG_PATH}:$(TOP)/build/destdir/usr/lib/pkgconfig python3 ./waf configure --prefix=$(TOP)/build/destdir/usr
15 python3 ./waf
16 python3 ./waf install
18 index.html: README.adoc README-docinfo.html README-docinfo-header.html
19 asciidoc -b html5 -a data-uri -a icons --theme ladi -o index.html README.adoc