blob: b40c15b8eee572b5e36fed7295520a2dcf15fe81 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
include $(dir $(lastword $(MAKEFILE_LIST)))/../../config.mk
include $(topsrcdir)/build-aux/Makefile.head.mk
libretools-bins = librefetch librefetch-install
libretools-confs += librefetch-makepkg.conf
libretools-libexecs += $(filter librefetchdir/%,$(detect-exec))
libretools-libs += $(filter-out $(libretools-libexecs),$(filter librefetchdir/%,$(detect-all)))
pots = $(libretools-bins)
$(outdir)/librefetch-install: $(var)pkgconfdir
$(outdir)/librefetch-makepkg.conf: $(var)bindir
include $(topsrcdir)/build-aux/Makefile.tail.mk
|