Adjust my copyleft lines in wscripts
[jackdbus.git] / GNUmakefile
blobad588d03d34a87e28f5136dd2b3e36d311a70508
1 TOP:=$(shell pwd)
3 .PHONY: jack2dbus
4 jack2dbus:
5 rm -rf jack2
6 git clone -b $(shell git symbolic-ref --short HEAD) --recurse-submodules --shallow-submodules https://github.com/LADI/jack2
7 cd jack2 && python3 ./waf configure --prefix=$(TOP)/destdir/usr
8 cd jack2 && python3 ./waf
9 cd jack2 && python3 ./waf install
10 PKG_CONFIG_PATH=${PKG_CONFIG_PATH}:$(TOP)/destdir/usr/lib/pkgconfig python3 ./waf configure --prefix=$(TOP)/destdir/usr
11 python3 ./waf
12 python3 ./waf install