summaryrefslogtreecommitdiff
path: root/src/xbs-abs/Makefile
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2017-01-30 14:46:36 -0500
committerLuke Shumaker <lukeshu@sbcglobal.net>2017-01-30 18:54:01 -0500
commitdc9339b5699ee3b0d48145a1389f93e9e09d02a6 (patch)
treeed71bd691ea6e0d05d47e2bfd891c333bf5709ab /src/xbs-abs/Makefile
parent4f9203808ef9607ae27eba3cf77079bbe661fd95 (diff)
Update and tidy the build system for autothing v3.
Diffstat (limited to 'src/xbs-abs/Makefile')
-rw-r--r--src/xbs-abs/Makefile15
1 files changed, 8 insertions, 7 deletions
diff --git a/src/xbs-abs/Makefile b/src/xbs-abs/Makefile
index 65be914..2d3d297 100644
--- a/src/xbs-abs/Makefile
+++ b/src/xbs-abs/Makefile
@@ -1,15 +1,16 @@
include $(dir $(lastword $(MAKEFILE_LIST)))/../../config.mk
include $(topsrcdir)/build-aux/Makefile.head.mk
+
pkgconfdir = $(sysconfdir)/xbs
pkglibexecdir = $(libexecdir)/xbs
-_helpers = archrelease commitpkg
-libretools-bins =
-libretools-libexecs = helper-abs
-pots += $(_helpers)
-devtools-files += $(addsuffix .in,$(_helpers))
-std.out_files += $(_helpers)
-std.sys_files += $(addprefix $(pkglibexecdir)/helper-abs.d/,$(_helpers))
+_helpers = archrelease commitpkg
+libretools.out.bins =
+libretools.out.libexecs = helper-abs
+libretools.pots += $(_helpers)
+libretools.src.devtools += $(addsuffix .in,$(_helpers))
+files.out.all += $(_helpers)
+files.sys.all += $(addprefix $(pkglibexecdir)/helper-abs.d/,$(_helpers))
$(outdir)/commitpkg: $(srcdir)/commitpkg.in
@echo "OUT $@"