projects
/
mes.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
build: Support $DESTDIR.
[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 CC
14
export CC
15
endif
16
17
ifdef CC32
18
export CC32
19
endif
20
21
ifdef BLOOD_ELF
22
export BLOOD_ELF
23
endif
24
25
ifdef M1
26
export M1
27
endif
28
29
ifdef HEX2
30
export HEX2
31
endif
32
33
ifdef GUILE
34
export GUILE
35
endif
36
37
ifdef GUILE_TOOLS
38
export GUILE_TOOLS
39
endif
40
41
ifdef TCC
42
export TCC
43
endif
44
45
ifdef GUILE_LOAD_PATH
46
export GUILE_LOAD_PATH
47
endif
48
49
ifdef GUILE_LOAD_COMPILED_PATH
50
export GUILE_LOAD_COMPILED_PATH
51
endif
52
53
ifdef CFLAGS
54
export CFLAGS
55
endif
56
57
ifdef C32FLAGS
58
export C32FLAGS
59
endif
60
61
ifdef HEX2FLAGS
62
export HEX2FLAGS
63
endif
64
65
ifdef M1FLAGS
66
export M1FLAGS
67
endif
68
69
ifdef MESCCFLAGS
70
export MESCCFLAGS
71
endif
72
73
ifdef MES_SEED
74
export MES_SEED
75
endif
76
77
ifdef MESCC_TOOLS_SEED
78
export MESCC_TOOLS_SEED
79
endif
80
81
ifdef TINYCC_SEED
82
export TINYCC_SEED
83
endif