projects
/
mes.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
6814ed100e7958ebc45fa0b7f5b3c3f0bc59c4a6
[mes.git]
/
build-aux
/
export.make
1
export PACKAGE
2
export VERSION
3
4
export abs_top_builddir
5
export abs_top_srcdir
6
export top_builddest
7
export top_builddir
8
export config.make
9
export srcdir
10
11
export prefix
12
13
export datadir
14
export docdir
15
16
export bindir
17
export guile_site_ccache_dir
18
export guile_site_dir
19
export infodir
20
export libdir
21
export mandir
22
export moduledir
23
export sysconfdir
24
25
ifdef V
26
export V
27
endif
28
29
ifdef DESTDIR
30
export DESTDIR
31
endif
32
33
ifdef ARCH
34
export ARCH
35
endif
36
37
ifdef CC
38
export CC
39
endif
40
41
ifdef CC32
42
export CC32
43
endif
44
45
ifdef BLOOD_ELF
46
export BLOOD_ELF
47
endif
48
49
ifdef DOT
50
export DOT
51
endif
52
53
ifdef M1
54
export M1
55
endif
56
57
ifdef HEX2
58
export HEX2
59
endif
60
61
ifdef HELP2MAN
62
export HELP2MAN
63
endif
64
65
ifdef GUILE
66
export GUILE
67
endif
68
69
ifdef GUILE_TOOLS
70
export GUILE_TOOLS
71
endif
72
73
ifdef GUIX
74
export GUIX
75
endif
76
77
ifdef PERL
78
export PERL
79
endif
80
81
ifdef TCC
82
export TCC
83
endif
84
85
ifdef GUILE_LOAD_PATH
86
export GUILE_LOAD_PATH
87
endif
88
89
ifdef GUILE_LOAD_COMPILED_PATH
90
export GUILE_LOAD_COMPILED_PATH
91
endif
92
93
ifdef CFLAGS
94
export CFLAGS
95
endif
96
97
ifdef CPPFLAGS
98
export CPPFLAGS
99
endif
100
101
ifdef CC32_CFLAGS
102
export CC32_CFLAGS
103
endif
104
105
ifdef HEX2FLAGS
106
export HEX2FLAGS
107
endif
108
109
ifdef M1FLAGS
110
export M1FLAGS
111
endif
112
113
ifdef MES_CFLAGS
114
export MES_CFLAGS
115
endif
116
117
ifdef MES_SEED
118
export MES_SEED
119
endif
120
121
ifdef MESCC_TOOLS_SEED
122
export MESCC_TOOLS_SEED
123
endif
124
125
ifdef TINYCC_SEED
126
export TINYCC_SEED
127
endif