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
/
cdefectivefoobar
blob
5073049bdf1d6488484df612c57a183bddd8a5b1
1
# $Id$
2
3
=variables
4
5
CC=/usr/bin/gcc
6
CX=/usr/bin/g++
7
8
=general
9
10
foobar
11
cc=$CC
12
cxx=$CX
13
link=$CX
14
ld=/usr/bin/g++
15
16
=steps
17
18
init::manifest nomanicheck
19
init::defaults
20
init::install
21
init::hints verbose-step
22
init::headers
23
inter::progs
24
inter::make
25
inter::lex
26
inter::yacc
27
auto::gcc
28
auto::glibc
29
auto::backtrace
30
auto::fink
31
auto::macports
32
auto::msvc
33
auto::attributes
34
auto::warnings
35
init::optimize
36
inter::shlibs
37
inter::libparrot
38
inter::charset
39
inter::encoding
40
inter::types
41
auto::ops
42
auto::pmc
43
auto::alignptrs
44
auto::headers
45
auto::sizes
46
auto::byteorder
47
auto::va_ptr
48
auto::format
49
auto::isreg
50
auto::arch
51
auto::jit
52
auto::cpu
53
auto::funcptr
54
auto::inline
55
auto::gc
56
auto::memalign
57
auto::signal
58
auto::socklen_t
59
auto::env
60
auto::gmp
61
auto::readline
62
auto::gdbm
63
auto::pcre
64
auto::opengl
65
auto::crypto
66
auto::gettext
67
auto::snprintf
68
# auto::perldoc
69
auto::ctags
70
auto::revision
71
auto::icu
72
gen::config_h
73
gen::core_pmcs
74
gen::crypto
75
gen::opengl
76
gen::call_list
77
gen::languages
78
gen::makefiles
79
gen::platform
80
gen::config_pm
81
82
=cut
83
84