Merge branch 'stable' into 'main'
[ladish.git] / GNUmakefile
blob1e850af2defb4d5eb38266b257445025155429af
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