From fb1a64c4cfc1417609a465f739af7bc5ef827bb6 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Thu, 3 Mar 2016 19:41:29 -0500 Subject: buildsystem: rename all of the install-* variables to libretools-* --- common.each.tail.mk | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) (limited to 'common.each.tail.mk') diff --git a/common.each.tail.mk b/common.each.tail.mk index c149555..58dfa8e 100644 --- a/common.each.tail.mk +++ b/common.each.tail.mk @@ -13,25 +13,25 @@ # You should have received a copy of the GNU Affero General Public License # along with this program. If not, see . -am_src_files += $(install-srcs) +am_src_files += $(libretools-srcs) am_gen_files += .srcfiles.mk $(devtools-files) -am_out_files += $(filter-out $(am_src_files) $(am_gen_files),$(install-files)) \ +am_out_files += $(filter-out $(am_src_files) $(am_gen_files),$(libretools-files)) \ $(if $(pots),everything.pot) -am_sys_files += $(addprefix $(bindir)/,$(install-bins)) \ - $(addprefix $(pkgconfdir)/,$(install-confs)) \ - $(addprefix $(pkglibexecdir)/,$(install-libexecs) $(install-libs)) \ - $(addprefix $(pkgdocdir)/,$(install-docs)) \ - $(addprefix $(mandir)/man1/,$(filter %.1,$(install-mans))) \ - $(addprefix $(mandir)/man2/,$(filter %.2,$(install-mans))) \ - $(addprefix $(mandir)/man3/,$(filter %.3,$(install-mans))) \ - $(addprefix $(mandir)/man4/,$(filter %.4,$(install-mans))) \ - $(addprefix $(mandir)/man5/,$(filter %.5,$(install-mans))) \ - $(addprefix $(mandir)/man6/,$(filter %.6,$(install-mans))) \ - $(addprefix $(mandir)/man7/,$(filter %.7,$(install-mans))) \ - $(addprefix $(mandir)/man8/,$(filter %.8,$(install-mans))) +am_sys_files += $(addprefix $(bindir)/,$(libretools-bins)) \ + $(addprefix $(pkgconfdir)/,$(libretools-confs)) \ + $(addprefix $(pkglibexecdir)/,$(libretools-libexecs) $(libretools-libs)) \ + $(addprefix $(pkgdocdir)/,$(libretools-docs)) \ + $(addprefix $(mandir)/man1/,$(filter %.1,$(libretools-mans))) \ + $(addprefix $(mandir)/man2/,$(filter %.2,$(libretools-mans))) \ + $(addprefix $(mandir)/man3/,$(filter %.3,$(libretools-mans))) \ + $(addprefix $(mandir)/man4/,$(filter %.4,$(libretools-mans))) \ + $(addprefix $(mandir)/man5/,$(filter %.5,$(libretools-mans))) \ + $(addprefix $(mandir)/man6/,$(filter %.6,$(libretools-mans))) \ + $(addprefix $(mandir)/man7/,$(filter %.7,$(libretools-mans))) \ + $(addprefix $(mandir)/man8/,$(filter %.8,$(libretools-mans))) am_clean_files += *.pot *.ugly .tmp* -exec_$(outdir) := $(exec_$(outdir)) $(install-bins) $(install-libexecs) +exec_$(outdir) := $(exec_$(outdir)) $(libretools-bins) $(libretools-libexecs) _is_executable = $(filter $(exec_$(@D)),$(@F)) @@ -77,7 +77,7 @@ $(DESTDIR)$(bindir)/% : $(outdir)/% ; install -T -Dm755 '$<' '$@' # Repeat the last two rules again with explicit targets because # otherwise it would try to do src/xbs->/bin/xbs instead of # src/xbs/xbs->/bin/xbs -ifneq ($(filter $(notdir $(outdir)),$(install-files)),) +ifneq ($(filter $(notdir $(outdir)),$(libretools-files)),) $(DESTDIR)$(pkglibexecdir)/$(notdir $(outdir)): $(DESTDIR)$(pkglibexecdir)/%: $(outdir)/% ; mkdir -p '$(@D)' && cp -T '$<' '$@' $(DESTDIR)$(bindir)/$(notdir $(outdir)): $(DESTDIR)$(bindir)/% : $(outdir)/% ; install -T -Dm755 '$<' '$@' endif -- cgit v1.2.2