projects
/
mes.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
guix: Refactor package setup.
[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 M1
50
export M1
51
endif
52
53
ifdef HEX2
54
export HEX2
55
endif
56
57
ifdef HELP2MAN
58
export HELP2MAN
59
endif
60
61
ifdef GUILE
62
export GUILE
63
endif
64
65
ifdef GUILE_TOOLS
66
export GUILE_TOOLS
67
endif
68
69
ifdef GUIX
70
export GUIX
71
endif
72
73
ifdef PERL
74
export PERL
75
endif
76
77
ifdef TCC
78
export TCC
79
endif
80
81
ifdef GUILE_LOAD_PATH
82
export GUILE_LOAD_PATH
83
endif
84
85
ifdef GUILE_LOAD_COMPILED_PATH
86
export GUILE_LOAD_COMPILED_PATH
87
endif
88
89
ifdef CFLAGS
90
export CFLAGS
91
endif
92
93
ifdef CPPFLAGS
94
export CPPFLAGS
95
endif
96
97
ifdef CC32_CFLAGS
98
export CC32_CFLAGS
99
endif
100
101
ifdef HEX2FLAGS
102
export HEX2FLAGS
103
endif
104
105
ifdef M1FLAGS
106
export M1FLAGS
107
endif
108
109
ifdef MES_CFLAGS
110
export MES_CFLAGS
111
endif
112
113
ifdef MES_SEED
114
export MES_SEED
115
endif
116
117
ifdef MESCC_TOOLS_SEED
118
export MESCC_TOOLS_SEED
119
endif
120
121
ifdef TINYCC_SEED
122
export TINYCC_SEED
123
endif