summaryrefslogtreecommitdiff
path: root/src/chroot-tools/Makefile
blob: c041cc8458dbadd6a4e18166f34de87cbc78e0df (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# These files are coming from devtools
copy_files = makechrootpkg.sh.in mkarchroot.in arch-nspawn.in
# These are programs that we will use internally, but shouldn't be in PATH
libexecs = mkarchroot arch-nspawn distcc-tool chcleanup indent
no-progs = $(libexecs)
# These are the shell libraries we will use
libs = makechrootpkg.sh $(wildcard hooks-*.sh)

pkglibexecdir = $(libexecdir)/libretools/chroot
include ../../common.mk

# makechrootpkg.sh is created from a command, not a library
makechrootpkg.sh.in: %.sh.in: $(devtoolsdir)/%.in
	cp $< $@

distcc-tool.pot: LIBREXGETTEXT_FLAGS+=--simple=errusage