chiark / gitweb /
merge many (mostly Xen) changes into the ubuntu branch
[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 sharedir =      $(share)/$(pkgname)
9 pythondir =     $(share)/$(pkgname)/python
10 sharedir_lnfrom = $(share)/$(pkgname)
11 etcdir =        /etc
12 etcconfdir =    $(etcdir)/autopkgtest
13 etcinitddir =   $(etcdir)/init.d
14 xenscripts =    $(etcdir)/xen/scripts
15 cfg_suffix =    .dist
16
17 INSTALL =               install
18 INSTALL_DIRS =          $(INSTALL) -d
19 INSTALL_PROGRAM =       $(INSTALL) -m 0755
20 INSTALL_DATA =          $(INSTALL)
21 INSTALL_DOC =           $(INSTALL)