blob: 26ee2eeb2b613f4aeb34e61aad71f096e0f1fcd1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
include $(dir $(lastword $(MAKEFILE_LIST)))/../../config.mk
include $(topsrcdir)/automake.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)/automake.tail.mk
|