chiark / gitweb /
: ${:=} not ${:=}
[autopkgtest.git] / settings.make
1 prefix =        /usr/local
2 share =         $(prefix)/share
3 bindir =        $(prefix)/bin
4 mandir =        $(share)/man
5 man1dir =       $(mandir)/man1
6 pkgname =       autopkgtest
7 docdir =        $(share)/doc/$(pkgname)
8 examplesdir =   $(share)/doc/$(pkgname)/examples
9 sharedir =      $(share)/$(pkgname)
10 pythondir =     $(share)/$(pkgname)/python
11 sharedir_lnfrom = $(share)/$(pkgname)
12 etcdir =        /etc
13 etcconfdir =    $(etcdir)/autopkgtest
14 etcinitddir =   $(etcdir)/init.d
15 etcuservdir =   $(etcdir)/userv
16 uservsvcdir =   $(etcuservdir)/services.d
17 xenscripts =    $(etcdir)/xen/scripts
18 cfg_suffix =    .dist
19
20 INSTALL =               install
21 INSTALL_DIRS =          $(INSTALL) -d
22 INSTALL_PROGRAM =       $(INSTALL) -m 0755
23 INSTALL_DATA =          $(INSTALL) -m 0644
24 INSTALL_DOC =           $(INSTALL) -m 0644