| 1 | # ex: set ro: |
|---|
| 2 | # DO NOT EDIT THIS FILE |
|---|
| 3 | # Generated by gen::config_pm from config/gen/config_pm/Config_pm.in |
|---|
| 4 | |
|---|
| 5 | # Copyright (C) 2002-2009, Parrot Foundation. |
|---|
| 6 | # $Id: Config_pm.in 37201 2009-03-08 12:07:48Z fperrad $ |
|---|
| 7 | |
|---|
| 8 | =head1 NAME |
|---|
| 9 | |
|---|
| 10 | Parrot::Config::Generated - Parrot Generated Configuration Data |
|---|
| 11 | |
|---|
| 12 | =head1 DESCRIPTION |
|---|
| 13 | |
|---|
| 14 | This file is generated by F<config/gen/config_pm.pm> from |
|---|
| 15 | F<config/gen/config_pm/Config_pm.in>. It contains the C<%PConfig> hash which |
|---|
| 16 | is used by F<lib/Parrot/Config.pm>. |
|---|
| 17 | |
|---|
| 18 | =cut |
|---|
| 19 | |
|---|
| 20 | package Parrot::Config::Generated; |
|---|
| 21 | |
|---|
| 22 | use strict; |
|---|
| 23 | use warnings; |
|---|
| 24 | use vars qw(%PConfig %PConfig_Temp); |
|---|
| 25 | |
|---|
| 26 | |
|---|
| 27 | %PConfig = ( |
|---|
| 28 | '-W' => 1, |
|---|
| 29 | '-Waggregate-return' => 1, |
|---|
| 30 | '-Wall' => 1, |
|---|
| 31 | '-Wbad-function-cast' => 1, |
|---|
| 32 | '-Wc++-compat' => 1, |
|---|
| 33 | '-Wcast-align' => 1, |
|---|
| 34 | '-Wcast-qual' => 1, |
|---|
| 35 | '-Wchar-subscripts' => 1, |
|---|
| 36 | '-Wcomment' => 1, |
|---|
| 37 | '-Wdeclaration-after-statement' => 1, |
|---|
| 38 | '-Wdisabled-optimization' => 1, |
|---|
| 39 | '-Wendif-labels' => 1, |
|---|
| 40 | '-Werror=declaration-after-statement' => 0, |
|---|
| 41 | '-Wextra' => 1, |
|---|
| 42 | '-Wformat' => 1, |
|---|
| 43 | '-Wformat-extra-args' => 1, |
|---|
| 44 | '-Wformat-nonliteral' => 1, |
|---|
| 45 | '-Wformat-security' => 1, |
|---|
| 46 | '-Wformat-y2k' => 1, |
|---|
| 47 | '-Wimplicit' => 1, |
|---|
| 48 | '-Wimplicit-function-declaration' => 1, |
|---|
| 49 | '-Wimplicit-int' => 1, |
|---|
| 50 | '-Wimport' => 1, |
|---|
| 51 | '-Winit-self' => 1, |
|---|
| 52 | '-Winline' => 1, |
|---|
| 53 | '-Winvalid-pch' => 1, |
|---|
| 54 | '-Wlogical-op' => 0, |
|---|
| 55 | '-Wmain' => 1, |
|---|
| 56 | '-Wmissing-braces' => 1, |
|---|
| 57 | '-Wmissing-declarations' => 1, |
|---|
| 58 | '-Wmissing-field-initializers' => 1, |
|---|
| 59 | '-Wmissing-include-dirs' => 1, |
|---|
| 60 | '-Wmissing-prototypes' => 1, |
|---|
| 61 | '-Wnested-externs' => 1, |
|---|
| 62 | '-Wno-missing-format-attribute' => 1, |
|---|
| 63 | '-Wno-shadow' => 1, |
|---|
| 64 | '-Wno-unused' => 1, |
|---|
| 65 | '-Wnonnull' => 1, |
|---|
| 66 | '-Wnot-a-real-warning' => 0, |
|---|
| 67 | '-Wold-style-definition' => 1, |
|---|
| 68 | '-Wpacked' => 1, |
|---|
| 69 | '-Wparentheses' => 1, |
|---|
| 70 | '-Wpointer-arith' => 1, |
|---|
| 71 | '-Wreturn-type' => 1, |
|---|
| 72 | '-Wsequence-point' => 1, |
|---|
| 73 | '-Wsign-compare' => 1, |
|---|
| 74 | '-Wstrict-aliasing' => 1, |
|---|
| 75 | '-Wstrict-aliasing=2' => 1, |
|---|
| 76 | '-Wstrict-prototypes' => 1, |
|---|
| 77 | '-Wswitch' => 1, |
|---|
| 78 | '-Wswitch-default' => 1, |
|---|
| 79 | '-Wtrigraphs' => 1, |
|---|
| 80 | '-Wundef' => 1, |
|---|
| 81 | '-Wunknown-pragmas' => 1, |
|---|
| 82 | '-Wvariadic-macros' => 1, |
|---|
| 83 | '-Wwrite-strings' => 1, |
|---|
| 84 | '-falign-functions=16' => 1, |
|---|
| 85 | '-funit-at-a-time' => 1, |
|---|
| 86 | '-fvisibility=hidden' => 1, |
|---|
| 87 | '-maccumulate-outgoing-args' => 1, |
|---|
| 88 | 'DEVEL' => '-devel', |
|---|
| 89 | 'HASATTRIBUTE_CONST' => 1, |
|---|
| 90 | 'HASATTRIBUTE_DEPRECATED' => 1, |
|---|
| 91 | 'HASATTRIBUTE_FORMAT' => 0, |
|---|
| 92 | 'HASATTRIBUTE_MALLOC' => 1, |
|---|
| 93 | 'HASATTRIBUTE_NEVER_WORKS' => 0, |
|---|
| 94 | 'HASATTRIBUTE_NONNULL' => 1, |
|---|
| 95 | 'HASATTRIBUTE_NORETURN' => 1, |
|---|
| 96 | 'HASATTRIBUTE_PURE' => 1, |
|---|
| 97 | 'HASATTRIBUTE_UNUSED' => 1, |
|---|
| 98 | 'HASATTRIBUTE_WARN_UNUSED_RESULT' => 1, |
|---|
| 99 | 'HAS_C99_SNPRINTF' => 1, |
|---|
| 100 | 'HAS_GETTEXT' => 0, |
|---|
| 101 | 'HAS_GLUT' => 0, |
|---|
| 102 | 'HAS_OPENGL' => 0, |
|---|
| 103 | 'HAS_PCRE' => 0, |
|---|
| 104 | 'HAS_READLINE' => 0, |
|---|
| 105 | 'HAS_SNPRINTF' => 1, |
|---|
| 106 | 'HAS_THREADS' => 1, |
|---|
| 107 | 'MAJOR' => '1', |
|---|
| 108 | 'MINOR' => '6', |
|---|
| 109 | 'PATCH' => '0', |
|---|
| 110 | 'PQ' => '\'', |
|---|
| 111 | 'VERSION' => '1.6.0', |
|---|
| 112 | 'a' => '.a', |
|---|
| 113 | 'ar' => 'ar', |
|---|
| 114 | 'ar_extra' => '', |
|---|
| 115 | 'ar_flags' => 'cr', |
|---|
| 116 | 'ar_out' => '', |
|---|
| 117 | 'archname' => 'x86_64-dragonfly-thread-multi', |
|---|
| 118 | 'as' => 'as', |
|---|
| 119 | 'asmfun_o' => '', |
|---|
| 120 | 'bigendian' => 0, |
|---|
| 121 | 'bindir' => '/usr/local/bin', |
|---|
| 122 | 'bison_version' => undef, |
|---|
| 123 | 'blib_dir' => 'blib/lib', |
|---|
| 124 | 'build_dir' => '/home/reezer/parrot', |
|---|
| 125 | 'byteorder' => '12345678', |
|---|
| 126 | 'cat' => '$(PERL) -MExtUtils::Command -e cat', |
|---|
| 127 | 'cc' => 'cc', |
|---|
| 128 | 'cc_build_call_frames' => '', |
|---|
| 129 | 'cc_debug' => '-g', |
|---|
| 130 | 'cc_exe_out' => '-o ', |
|---|
| 131 | 'cc_hasjit' => '', |
|---|
| 132 | 'cc_inc' => '-I./include', |
|---|
| 133 | 'cc_ldflags' => '', |
|---|
| 134 | 'cc_o_out' => '-o ', |
|---|
| 135 | 'cc_shared' => '-DPIC -fPIC', |
|---|
| 136 | 'ccflags' => '-DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H -pipe -I/usr/pkg/include -DHASATTRIBUTE_CONST -DHASATTRIBUTE_DEPRECATED -DHASATTRIBUTE_MALLOC -DHASATTRIBUTE_NONNULL -DHASATTRIBUTE_NORETURN -DHASATTRIBUTE_PURE -DHASATTRIBUTE_UNUSED -DHASATTRIBUTE_WARN_UNUSED_RESULT -falign-functions=16 -fvisibility=hidden -funit-at-a-time -maccumulate-outgoing-args -W -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wchar-subscripts -Wcomment -Wdisabled-optimization -Wendif-labels -Wextra -Wformat -Wformat-extra-args -Wformat-nonliteral -Wformat-security -Wformat-y2k -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wmissing-braces -Wmissing-field-initializers -Wno-missing-format-attribute -Wmissing-include-dirs -Wpacked -Wparentheses -Wpointer-arith -Wreturn-type -Wsequence-point -Wno-shadow -Wsign-compare -Wstrict-aliasing -Wstrict-aliasing=2 -Wswitch -Wswitch-default -Wtrigraphs -Wundef -Wunknown-pragmas -Wno-unused -Wvariadic-macros -Wwrite-strings -Wbad-function-cast -Wc++-compat -Wdeclaration-after-statement -Wimplicit-function-declaration -Wimplicit-int -Wmain -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wnonnull', |
|---|
| 137 | 'ccwarn' => '', |
|---|
| 138 | 'cg_flag' => '-DHAVE_COMPUTED_GOTO', |
|---|
| 139 | 'charset' => 'ascii.c binary.c iso-8859-1.c tables.c unicode.c', |
|---|
| 140 | 'chmod' => '$(PERL) -MExtUtils::Command -e ExtUtils::Command::chmod', |
|---|
| 141 | 'clock_best' => '-DCLOCK_BEST=CLOCK_PROF', |
|---|
| 142 | 'configdate' => 'Thu Oct 15 12:01:56 2009 GMT', |
|---|
| 143 | 'configuration_steps' => 'init::manifest init::defaults init::install init::hints init::headers inter::progs inter::make inter::lex inter::yacc auto::gcc auto::glibc auto::backtrace auto::msvc auto::attributes auto::warnings init::optimize inter::shlibs inter::libparrot inter::charset inter::encoding inter::types auto::ops auto::pmc auto::alignptrs auto::headers auto::sizes auto::byteorder auto::va_ptr auto::format auto::isreg auto::arch auto::jit auto::frames auto::cpu auto::cgoto auto::inline auto::gc auto::memalign auto::signal auto::socklen_t auto::neg_0 auto::env auto::thread auto::gmp auto::readline auto::gdbm auto::pcre auto::opengl auto::crypto auto::gettext auto::snprintf auto::perldoc auto::pod2man auto::ctags auto::revision auto::icu gen::config_h gen::core_pmcs gen::crypto gen::parrot_include gen::opengl gen::call_list gen::makefiles gen::platform gen::config_pm', |
|---|
| 144 | 'configure_args' => '', |
|---|
| 145 | 'configure_tests' => 't/configure/*.t t/steps/*.t t/postconfigure/*.t', |
|---|
| 146 | 'configured_from_file' => '', |
|---|
| 147 | 'core_tests' => 't/run/*.t t/src/*.t t/perl/*.t', |
|---|
| 148 | 'cp' => '$(PERL) -MExtUtils::Command -e cp', |
|---|
| 149 | 'cpuarch' => 'amd64', |
|---|
| 150 | 'ctags' => 'exctags', |
|---|
| 151 | 'cxx' => 'c++', |
|---|
| 152 | 'datadir' => '/usr/local/share', |
|---|
| 153 | 'debugging' => 1, |
|---|
| 154 | 'developing_tests' => 't/distro/file_metadata.t t/codingstd/c_arg_assert.t t/codingstd/c_code_coda.t t/codingstd/c_cppcomments.t t/codingstd/c_function_docs.t t/codingstd/c_header_guards.t t/codingstd/c_indent.t t/codingstd/c_macro_args.t t/codingstd/c_operator.t t/codingstd/c_parens.t t/codingstd/c_returns.t t/codingstd/c_struct.t t/codingstd/c_todo.t t/codingstd/check_isxxx.t t/codingstd/check_toxxx.t t/codingstd/copyright.t t/codingstd/cuddled_else.t t/codingstd/filenames.t t/codingstd/gmt_utc.t t/codingstd/linelength.t t/codingstd/make_code_coda.t t/codingstd/opcode_doc.t t/codingstd/pbc_compat.t t/codingstd/pccmethod_deps.t t/codingstd/pdd_format.t t/codingstd/perlcritic.t t/codingstd/pir_code_coda.t t/codingstd/pod_description.t t/codingstd/pod_syntax.t t/codingstd/pod_todo.t t/codingstd/svn_id.t t/codingstd/tabs.t t/codingstd/test_file_coverage.t t/codingstd/trailing_space.t', |
|---|
| 155 | 'docdir' => '/usr/local/share/doc', |
|---|
| 156 | 'doublesize' => 8, |
|---|
| 157 | 'dquote' => '\\"', |
|---|
| 158 | 'encoding' => 'fixed_8.c ucs2.c utf16.c utf8.c', |
|---|
| 159 | 'exe' => '', |
|---|
| 160 | 'exec_prefix' => '/usr/local', |
|---|
| 161 | 'execcapable' => 0, |
|---|
| 162 | 'flex_version' => undef, |
|---|
| 163 | 'float4_t' => 'float', |
|---|
| 164 | 'float8_t' => 'double', |
|---|
| 165 | 'floatsize' => 4, |
|---|
| 166 | 'floatvalfmt' => '%.15g', |
|---|
| 167 | 'floatvalmax' => 'DBL_MAX', |
|---|
| 168 | 'floatvalmin' => 'DBL_MIN', |
|---|
| 169 | 'gc_flag' => '', |
|---|
| 170 | 'gccversion' => '4.1', |
|---|
| 171 | 'glibc' => undef, |
|---|
| 172 | 'gmake_version' => '3.81', |
|---|
| 173 | 'has___sighandler_t' => undef, |
|---|
| 174 | 'has_crypto' => 1, |
|---|
| 175 | 'has_dynamic_linking' => 1, |
|---|
| 176 | 'has_gdbm' => 0, |
|---|
| 177 | 'has_glut' => 0, |
|---|
| 178 | 'has_icu' => 1, |
|---|
| 179 | 'has_negative_zero' => 1, |
|---|
| 180 | 'has_opengl' => 0, |
|---|
| 181 | 'has_perldoc' => 1, |
|---|
| 182 | 'has_pod2man' => 1, |
|---|
| 183 | 'has_setitimer' => 'define', |
|---|
| 184 | 'has_sig_atomic_t' => 'define', |
|---|
| 185 | 'has_sigaction' => 'define', |
|---|
| 186 | 'has_sigatomic_t' => undef, |
|---|
| 187 | 'has_socklen_t' => 1, |
|---|
| 188 | 'has_static_linking' => 1, |
|---|
| 189 | 'hugefloatval' => 'long double', |
|---|
| 190 | 'hugefloatvalsize' => 16, |
|---|
| 191 | 'hugeintval' => 'long', |
|---|
| 192 | 'hugeintvalsize' => 8, |
|---|
| 193 | 'i_arpainet' => 'define', |
|---|
| 194 | 'i_bsdioctl' => '', |
|---|
| 195 | 'i_crypt' => undef, |
|---|
| 196 | 'i_db' => 'define', |
|---|
| 197 | 'i_dbm' => undef, |
|---|
| 198 | 'i_dirent' => 'define', |
|---|
| 199 | 'i_dld' => undef, |
|---|
| 200 | 'i_dlfcn' => 'define', |
|---|
| 201 | 'i_fcntl' => 'define', |
|---|
| 202 | 'i_float' => 'define', |
|---|
| 203 | 'i_fp' => undef, |
|---|
| 204 | 'i_fp_class' => undef, |
|---|
| 205 | 'i_gdbm' => undef, |
|---|
| 206 | 'i_grp' => 'define', |
|---|
| 207 | 'i_ieeefp' => 'define', |
|---|
| 208 | 'i_inttypes' => 'define', |
|---|
| 209 | 'i_langinfo' => 'define', |
|---|
| 210 | 'i_libutil' => 'define', |
|---|
| 211 | 'i_limits' => 'define', |
|---|
| 212 | 'i_locale' => 'define', |
|---|
| 213 | 'i_machcthr' => undef, |
|---|
| 214 | 'i_malloc' => 'define', |
|---|
| 215 | 'i_math' => 'define', |
|---|
| 216 | 'i_memory' => undef, |
|---|
| 217 | 'i_mntent' => undef, |
|---|
| 218 | 'i_ndbm' => 'define', |
|---|
| 219 | 'i_netdb' => 'define', |
|---|
| 220 | 'i_neterrno' => undef, |
|---|
| 221 | 'i_netinetin' => 'define', |
|---|
| 222 | 'i_netinettcp' => 'define', |
|---|
| 223 | 'i_poll' => 'define', |
|---|
| 224 | 'i_prot' => undef, |
|---|
| 225 | 'i_pthread' => 'define', |
|---|
| 226 | 'i_pwd' => 'define', |
|---|
| 227 | 'i_rpcsvcdbm' => undef, |
|---|
| 228 | 'i_setjmp' => 'define', |
|---|
| 229 | 'i_sfio' => undef, |
|---|
| 230 | 'i_sgtty' => undef, |
|---|
| 231 | 'i_shadow' => undef, |
|---|
| 232 | 'i_signal' => 'define', |
|---|
| 233 | 'i_socks' => undef, |
|---|
| 234 | 'i_stdarg' => 'define', |
|---|
| 235 | 'i_stddef' => 'define', |
|---|
| 236 | 'i_stdlib' => 'define', |
|---|
| 237 | 'i_string' => 'define', |
|---|
| 238 | 'i_sunmath' => undef, |
|---|
| 239 | 'i_sysaccess' => undef, |
|---|
| 240 | 'i_sysdir' => 'define', |
|---|
| 241 | 'i_sysexit' => undef, |
|---|
| 242 | 'i_sysfile' => 'define', |
|---|
| 243 | 'i_sysfilio' => 'define', |
|---|
| 244 | 'i_sysin' => undef, |
|---|
| 245 | 'i_sysioctl' => 'define', |
|---|
| 246 | 'i_syslog' => 'define', |
|---|
| 247 | 'i_sysmman' => 'define', |
|---|
| 248 | 'i_sysmode' => undef, |
|---|
| 249 | 'i_sysmount' => 'define', |
|---|
| 250 | 'i_sysndir' => undef, |
|---|
| 251 | 'i_sysparam' => 'define', |
|---|
| 252 | 'i_sysresrc' => 'define', |
|---|
| 253 | 'i_syssecrt' => undef, |
|---|
| 254 | 'i_sysselct' => 'define', |
|---|
| 255 | 'i_syssocket' => 'define', |
|---|
| 256 | 'i_syssockio' => 'define', |
|---|
| 257 | 'i_sysstat' => 'define', |
|---|
| 258 | 'i_sysstatfs' => undef, |
|---|
| 259 | 'i_sysstatvfs' => 'define', |
|---|
| 260 | 'i_systime' => 'define', |
|---|
| 261 | 'i_systimek' => undef, |
|---|
| 262 | 'i_systimes' => 'define', |
|---|
| 263 | 'i_systypes' => 'define', |
|---|
| 264 | 'i_sysuio' => 'define', |
|---|
| 265 | 'i_sysun' => 'define', |
|---|
| 266 | 'i_sysutsname' => 'define', |
|---|
| 267 | 'i_sysvfs' => undef, |
|---|
| 268 | 'i_syswait' => 'define', |
|---|
| 269 | 'i_termio' => undef, |
|---|
| 270 | 'i_termios' => 'define', |
|---|
| 271 | 'i_time' => undef, |
|---|
| 272 | 'i_unistd' => 'define', |
|---|
| 273 | 'i_ustat' => undef, |
|---|
| 274 | 'i_utime' => 'define', |
|---|
| 275 | 'i_values' => undef, |
|---|
| 276 | 'i_varargs' => undef, |
|---|
| 277 | 'i_varhdr' => 'stdarg.h', |
|---|
| 278 | 'i_vfork' => undef, |
|---|
| 279 | 'icu_dir' => '/usr/pkg', |
|---|
| 280 | 'icu_shared' => ' -Wl,-R/usr/pkg/lib -lpthread -lm -L/usr/pkg/lib -licuuc -licudata -lpthread -lm ', |
|---|
| 281 | 'inc' => 'include/parrot', |
|---|
| 282 | 'includedir' => '/usr/local/include', |
|---|
| 283 | 'infodir' => '/usr/local/info', |
|---|
| 284 | 'inline' => 'inline', |
|---|
| 285 | 'inst_libparrot_ldflags' => '', |
|---|
| 286 | 'inst_libparrot_linkflags' => '-L/usr/local/lib -lparrot', |
|---|
| 287 | 'int2_t' => 'short', |
|---|
| 288 | 'int4_t' => 'int', |
|---|
| 289 | 'int8_t' => undef, |
|---|
| 290 | 'intsize' => 4, |
|---|
| 291 | 'intvalfmt' => '%ld', |
|---|
| 292 | 'intvalmax' => 'LONG_MAX', |
|---|
| 293 | 'intvalmin' => 'LONG_MIN', |
|---|
| 294 | 'intvalsize' => 8, |
|---|
| 295 | 'isreg' => 1, |
|---|
| 296 | 'iv' => 'long', |
|---|
| 297 | 'jitarchname' => 'nojit', |
|---|
| 298 | 'jitcapable' => 0, |
|---|
| 299 | 'jitcpu' => 'amd64', |
|---|
| 300 | 'jitcpuarch' => 'amd64', |
|---|
| 301 | 'jitosname' => 'dragonfly', |
|---|
| 302 | 'ld' => 'cc', |
|---|
| 303 | 'ld_debug' => '', |
|---|
| 304 | 'ld_load_flags' => '-Wl,-R/usr/pkg/lib -shared ', |
|---|
| 305 | 'ld_out' => '-o ', |
|---|
| 306 | 'ld_share_flags' => '-Wl,-R/usr/pkg/lib -shared ', |
|---|
| 307 | 'ldflags' => '-Wl,-R/usr/pkg/lib -pthread -Wl,-E ', |
|---|
| 308 | 'lex' => 'echo', |
|---|
| 309 | 'libdir' => '/usr/local/lib', |
|---|
| 310 | 'libexecdir' => '/usr/local/libexec', |
|---|
| 311 | 'libparrot_for_makefile_only' => '$(LIBPARROT_SHARED)', |
|---|
| 312 | 'libparrot_ldflags' => '', |
|---|
| 313 | 'libparrot_linkflags' => '-L/home/reezer/parrot/blib/lib -lparrot', |
|---|
| 314 | 'libparrot_shared' => 'libparrot.so.1.6.0', |
|---|
| 315 | 'libparrot_shared_alias' => 'libparrot.so', |
|---|
| 316 | 'libparrot_soname' => '-Wl,-soname=libparrot.so.1.6.0', |
|---|
| 317 | 'libparrot_static' => 'libparrot.a', |
|---|
| 318 | 'library_tests' => 't/compilers/pct/*.t t/compilers/pge/*.t t/compilers/pge/p5regex/*.t t/compilers/pge/perl6regex/*.t t/compilers/tge/*.t t/library/*.t t/tools/*.t', |
|---|
| 319 | 'libs' => '-lm -lcrypt -lpthread', |
|---|
| 320 | 'link' => 'g++', |
|---|
| 321 | 'link_debug' => '', |
|---|
| 322 | 'link_dynamic' => ' -Wl,-R/usr/pkg/lib/perl5/5.10.0/x86_64-dragonfly-thread-multi/CORE', |
|---|
| 323 | 'linkflags' => '-Wl,-R/usr/pkg/lib -pthread -Wl,-E ', |
|---|
| 324 | 'lns' => '/bin/ln -s', |
|---|
| 325 | 'load_ext' => '.so', |
|---|
| 326 | 'localstatedir' => '/usr/local/var', |
|---|
| 327 | 'longsize' => 8, |
|---|
| 328 | 'make' => 'gmake', |
|---|
| 329 | 'make_and' => '&&', |
|---|
| 330 | 'make_c' => 'gmake -C', |
|---|
| 331 | 'make_set_make' => '#', |
|---|
| 332 | 'malloc_header' => undef, |
|---|
| 333 | 'mandir' => '/usr/local/man', |
|---|
| 334 | 'memalign' => 'posix_memalign', |
|---|
| 335 | 'mkpath' => '$(PERL) -MExtUtils::Command -e mkpath', |
|---|
| 336 | 'msvcversion' => undef, |
|---|
| 337 | 'mv' => '$(PERL) -MExtUtils::Command -e mv', |
|---|
| 338 | 'ncilib_link_extra' => '', |
|---|
| 339 | 'new_perldoc' => 1, |
|---|
| 340 | 'no_lines_flag' => '', |
|---|
| 341 | 'numvalsize' => 8, |
|---|
| 342 | 'nv' => 'double', |
|---|
| 343 | 'nvsize' => 8, |
|---|
| 344 | 'o' => '.o', |
|---|
| 345 | 'oldincludedir' => '/usr/include', |
|---|
| 346 | 'opcode_t' => 'long', |
|---|
| 347 | 'opcode_t_size' => 8, |
|---|
| 348 | 'opengl_lib' => '', |
|---|
| 349 | 'openssl_version' => '0.9.8k', |
|---|
| 350 | 'ops' => 'src/ops/core.ops src/ops/bit.ops src/ops/cmp.ops src/ops/debug.ops src/ops/experimental.ops src/ops/io.ops src/ops/math.ops src/ops/object.ops src/ops/pmc.ops src/ops/set.ops src/ops/string.ops src/ops/sys.ops src/ops/var.ops', |
|---|
| 351 | 'optimize' => '', |
|---|
| 352 | 'osname' => 'dragonfly', |
|---|
| 353 | 'parrot_is_shared' => 1, |
|---|
| 354 | 'perl' => 'perl', |
|---|
| 355 | 'perl_inc' => '/usr/pkg/lib/perl5/5.10.0/x86_64-dragonfly-thread-multi/CORE', |
|---|
| 356 | 'perldoc' => '/usr/pkg/lib/perl5/bin/perldoc', |
|---|
| 357 | 'platform_asm' => 0, |
|---|
| 358 | 'pmc' => 'default.pmc null.pmc env.pmc key.pmc unmanagedstruct.pmc managedstruct.pmc exception.pmc parrotlibrary.pmc parrotinterpreter.pmc parrotthread.pmc lexpad.pmc timer.pmc pointer.pmc sub.pmc continuation.pmc retcontinuation.pmc coroutine.pmc eval.pmc nci.pmc float.pmc integer.pmc bigint.pmc bignum.pmc complex.pmc string.pmc boolean.pmc array.pmc fixedintegerarray.pmc iterator.pmc fixedstringarray.pmc hash.pmc orderedhash.pmc os.pmc file.pmc addrregistry.pmc arrayiterator.pmc callsignature.pmc capture.pmc class.pmc codestring.pmc context.pmc cpointer.pmc eventhandler.pmc exceptionhandler.pmc exporter.pmc filehandle.pmc fixedbooleanarray.pmc fixedfloatarray.pmc fixedpmcarray.pmc handle.pmc hashiterator.pmc hashiteratorkey.pmc lexinfo.pmc multisub.pmc namespace.pmc object.pmc orderedhashiterator.pmc packfile.pmc packfileannotation.pmc packfileannotations.pmc packfileconstanttable.pmc packfiledirectory.pmc packfilefixupentry.pmc packfilefixuptable.pmc packfilerawsegment.pmc packfilesegment.pmc parrotrunningthread.pmc pccmethod_test.pmc pmcproxy.pmc resizablebooleanarray.pmc resizablefloatarray.pmc resizableintegerarray.pmc resizablepmcarray.pmc resizablestringarray.pmc role.pmc scalar.pmc scheduler.pmc schedulermessage.pmc sockaddr.pmc socket.pmc stringhandle.pmc stringiterator.pmc task.pmc undef.pmc', |
|---|
| 359 | 'pmc_names' => 'default Null Env Key UnManagedStruct ManagedStruct Exception ParrotLibrary ParrotInterpreter ParrotThread LexPad Pointer Sub Coroutine Eval EventHandler Continuation RetContinuation ExceptionHandler NCI BigInt BigNum Complex Array FixedIntegerArray ResizableIntegerArray Iterator ArrayIterator HashIterator OrderedHashIterator StringIterator FixedStringArray ResizableStringArray Hash OrderedHash AddrRegistry LexInfo NameSpace OS File Capture CallSignature Class PMCProxy Context CPointer Exporter FixedBooleanArray ResizableBooleanArray FixedFloatArray ResizableFloatArray FixedPMCArray ResizablePMCArray MultiSub Handle FileHandle Socket StringHandle HashIteratorKey Object Packfile PackfileAnnotation PackfileFixupEntry PackfileSegment PackfileAnnotations PackfileConstantTable PackfileDirectory PackfileFixupTable PackfileRawSegment ParrotRunningThread PCCMETHOD_Test Role scalar Float Integer Boolean String CodeString Scheduler SchedulerMessage Sockaddr Task Timer Undef', |
|---|
| 360 | 'pod2man' => '/usr/pkg/lib/perl5/bin/pod2man', |
|---|
| 361 | 'prefix' => '/usr/local', |
|---|
| 362 | 'ptr_alignment' => 1, |
|---|
| 363 | 'ptrcast' => 'long', |
|---|
| 364 | 'ptrsize' => 8, |
|---|
| 365 | 'ranlib' => ':', |
|---|
| 366 | 'revision' => '41881', |
|---|
| 367 | 'rm_f' => '$(PERL) -MExtUtils::Command -e rm_f', |
|---|
| 368 | 'rm_rf' => '$(PERL) -MExtUtils::Command -e rm_rf', |
|---|
| 369 | 'rpath' => '-Wl,-R', |
|---|
| 370 | 'rpath_blib' => '-Wl,-R/home/reezer/parrot/blib/lib', |
|---|
| 371 | 'rpath_lib' => '-Wl,-R/usr/local/lib', |
|---|
| 372 | 'runcore_tests' => 't/compilers/imcc/*/*.t t/op/*.t t/pmc/*.t t/oo/*.t t/native_pbc/*.t t/dynpmc/*.t t/dynoplibs/*.t', |
|---|
| 373 | 'sbindir' => '/usr/local/sbin', |
|---|
| 374 | 'setenv' => 1, |
|---|
| 375 | 'share_ext' => '.so', |
|---|
| 376 | 'sharedstatedir' => '/usr/local/com', |
|---|
| 377 | 'shortsize' => 2, |
|---|
| 378 | 'slash' => '/', |
|---|
| 379 | 'srcdir' => '/usr/local/src', |
|---|
| 380 | 'sym_export' => '__attribute__ ((visibility("default")))', |
|---|
| 381 | 'sym_import' => '', |
|---|
| 382 | 'sysconfdir' => '/usr/local/etc', |
|---|
| 383 | 'tempdir' => '/tmp', |
|---|
| 384 | 'test_prog' => 'parrot', |
|---|
| 385 | 'touch' => '$(PERL) -MExtUtils::Command -e touch', |
|---|
| 386 | 'unsetenv' => 1, |
|---|
| 387 | 'va_ptr_type' => 'register', |
|---|
| 388 | 'verbose' => undef, |
|---|
| 389 | 'versiondir' => '/parrot/1.6.0-devel', |
|---|
| 390 | 'yacc' => 'echo' |
|---|
| 391 | ); |
|---|
| 392 | |
|---|
| 393 | |
|---|
| 394 | %PConfig_Temp = ( |
|---|
| 395 | 'TEMP_atomic_o' => '', |
|---|
| 396 | 'TEMP_cg_c' => '# generated by config/auto/cgoto.pm |
|---|
| 397 | |
|---|
| 398 | $(OPS_DIR)/core_ops_cg$(O): $(GENERAL_H_FILES) $(OPS_DIR)/core_ops_cg.c \\ |
|---|
| 399 | $(SRC_DIR)/pmc/pmc_parrotlibrary.h |
|---|
| 400 | $(OPS_DIR)/core_ops_cgp$(O): $(GENERAL_H_FILES) $(OPS_DIR)/core_ops_cgp.c \\ |
|---|
| 401 | $(SRC_DIR)/pmc/pmc_parrotlibrary.h |
|---|
| 402 | $(SRC_DIR)/runcore/cores.c: $(INC_DIR)/oplib/core_ops_cgp.h |
|---|
| 403 | |
|---|
| 404 | $(INC_DIR)/oplib/core_ops_cg.h: $(OPS_DIR)/core_ops_cg.c |
|---|
| 405 | |
|---|
| 406 | $(OPS_DIR)/core_ops_cg.c : $(OPS_FILES) $(BUILD_TOOLS_DIR)/ops2c.pl lib/Parrot/OpsFile.pm lib/Parrot/Op.pm lib/Parrot/OpTrans/CGoto.pm lib/Parrot/OpLib/core.pm |
|---|
| 407 | $(PERL) $(BUILD_TOOLS_DIR)/ops2c.pl CGoto --core |
|---|
| 408 | |
|---|
| 409 | $(INC_DIR)/oplib/core_ops_cgp.h: $(OPS_DIR)/core_ops_cgp.c |
|---|
| 410 | |
|---|
| 411 | $(OPS_DIR)/core_ops_cgp.c : $(OPS_FILES) $(BUILD_TOOLS_DIR)/ops2c.pl lib/Parrot/OpsFile.pm lib/Parrot/Op.pm lib/Parrot/OpTrans/CGP.pm lib/Parrot/OpLib/core.pm lib/Parrot/OpTrans/CPrederef.pm |
|---|
| 412 | $(PERL) $(BUILD_TOOLS_DIR)/ops2c.pl CGP --core |
|---|
| 413 | ', |
|---|
| 414 | 'TEMP_cg_h' => '$(INC_DIR)/oplib/core_ops_cg.h $(INC_DIR)/oplib/core_ops_cgp.h', |
|---|
| 415 | 'TEMP_cg_o' => '$(OPS_DIR)/core_ops_cg$(O) $(OPS_DIR)/core_ops_cgp$(O)', |
|---|
| 416 | 'TEMP_cg_r' => '$(RM_F) $(INC_DIR)/oplib/core_ops_cg.h $(OPS_DIR)/core_ops_cg.c \\ |
|---|
| 417 | $(INC_DIR)/oplib/core_ops_cgp.h $(OPS_DIR)/core_ops_cgp.c', |
|---|
| 418 | 'TEMP_charset_build' => ' |
|---|
| 419 | # the following part of the Makefile was built by \'config/inter/charset.pm\' |
|---|
| 420 | |
|---|
| 421 | src/string/charset/ascii$(O): src/string/charset/ascii.h src/string/charset/ascii.h src/string/charset/ascii.c $(NONGEN_HEADERS) |
|---|
| 422 | |
|---|
| 423 | |
|---|
| 424 | src/string/charset/binary$(O): src/string/charset/binary.h src/string/charset/ascii.h src/string/charset/binary.c $(NONGEN_HEADERS) |
|---|
| 425 | |
|---|
| 426 | |
|---|
| 427 | src/string/charset/iso-8859-1$(O): src/string/charset/iso-8859-1.h src/string/charset/ascii.h src/string/charset/iso-8859-1.c $(NONGEN_HEADERS) |
|---|
| 428 | |
|---|
| 429 | |
|---|
| 430 | src/string/charset/tables$(O): src/string/charset/tables.h src/string/charset/ascii.h src/string/charset/tables.c $(NONGEN_HEADERS) |
|---|
| 431 | |
|---|
| 432 | |
|---|
| 433 | src/string/charset/unicode$(O): src/string/charset/unicode.h src/string/charset/ascii.h src/string/charset/unicode.c $(NONGEN_HEADERS) |
|---|
| 434 | |
|---|
| 435 | |
|---|
| 436 | ', |
|---|
| 437 | 'TEMP_charset_o' => ' src/string/charset/ascii$(O) src/string/charset/binary$(O) src/string/charset/iso-8859-1$(O) src/string/charset/tables$(O) src/string/charset/unicode$(O)', |
|---|
| 438 | 'TEMP_cli_define' => '', |
|---|
| 439 | 'TEMP_d_config' => '', |
|---|
| 440 | 'TEMP_encoding_build' => ' |
|---|
| 441 | # the following part of the Makefile was built by \'config/inter/encoding.pm\' |
|---|
| 442 | |
|---|
| 443 | src/string/encoding/fixed_8$(O): src/string/encoding/fixed_8.h src/string/encoding/fixed_8.c $(NONGEN_HEADERS) |
|---|
| 444 | |
|---|
| 445 | |
|---|
| 446 | src/string/encoding/ucs2$(O): src/string/encoding/ucs2.h src/string/encoding/ucs2.c $(NONGEN_HEADERS) |
|---|
| 447 | |
|---|
| 448 | |
|---|
| 449 | src/string/encoding/utf16$(O): src/string/encoding/utf16.h src/string/encoding/utf16.c $(NONGEN_HEADERS) |
|---|
| 450 | |
|---|
| 451 | |
|---|
| 452 | src/string/encoding/utf8$(O): src/string/encoding/utf8.h src/string/encoding/utf8.c $(NONGEN_HEADERS) |
|---|
| 453 | |
|---|
| 454 | |
|---|
| 455 | ', |
|---|
| 456 | 'TEMP_encoding_o' => ' src/string/encoding/fixed_8$(O) src/string/encoding/ucs2$(O) src/string/encoding/utf16$(O) src/string/encoding/utf8$(O)', |
|---|
| 457 | 'TEMP_exec_dep' => '', |
|---|
| 458 | 'TEMP_exec_h' => '', |
|---|
| 459 | 'TEMP_exec_o' => '', |
|---|
| 460 | 'TEMP_gc_c' => '$(SRC_DIR)/gc/alloc_resources$(O): $(GENERAL_H_FILES) $(SRC_DIR)/gc/alloc_resources.c |
|---|
| 461 | ', |
|---|
| 462 | 'TEMP_gc_o' => '$(SRC_DIR)/gc/alloc_resources$(O)', |
|---|
| 463 | 'TEMP_gen_pasm_includes' => 'runtime/parrot/include/cclass.pasm \\ |
|---|
| 464 | runtime/parrot/include/datatypes.pasm \\ |
|---|
| 465 | runtime/parrot/include/iterator.pasm \\ |
|---|
| 466 | runtime/parrot/include/call_bits.pasm \\ |
|---|
| 467 | lib/Parrot/Pmc2c/PCCMETHOD_BITS.pm \\ |
|---|
| 468 | runtime/parrot/include/io_thr_msg.pasm \\ |
|---|
| 469 | runtime/parrot/include/timer.pasm \\ |
|---|
| 470 | runtime/parrot/include/except_types.pasm \\ |
|---|
| 471 | runtime/parrot/include/except_severity.pasm \\ |
|---|
| 472 | runtime/parrot/include/hash_key_type.pasm \\ |
|---|
| 473 | runtime/parrot/include/interpflags.pasm \\ |
|---|
| 474 | runtime/parrot/include/interpdebug.pasm \\ |
|---|
| 475 | runtime/parrot/include/interptrace.pasm \\ |
|---|
| 476 | runtime/parrot/include/interpcores.pasm \\ |
|---|
| 477 | runtime/parrot/include/cloneflags.pasm \\ |
|---|
| 478 | runtime/parrot/include/iglobals.pasm \\ |
|---|
| 479 | runtime/parrot/include/sysinfo.pasm \\ |
|---|
| 480 | runtime/parrot/include/stdio.pasm \\ |
|---|
| 481 | runtime/parrot/include/socket.pasm \\ |
|---|
| 482 | runtime/parrot/include/libpaths.pasm \\ |
|---|
| 483 | runtime/parrot/include/longopt.pasm \\ |
|---|
| 484 | runtime/parrot/include/packfile_segments.pasm \\ |
|---|
| 485 | runtime/parrot/include/packfile_constants.pasm \\ |
|---|
| 486 | runtime/parrot/include/packfile_annotation_key_type.pasm \\ |
|---|
| 487 | runtime/parrot/include/stat.pasm \\ |
|---|
| 488 | runtime/parrot/include/stringinfo.pasm \\ |
|---|
| 489 | runtime/parrot/include/warnings.pasm \\ |
|---|
| 490 | runtime/parrot/include/errors.pasm \\ |
|---|
| 491 | runtime/parrot/include/interpinfo.pasm \\ |
|---|
| 492 | runtime/parrot/include/tm.pasm \\ |
|---|
| 493 | runtime/parrot/include/pmctypes.pasm', |
|---|
| 494 | 'TEMP_has_config' => '#define PARROT_HAS_C99_SNPRINTF 1 |
|---|
| 495 | #define PARROT_HAS_SNPRINTF 1 |
|---|
| 496 | #define PARROT_HAS_THREADS 1', |
|---|
| 497 | 'TEMP_header' => '#define PARROT_HAS_HEADER_ARPAINET 1 |
|---|
| 498 | #undef PARROT_HAS_HEADER_BSDIOCTL |
|---|
| 499 | #undef PARROT_HAS_HEADER_CRYPT |
|---|
| 500 | #define PARROT_HAS_HEADER_DB 1 |
|---|
| 501 | #undef PARROT_HAS_HEADER_DBM |
|---|
| 502 | #define PARROT_HAS_HEADER_DIRENT 1 |
|---|
| 503 | #undef PARROT_HAS_HEADER_DLD |
|---|
| 504 | #define PARROT_HAS_HEADER_DLFCN 1 |
|---|
| 505 | #define PARROT_HAS_HEADER_FCNTL 1 |
|---|
| 506 | #define PARROT_HAS_HEADER_FLOAT 1 |
|---|
| 507 | #undef PARROT_HAS_HEADER_FP |
|---|
| 508 | #undef PARROT_HAS_HEADER_FP_CLASS |
|---|
| 509 | #undef PARROT_HAS_HEADER_GDBM |
|---|
| 510 | #define PARROT_HAS_HEADER_GRP 1 |
|---|
| 511 | #define PARROT_HAS_HEADER_IEEEFP 1 |
|---|
| 512 | #define PARROT_HAS_HEADER_INTTYPES 1 |
|---|
| 513 | #define PARROT_HAS_HEADER_LANGINFO 1 |
|---|
| 514 | #define PARROT_HAS_HEADER_LIBUTIL 1 |
|---|
| 515 | #define PARROT_HAS_HEADER_LIMITS 1 |
|---|
| 516 | #define PARROT_HAS_HEADER_LOCALE 1 |
|---|
| 517 | #undef PARROT_HAS_HEADER_MACHCTHR |
|---|
| 518 | #define PARROT_HAS_HEADER_MALLOC 1 |
|---|
| 519 | #define PARROT_HAS_HEADER_MATH 1 |
|---|
| 520 | #undef PARROT_HAS_HEADER_MEMORY |
|---|
| 521 | #undef PARROT_HAS_HEADER_MNTENT |
|---|
| 522 | #define PARROT_HAS_HEADER_NDBM 1 |
|---|
| 523 | #define PARROT_HAS_HEADER_NETDB 1 |
|---|
| 524 | #undef PARROT_HAS_HEADER_NETERRNO |
|---|
| 525 | #define PARROT_HAS_HEADER_NETINETIN 1 |
|---|
| 526 | #define PARROT_HAS_HEADER_NETINETTCP 1 |
|---|
| 527 | #define PARROT_HAS_HEADER_POLL 1 |
|---|
| 528 | #undef PARROT_HAS_HEADER_PROT |
|---|
| 529 | #define PARROT_HAS_HEADER_PTHREAD 1 |
|---|
| 530 | #define PARROT_HAS_HEADER_PWD 1 |
|---|
| 531 | #undef PARROT_HAS_HEADER_RPCSVCDBM |
|---|
| 532 | #define PARROT_HAS_HEADER_SETJMP 1 |
|---|
| 533 | #undef PARROT_HAS_HEADER_SFIO |
|---|
| 534 | #undef PARROT_HAS_HEADER_SGTTY |
|---|
| 535 | #undef PARROT_HAS_HEADER_SHADOW |
|---|
| 536 | #define PARROT_HAS_HEADER_SIGNAL 1 |
|---|
| 537 | #undef PARROT_HAS_HEADER_SOCKS |
|---|
| 538 | #define PARROT_HAS_HEADER_STDARG 1 |
|---|
| 539 | #define PARROT_HAS_HEADER_STDDEF 1 |
|---|
| 540 | #define PARROT_HAS_HEADER_STDLIB 1 |
|---|
| 541 | #define PARROT_HAS_HEADER_STRING 1 |
|---|
| 542 | #undef PARROT_HAS_HEADER_SUNMATH |
|---|
| 543 | #undef PARROT_HAS_HEADER_SYSACCESS |
|---|
| 544 | #define PARROT_HAS_HEADER_SYSDIR 1 |
|---|
| 545 | #undef PARROT_HAS_HEADER_SYSEXIT |
|---|
| 546 | #define PARROT_HAS_HEADER_SYSFILE 1 |
|---|
| 547 | #define PARROT_HAS_HEADER_SYSFILIO 1 |
|---|
| 548 | #undef PARROT_HAS_HEADER_SYSIN |
|---|
| 549 | #define PARROT_HAS_HEADER_SYSIOCTL 1 |
|---|
| 550 | #define PARROT_HAS_HEADER_SYSLOG 1 |
|---|
| 551 | #define PARROT_HAS_HEADER_SYSMMAN 1 |
|---|
| 552 | #undef PARROT_HAS_HEADER_SYSMODE |
|---|
| 553 | #define PARROT_HAS_HEADER_SYSMOUNT 1 |
|---|
| 554 | #undef PARROT_HAS_HEADER_SYSNDIR |
|---|
| 555 | #define PARROT_HAS_HEADER_SYSPARAM 1 |
|---|
| 556 | #define PARROT_HAS_HEADER_SYSRESRC 1 |
|---|
| 557 | #undef PARROT_HAS_HEADER_SYSSECRT |
|---|
| 558 | #define PARROT_HAS_HEADER_SYSSELCT 1 |
|---|
| 559 | #define PARROT_HAS_HEADER_SYSSOCKET 1 |
|---|
| 560 | #define PARROT_HAS_HEADER_SYSSOCKIO 1 |
|---|
| 561 | #define PARROT_HAS_HEADER_SYSSTAT 1 |
|---|
| 562 | #undef PARROT_HAS_HEADER_SYSSTATFS |
|---|
| 563 | #define PARROT_HAS_HEADER_SYSSTATVFS 1 |
|---|
| 564 | #define PARROT_HAS_HEADER_SYSTIME 1 |
|---|
| 565 | #undef PARROT_HAS_HEADER_SYSTIMEK |
|---|
| 566 | #define PARROT_HAS_HEADER_SYSTIMES 1 |
|---|
| 567 | #define PARROT_HAS_HEADER_SYSTYPES 1 |
|---|
| 568 | #define PARROT_HAS_HEADER_SYSUIO 1 |
|---|
| 569 | #define PARROT_HAS_HEADER_SYSUN 1 |
|---|
| 570 | #define PARROT_HAS_HEADER_SYSUTSNAME 1 |
|---|
| 571 | #undef PARROT_HAS_HEADER_SYSVFS |
|---|
| 572 | #define PARROT_HAS_HEADER_SYSWAIT 1 |
|---|
| 573 | #undef PARROT_HAS_HEADER_TERMIO |
|---|
| 574 | #define PARROT_HAS_HEADER_TERMIOS 1 |
|---|
| 575 | #undef PARROT_HAS_HEADER_TIME |
|---|
| 576 | #define PARROT_HAS_HEADER_UNISTD 1 |
|---|
| 577 | #undef PARROT_HAS_HEADER_USTAT |
|---|
| 578 | #define PARROT_HAS_HEADER_UTIME 1 |
|---|
| 579 | #undef PARROT_HAS_HEADER_VALUES |
|---|
| 580 | #undef PARROT_HAS_HEADER_VARARGS |
|---|
| 581 | #define PARROT_HAS_HEADER_VARHDR 1 |
|---|
| 582 | #undef PARROT_HAS_HEADER_VFORK', |
|---|
| 583 | 'TEMP_jit_o' => '', |
|---|
| 584 | 'TEMP_md_ctx' => 'SHA512_CTX', |
|---|
| 585 | 'TEMP_md_digest' => 'SHA512_DIGEST', |
|---|
| 586 | 'TEMP_md_file' => 'sha512', |
|---|
| 587 | 'TEMP_md_guard' => '#ifndef OPENSSL_NO_SHA512', |
|---|
| 588 | 'TEMP_md_inc' => 'sha', |
|---|
| 589 | 'TEMP_md_name' => 'SHA512', |
|---|
| 590 | 'TEMP_md_result' => '[0-9a-f]{128}', |
|---|
| 591 | 'TEMP_md_skip' => '0.9.8a', |
|---|
| 592 | 'TEMP_nongen_headers' => '$(INC_DIR)/atomic.h\\ |
|---|
| 593 | $(INC_DIR)/atomic/fallback.h\\ |
|---|
| 594 | $(INC_DIR)/atomic/gcc_pcc.h\\ |
|---|
| 595 | $(INC_DIR)/atomic/gcc_x86.h\\ |
|---|
| 596 | $(INC_DIR)/atomic/sparc.h\\ |
|---|
| 597 | $(INC_DIR)/caches.h\\ |
|---|
| 598 | $(INC_DIR)/call.h\\ |
|---|
| 599 | $(INC_DIR)/cclass.h\\ |
|---|
| 600 | $(INC_DIR)/charset.h\\ |
|---|
| 601 | $(INC_DIR)/compiler.h\\ |
|---|
| 602 | $(INC_DIR)/context.h\\ |
|---|
| 603 | $(INC_DIR)/core_types.h\\ |
|---|
| 604 | $(INC_DIR)/datatypes.h\\ |
|---|
| 605 | $(INC_DIR)/debugger.h\\ |
|---|
| 606 | $(INC_DIR)/dynext.h\\ |
|---|
| 607 | $(INC_DIR)/embed.h\\ |
|---|
| 608 | $(INC_DIR)/encoding.h\\ |
|---|
| 609 | $(INC_DIR)/enums.h\\ |
|---|
| 610 | $(INC_DIR)/events.h\\ |
|---|
| 611 | $(INC_DIR)/exceptions.h\\ |
|---|
| 612 | $(INC_DIR)/exit.h\\ |
|---|
| 613 | $(INC_DIR)/extend.h\\ |
|---|
| 614 | $(INC_DIR)/gc_api.h\\ |
|---|
| 615 | $(INC_DIR)/global.h\\ |
|---|
| 616 | $(INC_DIR)/global_setup.h\\ |
|---|
| 617 | $(INC_DIR)/hash.h\\ |
|---|
| 618 | $(INC_DIR)/hll.h\\ |
|---|
| 619 | $(INC_DIR)/imcc.h\\ |
|---|
| 620 | $(INC_DIR)/interpreter.h\\ |
|---|
| 621 | $(INC_DIR)/io.h\\ |
|---|
| 622 | $(INC_DIR)/io_portable.h\\ |
|---|
| 623 | $(INC_DIR)/io_unix.h\\ |
|---|
| 624 | $(INC_DIR)/io_win32.h\\ |
|---|
| 625 | $(INC_DIR)/key.h\\ |
|---|
| 626 | $(INC_DIR)/library.h\\ |
|---|
| 627 | $(INC_DIR)/list.h\\ |
|---|
| 628 | $(INC_DIR)/longopt.h\\ |
|---|
| 629 | $(INC_DIR)/memory.h\\ |
|---|
| 630 | $(INC_DIR)/misc.h\\ |
|---|
| 631 | $(INC_DIR)/multidispatch.h\\ |
|---|
| 632 | $(INC_DIR)/nci.h\\ |
|---|
| 633 | $(INC_DIR)/oo.h\\ |
|---|
| 634 | $(INC_DIR)/oo_private.h\\ |
|---|
| 635 | $(INC_DIR)/op.h\\ |
|---|
| 636 | $(INC_DIR)/oplib.h\\ |
|---|
| 637 | $(INC_DIR)/packfile.h\\ |
|---|
| 638 | $(INC_DIR)/parrot.h\\ |
|---|
| 639 | $(INC_DIR)/pmc.h\\ |
|---|
| 640 | $(INC_DIR)/pmc_freeze.h\\ |
|---|
| 641 | $(INC_DIR)/pobj.h\\ |
|---|
| 642 | $(INC_DIR)/runcore_api.h\\ |
|---|
| 643 | $(INC_DIR)/runcore_profiling.h\\ |
|---|
| 644 | $(INC_DIR)/runcore_trace.h\\ |
|---|
| 645 | $(INC_DIR)/scheduler.h\\ |
|---|
| 646 | $(INC_DIR)/scheduler_private.h\\ |
|---|
| 647 | $(INC_DIR)/settings.h\\ |
|---|
| 648 | $(INC_DIR)/slice.h\\ |
|---|
| 649 | $(INC_DIR)/stat.h\\ |
|---|
| 650 | $(INC_DIR)/string.h\\ |
|---|
| 651 | $(INC_DIR)/string_funcs.h\\ |
|---|
| 652 | $(INC_DIR)/string_primitives.h\\ |
|---|
| 653 | $(INC_DIR)/sub.h\\ |
|---|
| 654 | $(INC_DIR)/thr_pthread.h\\ |
|---|
| 655 | $(INC_DIR)/thr_windows.h\\ |
|---|
| 656 | $(INC_DIR)/thread.h\\ |
|---|
| 657 | $(INC_DIR)/tsq.h\\ |
|---|
| 658 | $(INC_DIR)/vtables.h\\ |
|---|
| 659 | $(INC_DIR)/warnings.h', |
|---|
| 660 | 'TEMP_pmc_build' => ' |
|---|
| 661 | # the following part of the Makefile was built by \'config/auto/pmc.pm\' |
|---|
| 662 | |
|---|
| 663 | PMC2C_FILES = \\ |
|---|
| 664 | lib/Parrot/Pmc2c/Pmc2cMain.pm \\ |
|---|
| 665 | lib/Parrot/Pmc2c/Parser.pm \\ |
|---|
| 666 | lib/Parrot/Pmc2c/Dumper.pm \\ |
|---|
| 667 | lib/Parrot/Pmc2c/PMC.pm \\ |
|---|
| 668 | lib/Parrot/Pmc2c/Method.pm \\ |
|---|
| 669 | lib/Parrot/Pmc2c/PCCMETHOD.pm \\ |
|---|
| 670 | lib/Parrot/Pmc2c/MULTI.pm \\ |
|---|
| 671 | lib/Parrot/Pmc2c/PMCEmitter.pm \\ |
|---|
| 672 | lib/Parrot/Pmc2c/MethodEmitter.pm \\ |
|---|
| 673 | lib/Parrot/Pmc2c/Library.pm \\ |
|---|
| 674 | lib/Parrot/Pmc2c/UtilFunctions.pm \\ |
|---|
| 675 | lib/Parrot/Pmc2c/PMC/default.pm \\ |
|---|
| 676 | lib/Parrot/Pmc2c/PMC/Null.pm \\ |
|---|
| 677 | lib/Parrot/Pmc2c/PMC/RO.pm |
|---|
| 678 | src/pmc/default.c : src/pmc/default.dump |
|---|
| 679 | $(PMC2CC) src/pmc/default.pmc |
|---|
| 680 | |
|---|
| 681 | src/pmc/default.dump : vtable.dump src/pmc/default.pmc $(PMC2C_FILES) |
|---|
| 682 | $(PMC2CD) src/pmc/default.pmc |
|---|
| 683 | |
|---|
| 684 | src/pmc/pmc_default.h: src/pmc/default.c |
|---|
| 685 | |
|---|
| 686 | src/pmc/default$(O): src/pmc/default.str $(NONGEN_HEADERS) \\ |
|---|
| 687 | src/pmc/pmc_continuation.h |
|---|
| 688 | |
|---|
| 689 | src/pmc/null.c : src/pmc/null.dump |
|---|
| 690 | $(PMC2CC) src/pmc/null.pmc |
|---|
| 691 | |
|---|
| 692 | src/pmc/null.dump : vtable.dump src/pmc/default.dump src/pmc/null.pmc $(PMC2C_FILES) |
|---|
| 693 | $(PMC2CD) src/pmc/null.pmc |
|---|
| 694 | |
|---|
| 695 | src/pmc/pmc_null.h: src/pmc/null.c |
|---|
| 696 | |
|---|
| 697 | src/pmc/null$(O): src/pmc/null.str $(NONGEN_HEADERS) \\ |
|---|
| 698 | src/pmc/pmc_default.h src/pmc/pmc_continuation.h |
|---|
| 699 | |
|---|
| 700 | src/pmc/env.c : src/pmc/env.dump |
|---|
| 701 | $(PMC2CC) src/pmc/env.pmc |
|---|
| 702 | |
|---|
| 703 | src/pmc/env.dump : vtable.dump src/pmc/default.dump src/pmc/env.pmc $(PMC2C_FILES) |
|---|
| 704 | $(PMC2CD) src/pmc/env.pmc |
|---|
| 705 | |
|---|
| 706 | src/pmc/pmc_env.h: src/pmc/env.c |
|---|
| 707 | |
|---|
| 708 | src/pmc/env$(O): src/pmc/env.str $(NONGEN_HEADERS) \\ |
|---|
| 709 | src/pmc/pmc_default.h src/pmc/pmc_continuation.h |
|---|
| 710 | |
|---|
| 711 | src/pmc/key.c : src/pmc/key.dump |
|---|
| 712 | $(PMC2CC) src/pmc/key.pmc |
|---|
| 713 | |
|---|
| 714 | src/pmc/key.dump : vtable.dump src/pmc/default.dump src/pmc/key.pmc $(PMC2C_FILES) |
|---|
| 715 | $(PMC2CD) src/pmc/key.pmc |
|---|
| 716 | |
|---|
| 717 | src/pmc/pmc_key.h: src/pmc/key.c |
|---|
| 718 | |
|---|
| 719 | src/pmc/key$(O): src/pmc/key.str $(NONGEN_HEADERS) \\ |
|---|
| 720 | src/pmc/pmc_default.h src/pmc/pmc_continuation.h |
|---|
| 721 | |
|---|
| 722 | src/pmc/unmanagedstruct.c : src/pmc/unmanagedstruct.dump |
|---|
| 723 | $(PMC2CC) src/pmc/unmanagedstruct.pmc |
|---|
| 724 | |
|---|
| 725 | src/pmc/unmanagedstruct.dump : vtable.dump src/pmc/default.dump src/pmc/unmanagedstruct.pmc $(PMC2C_FILES) |
|---|
| 726 | $(PMC2CD) src/pmc/unmanagedstruct.pmc |
|---|
| 727 | |
|---|
| 728 | src/pmc/pmc_unmanagedstruct.h: src/pmc/unmanagedstruct.c |
|---|
| 729 | |
|---|
| 730 | src/pmc/unmanagedstruct$(O): src/pmc/unmanagedstruct.str $(NONGEN_HEADERS) \\ |
|---|
| 731 | src/pmc/pmc_default.h include/parrot/compiler.h src/pmc/pmc_continuation.h |
|---|
| 732 | |
|---|
| 733 | src/pmc/managedstruct.c : src/pmc/managedstruct.dump |
|---|
| 734 | $(PMC2CC) src/pmc/managedstruct.pmc |
|---|
| 735 | |
|---|
| 736 | src/pmc/managedstruct.dump : vtable.dump src/pmc/default.dump src/pmc/unmanagedstruct.dump src/pmc/managedstruct.pmc $(PMC2C_FILES) |
|---|
| 737 | $(PMC2CD) src/pmc/managedstruct.pmc |
|---|
| 738 | |
|---|
| 739 | src/pmc/pmc_managedstruct.h: src/pmc/managedstruct.c |
|---|
| 740 | |
|---|
| 741 | src/pmc/managedstruct$(O): src/pmc/managedstruct.str $(NONGEN_HEADERS) \\ |
|---|
| 742 | src/pmc/pmc_unmanagedstruct.h src/pmc/pmc_default.h src/pmc/pmc_continuation.h |
|---|
| 743 | |
|---|
| 744 | src/pmc/exception.c : src/pmc/exception.dump |
|---|
| 745 | $(PMC2CC) src/pmc/exception.pmc |
|---|
| 746 | |
|---|
| 747 | src/pmc/exception.dump : vtable.dump src/pmc/default.dump src/pmc/exception.pmc $(PMC2C_FILES) lib/Parrot/Pmc2c/PCCMETHOD.pm src/pmc/pmc_fixedintegerarray.h |
|---|
| 748 | $(PMC2CD) src/pmc/exception.pmc |
|---|
| 749 | |
|---|
| 750 | src/pmc/pmc_exception.h: src/pmc/exception.c |
|---|
| 751 | |
|---|
| 752 | src/pmc/exception$(O): src/pmc/exception.str $(NONGEN_HEADERS) \\ |
|---|
| 753 | src/pmc/pmc_default.h include/parrot/exceptions.h src/pmc/pmc_sub.h src/pmc/pmc_continuation.h |
|---|
| 754 | |
|---|
| 755 | src/pmc/parrotlibrary.c : src/pmc/parrotlibrary.dump |
|---|
| 756 | $(PMC2CC) src/pmc/parrotlibrary.pmc |
|---|
| 757 | |
|---|
| 758 | src/pmc/parrotlibrary.dump : vtable.dump src/pmc/default.dump src/pmc/parrotlibrary.pmc $(PMC2C_FILES) |
|---|
| 759 | $(PMC2CD) src/pmc/parrotlibrary.pmc |
|---|
| 760 | |
|---|
| 761 | src/pmc/pmc_parrotlibrary.h: src/pmc/parrotlibrary.c |
|---|
| 762 | |
|---|
| 763 | src/pmc/parrotlibrary$(O): src/pmc/parrotlibrary.str $(NONGEN_HEADERS) \\ |
|---|
| 764 | src/pmc/pmc_default.h src/pmc/pmc_continuation.h |
|---|
| 765 | |
|---|
| 766 | src/pmc/parrotinterpreter.c : src/pmc/parrotinterpreter.dump |
|---|
| 767 | $(PMC2CC) src/pmc/parrotinterpreter.pmc |
|---|
| 768 | |
|---|
| 769 | src/pmc/parrotinterpreter.dump : vtable.dump src/pmc/default.dump src/pmc/parrotinterpreter.pmc $(PMC2C_FILES) lib/Parrot/Pmc2c/PCCMETHOD.pm src/pmc/pmc_fixedintegerarray.h |
|---|
| 770 | $(PMC2CD) src/pmc/parrotinterpreter.pmc |
|---|
| 771 | |
|---|
| 772 | src/pmc/pmc_parrotinterpreter.h: src/pmc/parrotinterpreter.c |
|---|
| 773 | |
|---|
| 774 | src/pmc/parrotinterpreter$(O): src/pmc/parrotinterpreter.str $(NONGEN_HEADERS) \\ |
|---|
| 775 | src/pmc/pmc_default.h include/parrot/embed.h include/parrot/dynext.h include/parrot/io.h include/parrot/runcore_api.h src/pmc/pmc_class.h src/pmc/pmc_sub.h src/pmc/pmc_continuation.h |
|---|
| 776 | |
|---|
| 777 | src/pmc/parrotthread.c : src/pmc/parrotthread.dump |
|---|
| 778 | $(PMC2CC) src/pmc/parrotthread.pmc |
|---|
| 779 | |
|---|
| 780 | src/pmc/parrotthread.dump : vtable.dump src/pmc/default.dump src/pmc/parrotinterpreter.dump src/pmc/parrotthread.pmc $(PMC2C_FILES) |
|---|
| 781 | $(PMC2CD) src/pmc/parrotthread.pmc |
|---|
| 782 | |
|---|
| 783 | src/pmc/pmc_parrotthread.h: src/pmc/parrotthread.c |
|---|
| 784 | |
|---|
| 785 | src/pmc/parrotthread$(O): src/pmc/parrotthread.str $(NONGEN_HEADERS) \\ |
|---|
| 786 | src/pmc/pmc_parrotinterpreter.h src/pmc/pmc_default.h include/parrot/embed.h src/pmc/pmc_continuation.h |
|---|
| 787 | |
|---|
| 788 | src/pmc/lexpad.c : src/pmc/lexpad.dump |
|---|
| 789 | $(PMC2CC) src/pmc/lexpad.pmc |
|---|
| 790 | |
|---|
| 791 | src/pmc/lexpad.dump : vtable.dump src/pmc/default.dump src/pmc/lexpad.pmc $(PMC2C_FILES) lib/Parrot/Pmc2c/PCCMETHOD.pm src/pmc/pmc_fixedintegerarray.h |
|---|
| 792 | $(PMC2CD) src/pmc/lexpad.pmc |
|---|
| 793 | |
|---|
| 794 | src/pmc/pmc_lexpad.h: src/pmc/lexpad.c |
|---|
| 795 | |
|---|
| 796 | src/pmc/lexpad$(O): src/pmc/lexpad.str $(NONGEN_HEADERS) \\ |
|---|
| 797 | src/pmc/pmc_default.h src/pmc/pmc_continuation.h |
|---|
| 798 | |
|---|
| 799 | src/pmc/timer.c : src/pmc/timer.dump |
|---|
| 800 | $(PMC2CC) src/pmc/timer.pmc |
|---|
| 801 | |
|---|
| 802 | src/pmc/timer.dump : vtable.dump src/pmc/default.dump src/pmc/task.dump src/pmc/timer.pmc $(PMC2C_FILES) |
|---|
| 803 | $(PMC2CD) src/pmc/timer.pmc |
|---|
| 804 | |
|---|
| 805 | src/pmc/pmc_timer.h: src/pmc/timer.c |
|---|
| 806 | |
|---|
| 807 | src/pmc/timer$(O): src/pmc/timer.str $(NONGEN_HEADERS) \\ |
|---|
| 808 | src/pmc/pmc_task.h src/pmc/pmc_default.h include/parrot/scheduler_private.h src/pmc/pmc_continuation.h |
|---|
| 809 | |
|---|
| 810 | src/pmc/pointer.c : src/pmc/pointer.dump |
|---|
| 811 | $(PMC2CC) src/pmc/pointer.pmc |
|---|
| 812 | |
|---|
| 813 | src/pmc/pointer.dump : vtable.dump src/pmc/default.dump src/pmc/pointer.pmc $(PMC2C_FILES) |
|---|
| 814 | $(PMC2CD) src/pmc/pointer.pmc |
|---|
| 815 | |
|---|
| 816 | src/pmc/pmc_pointer.h: src/pmc/pointer.c |
|---|
| 817 | |
|---|
| 818 | src/pmc/pointer$(O): src/pmc/pointer.str $(NONGEN_HEADERS) \\ |
|---|
| 819 | src/pmc/pmc_default.h src/pmc/pmc_continuation.h |
|---|
| 820 | |
|---|
| 821 | src/pmc/sub.c : src/pmc/sub.dump |
|---|
| 822 | $(PMC2CC) src/pmc/sub.pmc |
|---|
| 823 | |
|---|
| 824 | src/pmc/sub.dump : vtable.dump src/pmc/default.dump src/pmc/sub.pmc $(PMC2C_FILES) lib/Parrot/Pmc2c/PCCMETHOD.pm src/pmc/pmc_fixedintegerarray.h |
|---|
| 825 | $(PMC2CD) src/pmc/sub.pmc |
|---|
| 826 | |
|---|
| 827 | src/pmc/pmc_sub.h: src/pmc/sub.c |
|---|
| 828 | |
|---|
| 829 | src/pmc/sub$(O): src/pmc/sub.str $(NONGEN_HEADERS) \\ |
|---|
| 830 | src/pmc/pmc_default.h include/parrot/oplib/ops.h src/pmc/sub.str src/pmc/pmc_continuation.h |
|---|
| 831 | |
|---|
| 832 | src/pmc/continuation.c : src/pmc/continuation.dump |
|---|
| 833 | $(PMC2CC) src/pmc/continuation.pmc |
|---|
| 834 | |
|---|
| 835 | src/pmc/continuation.dump : vtable.dump src/pmc/default.dump src/pmc/continuation.pmc $(PMC2C_FILES) lib/Parrot/Pmc2c/PCCMETHOD.pm src/pmc/pmc_fixedintegerarray.h |
|---|
| 836 | $(PMC2CD) src/pmc/continuation.pmc |
|---|
| 837 | |
|---|
| 838 | src/pmc/pmc_continuation.h: src/pmc/continuation.c |
|---|
| 839 | |
|---|
| 840 | src/pmc/continuation$(O): src/pmc/continuation.str $(NONGEN_HEADERS) \\ |
|---|
| 841 | src/pmc/pmc_default.h include/parrot/oplib/ops.h src/pmc/pmc_sub.h src/pmc/pmc_continuation.h |
|---|
| 842 | |
|---|
| 843 | src/pmc/retcontinuation.c : src/pmc/retcontinuation.dump |
|---|
| 844 | $(PMC2CC) src/pmc/retcontinuation.pmc |
|---|
| 845 | |
|---|
| 846 | src/pmc/retcontinuation.dump : vtable.dump src/pmc/default.dump src/pmc/continuation.dump src/pmc/retcontinuation.pmc $(PMC2C_FILES) |
|---|
| 847 | $(PMC2CD) src/pmc/retcontinuation.pmc |
|---|
| 848 | |
|---|
| 849 | src/pmc/pmc_retcontinuation.h: src/pmc/retcontinuation.c |
|---|
| 850 | |
|---|
| 851 | src/pmc/retcontinuation$(O): src/pmc/retcontinuation.str $(NONGEN_HEADERS) \\ |
|---|
| 852 | src/pmc/pmc_continuation.h src/pmc/pmc_default.h include/parrot/oplib/ops.h src/pmc/pmc_continuation.h |
|---|
| 853 | |
|---|
| 854 | src/pmc/coroutine.c : src/pmc/coroutine.dump |
|---|
| 855 | $(PMC2CC) src/pmc/coroutine.pmc |
|---|
| 856 | |
|---|
| 857 | src/pmc/coroutine.dump : vtable.dump src/pmc/default.dump src/pmc/sub.dump src/pmc/coroutine.pmc $(PMC2C_FILES) |
|---|
| 858 | $(PMC2CD) src/pmc/coroutine.pmc |
|---|
| 859 | |
|---|
| 860 | src/pmc/pmc_coroutine.h: src/pmc/coroutine.c |
|---|
| 861 | |
|---|
| 862 | src/pmc/coroutine$(O): src/pmc/coroutine.str $(NONGEN_HEADERS) \\ |
|---|
| 863 | src/pmc/pmc_sub.h src/pmc/pmc_default.h include/parrot/oplib/ops.h src/pmc/pmc_continuation.h |
|---|
| 864 | |
|---|
| 865 | src/pmc/eval.c : src/pmc/eval.dump |
|---|
| 866 | $(PMC2CC) src/pmc/eval.pmc |
|---|
| 867 | |
|---|
| 868 | src/pmc/eval.dump : vtable.dump src/pmc/default.dump src/pmc/sub.dump src/pmc/eval.pmc $(PMC2C_FILES) |
|---|
| 869 | $(PMC2CD) src/pmc/eval.pmc |
|---|
| 870 | |
|---|
| 871 | src/pmc/pmc_eval.h: src/pmc/eval.c |
|---|
| 872 | |
|---|
| 873 | src/pmc/eval$(O): src/pmc/eval.str $(NONGEN_HEADERS) \\ |
|---|
| 874 | src/pmc/pmc_sub.h src/pmc/pmc_default.h src/pmc/pmc_sub.h src/pmc/pmc_continuation.h |
|---|
| 875 | |
|---|
| 876 | src/pmc/nci.c : src/pmc/nci.dump |
|---|
| 877 | $(PMC2CC) src/pmc/nci.pmc |
|---|
| 878 | |
|---|
| 879 | src/pmc/nci.dump : vtable.dump src/pmc/default.dump src/pmc/nci.pmc $(PMC2C_FILES) lib/Parrot/Pmc2c/PCCMETHOD.pm src/pmc/pmc_fixedintegerarray.h |
|---|
| 880 | $(PMC2CD) src/pmc/nci.pmc |
|---|
| 881 | |
|---|
| 882 | src/pmc/pmc_nci.h: src/pmc/nci.c |
|---|
| 883 | |
|---|
| 884 | src/pmc/nci$(O): src/pmc/nci.str $(NONGEN_HEADERS) \\ |
|---|
| 885 | src/pmc/pmc_default.h src/pmc/pmc_continuation.h |
|---|
| 886 | |
|---|
| 887 | src/pmc/float.c : src/pmc/float.dump |
|---|
| 888 | $(PMC2CC) src/pmc/float.pmc |
|---|
| 889 | |
|---|
| 890 | src/pmc/float.dump : vtable.dump src/pmc/default.dump src/pmc/scalar.dump src/pmc/float.pmc $(PMC2C_FILES) lib/Parrot/Pmc2c/PCCMETHOD.pm src/pmc/pmc_fixedintegerarray.h |
|---|
| 891 | $(PMC2CD) src/pmc/float.pmc |
|---|
| 892 | |
|---|
| 893 | src/pmc/pmc_float.h: src/pmc/float.c |
|---|
| 894 | |
|---|
| 895 | src/pmc/float$(O): src/pmc/float.str $(NONGEN_HEADERS) \\ |
|---|
| 896 | src/pmc/pmc_scalar.h src/pmc/pmc_default.h src/pmc/pmc_continuation.h |
|---|
| 897 | |
|---|
| 898 | src/pmc/integer.c : src/pmc/integer.dump |
|---|
| 899 | $(PMC2CC) src/pmc/integer.pmc |
|---|
| 900 | |
|---|
| 901 | src/pmc/integer.dump : vtable.dump src/pmc/default.dump src/pmc/scalar.dump src/pmc/integer.pmc $(PMC2C_FILES) lib/Parrot/Pmc2c/PCCMETHOD.pm src/pmc/pmc_fixedintegerarray.h |
|---|
| 902 | $(PMC2CD) src/pmc/integer.pmc |
|---|
| 903 | |
|---|
| 904 | src/pmc/pmc_integer.h: src/pmc/integer.c |
|---|
| 905 | |
|---|
| 906 | src/pmc/integer$(O): src/pmc/integer.str $(NONGEN_HEADERS) \\ |
|---|
| 907 | src/pmc/pmc_scalar.h src/pmc/pmc_default.h src/pmc/pmc_bigint.h src/pmc/pmc_continuation.h |
|---|
| 908 | |
|---|
| 909 | src/pmc/bigint.c : src/pmc/bigint.dump |
|---|
| 910 | $(PMC2CC) src/pmc/bigint.pmc |
|---|
| 911 | |
|---|
| 912 | src/pmc/bigint.dump : vtable.dump src/pmc/default.dump src/pmc/bigint.pmc $(PMC2C_FILES) lib/Parrot/Pmc2c/PCCMETHOD.pm src/pmc/pmc_fixedintegerarray.h |
|---|
| 913 | $(PMC2CD) src/pmc/bigint.pmc |
|---|
| 914 | |
|---|
| 915 | src/pmc/pmc_bigint.h: src/pmc/bigint.c |
|---|
| 916 | |
|---|
| 917 | src/pmc/bigint$(O): src/pmc/bigint.str $(NONGEN_HEADERS) \\ |
|---|
| 918 | src/pmc/pmc_default.h src/pmc/pmc_continuation.h |
|---|
| 919 | |
|---|
| 920 | src/pmc/bignum.c : src/pmc/bignum.dump |
|---|
| 921 | $(PMC2CC) src/pmc/bignum.pmc |
|---|
| 922 | |
|---|
| 923 | src/pmc/bignum.dump : vtable.dump src/pmc/default.dump src/pmc/bignum.pmc $(PMC2C_FILES) lib/Parrot/Pmc2c/PCCMETHOD.pm src/pmc/pmc_fixedintegerarray.h |
|---|
| 924 | $(PMC2CD) src/pmc/bignum.pmc |
|---|
| 925 | |
|---|
| 926 | src/pmc/pmc_bignum.h: src/pmc/bignum.c |
|---|
| 927 | |
|---|
| 928 | src/pmc/bignum$(O): src/pmc/bignum.str $(NONGEN_HEADERS) \\ |
|---|
| 929 | src/pmc/pmc_default.h src/pmc/pmc_continuation.h |
|---|
| 930 | |
|---|
| 931 | src/pmc/complex.c : src/pmc/complex.dump |
|---|
| 932 | $(PMC2CC) src/pmc/complex.pmc |
|---|
| 933 | |
|---|
| 934 | src/pmc/complex.dump : vtable.dump src/pmc/default.dump src/pmc/complex.pmc $(PMC2C_FILES) lib/Parrot/Pmc2c/PCCMETHOD.pm src/pmc/pmc_fixedintegerarray.h |
|---|
| 935 | $(PMC2CD) src/pmc/complex.pmc |
|---|
| 936 | |
|---|
| 937 | src/pmc/pmc_complex.h: src/pmc/complex.c |
|---|
| 938 | |
|---|
| 939 | src/pmc/complex$(O): src/pmc/complex.str $(NONGEN_HEADERS) \\ |
|---|
| 940 | src/pmc/pmc_default.h src/pmc/pmc_continuation.h |
|---|
| 941 | |
|---|
| 942 | src/pmc/string.c : src/pmc/string.dump |
|---|
| 943 | $(PMC2CC) src/pmc/string.pmc |
|---|
| 944 | |
|---|
| 945 | src/pmc/string.dump : vtable.dump src/pmc/default.dump src/pmc/scalar.dump src/pmc/string.pmc $(PMC2C_FILES) lib/Parrot/Pmc2c/PCCMETHOD.pm src/pmc/pmc_fixedintegerarray.h |
|---|
| 946 | $(PMC2CD) src/pmc/string.pmc |
|---|
| 947 | |
|---|
| 948 | src/pmc/pmc_string.h: src/pmc/string.c |
|---|
| 949 | |
|---|
| 950 | src/pmc/string$(O): src/pmc/string.str $(NONGEN_HEADERS) \\ |
|---|
| 951 | src/pmc/pmc_scalar.h src/pmc/pmc_default.h src/pmc/pmc_continuation.h |
|---|
| 952 | |
|---|
| 953 | src/pmc/boolean.c : src/pmc/boolean.dump |
|---|
| 954 | $(PMC2CC) src/pmc/boolean.pmc |
|---|
| 955 | |
|---|
| 956 | src/pmc/boolean.dump : vtable.dump src/pmc/default.dump src/pmc/scalar.dump src/pmc/integer.dump src/pmc/boolean.pmc $(PMC2C_FILES) |
|---|
| 957 | $(PMC2CD) src/pmc/boolean.pmc |
|---|
| 958 | |
|---|
| 959 | src/pmc/pmc_boolean.h: src/pmc/boolean.c |
|---|
| 960 | |
|---|
| 961 | src/pmc/boolean$(O): src/pmc/boolean.str $(NONGEN_HEADERS) \\ |
|---|
| 962 | src/pmc/pmc_integer.h src/pmc/pmc_scalar.h src/pmc/pmc_default.h src/pmc/pmc_continuation.h |
|---|
| 963 | |
|---|
| 964 | src/pmc/array.c : src/pmc/array.dump |
|---|
| 965 | $(PMC2CC) src/pmc/array.pmc |
|---|
| 966 | |
|---|
| 967 | src/pmc/array.dump : vtable.dump src/pmc/default.dump src/pmc/array.pmc $(PMC2C_FILES) |
|---|
| 968 | $(PMC2CD) src/pmc/array.pmc |
|---|
| 969 | |
|---|
| 970 | src/pmc/pmc_array.h: src/pmc/array.c |
|---|
| 971 | |
|---|
| 972 | src/pmc/array$(O): src/pmc/array.str $(NONGEN_HEADERS) \\ |
|---|
| 973 | src/pmc/pmc_default.h src/pmc/pmc_continuation.h |
|---|
| 974 | |
|---|
| 975 | src/pmc/fixedintegerarray.c : src/pmc/fixedintegerarray.dump |
|---|
| 976 | $(PMC2CC) src/pmc/fixedintegerarray.pmc |
|---|
| 977 | |
|---|
| 978 | src/pmc/fixedintegerarray.dump : vtable.dump src/pmc/default.dump src/pmc/fixedintegerarray.pmc $(PMC2C_FILES) lib/Parrot/Pmc2c/PCCMETHOD.pm |
|---|
| 979 | $(PMC2CD) src/pmc/fixedintegerarray.pmc |
|---|
| 980 | |
|---|
| 981 | src/pmc/pmc_fixedintegerarray.h: src/pmc/fixedintegerarray.c |
|---|
| 982 | |
|---|
| 983 | src/pmc/fixedintegerarray$(O): src/pmc/fixedintegerarray.str $(NONGEN_HEADERS) \\ |
|---|
| 984 | src/pmc/pmc_default.h src/pmc/pmc_continuation.h |
|---|
| 985 | |
|---|
| 986 | src/pmc/iterator.c : src/pmc/iterator.dump |
|---|
| 987 | $(PMC2CC) src/pmc/iterator.pmc |
|---|
| 988 | |
|---|
| 989 | src/pmc/iterator.dump : vtable.dump src/pmc/default.dump src/pmc/iterator.pmc $(PMC2C_FILES) lib/Parrot/Pmc2c/PCCMETHOD.pm src/pmc/pmc_fixedintegerarray.h |
|---|
| 990 | $(PMC2CD) src/pmc/iterator.pmc |
|---|
| 991 | |
|---|
| 992 | src/pmc/pmc_iterator.h: src/pmc/iterator.c |
|---|
| 993 | |
|---|
| 994 | src/pmc/iterator$(O): src/pmc/iterator.str $(NONGEN_HEADERS) \\ |
|---|
| 995 | src/pmc/pmc_default.h src/pmc/pmc_continuation.h |
|---|
| 996 | |
|---|
| 997 | src/pmc/fixedstringarray.c : src/pmc/fixedstringarray.dump |
|---|
| 998 | $(PMC2CC) src/pmc/fixedstringarray.pmc |
|---|
| 999 | |
|---|
| 1000 | src/pmc/fixedstringarray.dump : vtable.dump src/pmc/default.dump src/pmc/fixedstringarray.pmc $(PMC2C_FILES) |
|---|
| 1001 | $(PMC2CD) src/pmc/fixedstringarray.pmc |
|---|
| 1002 | |
|---|
| 1003 | src/pmc/pmc_fixedstringarray.h: src/pmc/fixedstringarray.c |
|---|
| 1004 | |
|---|
| 1005 | src/pmc/fixedstringarray$(O): src/pmc/fixedstringarray.str $(NONGEN_HEADERS) \\ |
|---|
| 1006 | src/pmc/pmc_default.h src/pmc/pmc_continuation.h |
|---|
| 1007 | |
|---|
| 1008 | src/pmc/hash.c : src/pmc/hash.dump |
|---|
| 1009 | $(PMC2CC) src/pmc/hash.pmc |
|---|
| 1010 | |
|---|
| 1011 | src/pmc/hash.dump : vtable.dump src/pmc/default.dump src/pmc/hash.pmc $(PMC2C_FILES) lib/Parrot/Pmc2c/PCCMETHOD.pm src/pmc/pmc_fixedintegerarray.h |
|---|
| 1012 | $(PMC2CD) src/pmc/hash.pmc |
|---|
| 1013 | |
|---|
| 1014 | src/pmc/pmc_hash.h: src/pmc/hash.c |
|---|
| 1015 | |
|---|
| 1016 | src/pmc/hash$(O): src/pmc/hash.str $(NONGEN_HEADERS) \\ |
|---|
| 1017 | src/pmc/pmc_default.h src/pmc/pmc_iterator.h src/pmc/pmc_key.h src/pmc/pmc_hashiteratorkey.h src/pmc/pmc_continuation.h |
|---|
| 1018 | |
|---|
| 1019 | src/pmc/orderedhash.c : src/pmc/orderedhash.dump |
|---|
| 1020 | $(PMC2CC) src/pmc/orderedhash.pmc |
|---|
| 1021 | |
|---|
| 1022 | src/pmc/orderedhash.dump : vtable.dump src/pmc/default.dump src/pmc/hash.dump src/pmc/orderedhash.pmc $(PMC2C_FILES) |
|---|
| 1023 | $(PMC2CD) src/pmc/orderedhash.pmc |
|---|
| 1024 | |
|---|
| 1025 | src/pmc/pmc_orderedhash.h: src/pmc/orderedhash.c |
|---|
| 1026 | |
|---|
| 1027 | src/pmc/orderedhash$(O): src/pmc/orderedhash.str $(NONGEN_HEADERS) \\ |
|---|
| 1028 | src/pmc/pmc_hash.h src/pmc/pmc_default.h src/pmc/pmc_continuation.h |
|---|
| 1029 | |
|---|
| 1030 | src/pmc/os.c : src/pmc/os.dump |
|---|
| 1031 | $(PMC2CC) src/pmc/os.pmc |
|---|
| 1032 | |
|---|
| 1033 | src/pmc/os.dump : vtable.dump src/pmc/default.dump src/pmc/os.pmc $(PMC2C_FILES) lib/Parrot/Pmc2c/PCCMETHOD.pm src/pmc/pmc_fixedintegerarray.h |
|---|
| 1034 | $(PMC2CD) src/pmc/os.pmc |
|---|
| 1035 | |
|---|
| 1036 | src/pmc/pmc_os.h: src/pmc/os.c |
|---|
| 1037 | |
|---|
| 1038 | src/pmc/os$(O): src/pmc/os.str $(NONGEN_HEADERS) \\ |
|---|
| 1039 | src/pmc/pmc_default.h src/pmc/pmc_continuation.h |
|---|
| 1040 | |
|---|
| 1041 | src/pmc/file.c : src/pmc/file.dump |
|---|
| 1042 | $(PMC2CC) src/pmc/file.pmc |
|---|
| 1043 | |
|---|
| 1044 | src/pmc/file.dump : vtable.dump src/pmc/default.dump src/pmc/file.pmc $(PMC2C_FILES) lib/Parrot/Pmc2c/PCCMETHOD.pm src/pmc/pmc_fixedintegerarray.h |
|---|
| 1045 | $(PMC2CD) src/pmc/file.pmc |
|---|
| 1046 | |
|---|
| 1047 | src/pmc/pmc_file.h: src/pmc/file.c |
|---|
| 1048 | |
|---|
| 1049 | src/pmc/file$(O): src/pmc/file.str $(NONGEN_HEADERS) \\ |
|---|
| 1050 | src/pmc/pmc_default.h src/pmc/pmc_continuation.h |
|---|
| 1051 | |
|---|
| 1052 | src/pmc/addrregistry.c : src/pmc/addrregistry.dump |
|---|
| 1053 | $(PMC2CC) src/pmc/addrregistry.pmc |
|---|
| 1054 | |
|---|
| 1055 | src/pmc/addrregistry.dump : vtable.dump src/pmc/default.dump src/pmc/hash.dump src/pmc/addrregistry.pmc $(PMC2C_FILES) |
|---|
| 1056 | $(PMC2CD) src/pmc/addrregistry.pmc |
|---|
| 1057 | |
|---|
| 1058 | src/pmc/pmc_addrregistry.h: src/pmc/addrregistry.c |
|---|
| 1059 | |
|---|
| 1060 | src/pmc/addrregistry$(O): src/pmc/addrregistry.str $(NONGEN_HEADERS) \\ |
|---|
| 1061 | src/pmc/pmc_hash.h src/pmc/pmc_default.h include/parrot/hash.h src/pmc/pmc_hash.h src/pmc/pmc_continuation.h |
|---|
| 1062 | |
|---|
| 1063 | src/pmc/arrayiterator.c : src/pmc/arrayiterator.dump |
|---|
| 1064 | $(PMC2CC) src/pmc/arrayiterator.pmc |
|---|
| 1065 | |
|---|
| 1066 | src/pmc/arrayiterator.dump : vtable.dump src/pmc/default.dump src/pmc/iterator.dump src/pmc/arrayiterator.pmc $(PMC2C_FILES) |
|---|
| 1067 | $(PMC2CD) src/pmc/arrayiterator.pmc |
|---|
| 1068 | |
|---|
| 1069 | src/pmc/pmc_arrayiterator.h: src/pmc/arrayiterator.c |
|---|
| 1070 | |
|---|
| 1071 | src/pmc/arrayiterator$(O): src/pmc/arrayiterator.str $(NONGEN_HEADERS) \\ |
|---|
| 1072 | src/pmc/pmc_iterator.h src/pmc/pmc_default.h src/pmc/pmc_continuation.h |
|---|
| 1073 | |
|---|
| 1074 | src/pmc/callsignature.c : src/pmc/callsignature.dump |
|---|
| 1075 | $(PMC2CC) src/pmc/callsignature.pmc |
|---|
| 1076 | |
|---|
| 1077 | src/pmc/callsignature.dump : vtable.dump src/pmc/default.dump src/pmc/capture.dump src/pmc/callsignature.pmc $(PMC2C_FILES) |
|---|
| 1078 | $(PMC2CD) src/pmc/callsignature.pmc |
|---|
| 1079 | |
|---|
| 1080 | src/pmc/pmc_callsignature.h: src/pmc/callsignature.c |
|---|
| 1081 | |
|---|
| 1082 | src/pmc/callsignature$(O): src/pmc/callsignature.str $(NONGEN_HEADERS) \\ |
|---|
| 1083 | src/pmc/pmc_capture.h src/pmc/pmc_default.h src/pmc/pmc_continuation.h |
|---|
| 1084 | |
|---|
| 1085 | src/pmc/capture.c : src/pmc/capture.dump |
|---|
| 1086 | $(PMC2CC) src/pmc/capture.pmc |
|---|
| 1087 | |
|---|
| 1088 | src/pmc/capture.dump : vtable.dump src/pmc/default.dump src/pmc/capture.pmc $(PMC2C_FILES) lib/Parrot/Pmc2c/PCCMETHOD.pm src/pmc/pmc_fixedintegerarray.h |
|---|
| 1089 | $(PMC2CD) src/pmc/capture.pmc |
|---|
| 1090 | |
|---|
| 1091 | src/pmc/pmc_capture.h: src/pmc/capture.c |
|---|
| 1092 | |
|---|
| 1093 | src/pmc/capture$(O): src/pmc/capture.str $(NONGEN_HEADERS) \\ |
|---|
| 1094 | src/pmc/pmc_default.h src/pmc/pmc_continuation.h |
|---|
| 1095 | |
|---|
| 1096 | src/pmc/class.c : src/pmc/class.dump |
|---|
| 1097 | $(PMC2CC) src/pmc/class.pmc |
|---|
| 1098 | |
|---|
| 1099 | src/pmc/class.dump : vtable.dump src/pmc/default.dump src/pmc/class.pmc $(PMC2C_FILES) lib/Parrot/Pmc2c/PCCMETHOD.pm src/pmc/pmc_fixedintegerarray.h |
|---|
| 1100 | $(PMC2CD) src/pmc/class.pmc |
|---|
| 1101 | |
|---|
| 1102 | src/pmc/pmc_class.h: src/pmc/class.c |
|---|
| 1103 | |
|---|
| 1104 | src/pmc/class$(O): src/pmc/class.str $(NONGEN_HEADERS) \\ |
|---|
| 1105 | src/pmc/pmc_default.h include/parrot/oo_private.h src/pmc/pmc_object.h src/pmc/pmc_namespace.h src/pmc/pmc_continuation.h |
|---|
| 1106 | |
|---|
| 1107 | src/pmc/codestring.c : src/pmc/codestring.dump |
|---|
| 1108 | $(PMC2CC) src/pmc/codestring.pmc |
|---|
| 1109 | |
|---|
| 1110 | src/pmc/codestring.dump : vtable.dump src/pmc/default.dump src/pmc/scalar.dump src/pmc/string.dump src/pmc/codestring.pmc $(PMC2C_FILES) lib/Parrot/Pmc2c/PCCMETHOD.pm src/pmc/pmc_fixedintegerarray.h |
|---|
| 1111 | $(PMC2CD) src/pmc/codestring.pmc |
|---|
| 1112 | |
|---|
| 1113 | src/pmc/pmc_codestring.h: src/pmc/codestring.c |
|---|
| 1114 | |
|---|
| 1115 | src/pmc/codestring$(O): src/pmc/codestring.str $(NONGEN_HEADERS) \\ |
|---|
| 1116 | src/pmc/pmc_string.h src/pmc/pmc_scalar.h src/pmc/pmc_default.h src/pmc/pmc_continuation.h |
|---|
| 1117 | |
|---|
| 1118 | src/pmc/context.c : src/pmc/context.dump |
|---|
| 1119 | $(PMC2CC) src/pmc/context.pmc |
|---|
| 1120 | |
|---|
| 1121 | src/pmc/context.dump : vtable.dump src/pmc/default.dump src/pmc/context.pmc $(PMC2C_FILES) lib/Parrot/Pmc2c/PCCMETHOD.pm src/pmc/pmc_fixedintegerarray.h |
|---|
| 1122 | $(PMC2CD) src/pmc/context.pmc |
|---|
| 1123 | |
|---|
| 1124 | src/pmc/pmc_context.h: src/pmc/context.c |
|---|
| 1125 | |
|---|
| 1126 | src/pmc/context$(O): src/pmc/context.str $(NONGEN_HEADERS) \\ |
|---|
| 1127 | src/pmc/pmc_default.h include/parrot/packfile.h src/pmc/pmc_sub.h src/pmc/pmc_continuation.h |
|---|
| 1128 | |
|---|
| 1129 | src/pmc/cpointer.c : src/pmc/cpointer.dump |
|---|
| 1130 | $(PMC2CC) src/pmc/cpointer.pmc |
|---|
| 1131 | |
|---|
| 1132 | src/pmc/cpointer.dump : vtable.dump src/pmc/default.dump src/pmc/cpointer.pmc $(PMC2C_FILES) |
|---|
| 1133 | $(PMC2CD) src/pmc/cpointer.pmc |
|---|
| 1134 | |
|---|
| 1135 | src/pmc/pmc_cpointer.h: src/pmc/cpointer.c |
|---|
| 1136 | |
|---|
| 1137 | src/pmc/cpointer$(O): src/pmc/cpointer.str $(NONGEN_HEADERS) \\ |
|---|
| 1138 | src/pmc/pmc_default.h src/pmc/pmc_continuation.h |
|---|
| 1139 | |
|---|
| 1140 | src/pmc/eventhandler.c : src/pmc/eventhandler.dump |
|---|
| 1141 | $(PMC2CC) src/pmc/eventhandler.pmc |
|---|
| 1142 | |
|---|
| 1143 | src/pmc/eventhandler.dump : vtable.dump src/pmc/default.dump src/pmc/sub.dump src/pmc/eventhandler.pmc $(PMC2C_FILES) lib/Parrot/Pmc2c/PCCMETHOD.pm src/pmc/pmc_fixedintegerarray.h |
|---|
| 1144 | $(PMC2CD) src/pmc/eventhandler.pmc |
|---|
| 1145 | |
|---|
| 1146 | src/pmc/pmc_eventhandler.h: src/pmc/eventhandler.c |
|---|
| 1147 | |
|---|
| 1148 | src/pmc/eventhandler$(O): src/pmc/eventhandler.str $(NONGEN_HEADERS) \\ |
|---|
| 1149 | src/pmc/pmc_sub.h src/pmc/pmc_default.h src/pmc/pmc_continuation.h |
|---|
| 1150 | |
|---|
| 1151 | src/pmc/exceptionhandler.c : src/pmc/exceptionhandler.dump |
|---|
| 1152 | $(PMC2CC) src/pmc/exceptionhandler.pmc |
|---|
| 1153 | |
|---|
| 1154 | src/pmc/exceptionhandler.dump : vtable.dump src/pmc/default.dump src/pmc/continuation.dump src/pmc/exceptionhandler.pmc $(PMC2C_FILES) lib/Parrot/Pmc2c/PCCMETHOD.pm src/pmc/pmc_fixedintegerarray.h |
|---|
| 1155 | $(PMC2CD) src/pmc/exceptionhandler.pmc |
|---|
| 1156 | |
|---|
| 1157 | src/pmc/pmc_exceptionhandler.h: src/pmc/exceptionhandler.c |
|---|
| 1158 | |
|---|
| 1159 | src/pmc/exceptionhandler$(O): src/pmc/exceptionhandler.str $(NONGEN_HEADERS) \\ |
|---|
| 1160 | src/pmc/pmc_continuation.h src/pmc/pmc_default.h include/parrot/oplib/ops.h src/pmc/pmc_continuation.h |
|---|
| 1161 | |
|---|
| 1162 | src/pmc/exporter.c : src/pmc/exporter.dump |
|---|
| 1163 | $(PMC2CC) src/pmc/exporter.pmc |
|---|
| 1164 | |
|---|
| 1165 | src/pmc/exporter.dump : vtable.dump src/pmc/default.dump src/pmc/exporter.pmc $(PMC2C_FILES) lib/Parrot/Pmc2c/PCCMETHOD.pm src/pmc/pmc_fixedintegerarray.h |
|---|
| 1166 | $(PMC2CD) src/pmc/exporter.pmc |
|---|
| 1167 | |
|---|
| 1168 | src/pmc/pmc_exporter.h: src/pmc/exporter.c |
|---|
| 1169 | |
|---|
| 1170 | src/pmc/exporter$(O): src/pmc/exporter.str $(NONGEN_HEADERS) \\ |
|---|
| 1171 | src/pmc/pmc_default.h src/pmc/pmc_continuation.h |
|---|
| 1172 | |
|---|
| 1173 | src/pmc/filehandle.c : src/pmc/filehandle.dump |
|---|
| 1174 | $(PMC2CC) src/pmc/filehandle.pmc |
|---|
| 1175 | |
|---|
| 1176 | src/pmc/filehandle.dump : vtable.dump src/pmc/default.dump src/pmc/handle.dump src/pmc/filehandle.pmc $(PMC2C_FILES) lib/Parrot/Pmc2c/PCCMETHOD.pm src/pmc/pmc_fixedintegerarray.h |
|---|
| 1177 | $(PMC2CD) src/pmc/filehandle.pmc |
|---|
| 1178 | |
|---|
| 1179 | src/pmc/pmc_filehandle.h: src/pmc/filehandle.c |
|---|
| 1180 | |
|---|
| 1181 | src/pmc/filehandle$(O): src/pmc/filehandle.str $(NONGEN_HEADERS) \\ |
|---|
| 1182 | src/pmc/pmc_handle.h src/pmc/pmc_default.h include/../src/io/io_private.h src/pmc/pmc_continuation.h |
|---|
| 1183 | |
|---|
| 1184 | src/pmc/fixedbooleanarray.c : src/pmc/fixedbooleanarray.dump |
|---|
| 1185 | $(PMC2CC) src/pmc/fixedbooleanarray.pmc |
|---|
| 1186 | |
|---|
| 1187 | src/pmc/fixedbooleanarray.dump : vtable.dump src/pmc/default.dump src/pmc/fixedbooleanarray.pmc $(PMC2C_FILES) lib/Parrot/Pmc2c/PCCMETHOD.pm src/pmc/pmc_fixedintegerarray.h |
|---|
| 1188 | $(PMC2CD) src/pmc/fixedbooleanarray.pmc |
|---|
| 1189 | |
|---|
| 1190 | src/pmc/pmc_fixedbooleanarray.h: src/pmc/fixedbooleanarray.c |
|---|
| 1191 | |
|---|
| 1192 | src/pmc/fixedbooleanarray$(O): src/pmc/fixedbooleanarray.str $(NONGEN_HEADERS) \\ |
|---|
| 1193 | src/pmc/pmc_default.h src/pmc/pmc_continuation.h |
|---|
| 1194 | |
|---|
| 1195 | src/pmc/fixedfloatarray.c : src/pmc/fixedfloatarray.dump |
|---|
| 1196 | $(PMC2CC) src/pmc/fixedfloatarray.pmc |
|---|
| 1197 | |
|---|
| 1198 | src/pmc/fixedfloatarray.dump : vtable.dump src/pmc/default.dump src/pmc/fixedfloatarray.pmc $(PMC2C_FILES) |
|---|
| 1199 | $(PMC2CD) src/pmc/fixedfloatarray.pmc |
|---|
| 1200 | |
|---|
| 1201 | src/pmc/pmc_fixedfloatarray.h: src/pmc/fixedfloatarray.c |
|---|
| 1202 | |
|---|
| 1203 | src/pmc/fixedfloatarray$(O): src/pmc/fixedfloatarray.str $(NONGEN_HEADERS) \\ |
|---|
| 1204 | src/pmc/pmc_default.h src/pmc/pmc_continuation.h |
|---|
| 1205 | |
|---|
| 1206 | src/pmc/fixedpmcarray.c : src/pmc/fixedpmcarray.dump |
|---|
| 1207 | $(PMC2CC) src/pmc/fixedpmcarray.pmc |
|---|
| 1208 | |
|---|
| 1209 | src/pmc/fixedpmcarray.dump : vtable.dump src/pmc/default.dump src/pmc/fixedpmcarray.pmc $(PMC2C_FILES) lib/Parrot/Pmc2c/PCCMETHOD.pm src/pmc/pmc_fixedintegerarray.h |
|---|
| 1210 | $(PMC2CD) src/pmc/fixedpmcarray.pmc |
|---|
| 1211 | |
|---|
| 1212 | src/pmc/pmc_fixedpmcarray.h: src/pmc/fixedpmcarray.c |
|---|
| 1213 | |
|---|
| 1214 | src/pmc/fixedpmcarray$(O): src/pmc/fixedpmcarray.str $(NONGEN_HEADERS) \\ |
|---|
| 1215 | src/pmc/pmc_default.h src/pmc/pmc_continuation.h |
|---|
| 1216 | |
|---|
| 1217 | src/pmc/handle.c : src/pmc/handle.dump |
|---|
| 1218 | $(PMC2CC) src/pmc/handle.pmc |
|---|
| 1219 | |
|---|
| 1220 | src/pmc/handle.dump : vtable.dump src/pmc/default.dump src/pmc/handle.pmc $(PMC2C_FILES) |
|---|
| 1221 | $(PMC2CD) src/pmc/handle.pmc |
|---|
| 1222 | |
|---|
| 1223 | src/pmc/pmc_handle.h: src/pmc/handle.c |
|---|
| 1224 | |
|---|
| 1225 | src/pmc/handle$(O): src/pmc/handle.str $(NONGEN_HEADERS) \\ |
|---|
| 1226 | src/pmc/pmc_default.h include/parrot/parrot.h include/../src/io/io_private.h src/pmc/pmc_continuation.h |
|---|
| 1227 | |
|---|
| 1228 | src/pmc/hashiterator.c : src/pmc/hashiterator.dump |
|---|
| 1229 | $(PMC2CC) src/pmc/hashiterator.pmc |
|---|
| 1230 | |
|---|
| 1231 | src/pmc/hashiterator.dump : vtable.dump src/pmc/default.dump src/pmc/iterator.dump src/pmc/hashiterator.pmc $(PMC2C_FILES) |
|---|
| 1232 | $(PMC2CD) src/pmc/hashiterator.pmc |
|---|
| 1233 | |
|---|
| 1234 | src/pmc/pmc_hashiterator.h: src/pmc/hashiterator.c |
|---|
| 1235 | |
|---|
| 1236 | src/pmc/hashiterator$(O): src/pmc/hashiterator.str $(NONGEN_HEADERS) \\ |
|---|
| 1237 | src/pmc/pmc_iterator.h src/pmc/pmc_default.h src/pmc/pmc_hash.h src/pmc/pmc_hashiteratorkey.h src/pmc/pmc_continuation.h |
|---|
| 1238 | |
|---|
| 1239 | src/pmc/hashiteratorkey.c : src/pmc/hashiteratorkey.dump |
|---|
| 1240 | $(PMC2CC) src/pmc/hashiteratorkey.pmc |
|---|
| 1241 | |
|---|
| 1242 | src/pmc/hashiteratorkey.dump : vtable.dump src/pmc/default.dump src/pmc/hashiteratorkey.pmc $(PMC2C_FILES) lib/Parrot/Pmc2c/PCCMETHOD.pm src/pmc/pmc_fixedintegerarray.h |
|---|
| 1243 | $(PMC2CD) src/pmc/hashiteratorkey.pmc |
|---|
| 1244 | |
|---|
| 1245 | src/pmc/pmc_hashiteratorkey.h: src/pmc/hashiteratorkey.c |
|---|
| 1246 | |
|---|
| 1247 | src/pmc/hashiteratorkey$(O): src/pmc/hashiteratorkey.str $(NONGEN_HEADERS) \\ |
|---|
| 1248 | src/pmc/pmc_default.h src/pmc/pmc_continuation.h |
|---|
| 1249 | |
|---|
| 1250 | src/pmc/lexinfo.c : src/pmc/lexinfo.dump |
|---|
| 1251 | $(PMC2CC) src/pmc/lexinfo.pmc |
|---|
| 1252 | |
|---|
| 1253 | src/pmc/lexinfo.dump : vtable.dump src/pmc/default.dump src/pmc/hash.dump src/pmc/lexinfo.pmc $(PMC2C_FILES) lib/Parrot/Pmc2c/PCCMETHOD.pm src/pmc/pmc_fixedintegerarray.h |
|---|
| 1254 | $(PMC2CD) src/pmc/lexinfo.pmc |
|---|
| 1255 | |
|---|
| 1256 | src/pmc/pmc_lexinfo.h: src/pmc/lexinfo.c |
|---|
| 1257 | |
|---|
| 1258 | src/pmc/lexinfo$(O): src/pmc/lexinfo.str $(NONGEN_HEADERS) \\ |
|---|
| 1259 | src/pmc/pmc_hash.h src/pmc/pmc_default.h src/pmc/pmc_hash.h src/pmc/pmc_continuation.h |
|---|
| 1260 | |
|---|
| 1261 | src/pmc/multisub.c : src/pmc/multisub.dump |
|---|
| 1262 | $(PMC2CC) src/pmc/multisub.pmc |
|---|
| 1263 | |
|---|
| 1264 | src/pmc/multisub.dump : vtable.dump src/pmc/default.dump src/pmc/fixedpmcarray.dump src/pmc/resizablepmcarray.dump src/pmc/multisub.pmc $(PMC2C_FILES) lib/Parrot/Pmc2c/PCCMETHOD.pm src/pmc/pmc_fixedintegerarray.h |
|---|
| 1265 | $(PMC2CD) src/pmc/multisub.pmc |
|---|
| 1266 | |
|---|
| 1267 | src/pmc/pmc_multisub.h: src/pmc/multisub.c |
|---|
| 1268 | |
|---|
| 1269 | src/pmc/multisub$(O): src/pmc/multisub.str $(NONGEN_HEADERS) \\ |
|---|
| 1270 | src/pmc/pmc_resizablepmcarray.h src/pmc/pmc_fixedpmcarray.h src/pmc/pmc_default.h src/pmc/pmc_continuation.h |
|---|
| 1271 | |
|---|
| 1272 | src/pmc/namespace.c : src/pmc/namespace.dump |
|---|
| 1273 | $(PMC2CC) src/pmc/namespace.pmc |
|---|
| 1274 | |
|---|
| 1275 | src/pmc/namespace.dump : vtable.dump src/pmc/default.dump src/pmc/hash.dump src/pmc/namespace.pmc $(PMC2C_FILES) lib/Parrot/Pmc2c/PCCMETHOD.pm src/pmc/pmc_fixedintegerarray.h |
|---|
| 1276 | $(PMC2CD) src/pmc/namespace.pmc |
|---|
| 1277 | |
|---|
| 1278 | src/pmc/pmc_namespace.h: src/pmc/namespace.c |
|---|
| 1279 | |
|---|
| 1280 | src/pmc/namespace$(O): src/pmc/namespace.str $(NONGEN_HEADERS) \\ |
|---|
| 1281 | src/pmc/pmc_hash.h src/pmc/pmc_default.h src/pmc/pmc_sub.h src/pmc/pmc_continuation.h |
|---|
| 1282 | |
|---|
| 1283 | src/pmc/object.c : src/pmc/object.dump |
|---|
| 1284 | $(PMC2CC) src/pmc/object.pmc |
|---|
| 1285 | |
|---|
| 1286 | src/pmc/object.dump : vtable.dump src/pmc/default.dump src/pmc/object.pmc $(PMC2C_FILES) |
|---|
| 1287 | $(PMC2CD) src/pmc/object.pmc |
|---|
| 1288 | |
|---|
| 1289 | src/pmc/pmc_object.h: src/pmc/object.c |
|---|
| 1290 | |
|---|
| 1291 | src/pmc/object$(O): src/pmc/object.str $(NONGEN_HEADERS) \\ |
|---|
| 1292 | src/pmc/pmc_default.h include/parrot/oo_private.h src/pmc/pmc_class.h src/pmc/pmc_continuation.h |
|---|
| 1293 | |
|---|
| 1294 | src/pmc/orderedhashiterator.c : src/pmc/orderedhashiterator.dump |
|---|
| 1295 | $(PMC2CC) src/pmc/orderedhashiterator.pmc |
|---|
| 1296 | |
|---|
| 1297 | src/pmc/orderedhashiterator.dump : vtable.dump src/pmc/default.dump src/pmc/iterator.dump src/pmc/orderedhashiterator.pmc $(PMC2C_FILES) |
|---|
| 1298 | $(PMC2CD) src/pmc/orderedhashiterator.pmc |
|---|
| 1299 | |
|---|
| 1300 | src/pmc/pmc_orderedhashiterator.h: src/pmc/orderedhashiterator.c |
|---|
| 1301 | |
|---|
| 1302 | src/pmc/orderedhashiterator$(O): src/pmc/orderedhashiterator.str $(NONGEN_HEADERS) \\ |
|---|
| 1303 | src/pmc/pmc_iterator.h src/pmc/pmc_default.h src/pmc/pmc_hash.h src/pmc/pmc_hashiteratorkey.h src/pmc/pmc_continuation.h |
|---|
| 1304 | |
|---|
| 1305 | src/pmc/packfile.c : src/pmc/packfile.dump |
|---|
| 1306 | $(PMC2CC) src/pmc/packfile.pmc |
|---|
| 1307 | |
|---|
| 1308 | src/pmc/packfile.dump : vtable.dump src/pmc/default.dump src/pmc/packfile.pmc $(PMC2C_FILES) lib/Parrot/Pmc2c/PCCMETHOD.pm src/pmc/pmc_fixedintegerarray.h |
|---|
| 1309 | $(PMC2CD) src/pmc/packfile.pmc |
|---|
| 1310 | |
|---|
| 1311 | src/pmc/pmc_packfile.h: src/pmc/packfile.c |
|---|
| 1312 | |
|---|
| 1313 | src/pmc/packfile$(O): src/pmc/packfile.str $(NONGEN_HEADERS) \\ |
|---|
| 1314 | src/pmc/pmc_default.h src/pmc/pmc_packfiledirectory.h src/pmc/pmc_continuation.h |
|---|
| 1315 | |
|---|
| 1316 | src/pmc/packfileannotation.c : src/pmc/packfileannotation.dump |
|---|
| 1317 | $(PMC2CC) src/pmc/packfileannotation.pmc |
|---|
| 1318 | |
|---|
| 1319 | src/pmc/packfileannotation.dump : vtable.dump src/pmc/default.dump src/pmc/packfileannotation.pmc $(PMC2C_FILES) lib/Parrot/Pmc2c/PCCMETHOD.pm src/pmc/pmc_fixedintegerarray.h |
|---|
| 1320 | $(PMC2CD) src/pmc/packfileannotation.pmc |
|---|
| 1321 | |
|---|
| 1322 | src/pmc/pmc_packfileannotation.h: src/pmc/packfileannotation.c |
|---|
| 1323 | |
|---|
| 1324 | src/pmc/packfileannotation$(O): src/pmc/packfileannotation.str $(NONGEN_HEADERS) \\ |
|---|
| 1325 | src/pmc/pmc_default.h src/pmc/pmc_continuation.h |
|---|
| 1326 | |
|---|
| 1327 | src/pmc/packfileannotations.c : src/pmc/packfileannotations.dump |
|---|
| 1328 | $(PMC2CC) src/pmc/packfileannotations.pmc |
|---|
| 1329 | |
|---|
| 1330 | src/pmc/packfileannotations.dump : vtable.dump src/pmc/default.dump src/pmc/packfilesegment.dump src/pmc/packfileannotations.pmc $(PMC2C_FILES) lib/Parrot/Pmc2c/PCCMETHOD.pm src/pmc/pmc_fixedintegerarray.h |
|---|
| 1331 | $(PMC2CD) src/pmc/packfileannotations.pmc |
|---|
| 1332 | |
|---|
| 1333 | src/pmc/pmc_packfileannotations.h: src/pmc/packfileannotations.c |
|---|
| 1334 | |
|---|
| 1335 | src/pmc/packfileannotations$(O): src/pmc/packfileannotations.str $(NONGEN_HEADERS) \\ |
|---|
| 1336 | src/pmc/pmc_packfilesegment.h src/pmc/pmc_default.h src/pmc/pmc_packfileannotation.h src/pmc/pmc_continuation.h |
|---|
| 1337 | |
|---|
| 1338 | src/pmc/packfileconstanttable.c : src/pmc/packfileconstanttable.dump |
|---|
| 1339 | $(PMC2CC) src/pmc/packfileconstanttable.pmc |
|---|
| 1340 | |
|---|
| 1341 | src/pmc/packfileconstanttable.dump : vtable.dump src/pmc/default.dump src/pmc/packfilesegment.dump src/pmc/packfileconstanttable.pmc $(PMC2C_FILES) lib/Parrot/Pmc2c/PCCMETHOD.pm src/pmc/pmc_fixedintegerarray.h |
|---|
| 1342 | $(PMC2CD) src/pmc/packfileconstanttable.pmc |
|---|
| 1343 | |
|---|
| 1344 | src/pmc/pmc_packfileconstanttable.h: src/pmc/packfileconstanttable.c |
|---|
| 1345 | |
|---|
| 1346 | src/pmc/packfileconstanttable$(O): src/pmc/packfileconstanttable.str $(NONGEN_HEADERS) \\ |
|---|
| 1347 | src/pmc/pmc_packfilesegment.h src/pmc/pmc_default.h src/pmc/pmc_continuation.h |
|---|
| 1348 | |
|---|
| 1349 | src/pmc/packfiledirectory.c : src/pmc/packfiledirectory.dump |
|---|
| 1350 | $(PMC2CC) src/pmc/packfiledirectory.pmc |
|---|
| 1351 | |
|---|
| 1352 | src/pmc/packfiledirectory.dump : vtable.dump src/pmc/default.dump src/pmc/packfilesegment.dump src/pmc/packfiledirectory.pmc $(PMC2C_FILES) |
|---|
| 1353 | $(PMC2CD) src/pmc/packfiledirectory.pmc |
|---|
| 1354 | |
|---|
| 1355 | src/pmc/pmc_packfiledirectory.h: src/pmc/packfiledirectory.c |
|---|
| 1356 | |
|---|
| 1357 | src/pmc/packfiledirectory$(O): src/pmc/packfiledirectory.str $(NONGEN_HEADERS) \\ |
|---|
| 1358 | src/pmc/pmc_packfilesegment.h src/pmc/pmc_default.h src/pmc/pmc_continuation.h |
|---|
| 1359 | |
|---|
| 1360 | src/pmc/packfilefixupentry.c : src/pmc/packfilefixupentry.dump |
|---|
| 1361 | $(PMC2CC) src/pmc/packfilefixupentry.pmc |
|---|
| 1362 | |
|---|
| 1363 | src/pmc/packfilefixupentry.dump : vtable.dump src/pmc/default.dump src/pmc/packfilefixupentry.pmc $(PMC2C_FILES) lib/Parrot/Pmc2c/PCCMETHOD.pm src/pmc/pmc_fixedintegerarray.h |
|---|
| 1364 | $(PMC2CD) src/pmc/packfilefixupentry.pmc |
|---|
| 1365 | |
|---|
| 1366 | src/pmc/pmc_packfilefixupentry.h: src/pmc/packfilefixupentry.c |
|---|
| 1367 | |
|---|
| 1368 | src/pmc/packfilefixupentry$(O): src/pmc/packfilefixupentry.str $(NONGEN_HEADERS) \\ |
|---|
| 1369 | src/pmc/pmc_default.h src/pmc/pmc_continuation.h |
|---|
| 1370 | |
|---|
| 1371 | src/pmc/packfilefixuptable.c : src/pmc/packfilefixuptable.dump |
|---|
| 1372 | $(PMC2CC) src/pmc/packfilefixuptable.pmc |
|---|
| 1373 | |
|---|
| 1374 | src/pmc/packfilefixuptable.dump : vtable.dump src/pmc/default.dump src/pmc/packfilesegment.dump src/pmc/packfilefixuptable.pmc $(PMC2C_FILES) lib/Parrot/Pmc2c/PCCMETHOD.pm src/pmc/pmc_fixedintegerarray.h |
|---|
| 1375 | $(PMC2CD) src/pmc/packfilefixuptable.pmc |
|---|
| 1376 | |
|---|
| 1377 | src/pmc/pmc_packfilefixuptable.h: src/pmc/packfilefixuptable.c |
|---|
| 1378 | |
|---|
| 1379 | src/pmc/packfilefixuptable$(O): src/pmc/packfilefixuptable.str $(NONGEN_HEADERS) \\ |
|---|
| 1380 | src/pmc/pmc_packfilesegment.h src/pmc/pmc_default.h src/pmc/pmc_continuation.h |
|---|
| 1381 | |
|---|
| 1382 | src/pmc/packfilerawsegment.c : src/pmc/packfilerawsegment.dump |
|---|
| 1383 | $(PMC2CC) src/pmc/packfilerawsegment.pmc |
|---|
| 1384 | |
|---|
| 1385 | src/pmc/packfilerawsegment.dump : vtable.dump src/pmc/default.dump src/pmc/packfilesegment.dump src/pmc/packfilerawsegment.pmc $(PMC2C_FILES) lib/Parrot/Pmc2c/PCCMETHOD.pm src/pmc/pmc_fixedintegerarray.h |
|---|
| 1386 | $(PMC2CD) src/pmc/packfilerawsegment.pmc |
|---|
| 1387 | |
|---|
| 1388 | src/pmc/pmc_packfilerawsegment.h: src/pmc/packfilerawsegment.c |
|---|
| 1389 | |
|---|
| 1390 | src/pmc/packfilerawsegment$(O): src/pmc/packfilerawsegment.str $(NONGEN_HEADERS) \\ |
|---|
| 1391 | src/pmc/pmc_packfilesegment.h src/pmc/pmc_default.h src/pmc/pmc_continuation.h |
|---|
| 1392 | |
|---|
| 1393 | src/pmc/packfilesegment.c : src/pmc/packfilesegment.dump |
|---|
| 1394 | $(PMC2CC) src/pmc/packfilesegment.pmc |
|---|
| 1395 | |
|---|
| 1396 | src/pmc/packfilesegment.dump : vtable.dump src/pmc/default.dump src/pmc/packfilesegment.pmc $(PMC2C_FILES) lib/Parrot/Pmc2c/PCCMETHOD.pm src/pmc/pmc_fixedintegerarray.h |
|---|
| 1397 | $(PMC2CD) src/pmc/packfilesegment.pmc |
|---|
| 1398 | |
|---|
| 1399 | src/pmc/pmc_packfilesegment.h: src/pmc/packfilesegment.c |
|---|
| 1400 | |
|---|
| 1401 | src/pmc/packfilesegment$(O): src/pmc/packfilesegment.str $(NONGEN_HEADERS) \\ |
|---|
| 1402 | src/pmc/pmc_default.h src/pmc/pmc_continuation.h |
|---|
| 1403 | |
|---|
| 1404 | src/pmc/parrotrunningthread.c : src/pmc/parrotrunningthread.dump |
|---|
| 1405 | $(PMC2CC) src/pmc/parrotrunningthread.pmc |
|---|
| 1406 | |
|---|
| 1407 | src/pmc/parrotrunningthread.dump : vtable.dump src/pmc/default.dump src/pmc/parrotrunningthread.pmc $(PMC2C_FILES) lib/Parrot/Pmc2c/PCCMETHOD.pm src/pmc/pmc_fixedintegerarray.h |
|---|
| 1408 | $(PMC2CD) src/pmc/parrotrunningthread.pmc |
|---|
| 1409 | |
|---|
| 1410 | src/pmc/pmc_parrotrunningthread.h: src/pmc/parrotrunningthread.c |
|---|
| 1411 | |
|---|
| 1412 | src/pmc/parrotrunningthread$(O): src/pmc/parrotrunningthread.str $(NONGEN_HEADERS) \\ |
|---|
| 1413 | src/pmc/pmc_default.h include/parrot/embed.h src/pmc/pmc_continuation.h |
|---|
| 1414 | |
|---|
| 1415 | src/pmc/pccmethod_test.c : src/pmc/pccmethod_test.dump |
|---|
| 1416 | $(PMC2CC) src/pmc/pccmethod_test.pmc |
|---|
| 1417 | |
|---|
| 1418 | src/pmc/pccmethod_test.dump : vtable.dump src/pmc/default.dump src/pmc/pccmethod_test.pmc $(PMC2C_FILES) lib/Parrot/Pmc2c/PCCMETHOD.pm src/pmc/pmc_fixedintegerarray.h |
|---|
| 1419 | $(PMC2CD) src/pmc/pccmethod_test.pmc |
|---|
| 1420 | |
|---|
| 1421 | src/pmc/pmc_pccmethod_test.h: src/pmc/pccmethod_test.c |
|---|
| 1422 | |
|---|
| 1423 | src/pmc/pccmethod_test$(O): src/pmc/pccmethod_test.str $(NONGEN_HEADERS) \\ |
|---|
| 1424 | src/pmc/pmc_default.h src/pmc/pmc_continuation.h |
|---|
| 1425 | |
|---|
| 1426 | src/pmc/pmcproxy.c : src/pmc/pmcproxy.dump |
|---|
| 1427 | $(PMC2CC) src/pmc/pmcproxy.pmc |
|---|
| 1428 | |
|---|
| 1429 | src/pmc/pmcproxy.dump : vtable.dump src/pmc/default.dump src/pmc/class.dump src/pmc/pmcproxy.pmc $(PMC2C_FILES) lib/Parrot/Pmc2c/PCCMETHOD.pm src/pmc/pmc_fixedintegerarray.h |
|---|
| 1430 | $(PMC2CD) src/pmc/pmcproxy.pmc |
|---|
| 1431 | |
|---|
| 1432 | src/pmc/pmc_pmcproxy.h: src/pmc/pmcproxy.c |
|---|
| 1433 | |
|---|
| 1434 | src/pmc/pmcproxy$(O): src/pmc/pmcproxy.str $(NONGEN_HEADERS) \\ |
|---|
| 1435 | src/pmc/pmc_class.h src/pmc/pmc_default.h include/parrot/oo_private.h src/pmc/pmc_continuation.h |
|---|
| 1436 | |
|---|
| 1437 | src/pmc/resizablebooleanarray.c : src/pmc/resizablebooleanarray.dump |
|---|
| 1438 | $(PMC2CC) src/pmc/resizablebooleanarray.pmc |
|---|
| 1439 | |
|---|
| 1440 | src/pmc/resizablebooleanarray.dump : vtable.dump src/pmc/default.dump src/pmc/fixedbooleanarray.dump src/pmc/resizablebooleanarray.pmc $(PMC2C_FILES) |
|---|
| 1441 | $(PMC2CD) src/pmc/resizablebooleanarray.pmc |
|---|
| 1442 | |
|---|
| 1443 | src/pmc/pmc_resizablebooleanarray.h: src/pmc/resizablebooleanarray.c |
|---|
| 1444 | |
|---|
| 1445 | src/pmc/resizablebooleanarray$(O): src/pmc/resizablebooleanarray.str $(NONGEN_HEADERS) \\ |
|---|
| 1446 | src/pmc/pmc_fixedbooleanarray.h src/pmc/pmc_default.h src/pmc/pmc_continuation.h |
|---|
| 1447 | |
|---|
| 1448 | src/pmc/resizablefloatarray.c : src/pmc/resizablefloatarray.dump |
|---|
| 1449 | $(PMC2CC) src/pmc/resizablefloatarray.pmc |
|---|
| 1450 | |
|---|
| 1451 | src/pmc/resizablefloatarray.dump : vtable.dump src/pmc/default.dump src/pmc/fixedfloatarray.dump src/pmc/resizablefloatarray.pmc $(PMC2C_FILES) |
|---|
| 1452 | $(PMC2CD) src/pmc/resizablefloatarray.pmc |
|---|
| 1453 | |
|---|
| 1454 | src/pmc/pmc_resizablefloatarray.h: src/pmc/resizablefloatarray.c |
|---|
| 1455 | |
|---|
| 1456 | src/pmc/resizablefloatarray$(O): src/pmc/resizablefloatarray.str $(NONGEN_HEADERS) \\ |
|---|
| 1457 | src/pmc/pmc_fixedfloatarray.h src/pmc/pmc_default.h src/pmc/pmc_continuation.h |
|---|
| 1458 | |
|---|
| 1459 | src/pmc/resizableintegerarray.c : src/pmc/resizableintegerarray.dump |
|---|
| 1460 | $(PMC2CC) src/pmc/resizableintegerarray.pmc |
|---|
| 1461 | |
|---|
| 1462 | src/pmc/resizableintegerarray.dump : vtable.dump src/pmc/default.dump src/pmc/fixedintegerarray.dump src/pmc/resizableintegerarray.pmc $(PMC2C_FILES) |
|---|
| 1463 | $(PMC2CD) src/pmc/resizableintegerarray.pmc |
|---|
| 1464 | |
|---|
| 1465 | src/pmc/pmc_resizableintegerarray.h: src/pmc/resizableintegerarray.c |
|---|
| 1466 | |
|---|
| 1467 | src/pmc/resizableintegerarray$(O): src/pmc/resizableintegerarray.str $(NONGEN_HEADERS) \\ |
|---|
| 1468 | src/pmc/pmc_fixedintegerarray.h src/pmc/pmc_default.h src/pmc/pmc_continuation.h |
|---|
| 1469 | |
|---|
| 1470 | src/pmc/resizablepmcarray.c : src/pmc/resizablepmcarray.dump |
|---|
| 1471 | $(PMC2CC) src/pmc/resizablepmcarray.pmc |
|---|
| 1472 | |
|---|
| 1473 | src/pmc/resizablepmcarray.dump : vtable.dump src/pmc/default.dump src/pmc/fixedpmcarray.dump src/pmc/resizablepmcarray.pmc $(PMC2C_FILES) lib/Parrot/Pmc2c/PCCMETHOD.pm src/pmc/pmc_fixedintegerarray.h |
|---|
| 1474 | $(PMC2CD) src/pmc/resizablepmcarray.pmc |
|---|
| 1475 | |
|---|
| 1476 | src/pmc/pmc_resizablepmcarray.h: src/pmc/resizablepmcarray.c |
|---|
| 1477 | |
|---|
| 1478 | src/pmc/resizablepmcarray$(O): src/pmc/resizablepmcarray.str $(NONGEN_HEADERS) \\ |
|---|
| 1479 | src/pmc/pmc_fixedpmcarray.h src/pmc/pmc_default.h src/pmc/pmc_continuation.h |
|---|
| 1480 | |
|---|
| 1481 | src/pmc/resizablestringarray.c : src/pmc/resizablestringarray.dump |
|---|
| 1482 | $(PMC2CC) src/pmc/resizablestringarray.pmc |
|---|
| 1483 | |
|---|
| 1484 | src/pmc/resizablestringarray.dump : vtable.dump src/pmc/default.dump src/pmc/fixedstringarray.dump src/pmc/resizablestringarray.pmc $(PMC2C_FILES) lib/Parrot/Pmc2c/PCCMETHOD.pm src/pmc/pmc_fixedintegerarray.h |
|---|
| 1485 | $(PMC2CD) src/pmc/resizablestringarray.pmc |
|---|
| 1486 | |
|---|
| 1487 | src/pmc/pmc_resizablestringarray.h: src/pmc/resizablestringarray.c |
|---|
| 1488 | |
|---|
| 1489 | src/pmc/resizablestringarray$(O): src/pmc/resizablestringarray.str $(NONGEN_HEADERS) \\ |
|---|
| 1490 | src/pmc/pmc_fixedstringarray.h src/pmc/pmc_default.h src/pmc/pmc_continuation.h |
|---|
| 1491 | |
|---|
| 1492 | src/pmc/role.c : src/pmc/role.dump |
|---|
| 1493 | $(PMC2CC) src/pmc/role.pmc |
|---|
| 1494 | |
|---|
| 1495 | src/pmc/role.dump : vtable.dump src/pmc/default.dump src/pmc/role.pmc $(PMC2C_FILES) lib/Parrot/Pmc2c/PCCMETHOD.pm src/pmc/pmc_fixedintegerarray.h |
|---|
| 1496 | $(PMC2CD) src/pmc/role.pmc |
|---|
| 1497 | |
|---|
| 1498 | src/pmc/pmc_role.h: src/pmc/role.c |
|---|
| 1499 | |
|---|
| 1500 | src/pmc/role$(O): src/pmc/role.str $(NONGEN_HEADERS) \\ |
|---|
| 1501 | src/pmc/pmc_default.h src/pmc/pmc_namespace.h src/pmc/pmc_continuation.h |
|---|
| 1502 | |
|---|
| 1503 | src/pmc/scalar.c : src/pmc/scalar.dump |
|---|
| 1504 | $(PMC2CC) src/pmc/scalar.pmc |
|---|
| 1505 | |
|---|
| 1506 | src/pmc/scalar.dump : vtable.dump src/pmc/default.dump src/pmc/scalar.pmc $(PMC2C_FILES) |
|---|
| 1507 | $(PMC2CD) src/pmc/scalar.pmc |
|---|
| 1508 | |
|---|
| 1509 | src/pmc/pmc_scalar.h: src/pmc/scalar.c |
|---|
| 1510 | |
|---|
| 1511 | src/pmc/scalar$(O): src/pmc/scalar.str $(NONGEN_HEADERS) \\ |
|---|
| 1512 | src/pmc/pmc_default.h src/pmc/pmc_bigint.h src/pmc/pmc_continuation.h |
|---|
| 1513 | |
|---|
| 1514 | src/pmc/scheduler.c : src/pmc/scheduler.dump |
|---|
| 1515 | $(PMC2CC) src/pmc/scheduler.pmc |
|---|
| 1516 | |
|---|
| 1517 | src/pmc/scheduler.dump : vtable.dump src/pmc/default.dump src/pmc/scheduler.pmc $(PMC2C_FILES) lib/Parrot/Pmc2c/PCCMETHOD.pm src/pmc/pmc_fixedintegerarray.h |
|---|
| 1518 | $(PMC2CD) src/pmc/scheduler.pmc |
|---|
| 1519 | |
|---|
| 1520 | src/pmc/pmc_scheduler.h: src/pmc/scheduler.c |
|---|
| 1521 | |
|---|
| 1522 | src/pmc/scheduler$(O): src/pmc/scheduler.str $(NONGEN_HEADERS) \\ |
|---|
| 1523 | src/pmc/pmc_default.h include/parrot/scheduler_private.h src/pmc/pmc_continuation.h |
|---|
| 1524 | |
|---|
| 1525 | src/pmc/schedulermessage.c : src/pmc/schedulermessage.dump |
|---|
| 1526 | $(PMC2CC) src/pmc/schedulermessage.pmc |
|---|
| 1527 | |
|---|
| 1528 | src/pmc/schedulermessage.dump : vtable.dump src/pmc/default.dump src/pmc/schedulermessage.pmc $(PMC2C_FILES) |
|---|
| 1529 | $(PMC2CD) src/pmc/schedulermessage.pmc |
|---|
| 1530 | |
|---|
| 1531 | src/pmc/pmc_schedulermessage.h: src/pmc/schedulermessage.c |
|---|
| 1532 | |
|---|
| 1533 | src/pmc/schedulermessage$(O): src/pmc/schedulermessage.str $(NONGEN_HEADERS) \\ |
|---|
| 1534 | src/pmc/pmc_default.h include/parrot/scheduler_private.h src/pmc/pmc_continuation.h |
|---|
| 1535 | |
|---|
| 1536 | src/pmc/sockaddr.c : src/pmc/sockaddr.dump |
|---|
| 1537 | $(PMC2CC) src/pmc/sockaddr.pmc |
|---|
| 1538 | |
|---|
| 1539 | src/pmc/sockaddr.dump : vtable.dump src/pmc/default.dump src/pmc/sockaddr.pmc $(PMC2C_FILES) |
|---|
| 1540 | $(PMC2CD) src/pmc/sockaddr.pmc |
|---|
| 1541 | |
|---|
| 1542 | src/pmc/pmc_sockaddr.h: src/pmc/sockaddr.c |
|---|
| 1543 | |
|---|
| 1544 | src/pmc/sockaddr$(O): src/pmc/sockaddr.str $(NONGEN_HEADERS) \\ |
|---|
| 1545 | src/pmc/pmc_default.h src/pmc/pmc_continuation.h |
|---|
| 1546 | |
|---|
| 1547 | src/pmc/socket.c : src/pmc/socket.dump |
|---|
| 1548 | $(PMC2CC) src/pmc/socket.pmc |
|---|
| 1549 | |
|---|
| 1550 | src/pmc/socket.dump : vtable.dump src/pmc/default.dump src/pmc/handle.dump src/pmc/socket.pmc $(PMC2C_FILES) lib/Parrot/Pmc2c/PCCMETHOD.pm src/pmc/pmc_fixedintegerarray.h |
|---|
| 1551 | $(PMC2CD) src/pmc/socket.pmc |
|---|
| 1552 | |
|---|
| 1553 | src/pmc/pmc_socket.h: src/pmc/socket.c |
|---|
| 1554 | |
|---|
| 1555 | src/pmc/socket$(O): src/pmc/socket.str $(NONGEN_HEADERS) \\ |
|---|
| 1556 | src/pmc/pmc_handle.h src/pmc/pmc_default.h include/../src/io/io_private.h src/pmc/pmc_continuation.h |
|---|
| 1557 | |
|---|
| 1558 | src/pmc/stringhandle.c : src/pmc/stringhandle.dump |
|---|
| 1559 | $(PMC2CC) src/pmc/stringhandle.pmc |
|---|
| 1560 | |
|---|
| 1561 | src/pmc/stringhandle.dump : vtable.dump src/pmc/default.dump src/pmc/handle.dump src/pmc/stringhandle.pmc $(PMC2C_FILES) lib/Parrot/Pmc2c/PCCMETHOD.pm src/pmc/pmc_fixedintegerarray.h |
|---|
| 1562 | $(PMC2CD) src/pmc/stringhandle.pmc |
|---|
| 1563 | |
|---|
| 1564 | src/pmc/pmc_stringhandle.h: src/pmc/stringhandle.c |
|---|
| 1565 | |
|---|
| 1566 | src/pmc/stringhandle$(O): src/pmc/stringhandle.str $(NONGEN_HEADERS) \\ |
|---|
| 1567 | src/pmc/pmc_handle.h src/pmc/pmc_default.h include/../src/io/io_private.h src/pmc/pmc_continuation.h |
|---|
| 1568 | |
|---|
| 1569 | src/pmc/stringiterator.c : src/pmc/stringiterator.dump |
|---|
| 1570 | $(PMC2CC) src/pmc/stringiterator.pmc |
|---|
| 1571 | |
|---|
| 1572 | src/pmc/stringiterator.dump : vtable.dump src/pmc/default.dump src/pmc/iterator.dump src/pmc/stringiterator.pmc $(PMC2C_FILES) |
|---|
| 1573 | $(PMC2CD) src/pmc/stringiterator.pmc |
|---|
| 1574 | |
|---|
| 1575 | src/pmc/pmc_stringiterator.h: src/pmc/stringiterator.c |
|---|
| 1576 | |
|---|
| 1577 | src/pmc/stringiterator$(O): src/pmc/stringiterator.str $(NONGEN_HEADERS) \\ |
|---|
| 1578 | src/pmc/pmc_iterator.h src/pmc/pmc_default.h src/pmc/pmc_continuation.h |
|---|
| 1579 | |
|---|
| 1580 | src/pmc/task.c : src/pmc/task.dump |
|---|
| 1581 | $(PMC2CC) src/pmc/task.pmc |
|---|
| 1582 | |
|---|
| 1583 | src/pmc/task.dump : vtable.dump src/pmc/default.dump src/pmc/task.pmc $(PMC2C_FILES) |
|---|
| 1584 | $(PMC2CD) src/pmc/task.pmc |
|---|
| 1585 | |
|---|
| 1586 | src/pmc/pmc_task.h: src/pmc/task.c |
|---|
| 1587 | |
|---|
| 1588 | src/pmc/task$(O): src/pmc/task.str $(NONGEN_HEADERS) \\ |
|---|
| 1589 | src/pmc/pmc_default.h include/parrot/scheduler_private.h src/pmc/pmc_continuation.h |
|---|
| 1590 | |
|---|
| 1591 | src/pmc/undef.c : src/pmc/undef.dump |
|---|
| 1592 | $(PMC2CC) src/pmc/undef.pmc |
|---|
| 1593 | |
|---|
| 1594 | src/pmc/undef.dump : vtable.dump src/pmc/default.dump src/pmc/undef.pmc $(PMC2C_FILES) |
|---|
| 1595 | $(PMC2CD) src/pmc/undef.pmc |
|---|
| 1596 | |
|---|
| 1597 | src/pmc/pmc_undef.h: src/pmc/undef.c |
|---|
| 1598 | |
|---|
| 1599 | src/pmc/undef$(O): src/pmc/undef.str $(NONGEN_HEADERS) \\ |
|---|
| 1600 | src/pmc/pmc_default.h src/pmc/pmc_object.h src/pmc/pmc_continuation.h |
|---|
| 1601 | |
|---|
| 1602 | ', |
|---|
| 1603 | 'TEMP_pmc_classes_o' => ' src/pmc/default$(O) src/pmc/null$(O) src/pmc/env$(O) src/pmc/key$(O) src/pmc/unmanagedstruct$(O) src/pmc/managedstruct$(O) src/pmc/exception$(O) src/pmc/parrotlibrary$(O) src/pmc/parrotinterpreter$(O) src/pmc/parrotthread$(O) src/pmc/lexpad$(O) src/pmc/timer$(O) src/pmc/pointer$(O) src/pmc/sub$(O) src/pmc/continuation$(O) src/pmc/retcontinuation$(O) src/pmc/coroutine$(O) src/pmc/eval$(O) src/pmc/nci$(O) src/pmc/float$(O) src/pmc/integer$(O) src/pmc/bigint$(O) src/pmc/bignum$(O) src/pmc/complex$(O) src/pmc/string$(O) src/pmc/boolean$(O) src/pmc/array$(O) src/pmc/fixedintegerarray$(O) src/pmc/iterator$(O) src/pmc/fixedstringarray$(O) src/pmc/hash$(O) src/pmc/orderedhash$(O) src/pmc/os$(O) src/pmc/file$(O) src/pmc/addrregistry$(O) src/pmc/arrayiterator$(O) src/pmc/callsignature$(O) src/pmc/capture$(O) src/pmc/class$(O) src/pmc/codestring$(O) src/pmc/context$(O) src/pmc/cpointer$(O) src/pmc/eventhandler$(O) src/pmc/exceptionhandler$(O) src/pmc/exporter$(O) src/pmc/filehandle$(O) src/pmc/fixedbooleanarray$(O) src/pmc/fixedfloatarray$(O) src/pmc/fixedpmcarray$(O) src/pmc/handle$(O) src/pmc/hashiterator$(O) src/pmc/hashiteratorkey$(O) src/pmc/lexinfo$(O) src/pmc/multisub$(O) src/pmc/namespace$(O) src/pmc/object$(O) src/pmc/orderedhashiterator$(O) src/pmc/packfile$(O) src/pmc/packfileannotation$(O) src/pmc/packfileannotations$(O) src/pmc/packfileconstanttable$(O) src/pmc/packfiledirectory$(O) src/pmc/packfilefixupentry$(O) src/pmc/packfilefixuptable$(O) src/pmc/packfilerawsegment$(O) src/pmc/packfilesegment$(O) src/pmc/parrotrunningthread$(O) src/pmc/pccmethod_test$(O) src/pmc/pmcproxy$(O) src/pmc/resizablebooleanarray$(O) src/pmc/resizablefloatarray$(O) src/pmc/resizableintegerarray$(O) src/pmc/resizablepmcarray$(O) src/pmc/resizablestringarray$(O) src/pmc/role$(O) src/pmc/scalar$(O) src/pmc/scheduler$(O) src/pmc/schedulermessage$(O) src/pmc/sockaddr$(O) src/pmc/socket$(O) src/pmc/stringhandle$(O) src/pmc/stringiterator$(O) src/pmc/task$(O) src/pmc/undef$(O)', |
|---|
| 1604 | 'TEMP_pmc_classes_pmc' => ' src/pmc/default.pmc src/pmc/null.pmc src/pmc/env.pmc src/pmc/key.pmc src/pmc/unmanagedstruct.pmc src/pmc/managedstruct.pmc src/pmc/exception.pmc src/pmc/parrotlibrary.pmc src/pmc/parrotinterpreter.pmc src/pmc/parrotthread.pmc src/pmc/lexpad.pmc src/pmc/timer.pmc src/pmc/pointer.pmc src/pmc/sub.pmc src/pmc/continuation.pmc src/pmc/retcontinuation.pmc src/pmc/coroutine.pmc src/pmc/eval.pmc src/pmc/nci.pmc src/pmc/float.pmc src/pmc/integer.pmc src/pmc/bigint.pmc src/pmc/bignum.pmc src/pmc/complex.pmc src/pmc/string.pmc src/pmc/boolean.pmc src/pmc/array.pmc src/pmc/fixedintegerarray.pmc src/pmc/iterator.pmc src/pmc/fixedstringarray.pmc src/pmc/hash.pmc src/pmc/orderedhash.pmc src/pmc/os.pmc src/pmc/file.pmc src/pmc/addrregistry.pmc src/pmc/arrayiterator.pmc src/pmc/callsignature.pmc src/pmc/capture.pmc src/pmc/class.pmc src/pmc/codestring.pmc src/pmc/context.pmc src/pmc/cpointer.pmc src/pmc/eventhandler.pmc src/pmc/exceptionhandler.pmc src/pmc/exporter.pmc src/pmc/filehandle.pmc src/pmc/fixedbooleanarray.pmc src/pmc/fixedfloatarray.pmc src/pmc/fixedpmcarray.pmc src/pmc/handle.pmc src/pmc/hashiterator.pmc src/pmc/hashiteratorkey.pmc src/pmc/lexinfo.pmc src/pmc/multisub.pmc src/pmc/namespace.pmc src/pmc/object.pmc src/pmc/orderedhashiterator.pmc src/pmc/packfile.pmc src/pmc/packfileannotation.pmc src/pmc/packfileannotations.pmc src/pmc/packfileconstanttable.pmc src/pmc/packfiledirectory.pmc src/pmc/packfilefixupentry.pmc src/pmc/packfilefixuptable.pmc src/pmc/packfilerawsegment.pmc src/pmc/packfilesegment.pmc src/pmc/parrotrunningthread.pmc src/pmc/pccmethod_test.pmc src/pmc/pmcproxy.pmc src/pmc/resizablebooleanarray.pmc src/pmc/resizablefloatarray.pmc src/pmc/resizableintegerarray.pmc src/pmc/resizablepmcarray.pmc src/pmc/resizablestringarray.pmc src/pmc/role.pmc src/pmc/scalar.pmc src/pmc/scheduler.pmc src/pmc/schedulermessage.pmc src/pmc/sockaddr.pmc src/pmc/socket.pmc src/pmc/stringhandle.pmc src/pmc/stringiterator.pmc src/pmc/task.pmc src/pmc/undef.pmc', |
|---|
| 1605 | 'TEMP_pmc_classes_str' => ' src/pmc/default.str src/pmc/null.str src/pmc/env.str src/pmc/key.str src/pmc/unmanagedstruct.str src/pmc/managedstruct.str src/pmc/exception.str src/pmc/parrotlibrary.str src/pmc/parrotinterpreter.str src/pmc/parrotthread.str src/pmc/lexpad.str src/pmc/timer.str src/pmc/pointer.str src/pmc/sub.str src/pmc/continuation.str src/pmc/retcontinuation.str src/pmc/coroutine.str src/pmc/eval.str src/pmc/nci.str src/pmc/float.str src/pmc/integer.str src/pmc/bigint.str src/pmc/bignum.str src/pmc/complex.str src/pmc/string.str src/pmc/boolean.str src/pmc/array.str src/pmc/fixedintegerarray.str src/pmc/iterator.str src/pmc/fixedstringarray.str src/pmc/hash.str src/pmc/orderedhash.str src/pmc/os.str src/pmc/file.str src/pmc/addrregistry.str src/pmc/arrayiterator.str src/pmc/callsignature.str src/pmc/capture.str src/pmc/class.str src/pmc/codestring.str src/pmc/context.str src/pmc/cpointer.str src/pmc/eventhandler.str src/pmc/exceptionhandler.str src/pmc/exporter.str src/pmc/filehandle.str src/pmc/fixedbooleanarray.str src/pmc/fixedfloatarray.str src/pmc/fixedpmcarray.str src/pmc/handle.str src/pmc/hashiterator.str src/pmc/hashiteratorkey.str src/pmc/lexinfo.str src/pmc/multisub.str src/pmc/namespace.str src/pmc/object.str src/pmc/orderedhashiterator.str src/pmc/packfile.str src/pmc/packfileannotation.str src/pmc/packfileannotations.str src/pmc/packfileconstanttable.str src/pmc/packfiledirectory.str src/pmc/packfilefixupentry.str src/pmc/packfilefixuptable.str src/pmc/packfilerawsegment.str src/pmc/packfilesegment.str src/pmc/parrotrunningthread.str src/pmc/pccmethod_test.str src/pmc/pmcproxy.str src/pmc/resizablebooleanarray.str src/pmc/resizablefloatarray.str src/pmc/resizableintegerarray.str src/pmc/resizablepmcarray.str src/pmc/resizablestringarray.str src/pmc/role.str src/pmc/scalar.str src/pmc/scheduler.str src/pmc/schedulermessage.str src/pmc/sockaddr.str src/pmc/socket.str src/pmc/stringhandle.str src/pmc/stringiterator.str src/pmc/task.str src/pmc/undef.str', |
|---|
| 1606 | 'TEMP_pmc_o' => 'default$(O) null$(O) env$(O) key$(O) unmanagedstruct$(O) managedstruct$(O) exception$(O) parrotlibrary$(O) parrotinterpreter$(O) parrotthread$(O) lexpad$(O) timer$(O) pointer$(O) sub$(O) continuation$(O) retcontinuation$(O) coroutine$(O) eval$(O) nci$(O) float$(O) integer$(O) bigint$(O) bignum$(O) complex$(O) string$(O) boolean$(O) array$(O) fixedintegerarray$(O) iterator$(O) fixedstringarray$(O) hash$(O) orderedhash$(O) os$(O) file$(O) addrregistry$(O) arrayiterator$(O) callsignature$(O) capture$(O) class$(O) codestring$(O) context$(O) cpointer$(O) eventhandler$(O) exceptionhandler$(O) exporter$(O) filehandle$(O) fixedbooleanarray$(O) fixedfloatarray$(O) fixedpmcarray$(O) handle$(O) hashiterator$(O) hashiteratorkey$(O) lexinfo$(O) multisub$(O) namespace$(O) object$(O) orderedhashiterator$(O) packfile$(O) packfileannotation$(O) packfileannotations$(O) packfileconstanttable$(O) packfiledirectory$(O) packfilefixupentry$(O) packfilefixuptable$(O) packfilerawsegment$(O) packfilesegment$(O) parrotrunningthread$(O) pccmethod_test$(O) pmcproxy$(O) resizablebooleanarray$(O) resizablefloatarray$(O) resizableintegerarray$(O) resizablepmcarray$(O) resizablestringarray$(O) role$(O) scalar$(O) scheduler$(O) schedulermessage$(O) sockaddr$(O) socket$(O) stringhandle$(O) stringiterator$(O) task$(O) undef$(O)', |
|---|
| 1607 | 'TEMP_pod' => 'ops/bit.pod ops/cmp.pod ops/core.pod ops/debug.pod ops/experimental.pod ops/io.pod ops/math.pod ops/object.pod ops/pmc.pod ops/set.pod ops/string.pod ops/sys.pod ops/var.pod', |
|---|
| 1608 | 'TEMP_pod_build' => ' |
|---|
| 1609 | # the following part of the Makefile was built by \'config/auto/perldoc.pm\' |
|---|
| 1610 | |
|---|
| 1611 | ops/bit.pod: ../src/ops/bit.ops |
|---|
| 1612 | $(PERLDOC) -ud ops/bit.pod ../src/ops/bit.ops |
|---|
| 1613 | $(CHMOD) 0644 ops/bit.pod |
|---|
| 1614 | |
|---|
| 1615 | ops/cmp.pod: ../src/ops/cmp.ops |
|---|
| 1616 | $(PERLDOC) -ud ops/cmp.pod ../src/ops/cmp.ops |
|---|
| 1617 | $(CHMOD) 0644 ops/cmp.pod |
|---|
| 1618 | |
|---|
| 1619 | ops/core.pod: ../src/ops/core.ops |
|---|
| 1620 | $(PERLDOC) -ud ops/core.pod ../src/ops/core.ops |
|---|
| 1621 | $(CHMOD) 0644 ops/core.pod |
|---|
| 1622 | |
|---|
| 1623 | ops/debug.pod: ../src/ops/debug.ops |
|---|
| 1624 | $(PERLDOC) -ud ops/debug.pod ../src/ops/debug.ops |
|---|
| 1625 | $(CHMOD) 0644 ops/debug.pod |
|---|
| 1626 | |
|---|
| 1627 | ops/experimental.pod: ../src/ops/experimental.ops |
|---|
| 1628 | $(PERLDOC) -ud ops/experimental.pod ../src/ops/experimental.ops |
|---|
| 1629 | $(CHMOD) 0644 ops/experimental.pod |
|---|
| 1630 | |
|---|
| 1631 | ops/io.pod: ../src/ops/io.ops |
|---|
| 1632 | $(PERLDOC) -ud ops/io.pod ../src/ops/io.ops |
|---|
| 1633 | $(CHMOD) 0644 ops/io.pod |
|---|
| 1634 | |
|---|
| 1635 | ops/math.pod: ../src/ops/math.ops |
|---|
| 1636 | $(PERLDOC) -ud ops/math.pod ../src/ops/math.ops |
|---|
| 1637 | $(CHMOD) 0644 ops/math.pod |
|---|
| 1638 | |
|---|
| 1639 | ops/object.pod: ../src/ops/object.ops |
|---|
| 1640 | $(PERLDOC) -ud ops/object.pod ../src/ops/object.ops |
|---|
| 1641 | $(CHMOD) 0644 ops/object.pod |
|---|
| 1642 | |
|---|
| 1643 | ops/pmc.pod: ../src/ops/pmc.ops |
|---|
| 1644 | $(PERLDOC) -ud ops/pmc.pod ../src/ops/pmc.ops |
|---|
| 1645 | $(CHMOD) 0644 ops/pmc.pod |
|---|
| 1646 | |
|---|
| 1647 | ops/set.pod: ../src/ops/set.ops |
|---|
| 1648 | $(PERLDOC) -ud ops/set.pod ../src/ops/set.ops |
|---|
| 1649 | $(CHMOD) 0644 ops/set.pod |
|---|
| 1650 | |
|---|
| 1651 | ops/string.pod: ../src/ops/string.ops |
|---|
| 1652 | $(PERLDOC) -ud ops/string.pod ../src/ops/string.ops |
|---|
| 1653 | $(CHMOD) 0644 ops/string.pod |
|---|
| 1654 | |
|---|
| 1655 | ops/sys.pod: ../src/ops/sys.ops |
|---|
| 1656 | $(PERLDOC) -ud ops/sys.pod ../src/ops/sys.ops |
|---|
| 1657 | $(CHMOD) 0644 ops/sys.pod |
|---|
| 1658 | |
|---|
| 1659 | ops/var.pod: ../src/ops/var.ops |
|---|
| 1660 | $(PERLDOC) -ud ops/var.pod ../src/ops/var.ops |
|---|
| 1661 | $(CHMOD) 0644 ops/var.pod |
|---|
| 1662 | |
|---|
| 1663 | ', |
|---|
| 1664 | 'TEMP_testheader' => undef, |
|---|
| 1665 | 'TEMP_testheaders' => undef |
|---|
| 1666 | ); |
|---|
| 1667 | |
|---|
| 1668 | |
|---|
| 1669 | |
|---|
| 1670 | 1; |
|---|
| 1671 | |
|---|
| 1672 | # Local Variables: |
|---|
| 1673 | # mode: cperl |
|---|
| 1674 | # cperl-indent-level: 4 |
|---|
| 1675 | # fill-column: 100 |
|---|
| 1676 | # End: |
|---|
| 1677 | # vim: expandtab shiftwidth=4: |
|---|