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