repo.or.cz
/
parrot.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
fix codetest failure - ASSERT_ARGS does not have a ; after and
[parrot.git]
/
t
/
configure
/
testlib
/
bdefectivefoobar
blob
e7080d45fbcf6f6e7474b08d7b35ca423bdff827
1
# $Id$
2
3
=variables
4
5
CC=/usr/bin/gcc
6
CX=/usr/bin/g++
7
8
=general
9
10
cc=$XYZ
11
cxx=$CX
12
link=$CX
13
ld=/usr/bin/g++
14
15
=steps
16
17
init::manifest nomanicheck
18
init::defaults
19
init::install
20
init::hints verbose-step
21
init::headers
22
inter::progs
23
inter::make
24
inter::lex
25
inter::yacc
26
auto::gcc
27
auto::glibc
28
auto::backtrace
29
auto::fink
30
auto::macports
31
auto::msvc
32
auto::attributes
33
auto::warnings
34
init::optimize
35
inter::shlibs
36
inter::libparrot
37
inter::charset
38
inter::encoding
39
inter::types
40
auto::ops
41
auto::pmc
42
auto::alignptrs
43
auto::headers
44
auto::sizes
45
auto::byteorder
46
auto::va_ptr
47
auto::format
48
auto::isreg
49
auto::arch
50
auto::jit
51
auto::cpu
52
auto::funcptr
53
auto::inline
54
auto::gc
55
auto::memalign
56
auto::signal
57
auto::socklen_t
58
auto::env
59
auto::gmp
60
auto::readline
61
auto::gdbm
62
auto::pcre
63
auto::opengl
64
auto::crypto
65
auto::gettext
66
auto::snprintf
67
# auto::perldoc
68
auto::ctags
69
auto::revision
70
auto::icu
71
gen::config_h
72
gen::core_pmcs
73
gen::crypto
74
gen::opengl
75
gen::call_list
76
gen::languages
77
gen::makefiles
78
gen::platform
79
gen::config_pm
80
81
=cut
82
83