summaryrefslogtreecommitdiff
path: root/src/librefetch/Makefile
blob: f11f0ed27faea96069bb16158a602dcb5daee134 (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.out.bins     = librefetch librefetch-install
libretools.out.confs    = $(libretools.src.conf) librefetch-makepkg.conf
libretools.out.libexecs =                                         $(filter librefetchdir/%,$(libretools.src.exec))
libretools.out.libs     = $(filter-out $(libretools.out.libexecs),$(filter librefetchdir/%,$(libretools.src.git)))
libretools.pots         = $(libretools.out.bins)

$(outdir)/librefetch-install: $(var.)pkgconfdir
$(outdir)/librefetch-makepkg.conf: $(var.)bindir

include $(topsrcdir)/build-aux/Makefile.tail.mk