diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2017-01-30 14:46:36 -0500 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2017-01-30 18:54:01 -0500 |
commit | dc9339b5699ee3b0d48145a1389f93e9e09d02a6 (patch) | |
tree | ed71bd691ea6e0d05d47e2bfd891c333bf5709ab /src/xbs-abs | |
parent | 4f9203808ef9607ae27eba3cf77079bbe661fd95 (diff) |
Update and tidy the build system for autothing v3.
Diffstat (limited to 'src/xbs-abs')
l--------- | src/xbs-abs/GNUmakefile | 1 | ||||
-rw-r--r-- | src/xbs-abs/Makefile | 15 |
2 files changed, 9 insertions, 7 deletions
diff --git a/src/xbs-abs/GNUmakefile b/src/xbs-abs/GNUmakefile new file mode 120000 index 0000000..54fdd42 --- /dev/null +++ b/src/xbs-abs/GNUmakefile @@ -0,0 +1 @@ +../../GNUmakefile
\ No newline at end of file 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 $@" |