projects
/
mes.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
build: Build and install manual pages.
[mes.git]
/
build-aux
/
export.make
1
ifdef PREFIX
2
export PREFIX
3
endif
4
5
ifdef VERSION
6
export VERSION
7
endif
8
9
ifdef CC
10
export CC
11
endif
12
13
ifdef CC32
14
export CC32
15
endif
16
17
ifdef BLOOD_ELF
18
export BLOOD_ELF
19
endif
20
21
ifdef M1
22
export M1
23
endif
24
25
ifdef HEX2
26
export HEX2
27
endif
28
29
ifdef GUILE
30
export GUILE
31
endif
32
33
ifdef GUILE_TOOLS
34
export GUILE_TOOLS
35
endif
36
37
ifdef TCC
38
export TCC
39
endif
40
41
ifdef GUILE_LOAD_PATH
42
export GUILE_LOAD_PATH
43
endif
44
45
ifdef GUILE_LOAD_COMPILED_PATH
46
export GUILE_LOAD_COMPILED_PATH
47
endif
48
49
ifdef CFLAGS
50
export CFLAGS
51
endif
52
53
ifdef C32FLAGS
54
export C32FLAGS
55
endif
56
57
ifdef HEX2FLAGS
58
export HEX2FLAGS
59
endif
60
61
ifdef M1FLAGS
62
export M1FLAGS
63
endif
64
65
ifdef MESCCFLAGS
66
export MESCCFLAGS
67
endif
68
69
ifdef MES_SEED
70
export MES_SEED
71
endif
72
73
ifdef MESCC_TOOLS_SEED
74
export MESCC_TOOLS_SEED
75
endif
76
77
ifdef TINYCC_SEED
78
export TINYCC_SEED
79
endif