ladish/GNUmakefile

20 lines
946 B
Makefile
Raw Permalink Normal View History

2022-08-28 02:02:11 +03:00
TOP:=$(shell pwd)
.PHONY: ladish
ladish:
rm -rf jack2
git clone -b $(shell git symbolic-ref --short HEAD) --depth=1 https://github.com/LADI/cdbus
cd cdbus && python3 ./waf configure --prefix=$(TOP)/build/destdir/usr
cd cdbus && python3 ./waf
cd cdbus && python3 ./waf install
2022-08-28 02:02:11 +03:00
git clone -b $(shell git symbolic-ref --short HEAD) --depth=1 --recurse-submodules --shallow-submodules https://github.com/LADI/jack2
cd jack2 && PKG_CONFIG_PATH=${PKG_CONFIG_PATH}:$(TOP)/build/destdir/usr/lib/pkgconfig python3 ./waf configure --prefix=$(TOP)/build/destdir/usr
2022-08-28 02:02:11 +03:00
cd jack2 && python3 ./waf
cd jack2 && python3 ./waf install
PKG_CONFIG_PATH=${PKG_CONFIG_PATH}:$(TOP)/build/destdir/usr/lib/pkgconfig python3 ./waf configure --prefix=$(TOP)/build/destdir/usr
python3 ./waf
python3 ./waf install
2023-11-27 19:31:55 +02:00
index.html: README.adoc README-docinfo.html README-docinfo-header.html
asciidoc -b html5 -a data-uri -a icons --theme ladi -o index.html README.adoc