-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathinstalldirs.mk
28 lines (24 loc) · 1.04 KB
/
installdirs.mk
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# "installdirs.mk
# $Id: installdirs.mk,v 1.3 2009/02/23 09:11:10 fang Exp $
# install paths that depend on variables defined in installcheck.mk
# Rationale for this file:
# * Minimize definition clutter in Make.stddef
# * Define common install subdirectories globally with minimal
# configure-dependency, these are configure-independent relative dirs
# Prerequisite:
#include $(top_builddir)/installcheck.mk
# or equivalent definitions, which define configure-dependent dirs
# this path should be consistent with scripts/init_hackt.[c]sh
# also keep consistent with hackt-config.in
scmdir = $(pkgdatadir)/scm
# more install directories
# NOTE: these variables may already be defined by autoconf-2.60+
# where various documents (pdf, ps) should be installed
# Keep these consistent with src/scripts/init_hackt.{csh,sh}[.in}
docdir = $(pkgdatadir)/doc
# infodir = $(datadir)/info
htmldir = $(docdir)/html
pdfdir = $(docdir)/pdf
psdir = $(docdir)/ps
# using arch-specific directories because they reference exec_prefix paths
examplesdir = $(docdir)/examples/$(host)