summaryrefslogtreecommitdiff
path: root/make/substitute.make
blob: 2da2f150918b37ff18ce1de15ee85f5d2628fe78 (about) (plain)
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
# make/Substitute.make

#guh
include $(stepdir)/substitute-vars.make
include $(stepdir)/substitute-rules.make

ATVARIABLES = \
  BASH\
  BUILD_VERSION\
  DATE\
  FONTFORGE\
  GUILE\
  MICRO_VERSION\
  MAJOR_VERSION\
  MINOR_VERSION\
  NCSB_DIR\
  PACKAGE\
  PATCH_LEVEL\
  PATHSEP\
  PERL\
  PYTHON\
  SHELL\
  TARGET_PYTHON \
  TOPLEVEL_VERSION\
  bindir\
  datadir\
  date\
  lilypond_datadir\
  lilypond_docdir\
  lilypond_libdir\
  local_lilypond_datadir\
  local_lilypond_libdir\
  localedir\
  outdir\
  package\
  prefix\
  program_prefix\
  program_suffix\
  sharedstatedir\
  src-dir\
  top-src-dir\