From dc9339b5699ee3b0d48145a1389f93e9e09d02a6 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Mon, 30 Jan 2017 14:46:36 -0500 Subject: Update and tidy the build system for autothing v3. --- src/librefetch/Makefile | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'src/librefetch/Makefile') diff --git a/src/librefetch/Makefile b/src/librefetch/Makefile index b40c15b..f11f0ed 100644 --- a/src/librefetch/Makefile +++ b/src/librefetch/Makefile @@ -1,13 +1,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) +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 +$(outdir)/librefetch-install: $(var.)pkgconfdir +$(outdir)/librefetch-makepkg.conf: $(var.)bindir include $(topsrcdir)/build-aux/Makefile.tail.mk -- cgit v1.2.3-54-g00ecf