projects
/
mes.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
build: Install ChangeLog.
[mes.git]
/
build-aux
/
export.make
1
ifdef BUILD_DEBUG
2
export BUILD_DEBUG
3
endif
4
5
ifdef DESTDIR
6
export DESTDIR
7
endif
8
9
ifdef prefix
10
export prefix
11
endif
12
13
ifdef infodir
14
export infodir
15
endif
16
17
ifdef mandir
18
export mandir
19
endif
20
21
ifdef VERSION
22
export VERSION
23
endif
24
25
ifdef ARCH
26
export ARCH
27
endif
28
29
ifdef CC
30
export CC
31
endif
32
33
ifdef CC32
34
export CC32
35
endif
36
37
ifdef BLOOD_ELF
38
export BLOOD_ELF
39
endif
40
41
ifdef M1
42
export M1
43
endif
44
45
ifdef HEX2
46
export HEX2
47
endif
48
49
ifdef GUILE
50
export GUILE
51
endif
52
53
ifdef GUILE_TOOLS
54
export GUILE_TOOLS
55
endif
56
57
ifdef PERL
58
export PERL
59
endif
60
61
ifdef TCC
62
export TCC
63
endif
64
65
ifdef GUILE_LOAD_PATH
66
export GUILE_LOAD_PATH
67
endif
68
69
ifdef GUILE_LOAD_COMPILED_PATH
70
export GUILE_LOAD_COMPILED_PATH
71
endif
72
73
ifdef CFLAGS
74
export CFLAGS
75
endif
76
77
ifdef CPPFLAGS
78
export CPPFLAGS
79
endif
80
81
ifdef CC32_CFLAGS
82
export CC32_CFLAGS
83
endif
84
85
ifdef HEX2FLAGS
86
export HEX2FLAGS
87
endif
88
89
ifdef M1FLAGS
90
export M1FLAGS
91
endif
92
93
ifdef MES_CFLAGS
94
export MES_CFLAGS
95
endif
96
97
ifdef MES_SEED
98
export MES_SEED
99
endif
100
101
ifdef MESCC_TOOLS_SEED
102
export MESCC_TOOLS_SEED
103
endif
104
105
ifdef TINYCC_SEED
106
export TINYCC_SEED
107
endif