# ex: set ro:
# DO NOT EDIT THIS FILE
# Generated by Parrot::Configure::Compiler from config/gen/makefiles/root.in

# Copyright (C) 2001-2011, Parrot Foundation.

###############################################################################
#
# NOTE:
#
# This makefile makes use of specific .dummy targets (rather than .PHONY
# or .VIRTUAL targets) in an effort to work with various flavors of make.
#
###############################################################################

###############################################################################
#
# INSTALL CONFIGURATIONS:
#
###############################################################################

DEVEL           = -devel
VERSION         = 2.11.0$(DEVEL)
SOVERSION       = 2.11.0

CONFIG_ARGS     = "--cc=/usr/bin/gcc" "--cxx=/usr/bin/g++" "--link=/usr/bin/g++" "--ld=/usr/bin/g++" "--configure_trace"

# Override at least PREFIX with the install location if you're going
# to be using this outside of your build area.
BUILDPREFIX     =
PREFIX          = "/usr/local"
EXEC_PREFIX     = "/usr/local"
DESTDIR         =
BIN_DIR         = "/usr/local/bin"
LIB_DIR         = "/usr/local/lib"
INCLUDE_DIR     = "/usr/local/include"
DATA_DIR        = "/usr/local/share"
DOC_DIR         = "/usr/local/share/doc"
VERSION_DIR     = "/parrot/2.11.0-devel"
SRC_DIR         = "/usr/local/src"
COVERAGE_DIR    = "/Users/jimk/gitwork/parrot"

###############################################################################
#
# SOURCE CONFIGURATIONS:
#
# Set up information about directories where the sources can be found.
#
###############################################################################

# where we're building parrot from (needed for pbc_to_exe)
BUILD_DIR = /Users/jimk/gitwork/parrot

# directory for build tools:
# programs, templates, configuration files invoked by 'make all'
# (with or without command-line options)
BUILD_TOOLS_DIR = tools/build
# directory for developers' tools
# programs, templates, configuration files NOT invoked by 'make all'
DEV_TOOLS_DIR = tools/dev

# directory for header files
INC_DIR         = include/parrot

# directory with Parrot modules
LIBRARY_DIR     = runtime/parrot/library

###############################################################################
#
# BUILD TOOL CONFIGURATIONS:
#
# DO NOT ADD C COMPILER FLAGS HERE
# Add them in Configure.pl--look for the
# comment 'ADD C COMPILER FLAGS HERE'
#
###############################################################################

PERL             = /usr/local/bin/perl
CP               = $(PERL) -MExtUtils::Command -e cp
MV               = $(PERL) -MExtUtils::Command -e mv
CHMOD            = $(PERL) -MExtUtils::Command -e chmod
MKPATH           = $(PERL) -MExtUtils::Command -e mkpath
RM_F             = $(PERL) -MExtUtils::Command -e rm_f
RM_RF            = $(PERL) -MExtUtils::Command -e rm_rf
TOUCH            = $(PERL) -MExtUtils::Command -e touch
AR_CR            = ar cr
RANLIB           = ranlib
YACC             = echo
LEX              = echo
AS               = as
CC               = /usr/bin/gcc
CC_INC           = -I./include -I./include/pmc
C_LIBS           = -lm -lgmp -lreadline -lintl
CC_SHARED        =  
CC_O_OUT         = -o 
CC_WARN          = -falign-functions=16 -funit-at-a-time -W -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wchar-subscripts -Wcomment -Wdisabled-optimization -Wdiv-by-zero -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 -Wmultichar -Wpacked -Wparentheses -Wpointer-arith -Wpointer-sign -Wreturn-type -Wsequence-point -Wsign-compare -Wstrict-aliasing -Wstrict-aliasing=2 -Wswitch -Wswitch-default -Wtrigraphs -Wundef -Wno-unused -Wunknown-pragmas -Wvariadic-macros -Wwrite-strings -Wbad-function-cast -Wdeclaration-after-statement -Wimplicit-function-declaration -Wimplicit-int -Wmain -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wnonnull -Wold-style-definition -Wstrict-prototypes -fvisibility=hidden
CFLAGS           = $(CC_INC) -pipe -fno-common -Wno-long-double  -I/sw/include -I/opt/local/include -DHASATTRIBUTE_CONST  -DHASATTRIBUTE_DEPRECATED  -DHASATTRIBUTE_MALLOC  -DHASATTRIBUTE_NONNULL  -DHASATTRIBUTE_NORETURN  -DHASATTRIBUTE_PURE  -DHASATTRIBUTE_UNUSED  -DHASATTRIBUTE_WARN_UNUSED_RESULT  -DHAS_GETTEXT  -g   $(CC_SHARED)
LINK_DYNAMIC     =  
LINK             = /usr/bin/g++
LINKFLAGS        = -undefined dynamic_lookup -L/sw/lib -L/opt/local/lib  
LD               = /usr/bin/g++
LD_OUT           = -o 
LDFLAGS          = -L/usr/local/lib -L/opt/local/lib -L"/Users/jimk/gitwork/parrot/blib/lib" -L/sw/lib 
INNO_SETUP       = iscc
TEMPDIR          = /tmp
RPATH_BLIB       = "-L/Users/jimk/gitwork/parrot/blib/lib"
export MACOSX_DEPLOYMENT_TARGET = 10.3

###############################################################################
#
# file extensions and util flags
#
###############################################################################

O                = .o
EXE              = 
SHARE_EXT        = .dylib
LOAD_EXT         = .bundle
A                = .a
LD_SHARE_FLAGS   = -dynamiclib -undefined dynamic_lookup
LD_LOAD_FLAGS    = -undefined dynamic_lookup -bundle
LINKARGS         = $(LDFLAGS) $(LD_LOAD_FLAGS)   -lm -lgmp -lreadline -lintl

# The headerizer
HEADERIZER       = $(PERL) $(DEV_TOOLS_DIR)/headerizer.pl

include src/dynpmc/Defines.mak
include src/dynoplibs/Defines.mak
include compilers/imcc/Defines.mak
include compilers/tge/Defines.mak
include compilers/pge/Defines.mak
include compilers/pct/Defines.mak
include compilers/opsc/Defines.mak
include ext/nqp-rx/Defines.mak
include compilers/data_json/Defines.mak

###############################################################################
#
# CONFIGURE_GENERATED_FILES:
#
# These files are created when Configure.pl runs.
#
# We don't delete these on 'clean'; only on 'realclean'.
# That way, we don't have to re-Configure.pl after making
# clean.
#
###############################################################################

GEN_MAKEFILES = \
    Makefile \
    docs/Makefile \
    editor/Makefile \
    ext/Makefile \
    src/dynoplibs/Rules.mak \
    src/dynoplibs/Defines.mak \
    src/dynpmc/Rules.mak \
    src/dynpmc/Defines.mak \
    compilers/imcc/Rules.mak

GEN_CONFIGS = \
    $(INC_DIR)/config.h \
    $(INC_DIR)/platform.h \
    $(INC_DIR)/platform_limits.h \
    $(INC_DIR)/has_header.h \
    $(INC_DIR)/feature.h \
    $(INC_DIR)/core_pmcs.h \
    src/exec_dep.c \
    src/exec_dep.h \
    lib/Parrot/Config/Generated.pm \
    lib/Parrot/PMC.pm \
    runtime/parrot/include/config.fpmc \
    $(LIBRARY_DIR)/config.pir \
    src/platform.c \
    src/glut_nci_thunks.nci \
    src/glut_callbacks.c \
    src/core_pmcs.c \
    config_lib.pir \
    parrot.pc \
    compilers/imcc/imcc.y.flag \
    compilers/imcc/imcc.l.flag

GEN_PASM_INCLUDES = \
	runtime/parrot/include/cclass.pasm \
	runtime/parrot/include/datatypes.pasm \
	runtime/parrot/include/iterator.pasm \
	runtime/parrot/include/call_bits.pasm \
	runtime/parrot/include/timer.pasm \
	runtime/parrot/include/except_types.pasm \
	runtime/parrot/include/except_severity.pasm \
	runtime/parrot/include/hash_key_type.pasm \
	runtime/parrot/include/interpflags.pasm \
	runtime/parrot/include/interpdebug.pasm \
	runtime/parrot/include/interptrace.pasm \
	runtime/parrot/include/interpcores.pasm \
	runtime/parrot/include/cloneflags.pasm \
	runtime/parrot/include/iglobals.pasm \
	runtime/parrot/include/sysinfo.pasm \
	runtime/parrot/include/stdio.pasm \
	runtime/parrot/include/socket.pasm \
	runtime/parrot/include/libpaths.pasm \
	runtime/parrot/include/dlopenflags.pasm \
	runtime/parrot/include/longopt.pasm \
	runtime/parrot/include/packfile_segments.pasm \
	runtime/parrot/include/packfile_annotation_key_type.pasm \
	runtime/parrot/include/stat.pasm \
	runtime/parrot/include/stringinfo.pasm \
	runtime/parrot/include/warnings.pasm \
	runtime/parrot/include/errors.pasm \
	runtime/parrot/include/interpinfo.pasm \
	runtime/parrot/include/tm.pasm \
	runtime/parrot/include/pmctypes.pasm \

GEN_PM_INCLUDES = \
	lib/Parrot/Pmc2c/PCCMETHOD_BITS.pm

CONFIGURE_GENERATED_FILES = \
    $(GEN_CONFIGS) \
    $(GEN_MAKEFILES) \
    ext/Parrot-Embed/Makefile.PL \
    myconfig  \
    MANIFEST.configure.generated \
    .configure_trace.sto \
    .parrot_current_rev \
    .parrot_current_sha1 \
    .parrot_current_git_describe \
    runtime/parrot/include/opengl_defines.pasm \
    runtime/parrot/library/OpenGL_funcs.pir \
    runtime/parrot/include/signal.pasm \
    tools/dev/mk_language_shell.pl


###############################################################################
#
# "FLUID" GENERATED FILES:
#
# These files are created during the build process.
#
# We *do* delete these on 'clean'.
#
###############################################################################

GEN_HEADERS = \
    $(INC_DIR)/vtable.h \
    $(INC_DIR)/extend_vtable.h \
    $(INC_DIR)/pbcversion.h

GEN_SOURCES = \
    src/nci.c \
    src/glut_nci_thunks.c \
    src/parrot_config.c \
    src/null_config.c \
    src/install_config.c \
    src/extend_vtable.c \
    src/extra_nci_thunks.c

GEN_MODULES = \

GEN_LIBRARY = \
    $(LIBRARY_DIR)/Archive/Tar.pbc \
    $(LIBRARY_DIR)/Archive/Zip.pbc \
    $(LIBRARY_DIR)/CGI/QueryHash.pbc \
    $(LIBRARY_DIR)/Crow.pbc \
    $(LIBRARY_DIR)/config.pbc \
    $(LIBRARY_DIR)/Configure/genfile.pbc \
    $(LIBRARY_DIR)/Config/JSON.pbc \
    $(LIBRARY_DIR)/Data/Dumper/Base.pbc \
    $(LIBRARY_DIR)/Data/Dumper/Default.pbc \
    $(LIBRARY_DIR)/Data/Dumper.pbc \
    $(LIBRARY_DIR)/Digest/MD5.pbc \
    $(LIBRARY_DIR)/Digest/sha256.pbc \
    $(LIBRARY_DIR)/distutils.pbc \
    $(LIBRARY_DIR)/dumper.pbc \
    $(LIBRARY_DIR)/yaml_dumper.pbc \
    $(LIBRARY_DIR)/Getopt/Obj.pbc \
    $(LIBRARY_DIR)/HTTP/Message.pbc \
    $(LIBRARY_DIR)/Iter.pbc \
    $(LIBRARY_DIR)/JSON.pbc \
    $(LIBRARY_DIR)/LWP/Protocol.pbc \
    $(LIBRARY_DIR)/LWP/UserAgent.pbc \
    $(LIBRARY_DIR)/Math/Rand.pbc \
    $(LIBRARY_DIR)/MIME/Base64.pbc \
    $(LIBRARY_DIR)/NCI/Utils.pbc \
    $(LIBRARY_DIR)/NCI/call_toolkit_init.pbc \
    $(LIBRARY_DIR)/ncurses.pbc \
    $(LIBRARY_DIR)/OpenGL.pbc \
    $(LIBRARY_DIR)/OpenGL_funcs.pbc \
    $(LIBRARY_DIR)/OpenGL/Math.pbc \
    $(LIBRARY_DIR)/osutils.pbc \
    $(LIBRARY_DIR)/P6object.pbc \
    $(LIBRARY_DIR)/ProfTest.pbc \
    $(LIBRARY_DIR)/ProfTest/PIRProfile.pir \
    $(LIBRARY_DIR)/ProfTest/NQPProfile.pir \
    $(LIBRARY_DIR)/ProfTest/Matcher.pir \
    $(LIBRARY_DIR)/ProfTest/Want.pir \
    $(LIBRARY_DIR)/parrotlib.pbc \
    $(LIBRARY_DIR)/pcore.pbc \
    $(LIBRARY_DIR)/pcre.pbc \
    $(LIBRARY_DIR)/Parrot/Coroutine.pbc \
    $(LIBRARY_DIR)/Parrot/Exception.pbc \
    $(LIBRARY_DIR)/PGE/Dumper.pbc \
    $(LIBRARY_DIR)/PGE/Glob.pbc \
    $(LIBRARY_DIR)/PGE/Perl6Grammar.pbc \
    $(LIBRARY_DIR)/PGE/Text.pbc \
    $(LIBRARY_DIR)/PGE/Util.pbc \
    $(LIBRARY_DIR)/Protoobject.pbc \
    $(LIBRARY_DIR)/Range.pbc \
    $(LIBRARY_DIR)/Stream/Base.pbc \
    $(LIBRARY_DIR)/Stream/Combiner.pbc \
    $(LIBRARY_DIR)/Stream/Coroutine.pbc \
    $(LIBRARY_DIR)/Stream/Filter.pbc \
    $(LIBRARY_DIR)/Stream/Lines.pbc \
    $(LIBRARY_DIR)/Stream/ParrotIO.pbc \
    $(LIBRARY_DIR)/Stream/Replay.pbc \
    $(LIBRARY_DIR)/Stream/Sub.pbc \
    $(LIBRARY_DIR)/Stream/Writer.pbc \
    $(LIBRARY_DIR)/String/Utils.pbc \
    $(LIBRARY_DIR)/TAP/Formatter.pbc \
    $(LIBRARY_DIR)/TAP/Harness.pbc \
    $(LIBRARY_DIR)/TAP/Parser.pbc \
    $(LIBRARY_DIR)/Test/Builder/Output.pbc \
    $(LIBRARY_DIR)/Test/Builder/Test.pbc \
    $(LIBRARY_DIR)/Test/Builder/Tester.pbc \
    $(LIBRARY_DIR)/Test/Builder/TestPlan.pbc \
    $(LIBRARY_DIR)/Test/Builder.pbc \
    $(LIBRARY_DIR)/Test/Class.pbc \
    $(LIBRARY_DIR)/Test/More.pbc \
    $(LIBRARY_DIR)/Tcl/Glob.pbc \
    $(LIBRARY_DIR)/TclLibrary.pbc \
    $(LIBRARY_DIR)/URI.pbc \
    $(LIBRARY_DIR)/URI/Escape.pbc \
    $(LIBRARY_DIR)/uuid.pbc \
    $(LIBRARY_DIR)/YAML/Dumper/Base.pbc \
    $(LIBRARY_DIR)/YAML/Dumper/Default.pbc \
    $(LIBRARY_DIR)/YAML/Dumper.pbc \
    $(LIBRARY_DIR)/STM.pbc \
    $(LIBRARY_DIR)/libpcre.pbc \
    $(LIBRARY_DIR)/postgres.pbc

FLUID_FILES_1 = \
    $(GEN_HEADERS) \
    $(GEN_SOURCES) \
    $(GEN_MODULES) \

FLUID_FILES_2 = \
    $(GEN_LIBRARY) \
    $(LIBRARY_DIR)/ProfTest/PIRProfile.pbc \
    $(LIBRARY_DIR)/ProfTest/NQPProfile.pbc \
    $(LIBRARY_DIR)/ProfTest/Matcher.pbc \
    $(LIBRARY_DIR)/ProfTest/Want.pbc \
    runtime/parrot/include/parrotlib.pbc


###############################################################################
#
# OTHER FILE GROUPS:
#
###############################################################################

# parrot.h and all the includes it causes to be included
PARROT_H_HEADERS = \
	$(INC_DIR)/parrot.h \
	$(INC_DIR)/config.h \
	$(INC_DIR)/settings.h \
	$(INC_DIR)/enums.h \
	$(INC_DIR)/platform.h \
	$(INC_DIR)/platform_interface.h \
	$(INC_DIR)/global_setup.h \
	$(INC_DIR)/caches.h \
	$(INC_DIR)/interpreter.h \
	$(INC_DIR)/datatypes.h \
	$(INC_DIR)/encoding.h \
	$(INC_DIR)/string.h \
	$(INC_DIR)/hash.h \
	$(INC_DIR)/pmc_freeze.h \
	$(INC_DIR)/vtable.h \
	$(INC_DIR)/context.h \
	$(INC_DIR)/exceptions.h \
	$(INC_DIR)/warnings.h \
	$(INC_DIR)/memory.h \
	$(INC_DIR)/packfile.h \
	$(INC_DIR)/io.h \
	$(INC_DIR)/io_portable.h \
	$(INC_DIR)/io_unix.h \
	$(INC_DIR)/io_win32.h \
	$(INC_DIR)/op.h \
	$(INC_DIR)/pmc.h \
	$(INC_DIR)/gc_api.h \
	$(INC_DIR)/string_funcs.h \
	$(INC_DIR)/misc.h \
	$(INC_DIR)/sub.h \
	$(INC_DIR)/call.h \
	$(INC_DIR)/key.h \
	$(INC_DIR)/exit.h \
	$(INC_DIR)/nci.h \
	$(INC_DIR)/thread.h \
	$(INC_DIR)/atomic.h \
	$(INC_DIR)/atomic/fallback.h \
	$(INC_DIR)/atomic/gcc_pcc.h \
	$(INC_DIR)/atomic/gcc_x86.h \
	$(INC_DIR)/atomic/sparc.h \
	$(INC_DIR)/scheduler.h \
	$(INC_DIR)/oo.h \
	$(INC_DIR)/vtables.h \
	$(INC_DIR)/multidispatch.h \
	$(INC_DIR)/library.h \
	$(INC_DIR)/namespace.h \
	$(INC_DIR)/stat.h \
	$(INC_DIR)/hll.h \
	$(INC_DIR)/pbcversion.h \
	$(INC_DIR)/pobj.h \
	$(INC_DIR)/platform_limits.h \
	$(INC_DIR)/has_header.h \
	$(INC_DIR)/oplib.h \
	$(INC_DIR)/feature.h \
	$(INC_DIR)/debugger.h \
	$(INC_DIR)/core_types.h \
	$(INC_DIR)/core_pmcs.h \
	$(INC_DIR)/compiler.h \
	$(INC_DIR)/cclass.h \
	include/pmc/pmc_callcontext.h

CLASS_PMC_FILES   =  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/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/fixedintegerarray.pmc src/pmc/iterator.pmc src/pmc/fixedstringarray.pmc src/pmc/hash.pmc src/pmc/orderedhash.pmc src/pmc/oplib.pmc src/pmc/opcode.pmc src/pmc/addrregistry.pmc src/pmc/arrayiterator.pmc src/pmc/bytebuffer.pmc src/pmc/callcontext.pmc src/pmc/capture.pmc src/pmc/class.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/imageiofreeze.pmc src/pmc/imageiosize.pmc src/pmc/imageiostrings.pmc src/pmc/imageiothaw.pmc src/pmc/lexinfo.pmc src/pmc/mappedbytearray.pmc src/pmc/multisub.pmc src/pmc/namespace.pmc src/pmc/nativepccmethod.pmc src/pmc/object.pmc src/pmc/orderedhashiterator.pmc src/pmc/packfile.pmc src/pmc/packfileannotation.pmc src/pmc/packfileannotations.pmc src/pmc/packfilebytecodesegment.pmc src/pmc/packfileconstanttable.pmc src/pmc/packfiledebug.pmc src/pmc/packfiledirectory.pmc src/pmc/packfileopmap.pmc src/pmc/packfilerawsegment.pmc src/pmc/packfilesegment.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/stringbuilder.pmc src/pmc/stringhandle.pmc src/pmc/stringiterator.pmc src/pmc/task.pmc src/pmc/threadinterpreter.pmc src/pmc/undef.pmc
CLASS_O_FILES     =  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/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/fixedintegerarray$(O) src/pmc/iterator$(O) src/pmc/fixedstringarray$(O) src/pmc/hash$(O) src/pmc/orderedhash$(O) src/pmc/oplib$(O) src/pmc/opcode$(O) src/pmc/addrregistry$(O) src/pmc/arrayiterator$(O) src/pmc/bytebuffer$(O) src/pmc/callcontext$(O) src/pmc/capture$(O) src/pmc/class$(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/imageiofreeze$(O) src/pmc/imageiosize$(O) src/pmc/imageiostrings$(O) src/pmc/imageiothaw$(O) src/pmc/lexinfo$(O) src/pmc/mappedbytearray$(O) src/pmc/multisub$(O) src/pmc/namespace$(O) src/pmc/nativepccmethod$(O) src/pmc/object$(O) src/pmc/orderedhashiterator$(O) src/pmc/packfile$(O) src/pmc/packfileannotation$(O) src/pmc/packfileannotations$(O) src/pmc/packfilebytecodesegment$(O) src/pmc/packfileconstanttable$(O) src/pmc/packfiledebug$(O) src/pmc/packfiledirectory$(O) src/pmc/packfileopmap$(O) src/pmc/packfilerawsegment$(O) src/pmc/packfilesegment$(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/stringbuilder$(O) src/pmc/stringhandle$(O) src/pmc/stringiterator$(O) src/pmc/task$(O) src/pmc/threadinterpreter$(O) src/pmc/undef$(O)
CLASS_STR_FILES   =  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/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/fixedintegerarray.str src/pmc/iterator.str src/pmc/fixedstringarray.str src/pmc/hash.str src/pmc/orderedhash.str src/pmc/oplib.str src/pmc/opcode.str src/pmc/addrregistry.str src/pmc/arrayiterator.str src/pmc/bytebuffer.str src/pmc/callcontext.str src/pmc/capture.str src/pmc/class.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/imageiofreeze.str src/pmc/imageiosize.str src/pmc/imageiostrings.str src/pmc/imageiothaw.str src/pmc/lexinfo.str src/pmc/mappedbytearray.str src/pmc/multisub.str src/pmc/namespace.str src/pmc/nativepccmethod.str src/pmc/object.str src/pmc/orderedhashiterator.str src/pmc/packfile.str src/pmc/packfileannotation.str src/pmc/packfileannotations.str src/pmc/packfilebytecodesegment.str src/pmc/packfileconstanttable.str src/pmc/packfiledebug.str src/pmc/packfiledirectory.str src/pmc/packfileopmap.str src/pmc/packfilerawsegment.str src/pmc/packfilesegment.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/stringbuilder.str src/pmc/stringhandle.str src/pmc/stringiterator.str src/pmc/task.str src/pmc/threadinterpreter.str src/pmc/undef.str

ENCODING_O_FILES = \
    src/string/encoding/shared$(O) \
    src/string/encoding/tables$(O) \
    src/string/encoding/null$(O) \
    src/string/encoding/ascii$(O) \
    src/string/encoding/latin1$(O) \
    src/string/encoding/binary$(O) \
    src/string/encoding/utf8$(O) \
    src/string/encoding/utf16$(O) \
    src/string/encoding/ucs2$(O) \
    src/string/encoding/ucs4$(O)

IO_O_FILES = \
    src/io/core$(O) \
    src/io/api$(O) \
    src/io/buffer$(O) \
    src/io/unix$(O) \
    src/io/win32$(O) \
    src/io/portable$(O) \
    src/io/filehandle$(O) \
    src/io/socket_api$(O) \
    src/io/socket_unix$(O) \
    src/io/socket_win32$(O)

INTERP_O_FILES = \
    src/string/api$(O) \
    src/ops/core_ops$(O) \
    src/core_pmcs$(O) \
    src/datatypes$(O) \
    src/debug$(O) \
    src/dynext$(O) \
    src/embed$(O) \
    src/embed/api$(O) \
    src/embed/strings$(O) \
    src/embed/pmc$(O) \
    src/string/encoding$(O) \
    src/exceptions$(O) \
    src/exit$(O) \
    src/extend$(O) \
    src/extend_vtable$(O) \
    src/gc/alloc_memory$(O) \
    src/gc/api$(O) \
    src/gc/gc_ms$(O) \
    src/gc/gc_inf$(O) \
    src/gc/gc_ms2$(O) \
    src/gc/mark_sweep$(O) \
    src/gc/system$(O) \
    src/gc/fixed_allocator$(O) \
    src/gc/variable_size_pool$(O) \
    src/gc/string_gc$(O) \
    src/global_setup$(O) \
    src/hash$(O) \
    src/hll$(O) \
    src/call/pcc$(O)  \
    src/call/args$(O)  \
    src/interp/inter_cb$(O)  \
    src/interp/inter_create$(O)  \
    src/interp/inter_misc$(O)  \
    src/call/ops$(O)  \
    src/call/context$(O) \
    src/call/context_accessors$(O) \
    src/key$(O) \
    src/library$(O) \
    src/list$(O) \
    src/pointer_array$(O) \
    src/misc$(O) \
    src/multidispatch$(O) \
    src/namespace$(O) \
    src/nci/api$(O) \
    src/nci/signatures$(O) \
  src/nci/core_thunks$(O) \
 src/nci/extra_thunks$(O) \
    src/oo$(O) \
    src/platform$(O) \
    src/packfile/object_serialization$(O) \
    src/pmc$(O) \
    src/runcore/main$(O)  \
    src/runcore/cores$(O) \
    src/runcore/profiling$(O) \
    src/scheduler$(O) \
    src/spf_render$(O) \
    src/spf_vtable$(O) \
    src/sub$(O) \
    src/thread$(O) \
    src/runcore/trace$(O) \
    src/utils$(O) \
    src/vtables$(O) \
    src/warnings$(O) \
    src/packfile/api$(O) \
    src/packfile/output$(O) \
    src/packfile/pf_items$(O) \
    src/longopt$(O) \
     \
    src/gc/alloc_resources$(O) \


OPS_FILES = src/ops/core.ops src/ops/bit.ops src/ops/cmp.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

###############################################################################
#
# BUILD TARGET CONFIGURATIONS:
#
###############################################################################

# Executables
PARROT              = ./parrot$(EXE)
MINIPARROT          = ./miniparrot$(EXE)
DIS                 = ./pbc_disassemble$(EXE)
PDUMP               = ./pbc_dump$(EXE)
PBC_MERGE           = ./pbc_merge$(EXE)
PDB                 = ./parrot_debugger$(EXE)
PBC_TO_EXE          = ./pbc_to_exe$(EXE)
PARROT_CONFIG       = ./parrot_config$(EXE)
NQP_RX              = ./parrot-nqp$(EXE)
NCI_THUNK_GEN       = ./parrot_nci_thunk_gen$(EXE)
PROVE               = ./parrot-prove$(EXE)
OPS2C               = ./ops2c$(EXE)

# Installable executables
INSTALLABLEPARROT    = ./installable_parrot$(EXE)
INSTALLABLEDIS       = ./installable_pbc_disassemble$(EXE)
INSTALLABLEPDUMP     = ./installable_pbc_dump$(EXE)
INSTALLABLEPBC_MERGE = ./installable_pbc_merge$(EXE)
INSTALLABLEPBCTOEXE  = ./installable_pbc_to_exe$(EXE)
INSTALLABLEPDB       = ./installable_parrot_debugger$(EXE)
INSTALLABLECONFIG    = ./installable_parrot_config$(EXE)
INSTALLABLENQP       = ./installable_parrot-nqp$(EXE)
INSTALLABLENCITHUNKGEN = ./installable_parrot_nci_thunk_gen$(EXE)
INSTALLABLEPROVE     = ./installable_parrot-prove$(EXE)
INSTALLABLEOPS2C    = ./installable_ops2c$(EXE)

# Libraries
LIBPARROT_STATIC    = blib/lib/libparrot.a
export DYLD_LIBRARY_PATH := blib/lib:$(DYLD_LIBRARY_PATH)
LIBPARROT_SHARED  = blib/lib/libparrot.2.11.0.dylib

# This line controls whether a static or shared library is built
# by Parrot's make.  It is not useful otherwise (e.g., in
# lib/Parrot/Config/Generated.pm or config_lib.pir).
LIBPARROT           = $(LIBPARROT_SHARED)

ALL_PARROT_LIBS     = -L"/Users/jimk/gitwork/parrot/blib/lib" -lparrot $(ICU_SHARED) $(C_LIBS)

# dynamic extensions
DYNEXT_DIR          = runtime/parrot/dynext
LIBNCI_TEST_SO      = $(DYNEXT_DIR)/libnci_test$(LOAD_EXT)
LIBGLUTCB_SO        = $(DYNEXT_DIR)/libglutcb$(LOAD_EXT)
EXTRANCITHUNKS_SO   = $(DYNEXT_DIR)/extra_nci_thunks$(LOAD_EXT)

###############################################################################
#
# MAKE CONFIGURATION:
#
###############################################################################

# This is set to MAKE=$make if your $make command doesn't
# do it for you.
#
MAKE = make -C

# These need to be above lines that define suffix rules to be portable
# (certainly FreeBSD make doesn't grok the pir.pbc rule otherwise)

.SUFFIXES : .c .S .s .pmc .dump $(O) .str .pir .pbc

.c$(O) : # suffix rule (limited support)
	$(CC) $(CFLAGS)  $(CC_WARN) -I$(@D) -Isrc/ -o $@ -c $<

.s$(O) : # suffix rule (limited support)
	$(CC) $(CFLAGS)  $(CC_WARN) -I$(@D) -o $@ -c $<

.pir.pbc : # suffix rule (limited support)
	$(PARROT) -o $@ $<

# Note: Several rules in this makefile are tagged with a "SUFFIX OVERRIDE"
# comment; this indicates that we have an explicit compilation rule for
# that particular C file; this is done so that we override various
# options for that file - to change optimization levels, or twiddle
# warnings. Each of those overrides should use the most specific settings
# possible for that file. When file-specific overrides are added during
# Configure, the override must be allowed for in this file.
# These will eventually be automatically generated.


###############################################################################
#
# USER TARGETS:
#
# These targets are supposed to be called by the user.
#
###############################################################################

all : \
    corevm \
    docs \
    $(LIBGLUTCB_SO) \
 $(EXTRANCITHUNKS_SO) \
    $(DIS) \
    $(PARROT_CONFIG) \
    $(PBC_TO_EXE) \
    $(PBC_MERGE) \
    $(PDB) \
    $(PDUMP) \
    $(NQP_RX) \
    $(TGE_LIB_PBCS) \
    $(PGE_LIB_PBCS) \
    $(PCT_LIB_PBCS) \
    $(DATA_JSON_LIB_PBCS) \
    $(NQP_LIB_PBCS) \
 $(DYNOPLIBS_TARGETS) \
 $(LIBNCI_TEST_SO) \
    $(GEN_LIBRARY) \
    src/install_config$(O) \

# We build DYNPMC_TARGET in corevm. It's kinda hack to test t/pmc/threads.t CLONE_LIBRARIES
corevm : \
    $(GEN_PM_INCLUDES) \
    PARROT_LIBS \
    $(PARROT) \
    runtime/parrot/include/parrotlib.pbc \
    runtime/parrot/include/config.fpmc \
 $(DYNPMC_TARGETS) \
    $(LIBRARY_DIR)/Test/More.pbc

$(GEN_LIBRARY) : $(PARROT) $(GEN_PASM_INCLUDES)

$(LIBRARY_DIR)/Digest/MD5.pbc: $(DYNEXT_DIR)/bit_ops$(LOAD_EXT)

$(LIBRARY_DIR)/Archive/Zip.pbc: $(DYNEXT_DIR)/sys_ops$(LOAD_EXT) $(DYNEXT_DIR)/io_ops$(LOAD_EXT)

$(LIBRARY_DIR)/Configure/genfile.pbc: $(DYNEXT_DIR)/sys_ops$(LOAD_EXT)

# Message.pbc and distutils.pbc load io_ops to work around TT #1663
638	$(LIBRARY_DIR)/HTTP/Message.pbc: $(DYNEXT_DIR)/sys_ops$(LOAD_EXT) $(DYNEXT_DIR)/io_ops$(LOAD_EXT)

$(LIBRARY_DIR)/distutils.pbc: $(DYNEXT_DIR)/sys_ops$(LOAD_EXT) $(DYNEXT_DIR)/io_ops$(LOAD_EXT)

$(LIBRARY_DIR)/pcre.pbc: $(DYNEXT_DIR)/sys_ops$(LOAD_EXT)

$(LIBRARY_DIR)/LWP/Protocol.pbc: $(DYNEXT_DIR)/io_ops$(LOAD_EXT) $(DYNEXT_DIR)/sys_ops$(LOAD_EXT)

$(LIBRARY_DIR)/Test/More.pbc:

$(LIBRARY_DIR)/Archive/Tar.pbc: $(DYNEXT_DIR)/io_ops$(LOAD_EXT)

$(LIBRARY_DIR)/osutils.pbc: $(DYNEXT_DIR)/io_ops$(LOAD_EXT)

$(LIBRARY_DIR)/Config/JSON.pbc: $(DYNEXT_DIR)/io_ops$(LOAD_EXT) $(DYNEXT_DIR)/sys_ops$(LOAD_EXT)

$(LIBRARY_DIR)/LWP/UserAgent.pbc: $(DYNEXT_DIR)/io_ops$(LOAD_EXT)

# constant string support
.c.str : # suffix rule (limited support)
	$(PERL) $(BUILD_TOOLS_DIR)/c2str.pl $< > $@

STR_FILES = \
    src/debug.str \
    src/dynext.str \
    src/exceptions.str \
    src/global_setup.str \
    src/hll.str \
    src/call/pcc.str \
    src/call/args.str \
    src/interp/inter_cb.str \
    src/interp/inter_create.str \
    src/interp/inter_misc.str \
    src/io/api.str \
    src/key.str \
    src/library.str \
    src/multidispatch.str \
    src/namespace.str \
    src/nci/api.str \
  src/nci/core_thunks.str \
 src/nci/extra_thunks.str \
    src/nci/signatures.str \
    src/packfile/api.str \
    src/packfile/object_serialization.str \
    src/packfile/pf_items.str \
    src/pmc.str \
    src/oo.str \
    src/runcore/cores.str \
    src/runcore/main.str \
    src/runcore/profiling.str \
    src/scheduler.str \
    src/spf_render.str \
    src/spf_vtable.str \
    src/string/api.str \
    src/string/encoding.str \
    src/sub.str \
    src/embed.str \
    \
    $(CLASS_STR_FILES)

src/string/private_cstring.h : $(STR_FILES) $(BUILD_TOOLS_DIR)/c2str.pl
	$(PERL) $(BUILD_TOOLS_DIR)/c2str.pl --all

H2INC = $(BUILD_TOOLS_DIR)/h2inc.pl

# classes PMC build utils and rules
PMC2C  = $(PERL) $(BUILD_TOOLS_DIR)/pmc2c.pl 
PMC2CD = $(PERL) $(BUILD_TOOLS_DIR)/pmc2c.pl --dump 
PMC2CC = $(PERL) $(BUILD_TOOLS_DIR)/pmc2c.pl --c 
PMC2CV = $(PERL) $(BUILD_TOOLS_DIR)/pmc2c.pl --vtable 

.pmc.dump : # suffix rule (limited support)
	$(PMC2CD) $<

.pmc.c : # suffix rule (limited support)
	$(PMC2CC) $<

vtable.dump : src/vtable.tbl lib/Parrot/Pmc2c/PCCMETHOD_BITS.pm
	$(PMC2CV)

# This is a listing of all targets meant to be called by users
help :
	@echo ""
	@echo "Following targets are available for the user:"
	@echo ""
	@echo "Executables:"
	@echo "  all:               'parrot' and the documentation."
	@echo "                     This is the default."
	@echo ""
	@echo "  world:             'all' and 'parrot_utils'."
	@echo "  installable:       same as 'world', but targets for installation"
	@echo ""
	@echo "  parrot_utils:      $(PDUMP), $(DIS), $(PDB), $(PBC_MERGE) and $(PBC_TO_EXE) $(PARROT_CONFIG)"
	@echo " $(PDUMP):"
	@echo "                     Parrot Dumper"
	@echo " $(DIS):"
	@echo "                     Parrot Disassembler"
	@echo " $(PDB):"
	@echo "                     Parrot Debugger"
	@echo " $(PBC_MERGE):"
	@echo "                     Merge bytecode files"
	@echo " $(PBC_TO_EXE):"
	@echo "                     Generate C, compile, and link bytecode files"
	@echo " $(PARROT_CONFIG):"
	@echo "                     Provide Parrot configuration information"
	@echo ""
	@echo "Installation:"
	@echo "  install:           Install under '$(PREFIX)' on Unix systems."
	@echo "  install-dev:       Same as 'install'."
	@echo "  install-bin:       Install only files needed for Parrot runtime."
	@echo "  install-dev-only:  Install only files needed for Parrot development."
	@echo "  install-doc:       Install documentation files & examples."
	@echo ""
	@echo "Documentation:"
	@echo "  help:              Print this help message."
	@echo "  docs:              Generate documentation from POD in the sources."
	@echo "  html:              Generate HTML documentation from POD in the sources."
	@echo "  html-clean:        Remove the HTML documentation."
	@echo "  htmlhelp:          Compile HTML documentation (CHM format)."
	@echo ""
	@echo "Testing:"
	@echo "  test:              Run the standard test suite."
	@echo "  coretest:          Run the minimal 'core functionality' suite."
	@echo "  codetest:          Run file metadata and coding standards tests."
	@echo "  fulltest:          Run the full test suite under many runcores."
	@echo "  test<runcore>:     Run the test suite with a specified runcore."
	@echo "                     Valid runcores are b, f, g, j, r."
	@echo "  src_tests:         Run test in C-file."
	@echo "  run_tests:         Command line and various environments."
	@echo "  perl_tests:        Test the Perl modules in the distribution."
	@echo "  codingstd_tests:   Test pdd07_codingstd."
	@echo "  testexec:          Testing the exec runcore."
	@echo "  benchmark_tests:   Run all benchmarks."
	@echo "  warnings_tests:    Run standard test suite with warnings enabled."
	@echo "  manitest:          Check for new and missing files."
	@echo "  buildtools_tests:  Test build tool pmc2c.pl."
	@echo "  manifest_tests:    Test code underlying mk_manifest_and_skip.pl."
	@echo "  examples_tests:    Test the example scripts."
	@echo "  moretests:         Run standard suite, examples and most coding standards tests."
	@echo ""
	@echo "Smoke Testing:"
	@echo "  smolder_test:      Run the test suite and send report to the smolder server"
	@echo "  smolder_coretest:  Run the minimal 'core functionality' suite and send report to the smolder server."
	@echo "  smoke:             Alias for smolder_test."
	@echo ""
	@echo "Benchmarks:"
	@echo "  mopsbench:         Million operations"
	@echo ""
	@echo "Cleaning:"
	@echo "  clean:             Basic cleaning up."
	@echo "  archclean:         Remove any platform dependent files."
	@echo "  realclean:         Removes also files generated by 'Configure.pl'"
	@echo "  distclean:         Alias for realclean."
	@echo "  reconfig:          'clean' and redo configuration."
	@echo ""
	@echo "Fetch from source repository:"
	@echo "  update:            git pull."
	@echo "  status:            git status."
	@echo "  patch:             Create a patch to attach to https://trac.parrot.org/"
	@echo ""
	@echo "Development:"
	@echo "  lint:              An alias for sunlint."
	@echo "  bsdlint:           Code checking with bsdlint."
	@echo "  sunlint:           Code checking with Sun Studio's sunlint."
	@echo "  splint:            Code checking with splint."
	@echo "  splint-all:        Splint all of Parrot, for the masochist only."
	@echo "  headerizer:        Recreate header files for C-source files"
	@echo "  apilist:           Show list of PARROT_API functions"
	@echo "  exportlist:        Show list of PARROT_EXPORT functions"
	@echo "  malloclist:        Show list of PARROT_MALLOC functions"
	@echo "  cover:             Run test suite coverage analysis (core)."
	@echo "  fullcover:         Run test suite coverage analysis (full)."
	@echo "  tags-vi:           Create tags for the vi editor."
	@echo "  tags-emacs:        Create tags for the Emacs editor."
	@echo "  perlcritic:        Check Perl code with Perl::Critic."
	@echo "  bootstrap-ops:     Generate C code from .ops files. Requires already built parrot."
	@echo "  bootstrap-nci      Generate C code for NCI. Requires already built parrot."
	@echo ""
	@echo "Release:"
	@echo "  release:           Create a tarball."
	@echo "  win32-inno-installer:  Create MSWin32 setup."
	@echo ""
	@echo "Examples:"
	@echo "  hello:             'Hello World' as an executable."
	@echo ""

world : parrot_utils

parrot_utils : all $(PDUMP) $(DIS) $(PDB) $(PBC_MERGE) $(PBC_TO_EXE) $(PARROT_CONFIG) src/install_config$(O) $(PROVE) $(OPS2C)

installable: all $(INSTALLABLEPARROT) $(INSTALLABLEPDUMP) $(INSTALLABLEDIS) $(INSTALLABLEPDB) $(INSTALLABLEPBC_MERGE) $(INSTALLABLEPBCTOEXE) $(INSTALLABLECONFIG) $(INSTALLABLENQP) $(INSTALLABLENCITHUNKGEN) $(INSTALLABLEPROVE) $(INSTALLABLEOPS2C)

bootstrap-ops : $(OPS2C)
	$(OPS2C) --core --quiet
	$(MAKE) .

runtime/parrot/include/parrotlib.pbc: runtime/parrot/library/parrotlib.pir $(PARROT) $(GEN_PASM_INCLUDES)
	$(PARROT) -o $@ runtime/parrot/library/parrotlib.pir

runtime/parrot/include/config.fpmc : myconfig config_lib.pir \
    runtime/parrot/include/datatypes.pasm $(MINIPARROT)
	$(MINIPARROT) -Iruntime/parrot/include config_lib.pir > $@

$(PARROT) : frontend/parrot/main$(O) $(GEN_HEADERS) $(LIBPARROT) \
    src/parrot_config$(O) src/longopt$(O) \
    $(MINIPARROT)
	$(LINK) -o $@ \
	frontend/parrot/main$(O) src/parrot_config$(O) src/longopt$(O) \
	$(RPATH_BLIB) $(ALL_PARROT_LIBS) $(LINKFLAGS) $(LINK_DYNAMIC)

$(PBC_TO_EXE) : $(DEV_TOOLS_DIR)/pbc_to_exe.pir runtime/parrot/library/config.pir $(PARROT) $(DYNEXT_DIR)/os$(LOAD_EXT) $(DYNEXT_DIR)/file$(LOAD_EXT)
	$(PARROT) -o pbc_to_exe.pbc $(DEV_TOOLS_DIR)/pbc_to_exe.pir
	$(PARROT) pbc_to_exe.pbc pbc_to_exe.pbc

parrot_nci_thunk_gen.pbc : $(DEV_TOOLS_DIR)/nci_thunk_gen.pir $(DATA_JSON_LIB_PBCS) $(PARROT)
	$(PARROT) -o parrot_nci_thunk_gen.pbc $(DEV_TOOLS_DIR)/nci_thunk_gen.pir

$(NCI_THUNK_GEN) : parrot_nci_thunk_gen.pbc $(PBC_TO_EXE)
	$(PBC_TO_EXE) parrot_nci_thunk_gen.pbc

parrot-prove.pbc : runtime/parrot/bin/prove.pir $(PARROT)
	$(PARROT) -o parrot-prove.pbc runtime/parrot/bin/prove.pir

$(PROVE) : parrot-prove.pbc $(PARROT) $(PBC_TO_EXE)
	$(PBC_TO_EXE) parrot-prove.pbc

$(PARROT_CONFIG) : $(DEV_TOOLS_DIR)/parrot-config.pir $(PARROT) $(PBC_TO_EXE)
	$(PARROT) -o parrot_config.pbc $(DEV_TOOLS_DIR)/parrot-config.pir
	$(PARROT) pbc_to_exe.pbc parrot_config.pbc

$(MINIPARROT) : frontend/parrot/main$(O) include/parrot/api.h include/parrot/longopt.h $(LIBPARROT) \
    src/null_config$(O) src/longopt$(O)
	$(LINK) -o $@ frontend/parrot/main$(O) src/null_config$(O) src/longopt$(O) \
	$(RPATH_BLIB) $(ALL_PARROT_LIBS) $(LINKFLAGS)

$(INSTALLABLEPARROT) : frontend/parrot/main$(O) $(GEN_HEADERS) $(LIBPARROT) \
    src/install_config$(O) src/longopt$(O) \
    $(PARROT)
	$(LINK) -o $@ \
    frontend/parrot/main$(O) src/install_config$(O) src/longopt$(O) \
    -L"/usr/local/lib" $(ALL_PARROT_LIBS) $(LINKFLAGS)

$(INC_DIR)/context.h : include/pmc/pmc_callcontext.h

$(INC_DIR)/pbcversion.h : PBC_COMPAT
	$(PERL) $(BUILD_TOOLS_DIR)/pbcversion_h.pl > $(INC_DIR)/pbcversion.h

src/parrot_config.c :  runtime/parrot/include/config.fpmc \
    $(BUILD_TOOLS_DIR)/parrot_config_c.pl
	$(PERL) $(BUILD_TOOLS_DIR)/parrot_config_c.pl > \
    src/parrot_config.c

src/install_config.c :  install_config.fpmc \
    $(BUILD_TOOLS_DIR)/parrot_config_c.pl
	$(PERL) $(BUILD_TOOLS_DIR)/parrot_config_c.pl --install > \
    src/install_config.c

src/null_config.c : myconfig $(BUILD_TOOLS_DIR)/parrot_config_c.pl
	$(PERL) $(BUILD_TOOLS_DIR)/parrot_config_c.pl --mini > \
    src/null_config.c

install_config.fpmc : myconfig config_lib.pir $(PARROT)
	@echo "Invoking Parrot to generate install_config.fpmc"
	$(PARROT) config_lib.pir --install > $@

src/parrot_config$(O) : \
    $(INC_DIR)/api.h \
    $(INC_DIR)/compiler.h \
    $(INC_DIR)/config.h \
    $(INC_DIR)/core_types.h \
    $(INC_DIR)/feature.h \
    $(INC_DIR)/has_header.h \
    $(INC_DIR)/platform_limits.h \
    src/parrot_config.c

src/install_config$(O) : \
    $(INC_DIR)/api.h \
    $(INC_DIR)/compiler.h \
    $(INC_DIR)/config.h \
    $(INC_DIR)/core_types.h \
    $(INC_DIR)/feature.h \
    $(INC_DIR)/has_header.h \
    $(INC_DIR)/platform_limits.h \
    src/install_config.c

src/null_config$(O) : \
    $(INC_DIR)/api.h \
    $(INC_DIR)/compiler.h \
    $(INC_DIR)/config.h \
    $(INC_DIR)/core_types.h \
    $(INC_DIR)/feature.h \
    $(INC_DIR)/has_header.h \
    $(INC_DIR)/platform_limits.h \
    src/null_config.c

src/list$(O) : \
    $(PARROT_H_HEADERS) \
    src/list.c \
    $(INC_DIR)/list.h

src/pointer_array$(O) : \
    $(PARROT_H_HEADERS) \
    src/pointer_array.c \
    $(INC_DIR)/pointer_array.h

src/oo$(O) : $(PARROT_H_HEADERS) include/pmc/pmc_class.h src/oo.c \
    include/pmc/pmc_object.h src/oo.str $(INC_DIR)/oo_private.h

src/scheduler$(O) : \
    $(PARROT_H_HEADERS) \
    src/scheduler.str \
    src/scheduler.c \
    include/pmc/pmc_scheduler.h \
    include/pmc/pmc_task.h \
    include/pmc/pmc_timer.h \
    $(INC_DIR)/extend.h \
    $(INC_DIR)/extend_vtable.h \
    $(INC_DIR)/scheduler_private.h \
    $(INC_DIR)/runcore_api.h

src/io/core$(O) : $(PARROT_H_HEADERS) src/io/io_private.h src/io/core.c

src/io/socket_api$(O) : $(PARROT_H_HEADERS) src/io/io_private.h \
    src/io/api.str include/pmc/pmc_socket.h src/io/socket_api.c

src/io/socket_unix$(O) : $(PARROT_H_HEADERS) include/pmc/pmc_socket.h \
    src/io/io_private.h src/io/socket_unix.c

src/io/socket_win32$(O) : $(PARROT_H_HEADERS) \
	src/io/io_private.h \
	include/pmc/pmc_socket.h \
	src/io/socket_win32.c

O_FILES = \
    $(INTERP_O_FILES) \
    $(IO_O_FILES) \
    $(CLASS_O_FILES) \
    $(ENCODING_O_FILES) \
    $(IMCC_O_FILES)

lib_deps_object : $(O_FILES)
	$(PERL) $(DEV_TOOLS_DIR)/lib_deps.pl object $(O_FILES)

lib_deps_source : $(GEN_HEADERS)
	$(PERL) $(DEV_TOOLS_DIR)/lib_deps.pl source all_source

lib_deps : lib_deps_object lib_deps_source

# XXX changes don't always propagate into libparrot
# e.g. when I change debug:fataly to xfataly, nm still shows the old symbol
# and parrot builds fine (except for the unproto warning
# so always delete the lib -leo

PARROT_LIBS: \
  $(LIBPARROT_STATIC) \
 $(LIBPARROT_SHARED)

$(LIBPARROT_STATIC) : $(O_FILES)
	$(MKPATH) blib/lib
	$(AR_CR) $@  $(O_FILES)
	$(RANLIB) $@

$(LIBPARROT_SHARED) : $(O_FILES)
	$(MKPATH) blib/lib
	$(LD) $(LD_SHARE_FLAGS) $(LDFLAGS) -o $@ -install_name "/usr/local/lib/libparrot.dylib" \
		$(O_FILES) $(C_LIBS) $(ICU_SHARED)
	( cd blib/lib ; ln -sf libparrot.2.11.0.dylib libparrot.dylib )
	$(CP) tools/dev/gdb-pp-load.py blib/lib/libparrot.2.11.0.dylib-gdb.py
	$(CP) tools/dev/gdb-pp.py blib/lib/GDBPrettyPrint.py
	@echo '' > blib/lib/__init__.py

$(INSTALLABLECONFIG) : src/install_config$(O) $(PARROT_CONFIG) $(PBC_TO_EXE)
	$(PARROT) -o parrot_config.pbc $(DEV_TOOLS_DIR)/parrot-config.pir
	$(PBC_TO_EXE) parrot_config.pbc --install

$(INSTALLABLEPBCTOEXE) : $(PBC_TO_EXE) src/install_config$(O)
	$(PBC_TO_EXE) pbc_to_exe.pbc --install

$(INSTALLABLENCITHUNKGEN) : parrot_nci_thunk_gen.pbc $(PBC_TO_EXE) src/install_config$(O)
	$(PBC_TO_EXE) parrot_nci_thunk_gen.pbc --install

$(INSTALLABLEPROVE) : parrot-prove.pbc $(PBC_TO_EXE) src/install_config$(O)
	$(PBC_TO_EXE) parrot-prove.pbc --install

#
# Parrot Debugger
#

frontend/parrot_debugger/main$(O) : \
    $(PARROT_H_HEADERS) \
    frontend/parrot_debugger/main.c \
    $(INC_DIR)/runcore_api.h \
    $(INC_DIR)/embed.h

$(PDB) : frontend/parrot_debugger/main$(O) src/parrot_config$(O) $(LIBPARROT)
	$(LINK) -o $@ \
    frontend/parrot_debugger/main$(O) \
    src/parrot_config$(O) \
    $(RPATH_BLIB) $(ALL_PARROT_LIBS) $(LINKFLAGS)

$(INSTALLABLEPDB) : frontend/parrot_debugger/main$(O) $(LIBPARROT) src/parrot_config$(O)
	$(LINK) -o $@ \
    frontend/parrot_debugger/main$(O) \
    src/parrot_config$(O) \
    -L"/usr/local/lib" $(ALL_PARROT_LIBS) $(LINKFLAGS)

#
# Parrot Disassembler
#

src/pbc_disassemble$(O) : \
    $(PARROT_H_HEADERS) \
    $(INC_DIR)/api.h \
    $(INC_DIR)/longopt.h \
    src/pbc_disassemble.c \

$(DIS) : src/pbc_disassemble$(O) $(LIBPARROT)
	$(LINK) -o $@ \
    src/pbc_disassemble$(O) \
    src/longopt$(O) \
    $(RPATH_BLIB) $(ALL_PARROT_LIBS) $(LINKFLAGS)

$(INSTALLABLEDIS) : src/pbc_disassemble$(O) \
	src/install_config$(O) $(LIBPARROT)
	$(LINK) -o $@ \
    src/pbc_disassemble$(O) \
    src/longopt$(O) \
    -L"/usr/local/lib" $(ALL_PARROT_LIBS) $(LINKFLAGS)

#
# Parrot Dump
#
frontend/pbc_dump/packdump$(O) : $(PARROT_H_HEADERS) include/pmc/pmc_sub.h \
    include/pmc/pmc_key.h frontend/pbc_dump/packdump.c

$(PDUMP) : frontend/pbc_dump/main$(O) frontend/pbc_dump/packdump$(O) $(LIBPARROT) $(INC_DIR)/api.h
	$(LINK) -o $@ \
    frontend/pbc_dump/main$(O) \
    src/longopt$(O) \
    frontend/pbc_dump/packdump$(O) $(RPATH_BLIB) $(ALL_PARROT_LIBS) $(LINKFLAGS)

frontend/pbc_dump/main$(O) : \
    $(INC_DIR)/longopt.h \
    $(INC_DIR)/api.h \
    $(INC_DIR)/embed.h \
    $(INC_DIR)/oplib/ops.h \
    $(INC_DIR)/oplib/core_ops.h \
    $(PARROT_H_HEADERS) \
    $(INC_DIR)/runcore_api.h \
    frontend/pbc_dump/main.c

$(INSTALLABLEPDUMP) : frontend/pbc_dump/main$(O) frontend/pbc_dump/packdump$(O) \
	src/install_config$(O) $(LIBPARROT)
	$(LINK) -o $@ \
    frontend/pbc_dump/main$(O) \
    frontend/pbc_dump/packdump$(O) \
    src/longopt$(O) \
    -L"/usr/local/lib" $(ALL_PARROT_LIBS) $(LINKFLAGS)



#
# Parrot Bytecode File Merger
#

$(PBC_MERGE) : frontend/pbc_merge/main$(O) $(LIBPARROT) src/parrot_config$(O)
	$(LINK) -o $@ \
    frontend/pbc_merge/main$(O) \
    src/parrot_config$(O) \
    src/longopt$(O) \
    $(RPATH_BLIB) $(ALL_PARROT_LIBS) $(LINK_DYNAMIC) $(LINKFLAGS)

$(INSTALLABLEPBC_MERGE) : frontend/pbc_merge/main$(O) $(LIBPARROT) $(INSTALLABLECONFIG)
	$(LINK) -o $@ \
    frontend/pbc_merge/main$(O) \
    src/install_config$(O) \
    src/longopt$(O) \
    -L"/usr/local/lib" $(ALL_PARROT_LIBS) $(LINKFLAGS)

#
# Profiling runcore test supporting code
#

$(LIBRARY_DIR)/ProfTest.pbc: $(LIBRARY_DIR)/ProfTest/PIRProfile.pbc \
	$(LIBRARY_DIR)/ProfTest/NQPProfile.pbc $(LIBRARY_DIR)/ProfTest/Matcher.pbc \
	$(LIBRARY_DIR)/ProfTest/Want.pbc
	$(PBC_MERGE) -o $@ $(LIBRARY_DIR)/ProfTest/PIRProfile.pbc \
	$(LIBRARY_DIR)/ProfTest/NQPProfile.pbc $(LIBRARY_DIR)/ProfTest/Matcher.pbc \
	$(LIBRARY_DIR)/ProfTest/Want.pbc


$(LIBRARY_DIR)/ProfTest/PIRProfile.pbc: $(LIBRARY_DIR)/ProfTest/PIRProfile.pir
	$(PARROT) -o $@ $(LIBRARY_DIR)/ProfTest/PIRProfile.pir

$(LIBRARY_DIR)/ProfTest/PIRProfile.pir: $(LIBRARY_DIR)/ProfTest/PIRProfile.nqp $(NQP_RX)
	$(NQP_RX) --target=pir $(LIBRARY_DIR)/ProfTest/PIRProfile.nqp > $@


$(LIBRARY_DIR)/ProfTest/NQPProfile.pbc: $(LIBRARY_DIR)/ProfTest/NQPProfile.pir
	$(PARROT) -o $@ $(LIBRARY_DIR)/ProfTest/NQPProfile.pir

$(LIBRARY_DIR)/ProfTest/NQPProfile.pir: $(LIBRARY_DIR)/ProfTest/NQPProfile.nqp $(NQP_RX)
	$(NQP_RX) --target=pir $(LIBRARY_DIR)/ProfTest/NQPProfile.nqp > $@


$(LIBRARY_DIR)/ProfTest/Want.pbc: $(LIBRARY_DIR)/ProfTest/Want.pir
	$(PARROT) -o $@ $(LIBRARY_DIR)/ProfTest/Want.pir

$(LIBRARY_DIR)/ProfTest/Want.pir: $(LIBRARY_DIR)/ProfTest/Want.nqp $(NQP_RX)
	$(NQP_RX) --target=pir $(LIBRARY_DIR)/ProfTest/Want.nqp > $@


$(LIBRARY_DIR)/ProfTest/Matcher.pbc: $(LIBRARY_DIR)/ProfTest/Matcher.pir
	$(PARROT) -o $@ $(LIBRARY_DIR)/ProfTest/Matcher.pir

$(LIBRARY_DIR)/ProfTest/Matcher.pir: $(LIBRARY_DIR)/ProfTest/Matcher.nqp $(NQP_RX)
	$(NQP_RX) --target=pir $(LIBRARY_DIR)/ProfTest/Matcher.nqp > $@



###############################################################################
#
# Other Dependencies and Build Rules:
#
###############################################################################


runtime/parrot/include/interpflags.pasm : $(INC_DIR)/interpreter.h $(H2INC)
	$(PERL) $(H2INC) $(INC_DIR)/interpreter.h $@
runtime/parrot/include/interpdebug.pasm : $(INC_DIR)/interpreter.h $(H2INC)
	$(PERL) $(H2INC) $(INC_DIR)/interpreter.h $@
runtime/parrot/include/interptrace.pasm : $(INC_DIR)/interpreter.h $(H2INC)
	$(PERL) $(H2INC) $(INC_DIR)/interpreter.h $@
runtime/parrot/include/interpcores.pasm : $(INC_DIR)/interpreter.h $(H2INC)
	$(PERL) $(H2INC) $(INC_DIR)/interpreter.h $@
runtime/parrot/include/cloneflags.pasm  : $(INC_DIR)/interpreter.h $(H2INC)
	$(PERL) $(H2INC) $(INC_DIR)/interpreter.h $@
runtime/parrot/include/iglobals.pasm    : $(INC_DIR)/interpreter.h $(H2INC)
	$(PERL) $(H2INC) $(INC_DIR)/interpreter.h $@
runtime/parrot/include/sysinfo.pasm     : $(INC_DIR)/interpreter.h $(H2INC)
	$(PERL) $(H2INC) $(INC_DIR)/interpreter.h $@

runtime/parrot/include/interpinfo.pasm : $(INC_DIR)/gc_api.h $(H2INC)
	$(PERL) $(H2INC) $(INC_DIR)/gc_api.h $@

runtime/parrot/include/timer.pasm : $(INC_DIR)/scheduler.h $(H2INC)
	$(PERL) $(H2INC) $(INC_DIR)/scheduler.h $@

runtime/parrot/include/pmctypes.pasm : $(INC_DIR)/core_pmcs.h $(H2INC)
	$(PERL) $(H2INC) $(INC_DIR)/core_pmcs.h $@

runtime/parrot/include/stdio.pasm  : $(INC_DIR)/io.h $(H2INC)
	$(PERL) $(H2INC) $(INC_DIR)/io.h $@
runtime/parrot/include/socket.pasm : $(INC_DIR)/io.h $(H2INC)
	$(PERL) $(H2INC) $(INC_DIR)/io.h $@

runtime/parrot/include/hash_key_type.pasm : $(INC_DIR)/hash.h $(H2INC)
	$(PERL) $(H2INC) $(INC_DIR)/hash.h $@

runtime/parrot/include/iterator.pasm : $(INC_DIR)/enums.h $(H2INC)
	$(PERL) $(H2INC) $(INC_DIR)/enums.h $@
runtime/parrot/include/call_bits.pasm : $(INC_DIR)/enums.h $(H2INC)
	$(PERL) $(H2INC) $(INC_DIR)/enums.h $@
lib/Parrot/Pmc2c/PCCMETHOD_BITS.pm : $(INC_DIR)/enums.h $(H2INC)
	$(PERL) $(H2INC) $(INC_DIR)/enums.h $@

runtime/parrot/include/libpaths.pasm : $(INC_DIR)/library.h $(H2INC)
	$(PERL) $(H2INC) $(INC_DIR)/library.h $@

runtime/parrot/include/dlopenflags.pasm : $(INC_DIR)/platform_interface.h $(H2INC)
	$(PERL) $(H2INC) $(INC_DIR)/platform_interface.h $@

runtime/parrot/include/datatypes.pasm : $(INC_DIR)/datatypes.h $(H2INC)
	$(PERL) $(H2INC) $(INC_DIR)/datatypes.h $@

runtime/parrot/include/stat.pasm : $(INC_DIR)/stat.h $(H2INC)
	$(PERL) $(H2INC) $(INC_DIR)/stat.h $@

runtime/parrot/include/stringinfo.pasm : $(INC_DIR)/string.h $(H2INC)
	$(PERL) $(H2INC) $(INC_DIR)/string.h $@

runtime/parrot/include/longopt.pasm : $(INC_DIR)/longopt.h $(H2INC)
	$(PERL) $(H2INC) $(INC_DIR)/longopt.h $@

runtime/parrot/include/cclass.pasm : $(INC_DIR)/cclass.h $(H2INC)
	$(PERL) $(H2INC) $(INC_DIR)/cclass.h $@

runtime/parrot/include/packfile_segments.pasm : $(INC_DIR)/packfile.h $(H2INC)
	$(PERL) $(H2INC) $(INC_DIR)/packfile.h $@
runtime/parrot/include/packfile_annotation_key_type.pasm : $(INC_DIR)/packfile.h $(H2INC)
	$(PERL) $(H2INC) $(INC_DIR)/packfile.h $@

runtime/parrot/include/except_types.pasm : $(INC_DIR)/exceptions.h $(H2INC)
	$(PERL) $(H2INC) $(INC_DIR)/exceptions.h $@
runtime/parrot/include/except_severity.pasm : $(INC_DIR)/exceptions.h $(H2INC)
	$(PERL) $(H2INC) $(INC_DIR)/exceptions.h $@

runtime/parrot/include/warnings.pasm : $(INC_DIR)/warnings.h $(H2INC)
	$(PERL) $(H2INC) $(INC_DIR)/warnings.h $@
runtime/parrot/include/errors.pasm : $(INC_DIR)/warnings.h $(H2INC)
	$(PERL) $(H2INC) $(INC_DIR)/warnings.h $@

runtime/parrot/include/tm.pasm : src/utils.c $(H2INC)
	$(PERL) $(H2INC) src/utils.c $@


###############################################################################
#
# Examples (Assembly):
#
###############################################################################

examples-clean:
	$(RM_F) \
    examples/mops/mops$(O) \
    examples/mops/mops$(EXE) \
    examples/pasm/hello.pbc \
    examples/pasm/hello.c \
    examples/pasm/hello$(O) \
    examples/pasm/hello$(EXE) \
    generated_hello.pbc

# hello
hello: test_prep examples/pasm/hello$(EXE)
	./examples/pasm/hello$(EXE) "from your friendly makefile"

examples/pasm/hello.pbc: examples/pasm/hello.pasm
	$(PARROT) -o examples/pasm/hello.pbc examples/pasm/hello.pasm

# The -o option of parrot did not work with the object file extension ".o"
# so as work around pbc_to_exe is used and the original commands are only
# commented out so it can easily switched back.
#examples/pasm/hello$(O): examples/pasm/hello.pbc
#	$(PARROT) -o examples/pasm/hello$(O) examples/pasm/hello.pbc
#
#examples/pasm/hello$(EXE): examples/pasm/hello$(O)
#	$(MAKE) . EXEC=examples/pasm/hello exec
examples/pasm/hello$(EXE): examples/pasm/hello.pbc $(PBC_TO_EXE)
	$(PBC_TO_EXE) examples/pasm/hello.pbc



###############################################################################
#
# Dependencies:
#
###############################################################################

src/datatypes$(O) : $(PARROT_H_HEADERS) src/datatypes.c

src/extend_vtable$(O) : $(PARROT_H_HEADERS) \
	$(INC_DIR)/extend.h $(INC_DIR)/extend_vtable.h src/extend_vtable.c

src/global_setup$(O) : $(PARROT_H_HEADERS) \
    src/global_setup.str \
    src/global_setup.c \
    $(INC_DIR)/runcore_api.h \
    $(INC_DIR)/oplib/core_ops.h

src/namespace$(O) : $(PARROT_H_HEADERS) src/namespace.str src/namespace.c \
	include/pmc/pmc_sub.h

src/pmc$(O) : include/pmc/pmc_class.h src/pmc.c \
	src/pmc.str $(PARROT_H_HEADERS)

src/packfile/object_serialization$(O) : $(PARROT_H_HEADERS) src/packfile/object_serialization.str src/packfile/object_serialization.c

src/hash$(O) : $(PARROT_H_HEADERS) src/hash.c

src/library$(O) : $(PARROT_H_HEADERS) src/library.str src/library.c\
	$(INC_DIR)/dynext.h

$(INC_DIR)/extend_vtable.h src/extend_vtable.c src/vtable.h : src/vtable.tbl $(BUILD_TOOLS_DIR)/vtable_extend.pl lib/Parrot/Vtable.pm
	$(PERL) $(BUILD_TOOLS_DIR)/vtable_extend.pl

src/key$(O) : $(PARROT_H_HEADERS) src/key.str src/key.c \
	include/pmc/pmc_key.h

src/gc/mark_sweep$(O) : \
    $(PARROT_H_HEADERS) \
    src/gc/gc_private.h \
    src/gc/mark_sweep.c \
    src/gc/variable_size_pool.h

src/gc/gc_ms$(O) : \
    $(PARROT_H_HEADERS) \
    src/gc/gc_private.h \
    src/gc/gc_ms.c \
    src/gc/variable_size_pool.h \
    $(INC_DIR)/list.h

src/gc/gc_inf$(O) : \
    $(PARROT_H_HEADERS) \
    src/gc/gc_private.h \
    src/gc/gc_inf.c \
    src/gc/variable_size_pool.h

src/gc/gc_ms2$(O) : \
    $(PARROT_H_HEADERS) \
    src/gc/gc_private.h \
    src/gc/fixed_allocator.h \
    src/gc/gc_ms2.c \
    $(INC_DIR)/pointer_array.h \
    src/gc/variable_size_pool.h \
    $(INC_DIR)/sysmem.h

src/gc/api$(O) : \
    $(PARROT_H_HEADERS) \
    src/gc/gc_private.h \
    src/gc/api.c \
    src/gc/variable_size_pool.h

src/gc/alloc_resources$(O) : \
    $(PARROT_H_HEADERS) \
    src/gc/variable_size_pool.h \
    src/gc/gc_private.h \
    src/gc/alloc_resources.c

src/gc/fixed_allocator$(O) : $(PARROT_H_HEADERS) \
	src/gc/fixed_allocator.h src/gc/fixed_allocator.c

src/gc/variable_size_pool$(O) : $(PARROT_H_HEADERS) \
	src/gc/variable_size_pool.h src/gc/variable_size_pool.c

src/gc/string_gc$(O) : \
    $(PARROT_H_HEADERS) \
    src/gc/gc_private.h \
    src/gc/string_gc.c \
    src/gc/variable_size_pool.h

src/gc/fixed_allocator$(O) : $(PARROT_H_HEADERS) \
	src/gc/fixed_allocator.h src/gc/fixed_allocator.c

src/gc/variable_size_pool$(O) : $(PARROT_H_HEADERS) \
	src/gc/variable_size_pool.h src/gc/variable_size_pool.c

src/gc/string_gc$(O) : $(PARROT_H_HEADERS) \
	src/gc/gc_private.h src/gc/string_gc.c

src/hll$(O) : $(PARROT_H_HEADERS) src/hll.str $(INC_DIR)/dynext.h src/hll.c

src/platform$(O) : \
    $(PARROT_H_HEADERS) \
    $(INC_DIR)/sysmem.h \
    src/platform.c

src/core_pmcs$(O) : $(PARROT_H_HEADERS) src/core_pmcs.c

src/runcore/trace$(O) : \
    include/pmc/pmc_sub.h \
    src/runcore/trace.c \
    $(INC_DIR)/oplib/ops.h \
    $(INC_DIR)/runcore_trace.h \
    $(PARROT_H_HEADERS) \
    $(INC_DIR)/oplib/core_ops.h \
    $(INC_DIR)/runcore_api.h

src/debug$(O) : $(INC_DIR)/embed.h $(INC_DIR)/extend.h \
	$(PARROT_H_HEADERS) src/debug.c \
	$(INC_DIR)/oplib/ops.h \
        $(INC_DIR)/oplib/core_ops.h \
	$(INC_DIR)/runcore_api.h $(INC_DIR)/runcore_trace.h \
	src/debug.str include/pmc/pmc_key.h \
	include/pmc/pmc_continuation.h \
	$(INC_DIR)/extend_vtable.h

src/sub$(O) : \
    $(PARROT_H_HEADERS) \
    $(INC_DIR)/oplib/ops.h \
    $(INC_DIR)/oplib/core_ops.h \
    $(INC_DIR)/runcore_api.h \
    src/sub.str \
    src/sub.c \
    include/pmc/pmc_sub.h \
    include/pmc/pmc_continuation.h

src/string/api$(O) : $(PARROT_H_HEADERS) src/string/api.str \
	src/string/private_cstring.h src/string/api.c

src/longopt$(O) : \
    $(PARROT_H_HEADERS) \
    $(INC_DIR)/api.h \
    $(INC_DIR)/longopt.h \
    src/longopt.c

src/dynext$(O) : $(PARROT_H_HEADERS) $(INC_DIR)/dynext.h \
	src/dynext.str include/pmc/pmc_parrotlibrary.h src/dynext.c

src/exceptions$(O) : $(PARROT_H_HEADERS) \
	src/exceptions.str src/exceptions.c \
	include/pmc/pmc_continuation.h

src/thread$(O) : \
    $(PARROT_H_HEADERS) \
    $(INC_DIR)/extend.h \
    $(INC_DIR)/extend_vtable.h \
    src/thread.c \
    include/pmc/pmc_sub.h \
    include/pmc/pmc_parrotinterpreter.h \
    $(INC_DIR)/runcore_api.h

## SUFFIX OVERRIDE - dynloaded files need cc_shared
src/extend$(O) : $(PARROT_H_HEADERS) $(INC_DIR)/extend.h \
    include/pmc/pmc_sub.h $(INC_DIR)/extend_vtable.h src/extend.c
	$(CC) $(CFLAGS)  -falign-functions=16 -funit-at-a-time -W -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wchar-subscripts -Wcomment -Wdisabled-optimization -Wdiv-by-zero -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 -Wmultichar -Wpacked -Wparentheses -Wpointer-arith -Wpointer-sign -Wreturn-type -Wsequence-point -Wsign-compare -Wstrict-aliasing -Wstrict-aliasing=2 -Wswitch -Wswitch-default -Wtrigraphs -Wundef -Wno-unused -Wunknown-pragmas -Wvariadic-macros -Wwrite-strings -Wbad-function-cast -Wdeclaration-after-statement -Wimplicit-function-declaration -Wimplicit-int -Wmain -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wnonnull -Wold-style-definition -Wstrict-prototypes -fvisibility=hidden   -I$(@D) -o $@ -c src/extend.c

src/runcore/main$(O) : \
	src/runcore/main.c \
	src/runcore/main.str \
	include/pmc/pmc_parrotlibrary.h \
	$(INC_DIR)/dynext.h $(INC_DIR)/oplib/core_ops.h \
	$(INC_DIR)/oplib/ops.h \
	$(PARROT_H_HEADERS) $(INC_DIR)/runcore_api.h \
	$(INC_DIR)/runcore_profiling.h

src/runcore/profiling$(O) : src/runcore/profiling.str src/runcore/profiling.c \
	include/pmc/pmc_sub.h \
	include/pmc/pmc_namespace.h \
	$(INC_DIR)/oplib/core_ops.h $(INC_DIR)/runcore_api.h \
	$(INC_DIR)/runcore_profiling.h $(INC_DIR)/embed.h \
	$(PARROT_H_HEADERS) \
	$(INC_DIR)/extend.h \
	$(INC_DIR)/extend_vtable.h


src/call/args$(O) : \
	$(PARROT_H_HEADERS) $(INC_DIR)/oplib/ops.h \
	src/call/args.c \
	src/call/args.str \
	include/pmc/pmc_key.h \
	include/pmc/pmc_fixedintegerarray.h

src/call/context_accessors$(O): $(PARROT_H_HEADERS) \
	src/call/context_accessors.c

src/call/pcc$(O) : $(INC_DIR)/oplib/ops.h \
	$(PARROT_H_HEADERS) \
	$(INC_DIR)/runcore_api.h \
	src/call/pcc.c \
	src/call/pcc.str \
	include/pmc/pmc_key.h include/pmc/pmc_continuation.h

src/call/context$(O) : $(PARROT_H_HEADERS) \
	include/pmc/pmc_sub.h src/call/context.c

src/interp/inter_cb$(O) : $(PARROT_H_HEADERS) \
	include/pmc/pmc_parrotinterpreter.h \
        $(INC_DIR)/extend.h \
        $(INC_DIR)/extend_vtable.h \
	src/interp/inter_cb.str src/interp/inter_cb.c

src/interp/inter_misc$(O) : $(PARROT_H_HEADERS) \
	src/interp/inter_misc.c \
	src/interp/inter_misc.str \
	compilers/imcc/imc.h \
	compilers/imcc/cfg.h \
	compilers/imcc/debug.h \
	compilers/imcc/instructions.h \
	compilers/imcc/sets.h \
	compilers/imcc/symreg.h \
	compilers/imcc/unit.h \
	$(INC_DIR)/oplib/ops.h \
	$(INC_DIR)/runcore_api.h

src/interp/inter_create$(O) : $(PARROT_H_HEADERS) \
	$(INC_DIR)/oplib/core_ops.h \
	src/gc/gc_private.h \
	src/interp/inter_create.c \
	src/interp/inter_create.str \
	compilers/imcc/imc.h \
	compilers/imcc/cfg.h \
	compilers/imcc/debug.h \
	compilers/imcc/instructions.h \
	compilers/imcc/sets.h \
	compilers/imcc/symreg.h \
	compilers/imcc/unit.h \
	$(INC_DIR)/oplib/ops.h \
	$(INC_DIR)/runcore_api.h \
        src/gc/variable_size_pool.h

src/call/ops$(O) : $(INC_DIR)/oplib/ops.h \
	$(PARROT_H_HEADERS) include/pmc/pmc_continuation.h \
	$(INC_DIR)/runcore_api.h src/call/ops.c

src/io/api$(O) : \
    $(PARROT_H_HEADERS) \
    src/io/io_private.h \
    src/io/api.c \
    src/io/api.str \
    include/pmc/pmc_filehandle.h \
    include/pmc/pmc_stringhandle.h \
    include/pmc/pmc_socket.h \
    $(INC_DIR)/extend.h \
    $(INC_DIR)/extend_vtable.h

src/io/buffer$(O) : $(PARROT_H_HEADERS) src/io/io_private.h src/io/buffer.c \
    include/pmc/pmc_handle.h

src/io/portable$(O) : $(PARROT_H_HEADERS) src/io/io_private.h src/io/portable.c

src/io/unix$(O) : $(PARROT_H_HEADERS) src/io/io_private.h \
    include/pmc/pmc_filehandle.h src/io/unix.c

src/io/win32$(O) : $(PARROT_H_HEADERS) src/io/io_private.h \
    include/pmc/pmc_filehandle.h src/io/win32.c

src/gc/alloc_memory$(O) : $(PARROT_H_HEADERS) src/gc/alloc_memory.c

frontend/parrot/main$(O) : \
    $(INC_DIR)/platform_limits.h \
    $(INC_DIR)/api.h \
    $(INC_DIR)/compiler.h \
    $(INC_DIR)/config.h \
    $(INC_DIR)/core_types.h \
    $(INC_DIR)/feature.h \
    $(INC_DIR)/has_header.h \
    $(INC_DIR)/longopt.h \
    frontend/parrot/main.c

src/multidispatch$(O) : \
    src/multidispatch.c \
    src/multidispatch.str \
    $(INC_DIR)/oplib/ops.h \
    $(PARROT_H_HEADERS) \
    include/pmc/pmc_nativepccmethod.h \
    include/pmc/pmc_nci.h \
    include/pmc/pmc_sub.h

src/packfile/api$(O) : \
    src/packfile/api.str \
    src/packfile/api.c \
    include/pmc/pmc_sub.h \
    include/pmc/pmc_key.h \
    include/pmc/pmc_parrotlibrary.h \
    compilers/imcc/imc.h \
    compilers/imcc/cfg.h \
    compilers/imcc/debug.h \
    compilers/imcc/instructions.h \
    compilers/imcc/sets.h \
    compilers/imcc/symreg.h \
    compilers/imcc/unit.h \
    $(INC_DIR)/oplib/ops.h \
    $(INC_DIR)/oplib/core_ops.h \
    $(INC_DIR)/dynext.h \
    $(INC_DIR)/embed.h \
    $(INC_DIR)/extend.h \
    $(INC_DIR)/extend_vtable.h \
    $(PARROT_H_HEADERS) \
    $(INC_DIR)/runcore_api.h

src/packfile/output$(O) : $(PARROT_H_HEADERS) include/pmc/pmc_key.h src/packfile/output.c

src/packfile/pf_items$(O) : \
    $(PARROT_H_HEADERS) \
    src/packfile/byteorder.h \
    src/packfile/pf_items.str \
    src/packfile/pf_items.c

src/parrot$(O) : $(GEN_HEADERS)

src/runcore/cores$(O) : src/runcore/cores.str \
	src/runcore/cores.c \
	include/pmc/pmc_sub.h \
	$(INC_DIR)/dynext.h $(INC_DIR)/embed.h $(INC_DIR)/oplib/core_ops.h \
	$(INC_DIR)/oplib/ops.h \
	$(INC_DIR)/runcore_api.h $(INC_DIR)/runcore_trace.h \
	$(PARROT_H_HEADERS)

src/embed$(O) : \
    $(PARROT_H_HEADERS) \
    src/embed.c \
    src/embed.str \
    $(INC_DIR)/oplib/ops.h \
    $(INC_DIR)/extend.h \
    $(INC_DIR)/embed.h \
    $(INC_DIR)/runcore_api.h \
    $(INC_DIR)/extend_vtable.h \
    $(INC_DIR)/oplib/core_ops.h \
    compilers/imcc/imc.h \
    compilers/imcc/cfg.h \
    compilers/imcc/debug.h \
    compilers/imcc/instructions.h \
    compilers/imcc/sets.h \
    compilers/imcc/symreg.h \
    compilers/imcc/unit.h \
    include/pmc/pmc_sub.h

src/embed/api$(O) : \
    $(PARROT_H_HEADERS) \
    $(INC_DIR)/api.h \
    $(INC_DIR)/embed.h \
    $(INC_DIR)/runcore_api.h \
    src/embed/api.c \
    src/embed/embed_private.h \
    include/pmc/pmc_parrotinterpreter.h

src/embed/strings$(O) : \
    $(PARROT_H_HEADERS) \
    $(INC_DIR)/api.h \
    src/embed/strings.c \
    src/embed/embed_private.h \
    include/pmc/pmc_parrotinterpreter.h

src/embed/pmc$(O) : \
    $(PARROT_H_HEADERS) \
    $(INC_DIR)/api.h \
    src/embed/pmc.c \
    src/embed/embed_private.h \
    include/pmc/pmc_parrotinterpreter.h

src/dataypes$(O) : $(GEN_HEADERS) src/dataypes.c

src/exit$(O) : $(PARROT_H_HEADERS) src/exit.c

src/nci/api$(O) : src/nci/api.str \
	src/nci/api.c \
	$(PARROT_H_HEADERS)

src/nci/core_thunks$(O) : src/nci/core_thunks.str \
	src/nci/core_thunks.c \
	$(PARROT_H_HEADERS) \
	include/pmc/pmc_nci.h

src/nci/libffi$(O) : src/nci/libffi.c \
    $(PARROT_H_HEADERS) \
    include/pmc/pmc_nci.h \
    include/pmc/pmc_unmanagedstruct.h \
    include/pmc/pmc_managedstruct.h \

## SUFFIX OVERRIDE
src/nci/extra_thunks$(O) : \
    $(PARROT_H_HEADERS) \
    include/pmc/pmc_nci.h \
    src/nci/extra_thunks.str \
    src/nci/extra_thunks.c
	$(CC) $(CFLAGS)  -falign-functions=16 -funit-at-a-time -W -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wchar-subscripts -Wcomment -Wdisabled-optimization -Wdiv-by-zero -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 -Wmultichar -Wpacked -Wparentheses -Wpointer-arith -Wpointer-sign -Wreturn-type -Wsequence-point -Wsign-compare -Wstrict-aliasing -Wstrict-aliasing=2 -Wswitch -Wswitch-default -Wtrigraphs -Wundef -Wno-unused -Wunknown-pragmas -Wvariadic-macros -Wwrite-strings -Wbad-function-cast -Wdeclaration-after-statement -Wimplicit-function-declaration -Wimplicit-int -Wmain -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wnonnull -Wold-style-definition -fvisibility=hidden   -I$(@D) -o $@ -c src/nci/extra_thunks.c

src/nci/libffi$(O) : src/nci/libffi.c \
    $(PARROT_H_HEADERS) \
    include/pmc/pmc_nci.h \
    include/pmc/pmc_unmanagedstruct.h \
    include/pmc/pmc_managedstruct.h

src/nci/signatures$(O) : \
    src/nci/signatures.c \
    src/nci/signatures.str \
    $(PARROT_H_HEADERS)

src/vtables$(O) : $(PARROT_H_HEADERS) src/vtables.c

## SUFFIX OVERRIDE
src/gc/system$(O) : \
    $(PARROT_H_HEADERS) \
    src/gc/gc_private.h \
    src/gc/system.c\
    src/gc/variable_size_pool.h
	$(CC) $(CFLAGS)  -falign-functions=16 -funit-at-a-time -W -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wchar-subscripts -Wcomment -Wdisabled-optimization -Wdiv-by-zero -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 -Wmultichar -Wpacked -Wparentheses -Wpointer-arith -Wpointer-sign -Wreturn-type -Wsequence-point -Wsign-compare -Wstrict-aliasing -Wstrict-aliasing=2 -Wswitch -Wswitch-default -Wtrigraphs -Wundef -Wno-unused -Wunknown-pragmas -Wvariadic-macros -Wwrite-strings -Wbad-function-cast -Wdeclaration-after-statement -Wimplicit-function-declaration -Wimplicit-int -Wmain -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wnonnull -Wold-style-definition -Wstrict-prototypes -fvisibility=hidden   -I$(@D) -o $@ -c src/gc/system.c

src/gc/gc_private.h : $(INC_DIR)/settings.h

src/gc/malloc$(O) : src/gc/malloc.c

src/warnings$(O) : $(PARROT_H_HEADERS) src/warnings.c

src/misc$(O) : $(PARROT_H_HEADERS) src/misc.c

src/utils$(O) : \
    $(PARROT_H_HEADERS) \
    include/pmc/pmc_nci.h \
    src/utils.c \
    $(INC_DIR)/extend.h \
    $(INC_DIR)/extend_vtable.h

## SUFFIX OVERRIDE
src/spf_render$(O) : $(PARROT_H_HEADERS) src/spf_render.str src/spf_render.c
	$(CC) $(CFLAGS)  -falign-functions=16 -funit-at-a-time -W -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wchar-subscripts -Wcomment -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wextra -Wformat -Wformat-extra-args -Wformat-security -Wformat-y2k -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wmissing-braces -Wmissing-field-initializers -Wno-missing-format-attribute -Wmissing-include-dirs -Wmultichar -Wpacked -Wparentheses -Wpointer-arith -Wpointer-sign -Wreturn-type -Wsequence-point -Wsign-compare -Wstrict-aliasing -Wstrict-aliasing=2 -Wswitch -Wswitch-default -Wtrigraphs -Wundef -Wno-unused -Wunknown-pragmas -Wvariadic-macros -Wwrite-strings -Wbad-function-cast -Wdeclaration-after-statement -Wimplicit-function-declaration -Wimplicit-int -Wmain -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wnonnull -Wold-style-definition -Wstrict-prototypes -fvisibility=hidden   -I$(@D) -o $@ -c src/spf_render.c

src/spf_vtable$(O) : $(PARROT_H_HEADERS) src/spf_vtable.str src/spf_vtable.c

src/string/encoding$(O) : \
    $(PARROT_H_HEADERS) \
    src/string/encoding.c \
    src/string/encoding.str

src/string/encoding/tables$(O) : \
    $(PARROT_H_HEADERS) \
    src/string/encoding/tables.h \
    src/string/encoding/tables.c

src/string/encoding/shared$(O) : \
    $(PARROT_H_HEADERS) \
    src/string/encoding/shared.h \
    src/string/encoding/shared.c \
    src/string/encoding/tables.h

src/string/encoding/null$(O) : \
    $(PARROT_H_HEADERS) \
    src/string/encoding/shared.h \
    src/string/encoding/null.c \

src/string/encoding/ascii$(O) : \
    $(PARROT_H_HEADERS) \
    src/string/encoding/shared.h \
    src/string/encoding/ascii.c \
    src/string/encoding/tables.h

src/string/encoding/latin1$(O) : \
    $(PARROT_H_HEADERS) \
    src/string/encoding/shared.h \
    src/string/encoding/latin1.c \
    src/string/encoding/tables.h

src/string/encoding/binary$(O) : \
    $(PARROT_H_HEADERS) \
    src/string/encoding/shared.h \
    src/string/encoding/binary.c

src/string/encoding/utf8$(O) : \
    $(PARROT_H_HEADERS) \
    src/string/encoding/shared.h \
    src/string/encoding/utf8.c \
    src/string/encoding/unicode.h

src/string/encoding/utf16$(O) : \
    $(PARROT_H_HEADERS) \
    src/string/encoding/shared.h \
    src/string/encoding/utf16.c \
    src/string/encoding/unicode.h

src/string/encoding/ucs2$(O) : \
    $(PARROT_H_HEADERS) \
    src/string/encoding/shared.h \
    src/string/encoding/ucs2.c \
    src/string/encoding/unicode.h

src/string/encoding/ucs4$(O) : \
    $(PARROT_H_HEADERS) \
    src/string/encoding/shared.h \
    src/string/encoding/ucs4.c \
    src/string/encoding/unicode.h

frontend/pbc_merge/main$(O) : \
    $(INC_DIR)/embed.h \
    $(INC_DIR)/api.h \
    $(INC_DIR)/longopt.h \
    frontend/pbc_merge/main.c \
    include/pmc/pmc_sub.h \
    $(INC_DIR)/oplib/ops.h \
    $(INC_DIR)/oplib/core_ops.h \
    $(INC_DIR)/runcore_api.h \
    $(PARROT_H_HEADERS)

src/io/filehandle$(O) : $(PARROT_H_HEADERS) include/pmc/pmc_filehandle.h \
    src/io/io_private.h src/io/filehandle.c

src/gc/malloc_trace$(O) : src/gc/malloc.c src/gc/malloc_trace.c

src/packfile/pf_items$(O) : $(PARROT_H_HEADERS) src/packfile/pf_items.c

src/atomic/gcc_x86$(O) : $(PARROT_H_HEADERS) src/atomic/gcc_x86.c

# core_ops depends upon config.h so that it gets updated along with
# updates to config.h's version numbers
src/ops/core_ops$(O) : src/ops/core_ops.c \
    $(PARROT_H_HEADERS) \
    include/parrot/dynext.h \
    include/parrot/embed.h \
    include/parrot/oplib/core_ops.h \
    include/parrot/runcore_api.h \
    include/pmc/pmc_continuation.h \
    include/pmc/pmc_parrotlibrary.h \
    src/io/io_private.h

src/gc/alloc_resources$(O):	$(GEN_HEADERS) src/gc/alloc_resources.c



# the following part of the Makefile was built by 'config/auto/pmc.pm'

PMC2C_FILES = \
    lib/Parrot/Pmc2c/Pmc2cMain.pm \
    lib/Parrot/Pmc2c/Parser.pm \
    lib/Parrot/Pmc2c/Dumper.pm \
    lib/Parrot/Pmc2c/PMC.pm \
    lib/Parrot/Pmc2c/Method.pm \
    lib/Parrot/Pmc2c/PCCMETHOD.pm \
    lib/Parrot/Pmc2c/MULTI.pm \
    lib/Parrot/Pmc2c/PMCEmitter.pm \
    lib/Parrot/Pmc2c/MethodEmitter.pm \
    lib/Parrot/Pmc2c/Library.pm \
    lib/Parrot/Pmc2c/UtilFunctions.pm \
    lib/Parrot/Pmc2c/PMC/default.pm \
    lib/Parrot/Pmc2c/PMC/Null.pm \
    lib/Parrot/Pmc2c/PMC/RO.pm
src/pmc/default.c : src/pmc/default.dump
	$(PMC2CC) src/pmc/default.pmc

src/pmc/default.dump : vtable.dump  src/pmc/default.pmc $(PMC2C_FILES) 
	$(PMC2CD) src/pmc/default.pmc

include/pmc/pmc_default.h: src/pmc/default.c

## SUFFIX OVERRIDE -Warnings
src/pmc/default$(O): \
    src/pmc/default.str \
    include/parrot/exceptions.h \
    include/parrot/cclass.h \
    include/parrot/multidispatch.h \
    include/parrot/atomic/gcc_x86.h \
    include/parrot/dynext.h \
    include/parrot/call.h \
    include/parrot/exit.h \
    include/parrot/pobj.h \
    include/parrot/extend_vtable.h \
    include/parrot/memory.h \
    include/parrot/key.h \
    include/parrot/packfile.h \
    include/parrot/oo.h \
    include/parrot/feature.h \
    include/parrot/oplib.h \
    include/parrot/io_win32.h \
    include/parrot/io_unix.h \
    include/parrot/library.h \
    include/parrot/thread.h \
    include/parrot/string.h \
    include/parrot/settings.h \
    include/parrot/namespace.h \
    include/parrot/extend.h \
    src/pmc/default.c \
    include/parrot/pbcversion.h \
    include/parrot/core_types.h \
    include/parrot/interpreter.h \
    include/parrot/io.h \
    include/parrot/context.h \
    include/parrot/io_portable.h \
    include/parrot/parrot.h \
    include/parrot/enums.h \
    include/parrot/atomic.h \
    include/parrot/atomic/sparc.h \
    include/parrot/encoding.h \
    include/parrot/vtable.h \
    include/parrot/scheduler.h \
    include/parrot/pmc.h \
    include/parrot/datatypes.h \
    include/parrot/core_pmcs.h \
    include/pmc/pmc_default.h \
    include/parrot/string_funcs.h \
    include/parrot/misc.h \
    include/parrot/sub.h \
    include/parrot/platform.h \
    include/parrot/pmc_freeze.h \
    include/parrot/compiler.h \
    include/pmc/pmc_continuation.h \
    include/parrot/global_setup.h \
    include/parrot/hash.h \
    include/parrot/gc_api.h \
    include/parrot/nci.h \
    include/parrot/vtables.h \
    include/parrot/has_header.h \
    include/parrot/warnings.h \
    include/parrot/op.h \
    include/parrot/platform_limits.h \
    include/parrot/stat.h \
    include/parrot/atomic/fallback.h \
    include/parrot/debugger.h \
    include/parrot/caches.h \
    include/parrot/config.h \
    include/pmc/pmc_callcontext.h \
    include/parrot/platform_interface.h \
    include/parrot/hll.h \
    include/parrot/atomic/gcc_pcc.h
	$(CC) $(CFLAGS)    -falign-functions=16 -funit-at-a-time -W -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wchar-subscripts -Wcomment -Wdisabled-optimization -Wdiv-by-zero -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 -Wmultichar -Wpacked -Wparentheses -Wpointer-arith -Wpointer-sign -Wreturn-type -Wsequence-point -Wsign-compare -Wstrict-aliasing -Wstrict-aliasing=2 -Wswitch -Wswitch-default -Wtrigraphs -Wundef -Wno-unused -Wunknown-pragmas -Wvariadic-macros -Wwrite-strings -Wbad-function-cast -Wdeclaration-after-statement -Wimplicit-function-declaration -Wimplicit-int -Wmain -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wnonnull -Wold-style-definition -Wstrict-prototypes -fvisibility=hidden -I$(@D) -o $@ -c src/pmc/default.c

src/pmc/null.c : src/pmc/null.dump
	$(PMC2CC) src/pmc/null.pmc

src/pmc/null.dump : vtable.dump src/pmc/default.dump  src/pmc/null.pmc $(PMC2C_FILES) 
	$(PMC2CD) src/pmc/null.pmc

include/pmc/pmc_null.h: src/pmc/null.c

## SUFFIX OVERRIDE -Warnings
src/pmc/null$(O): \
    include/parrot/exceptions.h \
    include/parrot/cclass.h \
    src/pmc/null.c \
    include/parrot/multidispatch.h \
    include/parrot/atomic/gcc_x86.h \
    include/parrot/exit.h \
    include/parrot/call.h \
    include/parrot/dynext.h \
    include/parrot/pobj.h \
    include/parrot/extend_vtable.h \
    include/parrot/memory.h \
    include/parrot/key.h \
    include/parrot/oo.h \
    include/parrot/packfile.h \
    include/parrot/feature.h \
    include/parrot/oplib.h \
    include/parrot/io_unix.h \
    include/parrot/io_win32.h \
    include/parrot/library.h \
    include/parrot/thread.h \
    include/parrot/string.h \
    include/parrot/settings.h \
    include/parrot/namespace.h \
    include/parrot/extend.h \
    include/parrot/pbcversion.h \
    include/parrot/interpreter.h \
    include/parrot/core_types.h \
    include/parrot/io.h \
    include/parrot/context.h \
    include/parrot/io_portable.h \
    include/parrot/parrot.h \
    include/parrot/atomic.h \
    include/parrot/enums.h \
    include/parrot/atomic/sparc.h \
    include/parrot/encoding.h \
    include/parrot/vtable.h \
    include/parrot/scheduler.h \
    include/parrot/pmc.h \
    include/parrot/datatypes.h \
    include/parrot/core_pmcs.h \
    include/pmc/pmc_default.h \
    include/parrot/string_funcs.h \
    include/parrot/sub.h \
    include/parrot/misc.h \
    src/pmc/null.str \
    include/parrot/platform.h \
    include/parrot/compiler.h \
    include/parrot/pmc_freeze.h \
    include/pmc/pmc_null.h \
    include/pmc/pmc_continuation.h \
    include/parrot/global_setup.h \
    include/parrot/gc_api.h \
    include/parrot/hash.h \
    include/parrot/has_header.h \
    include/parrot/vtables.h \
    include/parrot/nci.h \
    include/parrot/warnings.h \
    include/parrot/op.h \
    include/parrot/platform_limits.h \
    include/parrot/stat.h \
    include/parrot/atomic/fallback.h \
    include/parrot/debugger.h \
    include/parrot/caches.h \
    include/parrot/config.h \
    include/pmc/pmc_callcontext.h \
    include/parrot/platform_interface.h \
    include/parrot/hll.h \
    include/parrot/atomic/gcc_pcc.h
	$(CC) $(CFLAGS)    -falign-functions=16 -funit-at-a-time -W -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wchar-subscripts -Wcomment -Wdisabled-optimization -Wdiv-by-zero -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 -Wmultichar -Wpacked -Wparentheses -Wpointer-arith -Wpointer-sign -Wreturn-type -Wsequence-point -Wsign-compare -Wstrict-aliasing -Wstrict-aliasing=2 -Wswitch -Wswitch-default -Wtrigraphs -Wundef -Wno-unused -Wunknown-pragmas -Wvariadic-macros -Wwrite-strings -Wbad-function-cast -Wdeclaration-after-statement -Wimplicit-function-declaration -Wimplicit-int -Wmain -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wnonnull -Wold-style-definition -Wstrict-prototypes -fvisibility=hidden -I$(@D) -o $@ -c src/pmc/null.c

src/pmc/env.c : src/pmc/env.dump
	$(PMC2CC) src/pmc/env.pmc

src/pmc/env.dump : vtable.dump src/pmc/default.dump  src/pmc/env.pmc $(PMC2C_FILES) 
	$(PMC2CD) src/pmc/env.pmc

include/pmc/pmc_env.h: src/pmc/env.c

## SUFFIX OVERRIDE -Warnings
src/pmc/env$(O): \
    include/parrot/exceptions.h \
    include/parrot/cclass.h \
    include/parrot/multidispatch.h \
    include/parrot/atomic/gcc_x86.h \
    include/parrot/exit.h \
    include/parrot/call.h \
    include/parrot/dynext.h \
    include/parrot/pobj.h \
    include/parrot/extend_vtable.h \
    include/parrot/memory.h \
    include/parrot/key.h \
    include/parrot/oo.h \
    include/parrot/packfile.h \
    include/parrot/feature.h \
    include/parrot/oplib.h \
    include/parrot/io_unix.h \
    include/parrot/io_win32.h \
    include/parrot/library.h \
    include/parrot/thread.h \
    include/parrot/string.h \
    include/parrot/settings.h \
    include/parrot/namespace.h \
    include/parrot/extend.h \
    include/parrot/pbcversion.h \
    include/parrot/interpreter.h \
    include/parrot/core_types.h \
    include/parrot/io.h \
    include/parrot/context.h \
    include/parrot/io_portable.h \
    include/parrot/parrot.h \
    include/parrot/atomic.h \
    include/parrot/enums.h \
    include/parrot/atomic/sparc.h \
    include/parrot/encoding.h \
    include/parrot/vtable.h \
    include/parrot/scheduler.h \
    include/parrot/pmc.h \
    include/parrot/datatypes.h \
    include/parrot/core_pmcs.h \
    include/pmc/pmc_default.h \
    include/parrot/string_funcs.h \
    include/parrot/sub.h \
    include/parrot/misc.h \
    include/pmc/pmc_env.h \
    include/parrot/platform.h \
    include/parrot/compiler.h \
    include/parrot/pmc_freeze.h \
    include/pmc/pmc_continuation.h \
    include/parrot/global_setup.h \
    include/parrot/gc_api.h \
    include/parrot/hash.h \
    include/parrot/has_header.h \
    include/parrot/vtables.h \
    include/parrot/nci.h \
    include/parrot/warnings.h \
    include/parrot/op.h \
    include/parrot/platform_limits.h \
    src/pmc/env.c \
    include/parrot/stat.h \
    src/pmc/env.str \
    include/parrot/atomic/fallback.h \
    include/parrot/debugger.h \
    include/parrot/caches.h \
    include/parrot/config.h \
    include/pmc/pmc_callcontext.h \
    include/parrot/platform_interface.h \
    include/parrot/hll.h \
    include/parrot/atomic/gcc_pcc.h
	$(CC) $(CFLAGS)    -falign-functions=16 -funit-at-a-time -W -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wchar-subscripts -Wcomment -Wdisabled-optimization -Wdiv-by-zero -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 -Wmultichar -Wpacked -Wparentheses -Wpointer-arith -Wpointer-sign -Wreturn-type -Wsequence-point -Wsign-compare -Wstrict-aliasing -Wstrict-aliasing=2 -Wswitch -Wswitch-default -Wtrigraphs -Wundef -Wno-unused -Wunknown-pragmas -Wvariadic-macros -Wwrite-strings -Wbad-function-cast -Wdeclaration-after-statement -Wimplicit-function-declaration -Wimplicit-int -Wmain -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wnonnull -Wold-style-definition -Wstrict-prototypes -fvisibility=hidden -I$(@D) -o $@ -c src/pmc/env.c

src/pmc/key.c : src/pmc/key.dump
	$(PMC2CC) src/pmc/key.pmc

src/pmc/key.dump : vtable.dump src/pmc/default.dump  src/pmc/key.pmc $(PMC2C_FILES) lib/Parrot/Pmc2c/PCCMETHOD.pm include/pmc/pmc_fixedintegerarray.h
	$(PMC2CD) src/pmc/key.pmc

include/pmc/pmc_key.h: src/pmc/key.c

## SUFFIX OVERRIDE -Warnings
src/pmc/key$(O): \
    include/parrot/exceptions.h \
    include/parrot/cclass.h \
    include/parrot/multidispatch.h \
    include/parrot/atomic/gcc_x86.h \
    include/parrot/exit.h \
    include/parrot/call.h \
    include/parrot/dynext.h \
    include/parrot/pobj.h \
    include/parrot/extend_vtable.h \
    include/parrot/memory.h \
    include/parrot/key.h \
    include/parrot/oo.h \
    include/parrot/packfile.h \
    include/parrot/feature.h \
    include/parrot/oplib.h \
    include/parrot/io_unix.h \
    include/parrot/io_win32.h \
    include/parrot/library.h \
    include/parrot/thread.h \
    include/parrot/string.h \
    include/parrot/settings.h \
    include/parrot/namespace.h \
    include/parrot/extend.h \
    include/parrot/pbcversion.h \
    include/parrot/interpreter.h \
    include/parrot/core_types.h \
    include/parrot/io.h \
    include/parrot/context.h \
    include/parrot/io_portable.h \
    include/pmc/pmc_fixedintegerarray.h \
    include/parrot/parrot.h \
    include/parrot/atomic.h \
    include/parrot/enums.h \
    include/parrot/atomic/sparc.h \
    include/parrot/encoding.h \
    include/parrot/vtable.h \
    include/parrot/scheduler.h \
    include/parrot/pmc.h \
    include/parrot/datatypes.h \
    include/parrot/core_pmcs.h \
    include/pmc/pmc_default.h \
    include/parrot/string_funcs.h \
    include/parrot/sub.h \
    include/parrot/misc.h \
    src/pmc/key.c \
    include/parrot/platform.h \
    include/parrot/compiler.h \
    include/parrot/pmc_freeze.h \
    include/pmc/pmc_continuation.h \
    include/parrot/global_setup.h \
    include/parrot/gc_api.h \
    include/parrot/hash.h \
    include/parrot/has_header.h \
    include/parrot/vtables.h \
    include/parrot/nci.h \
    include/parrot/warnings.h \
    src/pmc/key.str \
    include/parrot/op.h \
    include/parrot/platform_limits.h \
    include/parrot/stat.h \
    include/parrot/atomic/fallback.h \
    include/parrot/debugger.h \
    include/parrot/caches.h \
    include/parrot/config.h \
    include/pmc/pmc_callcontext.h \
    include/parrot/platform_interface.h \
    include/pmc/pmc_key.h \
    include/parrot/hll.h \
    include/parrot/atomic/gcc_pcc.h
	$(CC) $(CFLAGS)    -falign-functions=16 -funit-at-a-time -W -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wchar-subscripts -Wcomment -Wdisabled-optimization -Wdiv-by-zero -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 -Wmultichar -Wpacked -Wparentheses -Wpointer-arith -Wpointer-sign -Wreturn-type -Wsequence-point -Wsign-compare -Wstrict-aliasing -Wstrict-aliasing=2 -Wswitch -Wswitch-default -Wtrigraphs -Wundef -Wno-unused -Wunknown-pragmas -Wvariadic-macros -Wwrite-strings -Wbad-function-cast -Wdeclaration-after-statement -Wimplicit-function-declaration -Wimplicit-int -Wmain -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wnonnull -Wold-style-definition -Wstrict-prototypes -fvisibility=hidden -I$(@D) -o $@ -c src/pmc/key.c

src/pmc/unmanagedstruct.c : src/pmc/unmanagedstruct.dump
	$(PMC2CC) src/pmc/unmanagedstruct.pmc

src/pmc/unmanagedstruct.dump : vtable.dump src/pmc/default.dump  src/pmc/unmanagedstruct.pmc $(PMC2C_FILES) 
	$(PMC2CD) src/pmc/unmanagedstruct.pmc

include/pmc/pmc_unmanagedstruct.h: src/pmc/unmanagedstruct.c

## SUFFIX OVERRIDE -Warnings
src/pmc/unmanagedstruct$(O): \
    include/parrot/exceptions.h \
    include/parrot/cclass.h \
    include/parrot/multidispatch.h \
    include/parrot/atomic/gcc_x86.h \
    include/parrot/exit.h \
    include/parrot/call.h \
    include/parrot/dynext.h \
    include/parrot/pobj.h \
    include/parrot/extend_vtable.h \
    include/parrot/memory.h \
    include/parrot/key.h \
    include/parrot/oo.h \
    include/parrot/packfile.h \
    include/parrot/feature.h \
    include/parrot/oplib.h \
    include/parrot/io_unix.h \
    include/parrot/io_win32.h \
    include/parrot/library.h \
    src/pmc/unmanagedstruct.c \
    include/parrot/thread.h \
    include/parrot/string.h \
    include/parrot/settings.h \
    include/parrot/namespace.h \
    include/parrot/extend.h \
    include/parrot/pbcversion.h \
    include/parrot/interpreter.h \
    include/parrot/core_types.h \
    include/parrot/io.h \
    include/parrot/context.h \
    include/parrot/io_portable.h \
    include/parrot/parrot.h \
    include/parrot/atomic.h \
    include/parrot/enums.h \
    include/parrot/atomic/sparc.h \
    include/parrot/encoding.h \
    include/parrot/vtable.h \
    include/parrot/scheduler.h \
    include/parrot/pmc.h \
    include/parrot/datatypes.h \
    include/parrot/core_pmcs.h \
    include/pmc/pmc_default.h \
    include/parrot/string_funcs.h \
    include/parrot/sub.h \
    include/parrot/misc.h \
    include/parrot/platform.h \
    include/parrot/compiler.h \
    include/parrot/pmc_freeze.h \
    include/pmc/pmc_continuation.h \
    include/parrot/global_setup.h \
    include/parrot/gc_api.h \
    include/parrot/hash.h \
    include/parrot/has_header.h \
    include/parrot/vtables.h \
    include/parrot/nci.h \
    include/parrot/warnings.h \
    include/parrot/op.h \
    include/parrot/platform_limits.h \
    include/pmc/pmc_unmanagedstruct.h \
    include/parrot/stat.h \
    include/parrot/atomic/fallback.h \
    include/parrot/debugger.h \
    src/pmc/unmanagedstruct.str \
    include/parrot/caches.h \
    include/parrot/config.h \
    include/pmc/pmc_callcontext.h \
    include/parrot/platform_interface.h \
    include/parrot/hll.h \
    include/parrot/atomic/gcc_pcc.h
	$(CC) $(CFLAGS)    -falign-functions=16 -funit-at-a-time -W -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wchar-subscripts -Wcomment -Wdisabled-optimization -Wdiv-by-zero -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 -Wmultichar -Wpacked -Wparentheses -Wpointer-arith -Wpointer-sign -Wreturn-type -Wsequence-point -Wsign-compare -Wstrict-aliasing -Wstrict-aliasing=2 -Wswitch -Wswitch-default -Wtrigraphs -Wundef -Wno-unused -Wunknown-pragmas -Wvariadic-macros -Wwrite-strings -Wbad-function-cast -Wdeclaration-after-statement -Wimplicit-function-declaration -Wimplicit-int -Wmain -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wnonnull -Wold-style-definition -Wstrict-prototypes -fvisibility=hidden -I$(@D) -o $@ -c src/pmc/unmanagedstruct.c

src/pmc/managedstruct.c : src/pmc/managedstruct.dump
	$(PMC2CC) src/pmc/managedstruct.pmc

src/pmc/managedstruct.dump : vtable.dump src/pmc/default.dump src/pmc/unmanagedstruct.dump  src/pmc/managedstruct.pmc $(PMC2C_FILES) 
	$(PMC2CD) src/pmc/managedstruct.pmc

include/pmc/pmc_managedstruct.h: src/pmc/managedstruct.c

## SUFFIX OVERRIDE -Warnings
src/pmc/managedstruct$(O): \
    include/parrot/exceptions.h \
    include/parrot/cclass.h \
    include/parrot/multidispatch.h \
    include/parrot/atomic/gcc_x86.h \
    include/parrot/exit.h \
    include/parrot/call.h \
    include/parrot/dynext.h \
    include/parrot/pobj.h \
    include/parrot/extend_vtable.h \
    include/parrot/memory.h \
    include/parrot/key.h \
    include/parrot/oo.h \
    include/parrot/packfile.h \
    include/parrot/feature.h \
    include/parrot/oplib.h \
    include/parrot/io_unix.h \
    include/parrot/io_win32.h \
    include/parrot/library.h \
    include/parrot/thread.h \
    include/parrot/string.h \
    include/parrot/settings.h \
    include/parrot/namespace.h \
    include/parrot/extend.h \
    include/parrot/pbcversion.h \
    include/parrot/interpreter.h \
    include/parrot/core_types.h \
    include/parrot/io.h \
    include/parrot/context.h \
    include/parrot/io_portable.h \
    src/pmc/managedstruct.c \
    include/parrot/parrot.h \
    include/parrot/atomic.h \
    include/parrot/enums.h \
    include/parrot/atomic/sparc.h \
    include/parrot/encoding.h \
    include/pmc/pmc_managedstruct.h \
    include/parrot/vtable.h \
    include/parrot/scheduler.h \
    include/parrot/pmc.h \
    include/parrot/datatypes.h \
    include/parrot/core_pmcs.h \
    include/pmc/pmc_default.h \
    include/parrot/string_funcs.h \
    include/parrot/sub.h \
    include/parrot/misc.h \
    src/pmc/managedstruct.str \
    include/parrot/platform.h \
    include/parrot/compiler.h \
    include/parrot/pmc_freeze.h \
    include/pmc/pmc_continuation.h \
    include/parrot/global_setup.h \
    include/parrot/gc_api.h \
    include/parrot/hash.h \
    include/parrot/has_header.h \
    include/parrot/vtables.h \
    include/parrot/nci.h \
    include/parrot/warnings.h \
    include/parrot/op.h \
    include/parrot/platform_limits.h \
    include/pmc/pmc_unmanagedstruct.h \
    include/parrot/stat.h \
    include/parrot/atomic/fallback.h \
    include/parrot/debugger.h \
    include/parrot/caches.h \
    include/parrot/config.h \
    include/pmc/pmc_callcontext.h \
    include/parrot/platform_interface.h \
    include/parrot/hll.h \
    include/parrot/atomic/gcc_pcc.h
	$(CC) $(CFLAGS)    -falign-functions=16 -funit-at-a-time -W -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wchar-subscripts -Wcomment -Wdisabled-optimization -Wdiv-by-zero -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 -Wmultichar -Wpacked -Wparentheses -Wpointer-arith -Wpointer-sign -Wreturn-type -Wsequence-point -Wsign-compare -Wstrict-aliasing -Wstrict-aliasing=2 -Wswitch -Wswitch-default -Wtrigraphs -Wundef -Wno-unused -Wunknown-pragmas -Wvariadic-macros -Wwrite-strings -Wbad-function-cast -Wdeclaration-after-statement -Wimplicit-function-declaration -Wimplicit-int -Wmain -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wnonnull -Wold-style-definition -Wstrict-prototypes -fvisibility=hidden -I$(@D) -o $@ -c src/pmc/managedstruct.c

src/pmc/exception.c : src/pmc/exception.dump
	$(PMC2CC) src/pmc/exception.pmc

src/pmc/exception.dump : vtable.dump src/pmc/default.dump  src/pmc/exception.pmc $(PMC2C_FILES) lib/Parrot/Pmc2c/PCCMETHOD.pm include/pmc/pmc_fixedintegerarray.h
	$(PMC2CD) src/pmc/exception.pmc

include/pmc/pmc_exception.h: src/pmc/exception.c

## SUFFIX OVERRIDE -Warnings
src/pmc/exception$(O): \
    include/parrot/exceptions.h \
    include/parrot/cclass.h \
    include/parrot/multidispatch.h \
    include/parrot/atomic/gcc_x86.h \
    include/parrot/exit.h \
    include/parrot/call.h \
    include/parrot/dynext.h \
    include/parrot/pobj.h \
    include/parrot/extend_vtable.h \
    include/parrot/memory.h \
    include/parrot/key.h \
    include/parrot/oo.h \
    include/parrot/packfile.h \
    include/parrot/feature.h \
    include/parrot/oplib.h \
    include/parrot/io_unix.h \
    include/parrot/io_win32.h \
    include/parrot/library.h \
    include/parrot/thread.h \
    include/parrot/string.h \
    include/parrot/settings.h \
    include/parrot/namespace.h \
    include/parrot/extend.h \
    include/parrot/pbcversion.h \
    include/parrot/interpreter.h \
    include/parrot/core_types.h \
    include/parrot/io.h \
    include/parrot/context.h \
    include/parrot/io_portable.h \
    include/pmc/pmc_fixedintegerarray.h \
    include/parrot/parrot.h \
    include/pmc/pmc_sub.h \
    include/parrot/atomic.h \
    include/parrot/enums.h \
    include/parrot/atomic/sparc.h \
    include/parrot/encoding.h \
    include/pmc/pmc_exception.h \
    include/parrot/vtable.h \
    include/parrot/scheduler.h \
    include/parrot/pmc.h \
    include/parrot/datatypes.h \
    include/parrot/core_pmcs.h \
    include/pmc/pmc_default.h \
    include/parrot/string_funcs.h \
    include/parrot/sub.h \
    include/parrot/misc.h \
    include/parrot/platform.h \
    include/parrot/compiler.h \
    include/parrot/pmc_freeze.h \
    include/pmc/pmc_continuation.h \
    include/parrot/global_setup.h \
    include/parrot/gc_api.h \
    include/parrot/hash.h \
    src/pmc/exception.c \
    include/parrot/has_header.h \
    include/parrot/vtables.h \
    include/parrot/nci.h \
    include/parrot/warnings.h \
    include/parrot/op.h \
    include/parrot/platform_limits.h \
    include/parrot/stat.h \
    include/parrot/atomic/fallback.h \
    include/parrot/debugger.h \
    include/parrot/caches.h \
    include/parrot/config.h \
    include/pmc/pmc_callcontext.h \
    include/parrot/platform_interface.h \
    src/pmc/exception.str \
    include/parrot/hll.h \
    include/parrot/atomic/gcc_pcc.h
	$(CC) $(CFLAGS)    -falign-functions=16 -funit-at-a-time -W -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wchar-subscripts -Wcomment -Wdisabled-optimization -Wdiv-by-zero -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 -Wmultichar -Wpacked -Wparentheses -Wpointer-arith -Wpointer-sign -Wreturn-type -Wsequence-point -Wsign-compare -Wstrict-aliasing -Wstrict-aliasing=2 -Wswitch -Wswitch-default -Wtrigraphs -Wundef -Wno-unused -Wunknown-pragmas -Wvariadic-macros -Wwrite-strings -Wbad-function-cast -Wdeclaration-after-statement -Wimplicit-function-declaration -Wimplicit-int -Wmain -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wnonnull -Wold-style-definition -Wstrict-prototypes -fvisibility=hidden -I$(@D) -o $@ -c src/pmc/exception.c

src/pmc/parrotlibrary.c : src/pmc/parrotlibrary.dump
	$(PMC2CC) src/pmc/parrotlibrary.pmc

src/pmc/parrotlibrary.dump : vtable.dump src/pmc/default.dump  src/pmc/parrotlibrary.pmc $(PMC2C_FILES) 
	$(PMC2CD) src/pmc/parrotlibrary.pmc

include/pmc/pmc_parrotlibrary.h: src/pmc/parrotlibrary.c

## SUFFIX OVERRIDE -Warnings
src/pmc/parrotlibrary$(O): \
    include/parrot/exceptions.h \
    include/parrot/cclass.h \
    include/parrot/multidispatch.h \
    include/parrot/atomic/gcc_x86.h \
    include/parrot/exit.h \
    include/parrot/call.h \
    include/parrot/dynext.h \
    include/parrot/pobj.h \
    include/parrot/extend_vtable.h \
    include/parrot/memory.h \
    include/parrot/key.h \
    include/parrot/oo.h \
    include/parrot/packfile.h \
    include/parrot/feature.h \
    include/parrot/oplib.h \
    include/parrot/io_unix.h \
    include/parrot/io_win32.h \
    include/parrot/library.h \
    include/parrot/thread.h \
    include/parrot/string.h \
    include/parrot/settings.h \
    include/parrot/namespace.h \
    include/parrot/extend.h \
    include/parrot/pbcversion.h \
    include/parrot/interpreter.h \
    include/parrot/core_types.h \
    include/parrot/io.h \
    include/parrot/context.h \
    include/parrot/io_portable.h \
    include/parrot/parrot.h \
    include/parrot/atomic.h \
    include/parrot/enums.h \
    include/parrot/atomic/sparc.h \
    include/parrot/encoding.h \
    include/parrot/vtable.h \
    src/pmc/parrotlibrary.c \
    include/parrot/scheduler.h \
    include/parrot/pmc.h \
    include/parrot/datatypes.h \
    include/parrot/core_pmcs.h \
    include/pmc/pmc_default.h \
    include/parrot/string_funcs.h \
    include/parrot/sub.h \
    include/parrot/misc.h \
    include/parrot/platform.h \
    include/parrot/compiler.h \
    include/parrot/pmc_freeze.h \
    include/pmc/pmc_continuation.h \
    include/parrot/global_setup.h \
    include/parrot/gc_api.h \
    include/parrot/hash.h \
    include/parrot/has_header.h \
    include/parrot/vtables.h \
    include/parrot/nci.h \
    include/parrot/warnings.h \
    include/parrot/op.h \
    include/parrot/platform_limits.h \
    include/parrot/stat.h \
    include/parrot/atomic/fallback.h \
    include/parrot/debugger.h \
    include/parrot/caches.h \
    include/parrot/config.h \
    include/pmc/pmc_parrotlibrary.h \
    include/pmc/pmc_callcontext.h \
    include/parrot/platform_interface.h \
    src/pmc/parrotlibrary.str \
    include/parrot/hll.h \
    include/parrot/atomic/gcc_pcc.h
	$(CC) $(CFLAGS)    -falign-functions=16 -funit-at-a-time -W -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wchar-subscripts -Wcomment -Wdisabled-optimization -Wdiv-by-zero -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 -Wmultichar -Wpacked -Wparentheses -Wpointer-arith -Wpointer-sign -Wreturn-type -Wsequence-point -Wsign-compare -Wstrict-aliasing -Wstrict-aliasing=2 -Wswitch -Wswitch-default -Wtrigraphs -Wundef -Wno-unused -Wunknown-pragmas -Wvariadic-macros -Wwrite-strings -Wbad-function-cast -Wdeclaration-after-statement -Wimplicit-function-declaration -Wimplicit-int -Wmain -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wnonnull -Wold-style-definition -Wstrict-prototypes -fvisibility=hidden -I$(@D) -o $@ -c src/pmc/parrotlibrary.c

src/pmc/parrotinterpreter.c : src/pmc/parrotinterpreter.dump
	$(PMC2CC) src/pmc/parrotinterpreter.pmc

src/pmc/parrotinterpreter.dump : vtable.dump src/pmc/default.dump  src/pmc/parrotinterpreter.pmc $(PMC2C_FILES) lib/Parrot/Pmc2c/PCCMETHOD.pm include/pmc/pmc_fixedintegerarray.h
	$(PMC2CD) src/pmc/parrotinterpreter.pmc

include/pmc/pmc_parrotinterpreter.h: src/pmc/parrotinterpreter.c

## SUFFIX OVERRIDE -Warnings
src/pmc/parrotinterpreter$(O): \
    include/parrot/exceptions.h \
    include/parrot/cclass.h \
    src/pmc/parrotinterpreter.c \
    include/parrot/multidispatch.h \
    include/parrot/atomic/gcc_x86.h \
    include/parrot/exit.h \
    include/parrot/call.h \
    include/parrot/dynext.h \
    include/parrot/pobj.h \
    include/parrot/extend_vtable.h \
    include/parrot/memory.h \
    include/parrot/key.h \
    include/parrot/oo.h \
    include/parrot/packfile.h \
    include/parrot/feature.h \
    include/pmc/pmc_parrotinterpreter.h \
    include/parrot/oplib.h \
    include/parrot/io_unix.h \
    include/parrot/io_win32.h \
    include/parrot/library.h \
    include/parrot/thread.h \
    include/parrot/string.h \
    include/parrot/settings.h \
    include/parrot/namespace.h \
    include/parrot/extend.h \
    include/parrot/pbcversion.h \
    include/parrot/interpreter.h \
    include/parrot/core_types.h \
    include/parrot/io.h \
    include/parrot/context.h \
    include/parrot/io_portable.h \
    include/pmc/pmc_fixedintegerarray.h \
    include/parrot/parrot.h \
    include/pmc/pmc_sub.h \
    include/parrot/atomic.h \
    include/parrot/enums.h \
    include/parrot/atomic/sparc.h \
    include/parrot/encoding.h \
    include/parrot/vtable.h \
    include/parrot/scheduler.h \
    include/pmc/pmc_class.h \
    include/parrot/pmc.h \
    include/parrot/datatypes.h \
    include/parrot/core_pmcs.h \
    include/pmc/pmc_default.h \
    include/parrot/runcore_api.h \
    include/parrot/string_funcs.h \
    include/parrot/sub.h \
    include/parrot/misc.h \
    include/parrot/platform.h \
    include/parrot/compiler.h \
    include/parrot/pmc_freeze.h \
    include/pmc/pmc_continuation.h \
    src/pmc/parrotinterpreter.str \
    include/parrot/global_setup.h \
    include/parrot/embed.h \
    include/parrot/gc_api.h \
    include/parrot/hash.h \
    include/parrot/has_header.h \
    include/parrot/vtables.h \
    include/parrot/nci.h \
    include/parrot/warnings.h \
    include/parrot/op.h \
    include/parrot/platform_limits.h \
    include/parrot/stat.h \
    include/parrot/atomic/fallback.h \
    include/parrot/debugger.h \
    include/parrot/caches.h \
    include/parrot/config.h \
    include/pmc/pmc_callcontext.h \
    include/parrot/platform_interface.h \
    include/parrot/hll.h \
    include/parrot/atomic/gcc_pcc.h
	$(CC) $(CFLAGS)    -falign-functions=16 -funit-at-a-time -W -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wchar-subscripts -Wcomment -Wdisabled-optimization -Wdiv-by-zero -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 -Wmultichar -Wpacked -Wparentheses -Wpointer-arith -Wpointer-sign -Wreturn-type -Wsequence-point -Wsign-compare -Wstrict-aliasing -Wstrict-aliasing=2 -Wswitch -Wswitch-default -Wtrigraphs -Wundef -Wno-unused -Wunknown-pragmas -Wvariadic-macros -Wwrite-strings -Wbad-function-cast -Wdeclaration-after-statement -Wimplicit-function-declaration -Wimplicit-int -Wmain -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wnonnull -Wold-style-definition -Wstrict-prototypes -fvisibility=hidden -I$(@D) -o $@ -c src/pmc/parrotinterpreter.c

src/pmc/parrotthread.c : src/pmc/parrotthread.dump
	$(PMC2CC) src/pmc/parrotthread.pmc

src/pmc/parrotthread.dump : vtable.dump src/pmc/default.dump  src/pmc/parrotthread.pmc $(PMC2C_FILES) lib/Parrot/Pmc2c/PCCMETHOD.pm include/pmc/pmc_fixedintegerarray.h
	$(PMC2CD) src/pmc/parrotthread.pmc

include/pmc/pmc_parrotthread.h: src/pmc/parrotthread.c

## SUFFIX OVERRIDE -Warnings
src/pmc/parrotthread$(O): \
    include/parrot/exceptions.h \
    include/parrot/cclass.h \
    include/parrot/multidispatch.h \
    include/parrot/atomic/gcc_x86.h \
    include/parrot/exit.h \
    include/parrot/call.h \
    include/parrot/dynext.h \
    include/parrot/pobj.h \
    include/parrot/extend_vtable.h \
    include/parrot/memory.h \
    include/parrot/key.h \
    include/parrot/oo.h \
    include/parrot/packfile.h \
    include/parrot/feature.h \
    include/parrot/oplib.h \
    include/parrot/io_unix.h \
    include/parrot/io_win32.h \
    include/parrot/library.h \
    include/parrot/thread.h \
    src/pmc/parrotthread.str \
    include/parrot/string.h \
    include/parrot/settings.h \
    include/parrot/namespace.h \
    include/pmc/pmc_parrotthread.h \
    include/parrot/extend.h \
    include/parrot/pbcversion.h \
    include/parrot/interpreter.h \
    include/parrot/core_types.h \
    include/parrot/io.h \
    include/parrot/context.h \
    include/parrot/io_portable.h \
    include/pmc/pmc_fixedintegerarray.h \
    include/parrot/parrot.h \
    include/parrot/atomic.h \
    include/parrot/enums.h \
    include/parrot/atomic/sparc.h \
    include/parrot/encoding.h \
    include/parrot/vtable.h \
    include/parrot/scheduler.h \
    src/pmc/parrotthread.c \
    include/parrot/pmc.h \
    include/parrot/datatypes.h \
    include/parrot/core_pmcs.h \
    include/pmc/pmc_default.h \
    include/parrot/string_funcs.h \
    include/parrot/sub.h \
    include/parrot/misc.h \
    include/parrot/platform.h \
    include/parrot/compiler.h \
    include/parrot/pmc_freeze.h \
    include/pmc/pmc_continuation.h \
    include/parrot/global_setup.h \
    include/parrot/embed.h \
    include/parrot/gc_api.h \
    include/parrot/hash.h \
    include/parrot/has_header.h \
    include/parrot/vtables.h \
    include/parrot/nci.h \
    include/parrot/warnings.h \
    include/parrot/op.h \
    include/parrot/platform_limits.h \
    include/parrot/stat.h \
    include/parrot/atomic/fallback.h \
    include/parrot/debugger.h \
    include/parrot/caches.h \
    include/parrot/config.h \
    include/pmc/pmc_callcontext.h \
    include/parrot/platform_interface.h \
    include/parrot/hll.h \
    include/parrot/atomic/gcc_pcc.h
	$(CC) $(CFLAGS)    -falign-functions=16 -funit-at-a-time -W -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wchar-subscripts -Wcomment -Wdisabled-optimization -Wdiv-by-zero -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 -Wmultichar -Wpacked -Wparentheses -Wpointer-arith -Wpointer-sign -Wreturn-type -Wsequence-point -Wsign-compare -Wstrict-aliasing -Wstrict-aliasing=2 -Wswitch -Wswitch-default -Wtrigraphs -Wundef -Wno-unused -Wunknown-pragmas -Wvariadic-macros -Wwrite-strings -Wbad-function-cast -Wdeclaration-after-statement -Wimplicit-function-declaration -Wimplicit-int -Wmain -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wnonnull -Wold-style-definition -Wstrict-prototypes -fvisibility=hidden -I$(@D) -o $@ -c src/pmc/parrotthread.c

src/pmc/lexpad.c : src/pmc/lexpad.dump
	$(PMC2CC) src/pmc/lexpad.pmc

src/pmc/lexpad.dump : vtable.dump src/pmc/default.dump  src/pmc/lexpad.pmc $(PMC2C_FILES) lib/Parrot/Pmc2c/PCCMETHOD.pm include/pmc/pmc_fixedintegerarray.h
	$(PMC2CD) src/pmc/lexpad.pmc

include/pmc/pmc_lexpad.h: src/pmc/lexpad.c

## SUFFIX OVERRIDE -Warnings
src/pmc/lexpad$(O): \
    include/parrot/exceptions.h \
    include/parrot/cclass.h \
    include/parrot/multidispatch.h \
    include/parrot/atomic/gcc_x86.h \
    include/parrot/exit.h \
    include/parrot/call.h \
    include/parrot/dynext.h \
    include/parrot/pobj.h \
    include/parrot/extend_vtable.h \
    include/parrot/memory.h \
    include/parrot/key.h \
    include/parrot/oo.h \
    include/parrot/packfile.h \
    include/parrot/feature.h \
    include/parrot/oplib.h \
    include/parrot/io_unix.h \
    include/parrot/io_win32.h \
    include/parrot/library.h \
    include/parrot/thread.h \
    include/parrot/string.h \
    include/parrot/settings.h \
    include/parrot/namespace.h \
    include/parrot/extend.h \
    src/pmc/lexpad.c \
    include/parrot/pbcversion.h \
    include/parrot/interpreter.h \
    include/parrot/core_types.h \
    include/parrot/io.h \
    include/parrot/context.h \
    include/parrot/io_portable.h \
    include/pmc/pmc_fixedintegerarray.h \
    include/parrot/parrot.h \
    include/parrot/atomic.h \
    include/parrot/enums.h \
    include/parrot/atomic/sparc.h \
    include/parrot/encoding.h \
    include/parrot/vtable.h \
    include/parrot/scheduler.h \
    include/parrot/pmc.h \
    include/parrot/datatypes.h \
    include/parrot/core_pmcs.h \
    include/pmc/pmc_lexpad.h \
    include/pmc/pmc_default.h \
    include/parrot/string_funcs.h \
    include/parrot/sub.h \
    include/parrot/misc.h \
    include/parrot/platform.h \
    include/parrot/compiler.h \
    include/parrot/pmc_freeze.h \
    include/pmc/pmc_continuation.h \
    include/parrot/global_setup.h \
    include/parrot/gc_api.h \
    include/parrot/hash.h \
    include/parrot/has_header.h \
    include/parrot/vtables.h \
    include/parrot/nci.h \
    include/parrot/warnings.h \
    include/parrot/op.h \
    include/parrot/platform_limits.h \
    include/parrot/stat.h \
    include/parrot/atomic/fallback.h \
    include/parrot/debugger.h \
    include/parrot/caches.h \
    include/parrot/config.h \
    src/pmc/lexpad.str \
    include/pmc/pmc_callcontext.h \
    include/parrot/platform_interface.h \
    include/parrot/hll.h \
    include/parrot/atomic/gcc_pcc.h
	$(CC) $(CFLAGS)    -falign-functions=16 -funit-at-a-time -W -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wchar-subscripts -Wcomment -Wdisabled-optimization -Wdiv-by-zero -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 -Wmultichar -Wpacked -Wparentheses -Wpointer-arith -Wpointer-sign -Wreturn-type -Wsequence-point -Wsign-compare -Wstrict-aliasing -Wstrict-aliasing=2 -Wswitch -Wswitch-default -Wtrigraphs -Wundef -Wno-unused -Wunknown-pragmas -Wvariadic-macros -Wwrite-strings -Wbad-function-cast -Wdeclaration-after-statement -Wimplicit-function-declaration -Wimplicit-int -Wmain -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wnonnull -Wold-style-definition -Wstrict-prototypes -fvisibility=hidden -I$(@D) -o $@ -c src/pmc/lexpad.c

src/pmc/timer.c : src/pmc/timer.dump
	$(PMC2CC) src/pmc/timer.pmc

src/pmc/timer.dump : vtable.dump src/pmc/default.dump src/pmc/task.dump  src/pmc/timer.pmc $(PMC2C_FILES) 
	$(PMC2CD) src/pmc/timer.pmc

include/pmc/pmc_timer.h: src/pmc/timer.c

## SUFFIX OVERRIDE -Warnings
src/pmc/timer$(O): \
    include/parrot/exceptions.h \
    include/parrot/cclass.h \
    include/parrot/multidispatch.h \
    include/parrot/atomic/gcc_x86.h \
    include/parrot/exit.h \
    include/parrot/call.h \
    include/parrot/dynext.h \
    include/parrot/pobj.h \
    include/parrot/extend_vtable.h \
    include/parrot/memory.h \
    include/parrot/key.h \
    include/parrot/oo.h \
    include/parrot/packfile.h \
    include/parrot/feature.h \
    include/parrot/oplib.h \
    include/parrot/io_unix.h \
    include/parrot/io_win32.h \
    include/parrot/library.h \
    include/parrot/thread.h \
    include/parrot/string.h \
    include/parrot/settings.h \
    include/parrot/namespace.h \
    include/parrot/extend.h \
    include/parrot/pbcversion.h \
    include/parrot/interpreter.h \
    include/parrot/core_types.h \
    include/pmc/pmc_timer.h \
    include/parrot/io.h \
    include/parrot/context.h \
    include/parrot/io_portable.h \
    include/parrot/parrot.h \
    include/parrot/atomic.h \
    include/parrot/enums.h \
    include/parrot/atomic/sparc.h \
    include/parrot/encoding.h \
    include/parrot/vtable.h \
    include/pmc/pmc_task.h \
    include/parrot/scheduler.h \
    include/parrot/pmc.h \
    include/parrot/datatypes.h \
    include/parrot/core_pmcs.h \
    src/pmc/timer.c \
    include/pmc/pmc_default.h \
    include/parrot/scheduler_private.h \
    include/parrot/string_funcs.h \
    include/parrot/sub.h \
    include/parrot/misc.h \
    include/parrot/platform.h \
    include/parrot/compiler.h \
    include/parrot/pmc_freeze.h \
    include/pmc/pmc_continuation.h \
    include/parrot/global_setup.h \
    src/pmc/timer.str \
    include/parrot/gc_api.h \
    include/parrot/hash.h \
    include/parrot/has_header.h \
    include/parrot/vtables.h \
    include/parrot/nci.h \
    include/parrot/warnings.h \
    include/parrot/op.h \
    include/parrot/platform_limits.h \
    include/parrot/stat.h \
    include/parrot/atomic/fallback.h \
    include/parrot/debugger.h \
    include/parrot/caches.h \
    include/parrot/config.h \
    include/pmc/pmc_callcontext.h \
    include/parrot/platform_interface.h \
    include/parrot/hll.h \
    include/parrot/atomic/gcc_pcc.h
	$(CC) $(CFLAGS)    -falign-functions=16 -funit-at-a-time -W -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wchar-subscripts -Wcomment -Wdisabled-optimization -Wdiv-by-zero -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 -Wmultichar -Wpacked -Wparentheses -Wpointer-arith -Wpointer-sign -Wreturn-type -Wsequence-point -Wsign-compare -Wstrict-aliasing -Wstrict-aliasing=2 -Wswitch -Wswitch-default -Wtrigraphs -Wundef -Wno-unused -Wunknown-pragmas -Wvariadic-macros -Wwrite-strings -Wbad-function-cast -Wdeclaration-after-statement -Wimplicit-function-declaration -Wimplicit-int -Wmain -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wnonnull -Wold-style-definition -Wstrict-prototypes -fvisibility=hidden -I$(@D) -o $@ -c src/pmc/timer.c

src/pmc/pointer.c : src/pmc/pointer.dump
	$(PMC2CC) src/pmc/pointer.pmc

src/pmc/pointer.dump : vtable.dump src/pmc/default.dump  src/pmc/pointer.pmc $(PMC2C_FILES) 
	$(PMC2CD) src/pmc/pointer.pmc

include/pmc/pmc_pointer.h: src/pmc/pointer.c

## SUFFIX OVERRIDE -Warnings
src/pmc/pointer$(O): \
    include/parrot/exceptions.h \
    include/parrot/cclass.h \
    include/parrot/multidispatch.h \
    include/parrot/atomic/gcc_x86.h \
    include/parrot/exit.h \
    include/parrot/call.h \
    include/parrot/dynext.h \
    include/parrot/pobj.h \
    include/parrot/extend_vtable.h \
    include/parrot/memory.h \
    include/parrot/key.h \
    include/parrot/oo.h \
    include/parrot/packfile.h \
    include/parrot/feature.h \
    include/parrot/oplib.h \
    include/parrot/io_unix.h \
    include/parrot/io_win32.h \
    include/parrot/library.h \
    include/parrot/thread.h \
    include/parrot/string.h \
    include/parrot/settings.h \
    include/parrot/namespace.h \
    include/parrot/extend.h \
    include/parrot/pbcversion.h \
    include/parrot/interpreter.h \
    include/parrot/core_types.h \
    include/parrot/io.h \
    include/parrot/context.h \
    include/pmc/pmc_pointer.h \
    include/parrot/io_portable.h \
    include/parrot/parrot.h \
    include/parrot/atomic.h \
    include/parrot/enums.h \
    include/parrot/atomic/sparc.h \
    include/parrot/encoding.h \
    include/parrot/vtable.h \
    include/parrot/scheduler.h \
    src/pmc/pointer.c \
    include/parrot/pmc.h \
    include/parrot/datatypes.h \
    include/parrot/core_pmcs.h \
    include/pmc/pmc_default.h \
    src/pmc/pointer.str \
    include/parrot/string_funcs.h \
    include/parrot/sub.h \
    include/parrot/misc.h \
    include/parrot/platform.h \
    include/parrot/compiler.h \
    include/parrot/pmc_freeze.h \
    include/pmc/pmc_continuation.h \
    include/parrot/global_setup.h \
    include/parrot/gc_api.h \
    include/parrot/hash.h \
    include/parrot/has_header.h \
    include/parrot/vtables.h \
    include/parrot/nci.h \
    include/parrot/warnings.h \
    include/parrot/op.h \
    include/parrot/platform_limits.h \
    include/parrot/stat.h \
    include/parrot/atomic/fallback.h \
    include/parrot/debugger.h \
    include/parrot/caches.h \
    include/parrot/config.h \
    include/pmc/pmc_callcontext.h \
    include/parrot/platform_interface.h \
    include/parrot/hll.h \
    include/parrot/atomic/gcc_pcc.h
	$(CC) $(CFLAGS)    -falign-functions=16 -funit-at-a-time -W -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wchar-subscripts -Wcomment -Wdisabled-optimization -Wdiv-by-zero -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 -Wmultichar -Wpacked -Wparentheses -Wpointer-arith -Wpointer-sign -Wreturn-type -Wsequence-point -Wsign-compare -Wstrict-aliasing -Wstrict-aliasing=2 -Wswitch -Wswitch-default -Wtrigraphs -Wundef -Wno-unused -Wunknown-pragmas -Wvariadic-macros -Wwrite-strings -Wbad-function-cast -Wdeclaration-after-statement -Wimplicit-function-declaration -Wimplicit-int -Wmain -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wnonnull -Wold-style-definition -Wstrict-prototypes -fvisibility=hidden -I$(@D) -o $@ -c src/pmc/pointer.c

src/pmc/sub.c : src/pmc/sub.dump
	$(PMC2CC) src/pmc/sub.pmc

src/pmc/sub.dump : vtable.dump src/pmc/default.dump  src/pmc/sub.pmc $(PMC2C_FILES) lib/Parrot/Pmc2c/PCCMETHOD.pm include/pmc/pmc_fixedintegerarray.h
	$(PMC2CD) src/pmc/sub.pmc

include/pmc/pmc_sub.h: src/pmc/sub.c

## SUFFIX OVERRIDE -Warnings
src/pmc/sub$(O): \
    include/parrot/exceptions.h \
    include/parrot/cclass.h \
    include/parrot/multidispatch.h \
    include/parrot/atomic/gcc_x86.h \
    include/parrot/exit.h \
    include/parrot/call.h \
    include/parrot/dynext.h \
    include/parrot/pobj.h \
    include/parrot/extend_vtable.h \
    include/parrot/memory.h \
    include/parrot/key.h \
    include/parrot/oo.h \
    include/parrot/packfile.h \
    include/parrot/feature.h \
    include/parrot/oplib.h \
    include/parrot/io_unix.h \
    include/parrot/io_win32.h \
    include/parrot/library.h \
    include/parrot/thread.h \
    include/parrot/string.h \
    include/parrot/settings.h \
    include/parrot/namespace.h \
    include/parrot/extend.h \
    include/parrot/pbcversion.h \
    include/parrot/oplib/ops.h \
    include/parrot/interpreter.h \
    include/parrot/core_types.h \
    include/parrot/io.h \
    include/parrot/context.h \
    include/parrot/io_portable.h \
    include/pmc/pmc_fixedintegerarray.h \
    include/parrot/parrot.h \
    include/pmc/pmc_sub.h \
    include/parrot/atomic.h \
    include/parrot/enums.h \
    include/parrot/atomic/sparc.h \
    include/parrot/encoding.h \
    include/parrot/vtable.h \
    include/parrot/scheduler.h \
    include/parrot/pmc.h \
    include/parrot/datatypes.h \
    include/parrot/core_pmcs.h \
    include/pmc/pmc_default.h \
    include/parrot/runcore_api.h \
    src/pmc/sub.str \
    include/parrot/string_funcs.h \
    include/parrot/sub.h \
    include/parrot/misc.h \
    include/parrot/platform.h \
    include/parrot/compiler.h \
    include/parrot/pmc_freeze.h \
    include/pmc/pmc_continuation.h \
    include/parrot/global_setup.h \
    include/parrot/gc_api.h \
    include/parrot/hash.h \
    include/parrot/has_header.h \
    include/parrot/vtables.h \
    include/parrot/nci.h \
    src/pmc/sub.c \
    include/parrot/warnings.h \
    include/parrot/oplib/core_ops.h \
    include/parrot/op.h \
    include/parrot/platform_limits.h \
    include/parrot/stat.h \
    include/parrot/atomic/fallback.h \
    include/parrot/debugger.h \
    include/parrot/caches.h \
    include/parrot/config.h \
    include/pmc/pmc_callcontext.h \
    include/parrot/platform_interface.h \
    include/parrot/hll.h \
    include/parrot/atomic/gcc_pcc.h
	$(CC) $(CFLAGS)    -falign-functions=16 -funit-at-a-time -W -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wchar-subscripts -Wcomment -Wdisabled-optimization -Wdiv-by-zero -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 -Wmultichar -Wpacked -Wparentheses -Wpointer-arith -Wpointer-sign -Wreturn-type -Wsequence-point -Wsign-compare -Wstrict-aliasing -Wstrict-aliasing=2 -Wswitch -Wswitch-default -Wtrigraphs -Wundef -Wno-unused -Wunknown-pragmas -Wvariadic-macros -Wwrite-strings -Wbad-function-cast -Wdeclaration-after-statement -Wimplicit-function-declaration -Wimplicit-int -Wmain -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wnonnull -Wold-style-definition -Wstrict-prototypes -fvisibility=hidden -I$(@D) -o $@ -c src/pmc/sub.c

src/pmc/continuation.c : src/pmc/continuation.dump
	$(PMC2CC) src/pmc/continuation.pmc

src/pmc/continuation.dump : vtable.dump src/pmc/default.dump  src/pmc/continuation.pmc $(PMC2C_FILES) lib/Parrot/Pmc2c/PCCMETHOD.pm include/pmc/pmc_fixedintegerarray.h
	$(PMC2CD) src/pmc/continuation.pmc

include/pmc/pmc_continuation.h: src/pmc/continuation.c

## SUFFIX OVERRIDE -Warnings
src/pmc/continuation$(O): \
    include/parrot/exceptions.h \
    include/parrot/cclass.h \
    include/parrot/multidispatch.h \
    include/parrot/atomic/gcc_x86.h \
    include/parrot/exit.h \
    include/parrot/call.h \
    include/parrot/dynext.h \
    include/parrot/pobj.h \
    include/parrot/extend_vtable.h \
    include/parrot/memory.h \
    include/parrot/key.h \
    include/parrot/oo.h \
    include/parrot/packfile.h \
    include/parrot/feature.h \
    src/pmc/continuation.c \
    include/parrot/oplib.h \
    include/parrot/io_unix.h \
    include/parrot/io_win32.h \
    include/parrot/library.h \
    include/parrot/thread.h \
    include/parrot/string.h \
    include/parrot/settings.h \
    include/parrot/namespace.h \
    include/parrot/extend.h \
    include/parrot/pbcversion.h \
    include/parrot/oplib/ops.h \
    include/parrot/interpreter.h \
    include/parrot/core_types.h \
    include/parrot/io.h \
    include/parrot/context.h \
    include/parrot/io_portable.h \
    include/pmc/pmc_fixedintegerarray.h \
    include/parrot/parrot.h \
    include/pmc/pmc_sub.h \
    include/parrot/atomic.h \
    include/parrot/enums.h \
    include/parrot/atomic/sparc.h \
    include/parrot/encoding.h \
    include/parrot/vtable.h \
    include/parrot/scheduler.h \
    include/parrot/pmc.h \
    include/parrot/datatypes.h \
    include/parrot/core_pmcs.h \
    include/pmc/pmc_default.h \
    include/parrot/string_funcs.h \
    include/parrot/sub.h \
    include/parrot/misc.h \
    include/parrot/platform.h \
    include/parrot/compiler.h \
    include/parrot/pmc_freeze.h \
    include/pmc/pmc_continuation.h \
    include/parrot/global_setup.h \
    include/parrot/gc_api.h \
    include/parrot/hash.h \
    include/parrot/has_header.h \
    include/parrot/vtables.h \
    include/parrot/nci.h \
    include/parrot/warnings.h \
    include/parrot/op.h \
    include/parrot/platform_limits.h \
    include/parrot/stat.h \
    include/parrot/atomic/fallback.h \
    include/parrot/debugger.h \
    src/pmc/continuation.str \
    include/parrot/caches.h \
    include/parrot/config.h \
    include/pmc/pmc_callcontext.h \
    include/parrot/platform_interface.h \
    include/parrot/hll.h \
    include/parrot/atomic/gcc_pcc.h
	$(CC) $(CFLAGS)    -falign-functions=16 -funit-at-a-time -W -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wchar-subscripts -Wcomment -Wdisabled-optimization -Wdiv-by-zero -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 -Wmultichar -Wpacked -Wparentheses -Wpointer-arith -Wpointer-sign -Wreturn-type -Wsequence-point -Wsign-compare -Wstrict-aliasing -Wstrict-aliasing=2 -Wswitch -Wswitch-default -Wtrigraphs -Wundef -Wno-unused -Wunknown-pragmas -Wvariadic-macros -Wwrite-strings -Wbad-function-cast -Wdeclaration-after-statement -Wimplicit-function-declaration -Wimplicit-int -Wmain -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wnonnull -Wold-style-definition -Wstrict-prototypes -fvisibility=hidden -I$(@D) -o $@ -c src/pmc/continuation.c

src/pmc/coroutine.c : src/pmc/coroutine.dump
	$(PMC2CC) src/pmc/coroutine.pmc

src/pmc/coroutine.dump : vtable.dump src/pmc/default.dump src/pmc/sub.dump  src/pmc/coroutine.pmc $(PMC2C_FILES) 
	$(PMC2CD) src/pmc/coroutine.pmc

include/pmc/pmc_coroutine.h: src/pmc/coroutine.c

## SUFFIX OVERRIDE -Warnings
src/pmc/coroutine$(O): \
    include/parrot/exceptions.h \
    include/parrot/cclass.h \
    include/parrot/multidispatch.h \
    include/parrot/atomic/gcc_x86.h \
    include/parrot/exit.h \
    include/parrot/call.h \
    include/parrot/dynext.h \
    include/parrot/pobj.h \
    include/parrot/extend_vtable.h \
    include/parrot/memory.h \
    include/parrot/key.h \
    include/parrot/oo.h \
    include/parrot/packfile.h \
    include/parrot/feature.h \
    include/parrot/oplib.h \
    include/parrot/io_unix.h \
    include/parrot/io_win32.h \
    include/parrot/library.h \
    src/pmc/coroutine.str \
    include/parrot/thread.h \
    include/parrot/string.h \
    include/parrot/settings.h \
    include/parrot/namespace.h \
    include/parrot/extend.h \
    include/parrot/pbcversion.h \
    include/parrot/oplib/ops.h \
    include/parrot/interpreter.h \
    include/parrot/core_types.h \
    include/parrot/io.h \
    include/parrot/context.h \
    include/parrot/io_portable.h \
    include/parrot/parrot.h \
    include/pmc/pmc_sub.h \
    include/parrot/atomic.h \
    include/parrot/enums.h \
    include/parrot/atomic/sparc.h \
    include/parrot/encoding.h \
    include/parrot/vtable.h \
    include/parrot/scheduler.h \
    include/parrot/pmc.h \
    include/parrot/datatypes.h \
    include/parrot/core_pmcs.h \
    include/pmc/pmc_default.h \
    include/pmc/pmc_coroutine.h \
    include/parrot/string_funcs.h \
    include/parrot/sub.h \
    include/parrot/misc.h \
    include/parrot/platform.h \
    include/parrot/compiler.h \
    include/parrot/pmc_freeze.h \
    include/pmc/pmc_continuation.h \
    include/parrot/global_setup.h \
    include/parrot/gc_api.h \
    include/parrot/hash.h \
    include/parrot/has_header.h \
    include/parrot/vtables.h \
    include/parrot/nci.h \
    include/parrot/warnings.h \
    src/pmc/coroutine.c \
    include/parrot/op.h \
    include/parrot/platform_limits.h \
    include/parrot/stat.h \
    include/parrot/atomic/fallback.h \
    include/parrot/debugger.h \
    include/parrot/caches.h \
    include/parrot/config.h \
    include/pmc/pmc_callcontext.h \
    include/parrot/platform_interface.h \
    include/parrot/hll.h \
    include/parrot/atomic/gcc_pcc.h
	$(CC) $(CFLAGS)    -falign-functions=16 -funit-at-a-time -W -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wchar-subscripts -Wcomment -Wdisabled-optimization -Wdiv-by-zero -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 -Wmultichar -Wpacked -Wparentheses -Wpointer-arith -Wpointer-sign -Wreturn-type -Wsequence-point -Wsign-compare -Wstrict-aliasing -Wstrict-aliasing=2 -Wswitch -Wswitch-default -Wtrigraphs -Wundef -Wno-unused -Wunknown-pragmas -Wvariadic-macros -Wwrite-strings -Wbad-function-cast -Wdeclaration-after-statement -Wimplicit-function-declaration -Wimplicit-int -Wmain -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wnonnull -Wold-style-definition -Wstrict-prototypes -fvisibility=hidden -I$(@D) -o $@ -c src/pmc/coroutine.c

src/pmc/eval.c : src/pmc/eval.dump
	$(PMC2CC) src/pmc/eval.pmc

src/pmc/eval.dump : vtable.dump src/pmc/default.dump src/pmc/sub.dump  src/pmc/eval.pmc $(PMC2C_FILES) 
	$(PMC2CD) src/pmc/eval.pmc

include/pmc/pmc_eval.h: src/pmc/eval.c

## SUFFIX OVERRIDE -Warnings
src/pmc/eval$(O): \
    include/parrot/exceptions.h \
    include/parrot/cclass.h \
    include/parrot/multidispatch.h \
    include/parrot/atomic/gcc_x86.h \
    include/parrot/exit.h \
    include/parrot/call.h \
    include/parrot/dynext.h \
    include/parrot/pobj.h \
    include/parrot/extend_vtable.h \
    include/parrot/memory.h \
    include/parrot/key.h \
    include/parrot/oo.h \
    include/parrot/packfile.h \
    include/parrot/feature.h \
    include/parrot/oplib.h \
    include/parrot/io_unix.h \
    include/parrot/io_win32.h \
    include/parrot/library.h \
    include/parrot/thread.h \
    include/parrot/string.h \
    include/parrot/settings.h \
    include/parrot/namespace.h \
    include/parrot/extend.h \
    include/parrot/pbcversion.h \
    include/parrot/interpreter.h \
    include/parrot/core_types.h \
    include/parrot/io.h \
    include/parrot/context.h \
    include/parrot/io_portable.h \
    include/parrot/parrot.h \
    include/pmc/pmc_sub.h \
    include/pmc/pmc_eval.h \
    include/parrot/atomic.h \
    include/parrot/enums.h \
    include/parrot/atomic/sparc.h \
    include/parrot/encoding.h \
    include/parrot/vtable.h \
    include/parrot/scheduler.h \
    include/parrot/pmc.h \
    include/parrot/datatypes.h \
    include/parrot/core_pmcs.h \
    include/pmc/pmc_default.h \
    include/parrot/string_funcs.h \
    include/parrot/sub.h \
    include/parrot/misc.h \
    include/parrot/platform.h \
    include/parrot/compiler.h \
    include/parrot/pmc_freeze.h \
    include/pmc/pmc_continuation.h \
    include/parrot/global_setup.h \
    include/parrot/gc_api.h \
    include/parrot/hash.h \
    include/parrot/has_header.h \
    include/parrot/vtables.h \
    include/parrot/nci.h \
    include/parrot/warnings.h \
    include/parrot/op.h \
    include/parrot/platform_limits.h \
    include/parrot/stat.h \
    include/parrot/atomic/fallback.h \
    include/parrot/debugger.h \
    include/parrot/caches.h \
    src/pmc/eval.str \
    include/parrot/config.h \
    include/pmc/pmc_callcontext.h \
    include/parrot/platform_interface.h \
    src/pmc/eval.c \
    include/parrot/hll.h \
    include/parrot/atomic/gcc_pcc.h
	$(CC) $(CFLAGS)    -falign-functions=16 -funit-at-a-time -W -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wchar-subscripts -Wcomment -Wdisabled-optimization -Wdiv-by-zero -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 -Wmultichar -Wpacked -Wparentheses -Wpointer-arith -Wpointer-sign -Wreturn-type -Wsequence-point -Wsign-compare -Wstrict-aliasing -Wstrict-aliasing=2 -Wswitch -Wswitch-default -Wtrigraphs -Wundef -Wno-unused -Wunknown-pragmas -Wvariadic-macros -Wwrite-strings -Wbad-function-cast -Wdeclaration-after-statement -Wimplicit-function-declaration -Wimplicit-int -Wmain -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wnonnull -Wold-style-definition -Wstrict-prototypes -fvisibility=hidden -I$(@D) -o $@ -c src/pmc/eval.c

src/pmc/nci.c : src/pmc/nci.dump
	$(PMC2CC) src/pmc/nci.pmc

src/pmc/nci.dump : vtable.dump src/pmc/default.dump  src/pmc/nci.pmc $(PMC2C_FILES) lib/Parrot/Pmc2c/PCCMETHOD.pm include/pmc/pmc_fixedintegerarray.h
	$(PMC2CD) src/pmc/nci.pmc

include/pmc/pmc_nci.h: src/pmc/nci.c

## SUFFIX OVERRIDE -Warnings
src/pmc/nci$(O): \
    include/parrot/exceptions.h \
    include/parrot/cclass.h \
    include/parrot/multidispatch.h \
    include/parrot/atomic/gcc_x86.h \
    include/parrot/exit.h \
    include/parrot/call.h \
    include/parrot/dynext.h \
    include/parrot/pobj.h \
    include/parrot/extend_vtable.h \
    include/parrot/memory.h \
    include/parrot/key.h \
    include/parrot/oo.h \
    include/parrot/packfile.h \
    include/parrot/feature.h \
    include/parrot/oplib.h \
    include/parrot/io_unix.h \
    include/parrot/io_win32.h \
    include/parrot/library.h \
    include/parrot/thread.h \
    include/parrot/string.h \
    include/parrot/settings.h \
    include/parrot/namespace.h \
    include/parrot/extend.h \
    include/parrot/pbcversion.h \
    include/parrot/interpreter.h \
    include/parrot/core_types.h \
    include/parrot/io.h \
    include/parrot/context.h \
    include/parrot/io_portable.h \
    include/pmc/pmc_fixedintegerarray.h \
    include/parrot/parrot.h \
    include/parrot/atomic.h \
    include/parrot/enums.h \
    include/parrot/atomic/sparc.h \
    include/parrot/encoding.h \
    include/parrot/vtable.h \
    include/parrot/scheduler.h \
    include/parrot/pmc.h \
    include/parrot/datatypes.h \
    include/parrot/core_pmcs.h \
    include/pmc/pmc_default.h \
    include/parrot/string_funcs.h \
    src/pmc/nci.c \
    include/parrot/sub.h \
    include/parrot/misc.h \
    include/parrot/platform.h \
    include/parrot/compiler.h \
    include/parrot/pmc_freeze.h \
    include/pmc/pmc_continuation.h \
    include/parrot/global_setup.h \
    include/parrot/gc_api.h \
    include/parrot/hash.h \
    include/parrot/has_header.h \
    include/parrot/vtables.h \
    include/parrot/nci.h \
    include/parrot/warnings.h \
    src/pmc/nci.str \
    include/parrot/op.h \
    include/parrot/platform_limits.h \
    include/parrot/stat.h \
    include/parrot/atomic/fallback.h \
    include/pmc/pmc_nci.h \
    include/parrot/debugger.h \
    include/parrot/caches.h \
    include/parrot/config.h \
    include/pmc/pmc_callcontext.h \
    include/parrot/platform_interface.h \
    include/parrot/hll.h \
    include/parrot/atomic/gcc_pcc.h
	$(CC) $(CFLAGS)    -falign-functions=16 -funit-at-a-time -W -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wchar-subscripts -Wcomment -Wdisabled-optimization -Wdiv-by-zero -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 -Wmultichar -Wpacked -Wparentheses -Wpointer-arith -Wpointer-sign -Wreturn-type -Wsequence-point -Wsign-compare -Wstrict-aliasing -Wstrict-aliasing=2 -Wswitch -Wswitch-default -Wtrigraphs -Wundef -Wno-unused -Wunknown-pragmas -Wvariadic-macros -Wwrite-strings -Wbad-function-cast -Wdeclaration-after-statement -Wimplicit-function-declaration -Wimplicit-int -Wmain -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wnonnull -Wold-style-definition -Wstrict-prototypes -fvisibility=hidden -I$(@D) -o $@ -c src/pmc/nci.c

src/pmc/float.c : src/pmc/float.dump
	$(PMC2CC) src/pmc/float.pmc

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 include/pmc/pmc_fixedintegerarray.h
	$(PMC2CD) src/pmc/float.pmc

include/pmc/pmc_float.h: src/pmc/float.c

## SUFFIX OVERRIDE -Warnings
src/pmc/float$(O): \
    include/parrot/exceptions.h \
    include/parrot/cclass.h \
    include/parrot/multidispatch.h \
    include/parrot/atomic/gcc_x86.h \
    include/parrot/exit.h \
    include/parrot/call.h \
    include/parrot/dynext.h \
    include/parrot/pobj.h \
    include/parrot/extend_vtable.h \
    include/parrot/memory.h \
    include/parrot/key.h \
    include/parrot/oo.h \
    include/parrot/packfile.h \
    include/parrot/feature.h \
    include/parrot/oplib.h \
    include/parrot/io_unix.h \
    include/parrot/io_win32.h \
    include/parrot/library.h \
    include/parrot/thread.h \
    include/parrot/string.h \
    include/parrot/settings.h \
    include/parrot/namespace.h \
    include/parrot/extend.h \
    include/parrot/pbcversion.h \
    include/parrot/interpreter.h \
    include/parrot/core_types.h \
    include/parrot/io.h \
    include/parrot/context.h \
    include/parrot/io_portable.h \
    include/pmc/pmc_fixedintegerarray.h \
    include/parrot/parrot.h \
    include/parrot/atomic.h \
    include/parrot/enums.h \
    include/parrot/atomic/sparc.h \
    include/parrot/encoding.h \
    include/parrot/vtable.h \
    include/parrot/scheduler.h \
    include/parrot/pmc.h \
    include/parrot/datatypes.h \
    include/parrot/core_pmcs.h \
    src/pmc/float.str \
    include/pmc/pmc_default.h \
    include/parrot/string_funcs.h \
    include/parrot/sub.h \
    include/parrot/misc.h \
    include/parrot/platform.h \
    include/parrot/compiler.h \
    include/parrot/pmc_freeze.h \
    include/pmc/pmc_continuation.h \
    include/parrot/global_setup.h \
    include/parrot/gc_api.h \
    include/parrot/hash.h \
    include/parrot/has_header.h \
    include/parrot/vtables.h \
    include/parrot/nci.h \
    include/parrot/warnings.h \
    include/pmc/pmc_float.h \
    src/pmc/float.c \
    include/parrot/op.h \
    include/parrot/platform_limits.h \
    include/parrot/stat.h \
    include/parrot/atomic/fallback.h \
    include/parrot/debugger.h \
    include/parrot/caches.h \
    include/parrot/config.h \
    include/pmc/pmc_callcontext.h \
    include/parrot/platform_interface.h \
    include/pmc/pmc_scalar.h \
    include/parrot/hll.h \
    include/parrot/atomic/gcc_pcc.h
	$(CC) $(CFLAGS)    -falign-functions=16 -funit-at-a-time -W -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wchar-subscripts -Wcomment -Wdisabled-optimization -Wdiv-by-zero -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 -Wmultichar -Wpacked -Wparentheses -Wpointer-arith -Wpointer-sign -Wreturn-type -Wsequence-point -Wsign-compare -Wstrict-aliasing -Wstrict-aliasing=2 -Wswitch -Wswitch-default -Wtrigraphs -Wundef -Wno-unused -Wunknown-pragmas -Wvariadic-macros -Wwrite-strings -Wbad-function-cast -Wdeclaration-after-statement -Wimplicit-function-declaration -Wimplicit-int -Wmain -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wnonnull -Wold-style-definition -Wstrict-prototypes -fvisibility=hidden -I$(@D) -o $@ -c src/pmc/float.c

src/pmc/integer.c : src/pmc/integer.dump
	$(PMC2CC) src/pmc/integer.pmc

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 include/pmc/pmc_fixedintegerarray.h
	$(PMC2CD) src/pmc/integer.pmc

include/pmc/pmc_integer.h: src/pmc/integer.c

## SUFFIX OVERRIDE -Warnings
src/pmc/integer$(O): \
    src/pmc/integer.str \
    include/parrot/exceptions.h \
    include/parrot/cclass.h \
    include/parrot/multidispatch.h \
    include/parrot/atomic/gcc_x86.h \
    include/parrot/exit.h \
    include/parrot/call.h \
    include/parrot/dynext.h \
    include/parrot/pobj.h \
    include/parrot/extend_vtable.h \
    include/parrot/memory.h \
    include/parrot/key.h \
    include/parrot/oo.h \
    include/parrot/packfile.h \
    include/parrot/feature.h \
    include/parrot/oplib.h \
    include/parrot/io_unix.h \
    include/parrot/io_win32.h \
    include/parrot/library.h \
    src/pmc/integer.c \
    include/parrot/thread.h \
    include/parrot/string.h \
    include/parrot/settings.h \
    include/parrot/namespace.h \
    include/parrot/extend.h \
    include/parrot/pbcversion.h \
    include/parrot/interpreter.h \
    include/parrot/core_types.h \
    include/parrot/io.h \
    include/parrot/context.h \
    include/parrot/io_portable.h \
    include/pmc/pmc_fixedintegerarray.h \
    include/parrot/parrot.h \
    include/parrot/atomic.h \
    include/parrot/enums.h \
    include/parrot/atomic/sparc.h \
    include/parrot/encoding.h \
    include/parrot/vtable.h \
    include/parrot/scheduler.h \
    include/parrot/pmc.h \
    include/parrot/datatypes.h \
    include/parrot/core_pmcs.h \
    include/pmc/pmc_default.h \
    include/parrot/string_funcs.h \
    include/pmc/pmc_integer.h \
    include/parrot/sub.h \
    include/parrot/misc.h \
    include/pmc/pmc_bigint.h \
    include/parrot/platform.h \
    include/parrot/compiler.h \
    include/parrot/pmc_freeze.h \
    include/pmc/pmc_continuation.h \
    include/parrot/global_setup.h \
    include/parrot/gc_api.h \
    include/parrot/hash.h \
    include/parrot/has_header.h \
    include/parrot/vtables.h \
    include/parrot/nci.h \
    include/parrot/warnings.h \
    include/parrot/op.h \
    include/parrot/platform_limits.h \
    include/parrot/stat.h \
    include/parrot/atomic/fallback.h \
    include/parrot/debugger.h \
    include/parrot/caches.h \
    include/parrot/config.h \
    include/pmc/pmc_callcontext.h \
    include/parrot/platform_interface.h \
    include/pmc/pmc_scalar.h \
    include/parrot/hll.h \
    include/parrot/atomic/gcc_pcc.h
	$(CC) $(CFLAGS)    -falign-functions=16 -funit-at-a-time -W -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wchar-subscripts -Wcomment -Wdisabled-optimization -Wdiv-by-zero -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 -Wmultichar -Wpacked -Wparentheses -Wpointer-arith -Wpointer-sign -Wreturn-type -Wsequence-point -Wsign-compare -Wstrict-aliasing -Wstrict-aliasing=2 -Wswitch -Wswitch-default -Wtrigraphs -Wundef -Wno-unused -Wunknown-pragmas -Wvariadic-macros -Wwrite-strings -Wbad-function-cast -Wdeclaration-after-statement -Wimplicit-function-declaration -Wimplicit-int -Wmain -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wnonnull -Wold-style-definition -Wstrict-prototypes -fvisibility=hidden -I$(@D) -o $@ -c src/pmc/integer.c

src/pmc/bigint.c : src/pmc/bigint.dump
	$(PMC2CC) src/pmc/bigint.pmc

src/pmc/bigint.dump : vtable.dump src/pmc/default.dump  src/pmc/bigint.pmc $(PMC2C_FILES) lib/Parrot/Pmc2c/PCCMETHOD.pm include/pmc/pmc_fixedintegerarray.h
	$(PMC2CD) src/pmc/bigint.pmc

include/pmc/pmc_bigint.h: src/pmc/bigint.c

## SUFFIX OVERRIDE -Warnings
src/pmc/bigint$(O): \
    include/parrot/exceptions.h \
    include/parrot/cclass.h \
    include/parrot/multidispatch.h \
    include/parrot/atomic/gcc_x86.h \
    include/parrot/exit.h \
    include/parrot/call.h \
    include/parrot/dynext.h \
    include/parrot/pobj.h \
    include/parrot/extend_vtable.h \
    include/parrot/memory.h \
    include/parrot/key.h \
    include/parrot/oo.h \
    include/parrot/packfile.h \
    include/parrot/feature.h \
    include/parrot/oplib.h \
    include/parrot/io_unix.h \
    include/parrot/io_win32.h \
    include/parrot/library.h \
    include/parrot/thread.h \
    include/parrot/string.h \
    include/parrot/settings.h \
    include/parrot/namespace.h \
    include/parrot/extend.h \
    include/parrot/pbcversion.h \
    include/parrot/interpreter.h \
    include/parrot/core_types.h \
    include/parrot/io.h \
    include/parrot/context.h \
    include/parrot/io_portable.h \
    include/pmc/pmc_fixedintegerarray.h \
    include/parrot/parrot.h \
    include/parrot/atomic.h \
    include/parrot/enums.h \
    include/parrot/atomic/sparc.h \
    include/parrot/encoding.h \
    src/pmc/bigint.str \
    include/parrot/vtable.h \
    include/parrot/scheduler.h \
    include/parrot/pmc.h \
    include/parrot/datatypes.h \
    include/parrot/core_pmcs.h \
    include/pmc/pmc_default.h \
    include/parrot/string_funcs.h \
    include/parrot/sub.h \
    include/parrot/misc.h \
    include/pmc/pmc_bigint.h \
    include/parrot/platform.h \
    include/parrot/compiler.h \
    include/parrot/pmc_freeze.h \
    include/pmc/pmc_continuation.h \
    include/parrot/global_setup.h \
    include/parrot/gc_api.h \
    include/parrot/hash.h \
    include/parrot/has_header.h \
    include/parrot/vtables.h \
    include/parrot/nci.h \
    include/parrot/warnings.h \
    include/parrot/op.h \
    src/pmc/bigint.c \
    include/parrot/platform_limits.h \
    include/parrot/stat.h \
    include/parrot/atomic/fallback.h \
    include/parrot/debugger.h \
    include/parrot/caches.h \
    include/parrot/config.h \
    include/pmc/pmc_callcontext.h \
    include/parrot/platform_interface.h \
    include/parrot/hll.h \
    include/parrot/atomic/gcc_pcc.h
	$(CC) $(CFLAGS)    -falign-functions=16 -funit-at-a-time -W -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wchar-subscripts -Wcomment -Wdisabled-optimization -Wdiv-by-zero -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 -Wmultichar -Wpacked -Wparentheses -Wpointer-arith -Wpointer-sign -Wreturn-type -Wsequence-point -Wsign-compare -Wstrict-aliasing -Wstrict-aliasing=2 -Wswitch -Wswitch-default -Wtrigraphs -Wundef -Wno-unused -Wunknown-pragmas -Wvariadic-macros -Wwrite-strings -Wbad-function-cast -Wdeclaration-after-statement -Wimplicit-function-declaration -Wimplicit-int -Wmain -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wnonnull -Wold-style-definition -Wstrict-prototypes -fvisibility=hidden -I$(@D) -o $@ -c src/pmc/bigint.c

src/pmc/bignum.c : src/pmc/bignum.dump
	$(PMC2CC) src/pmc/bignum.pmc

src/pmc/bignum.dump : vtable.dump src/pmc/default.dump  src/pmc/bignum.pmc $(PMC2C_FILES) lib/Parrot/Pmc2c/PCCMETHOD.pm include/pmc/pmc_fixedintegerarray.h
	$(PMC2CD) src/pmc/bignum.pmc

include/pmc/pmc_bignum.h: src/pmc/bignum.c

## SUFFIX OVERRIDE -Warnings
src/pmc/bignum$(O): \
    include/parrot/exceptions.h \
    include/parrot/cclass.h \
    include/parrot/multidispatch.h \
    include/parrot/atomic/gcc_x86.h \
    include/parrot/exit.h \
    include/parrot/call.h \
    include/parrot/dynext.h \
    include/parrot/pobj.h \
    include/parrot/extend_vtable.h \
    include/parrot/memory.h \
    include/parrot/key.h \
    include/parrot/oo.h \
    include/parrot/packfile.h \
    include/parrot/feature.h \
    include/parrot/oplib.h \
    include/parrot/io_unix.h \
    include/parrot/io_win32.h \
    include/parrot/library.h \
    include/parrot/thread.h \
    include/parrot/string.h \
    include/parrot/settings.h \
    include/parrot/namespace.h \
    include/parrot/extend.h \
    src/pmc/bignum.str \
    include/parrot/pbcversion.h \
    include/parrot/interpreter.h \
    include/parrot/core_types.h \
    include/parrot/io.h \
    include/parrot/context.h \
    include/parrot/io_portable.h \
    include/pmc/pmc_fixedintegerarray.h \
    include/parrot/parrot.h \
    include/parrot/atomic.h \
    include/parrot/enums.h \
    include/parrot/atomic/sparc.h \
    include/parrot/encoding.h \
    include/parrot/vtable.h \
    include/parrot/scheduler.h \
    include/parrot/pmc.h \
    include/parrot/datatypes.h \
    include/parrot/core_pmcs.h \
    include/pmc/pmc_default.h \
    include/pmc/pmc_bignum.h \
    include/parrot/string_funcs.h \
    include/parrot/sub.h \
    include/parrot/misc.h \
    include/pmc/pmc_bigint.h \
    include/parrot/platform.h \
    include/parrot/compiler.h \
    include/parrot/pmc_freeze.h \
    include/pmc/pmc_continuation.h \
    include/parrot/global_setup.h \
    include/parrot/gc_api.h \
    include/parrot/hash.h \
    include/parrot/has_header.h \
    include/parrot/vtables.h \
    include/parrot/nci.h \
    include/parrot/warnings.h \
    include/parrot/op.h \
    include/parrot/platform_limits.h \
    include/parrot/stat.h \
    include/parrot/atomic/fallback.h \
    src/pmc/bignum.c \
    include/parrot/debugger.h \
    include/parrot/caches.h \
    include/parrot/config.h \
    include/pmc/pmc_callcontext.h \
    include/parrot/platform_interface.h \
    include/parrot/hll.h \
    include/parrot/atomic/gcc_pcc.h
	$(CC) $(CFLAGS)    -falign-functions=16 -funit-at-a-time -W -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wchar-subscripts -Wcomment -Wdisabled-optimization -Wdiv-by-zero -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 -Wmultichar -Wpacked -Wparentheses -Wpointer-arith -Wpointer-sign -Wreturn-type -Wsequence-point -Wsign-compare -Wstrict-aliasing -Wstrict-aliasing=2 -Wswitch -Wswitch-default -Wtrigraphs -Wundef -Wno-unused -Wunknown-pragmas -Wvariadic-macros -Wwrite-strings -Wbad-function-cast -Wdeclaration-after-statement -Wimplicit-function-declaration -Wimplicit-int -Wmain -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wnonnull -Wold-style-definition -Wstrict-prototypes -fvisibility=hidden -I$(@D) -o $@ -c src/pmc/bignum.c

src/pmc/complex.c : src/pmc/complex.dump
	$(PMC2CC) src/pmc/complex.pmc

src/pmc/complex.dump : vtable.dump src/pmc/default.dump  src/pmc/complex.pmc $(PMC2C_FILES) lib/Parrot/Pmc2c/PCCMETHOD.pm include/pmc/pmc_fixedintegerarray.h
	$(PMC2CD) src/pmc/complex.pmc

include/pmc/pmc_complex.h: src/pmc/complex.c

## SUFFIX OVERRIDE -Warnings
src/pmc/complex$(O): \
    include/parrot/exceptions.h \
    include/parrot/cclass.h \
    include/parrot/multidispatch.h \
    include/parrot/atomic/gcc_x86.h \
    include/parrot/exit.h \
    include/parrot/call.h \
    include/parrot/dynext.h \
    include/parrot/pobj.h \
    include/parrot/extend_vtable.h \
    include/parrot/memory.h \
    include/pmc/pmc_complex.h \
    include/parrot/key.h \
    include/parrot/oo.h \
    include/parrot/packfile.h \
    include/parrot/feature.h \
    include/parrot/oplib.h \
    include/parrot/io_unix.h \
    include/parrot/io_win32.h \
    include/parrot/library.h \
    include/parrot/thread.h \
    include/parrot/string.h \
    include/parrot/settings.h \
    include/parrot/namespace.h \
    include/parrot/extend.h \
    include/parrot/pbcversion.h \
    include/parrot/interpreter.h \
    include/parrot/core_types.h \
    include/parrot/io.h \
    include/parrot/context.h \
    include/parrot/io_portable.h \
    include/pmc/pmc_fixedintegerarray.h \
    include/parrot/parrot.h \
    include/parrot/atomic.h \
    include/parrot/enums.h \
    include/parrot/atomic/sparc.h \
    include/parrot/encoding.h \
    include/parrot/vtable.h \
    include/parrot/scheduler.h \
    src/pmc/complex.str \
    src/pmc/complex.c \
    include/parrot/pmc.h \
    include/parrot/datatypes.h \
    include/parrot/core_pmcs.h \
    include/pmc/pmc_default.h \
    include/parrot/string_funcs.h \
    include/parrot/sub.h \
    include/parrot/misc.h \
    include/parrot/platform.h \
    include/parrot/compiler.h \
    include/parrot/pmc_freeze.h \
    include/pmc/pmc_continuation.h \
    include/parrot/global_setup.h \
    include/parrot/gc_api.h \
    include/parrot/hash.h \
    include/parrot/has_header.h \
    include/parrot/vtables.h \
    include/parrot/nci.h \
    include/parrot/warnings.h \
    include/parrot/op.h \
    include/parrot/platform_limits.h \
    include/parrot/stat.h \
    include/parrot/atomic/fallback.h \
    include/parrot/debugger.h \
    include/parrot/caches.h \
    include/parrot/config.h \
    include/pmc/pmc_callcontext.h \
    include/parrot/platform_interface.h \
    include/parrot/hll.h \
    include/parrot/atomic/gcc_pcc.h
	$(CC) $(CFLAGS)    -falign-functions=16 -funit-at-a-time -W -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wchar-subscripts -Wcomment -Wdisabled-optimization -Wdiv-by-zero -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 -Wmultichar -Wpacked -Wparentheses -Wpointer-arith -Wpointer-sign -Wreturn-type -Wsequence-point -Wsign-compare -Wstrict-aliasing -Wstrict-aliasing=2 -Wswitch -Wswitch-default -Wtrigraphs -Wundef -Wno-unused -Wunknown-pragmas -Wvariadic-macros -Wwrite-strings -Wbad-function-cast -Wdeclaration-after-statement -Wimplicit-function-declaration -Wimplicit-int -Wmain -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wnonnull -Wold-style-definition -Wstrict-prototypes -fvisibility=hidden -I$(@D) -o $@ -c src/pmc/complex.c

src/pmc/string.c : src/pmc/string.dump
	$(PMC2CC) src/pmc/string.pmc

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 include/pmc/pmc_fixedintegerarray.h
	$(PMC2CD) src/pmc/string.pmc

include/pmc/pmc_string.h: src/pmc/string.c

## SUFFIX OVERRIDE -Warnings
src/pmc/string$(O): \
    include/parrot/exceptions.h \
    include/parrot/cclass.h \
    include/parrot/multidispatch.h \
    include/parrot/atomic/gcc_x86.h \
    include/parrot/exit.h \
    include/parrot/call.h \
    include/parrot/dynext.h \
    include/parrot/pobj.h \
    include/parrot/extend_vtable.h \
    include/parrot/memory.h \
    include/parrot/key.h \
    include/parrot/oo.h \
    include/parrot/packfile.h \
    include/parrot/feature.h \
    include/parrot/oplib.h \
    include/parrot/io_unix.h \
    include/parrot/io_win32.h \
    include/pmc/pmc_string.h \
    include/parrot/library.h \
    include/parrot/thread.h \
    include/parrot/string.h \
    include/parrot/settings.h \
    include/parrot/namespace.h \
    include/parrot/extend.h \
    include/parrot/pbcversion.h \
    include/parrot/interpreter.h \
    include/parrot/core_types.h \
    include/parrot/io.h \
    include/parrot/context.h \
    include/parrot/io_portable.h \
    include/pmc/pmc_fixedintegerarray.h \
    include/parrot/parrot.h \
    include/parrot/atomic.h \
    include/parrot/enums.h \
    include/parrot/atomic/sparc.h \
    include/parrot/encoding.h \
    include/parrot/vtable.h \
    include/parrot/scheduler.h \
    src/pmc/string.str \
    src/pmc/string.c \
    include/parrot/pmc.h \
    include/parrot/datatypes.h \
    include/parrot/core_pmcs.h \
    include/pmc/pmc_default.h \
    include/parrot/string_funcs.h \
    include/parrot/sub.h \
    include/parrot/misc.h \
    include/parrot/platform.h \
    include/parrot/compiler.h \
    include/parrot/pmc_freeze.h \
    include/pmc/pmc_continuation.h \
    include/parrot/global_setup.h \
    include/parrot/gc_api.h \
    include/parrot/hash.h \
    include/parrot/has_header.h \
    include/parrot/vtables.h \
    include/parrot/nci.h \
    include/parrot/warnings.h \
    include/parrot/op.h \
    include/parrot/platform_limits.h \
    include/parrot/stat.h \
    include/parrot/atomic/fallback.h \
    include/parrot/debugger.h \
    include/parrot/caches.h \
    include/parrot/config.h \
    include/pmc/pmc_callcontext.h \
    include/parrot/platform_interface.h \
    include/pmc/pmc_scalar.h \
    include/parrot/hll.h \
    include/parrot/atomic/gcc_pcc.h
	$(CC) $(CFLAGS)    -falign-functions=16 -funit-at-a-time -W -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wchar-subscripts -Wcomment -Wdisabled-optimization -Wdiv-by-zero -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 -Wmultichar -Wpacked -Wparentheses -Wpointer-arith -Wpointer-sign -Wreturn-type -Wsequence-point -Wsign-compare -Wstrict-aliasing -Wstrict-aliasing=2 -Wswitch -Wswitch-default -Wtrigraphs -Wundef -Wno-unused -Wunknown-pragmas -Wvariadic-macros -Wwrite-strings -Wbad-function-cast -Wdeclaration-after-statement -Wimplicit-function-declaration -Wimplicit-int -Wmain -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wnonnull -Wold-style-definition -Wstrict-prototypes -fvisibility=hidden -I$(@D) -o $@ -c src/pmc/string.c

src/pmc/boolean.c : src/pmc/boolean.dump
	$(PMC2CC) src/pmc/boolean.pmc

src/pmc/boolean.dump : vtable.dump src/pmc/default.dump src/pmc/scalar.dump  src/pmc/boolean.pmc $(PMC2C_FILES) 
	$(PMC2CD) src/pmc/boolean.pmc

include/pmc/pmc_boolean.h: src/pmc/boolean.c

## SUFFIX OVERRIDE -Warnings
src/pmc/boolean$(O): \
    include/pmc/pmc_boolean.h \
    include/parrot/exceptions.h \
    include/parrot/cclass.h \
    include/parrot/multidispatch.h \
    include/parrot/atomic/gcc_x86.h \
    include/parrot/exit.h \
    include/parrot/call.h \
    include/parrot/dynext.h \
    include/parrot/pobj.h \
    include/parrot/extend_vtable.h \
    include/parrot/memory.h \
    include/parrot/key.h \
    include/parrot/oo.h \
    include/parrot/packfile.h \
    include/parrot/feature.h \
    include/parrot/oplib.h \
    include/parrot/io_unix.h \
    include/parrot/io_win32.h \
    include/parrot/library.h \
    include/parrot/thread.h \
    include/parrot/string.h \
    include/parrot/settings.h \
    include/parrot/namespace.h \
    include/parrot/extend.h \
    include/parrot/pbcversion.h \
    include/parrot/interpreter.h \
    include/parrot/core_types.h \
    include/parrot/io.h \
    include/parrot/context.h \
    include/parrot/io_portable.h \
    include/parrot/parrot.h \
    include/parrot/atomic.h \
    include/parrot/enums.h \
    include/parrot/atomic/sparc.h \
    include/parrot/encoding.h \
    include/parrot/vtable.h \
    include/parrot/scheduler.h \
    include/parrot/pmc.h \
    include/parrot/datatypes.h \
    include/parrot/core_pmcs.h \
    include/pmc/pmc_default.h \
    include/parrot/string_funcs.h \
    src/pmc/boolean.c \
    include/parrot/sub.h \
    include/parrot/misc.h \
    include/parrot/platform.h \
    include/parrot/compiler.h \
    include/parrot/pmc_freeze.h \
    include/pmc/pmc_continuation.h \
    include/parrot/global_setup.h \
    include/parrot/gc_api.h \
    include/parrot/hash.h \
    include/parrot/has_header.h \
    include/parrot/vtables.h \
    include/parrot/nci.h \
    include/parrot/warnings.h \
    include/parrot/op.h \
    include/parrot/platform_limits.h \
    include/parrot/stat.h \
    include/parrot/atomic/fallback.h \
    include/parrot/debugger.h \
    include/parrot/caches.h \
    include/parrot/config.h \
    include/pmc/pmc_callcontext.h \
    include/parrot/platform_interface.h \
    include/pmc/pmc_scalar.h \
    src/pmc/boolean.str \
    include/parrot/hll.h \
    include/parrot/atomic/gcc_pcc.h
	$(CC) $(CFLAGS)    -falign-functions=16 -funit-at-a-time -W -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wchar-subscripts -Wcomment -Wdisabled-optimization -Wdiv-by-zero -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 -Wmultichar -Wpacked -Wparentheses -Wpointer-arith -Wpointer-sign -Wreturn-type -Wsequence-point -Wsign-compare -Wstrict-aliasing -Wstrict-aliasing=2 -Wswitch -Wswitch-default -Wtrigraphs -Wundef -Wno-unused -Wunknown-pragmas -Wvariadic-macros -Wwrite-strings -Wbad-function-cast -Wdeclaration-after-statement -Wimplicit-function-declaration -Wimplicit-int -Wmain -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wnonnull -Wold-style-definition -Wstrict-prototypes -fvisibility=hidden -I$(@D) -o $@ -c src/pmc/boolean.c

src/pmc/fixedintegerarray.c : src/pmc/fixedintegerarray.dump
	$(PMC2CC) src/pmc/fixedintegerarray.pmc

src/pmc/fixedintegerarray.dump : vtable.dump src/pmc/default.dump  src/pmc/fixedintegerarray.pmc $(PMC2C_FILES) lib/Parrot/Pmc2c/PCCMETHOD.pm
	$(PMC2CD) src/pmc/fixedintegerarray.pmc

include/pmc/pmc_fixedintegerarray.h: src/pmc/fixedintegerarray.c

## SUFFIX OVERRIDE -Warnings
src/pmc/fixedintegerarray$(O): \
    include/parrot/exceptions.h \
    include/parrot/cclass.h \
    include/parrot/multidispatch.h \
    include/parrot/atomic/gcc_x86.h \
    include/parrot/exit.h \
    include/parrot/call.h \
    include/parrot/dynext.h \
    src/pmc/fixedintegerarray.str \
    include/parrot/pobj.h \
    include/parrot/extend_vtable.h \
    include/parrot/memory.h \
    include/parrot/key.h \
    include/parrot/oo.h \
    include/parrot/packfile.h \
    include/parrot/feature.h \
    include/parrot/oplib.h \
    include/parrot/io_unix.h \
    include/parrot/io_win32.h \
    include/parrot/library.h \
    include/parrot/thread.h \
    include/parrot/string.h \
    include/parrot/settings.h \
    include/parrot/namespace.h \
    include/parrot/extend.h \
    include/parrot/pbcversion.h \
    include/parrot/interpreter.h \
    include/parrot/core_types.h \
    include/parrot/io.h \
    include/parrot/context.h \
    include/parrot/io_portable.h \
    include/pmc/pmc_fixedintegerarray.h \
    include/parrot/parrot.h \
    include/parrot/atomic.h \
    include/parrot/enums.h \
    include/parrot/atomic/sparc.h \
    include/parrot/encoding.h \
    include/parrot/vtable.h \
    include/parrot/scheduler.h \
    include/parrot/pmc.h \
    include/parrot/datatypes.h \
    include/parrot/core_pmcs.h \
    include/pmc/pmc_default.h \
    include/parrot/string_funcs.h \
    include/parrot/sub.h \
    include/parrot/misc.h \
    include/parrot/platform.h \
    include/parrot/compiler.h \
    include/parrot/pmc_freeze.h \
    include/pmc/pmc_continuation.h \
    include/parrot/global_setup.h \
    include/parrot/gc_api.h \
    include/parrot/hash.h \
    include/parrot/has_header.h \
    include/parrot/vtables.h \
    include/parrot/nci.h \
    include/parrot/warnings.h \
    include/parrot/op.h \
    include/parrot/platform_limits.h \
    include/parrot/stat.h \
    include/parrot/atomic/fallback.h \
    include/parrot/debugger.h \
    include/parrot/caches.h \
    include/parrot/config.h \
    src/pmc/fixedintegerarray.c \
    include/pmc/pmc_callcontext.h \
    include/parrot/platform_interface.h \
    include/parrot/hll.h \
    include/parrot/atomic/gcc_pcc.h
	$(CC) $(CFLAGS)    -falign-functions=16 -funit-at-a-time -W -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wchar-subscripts -Wcomment -Wdisabled-optimization -Wdiv-by-zero -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 -Wmultichar -Wpacked -Wparentheses -Wpointer-arith -Wpointer-sign -Wreturn-type -Wsequence-point -Wsign-compare -Wstrict-aliasing -Wstrict-aliasing=2 -Wswitch -Wswitch-default -Wtrigraphs -Wundef -Wno-unused -Wunknown-pragmas -Wvariadic-macros -Wwrite-strings -Wbad-function-cast -Wdeclaration-after-statement -Wimplicit-function-declaration -Wimplicit-int -Wmain -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wnonnull -Wold-style-definition -Wstrict-prototypes -fvisibility=hidden -I$(@D) -o $@ -c src/pmc/fixedintegerarray.c

src/pmc/iterator.c : src/pmc/iterator.dump
	$(PMC2CC) src/pmc/iterator.pmc

src/pmc/iterator.dump : vtable.dump src/pmc/default.dump  src/pmc/iterator.pmc $(PMC2C_FILES) lib/Parrot/Pmc2c/PCCMETHOD.pm include/pmc/pmc_fixedintegerarray.h
	$(PMC2CD) src/pmc/iterator.pmc

include/pmc/pmc_iterator.h: src/pmc/iterator.c

## SUFFIX OVERRIDE -Warnings
src/pmc/iterator$(O): \
    include/parrot/exceptions.h \
    include/parrot/cclass.h \
    include/parrot/multidispatch.h \
    include/parrot/atomic/gcc_x86.h \
    include/parrot/exit.h \
    include/parrot/call.h \
    include/parrot/dynext.h \
    include/parrot/pobj.h \
    include/parrot/extend_vtable.h \
    include/parrot/memory.h \
    include/pmc/pmc_iterator.h \
    include/parrot/key.h \
    include/parrot/oo.h \
    include/parrot/packfile.h \
    include/parrot/feature.h \
    include/parrot/oplib.h \
    include/parrot/io_unix.h \
    include/parrot/io_win32.h \
    include/parrot/library.h \
    include/parrot/thread.h \
    include/parrot/string.h \
    include/parrot/settings.h \
    include/parrot/namespace.h \
    include/parrot/extend.h \
    include/parrot/pbcversion.h \
    include/parrot/interpreter.h \
    include/parrot/core_types.h \
    include/parrot/io.h \
    include/parrot/context.h \
    include/parrot/io_portable.h \
    include/pmc/pmc_fixedintegerarray.h \
    include/parrot/parrot.h \
    include/parrot/atomic.h \
    include/parrot/enums.h \
    include/parrot/atomic/sparc.h \
    include/parrot/encoding.h \
    include/parrot/vtable.h \
    include/parrot/scheduler.h \
    include/parrot/pmc.h \
    include/parrot/datatypes.h \
    include/parrot/core_pmcs.h \
    include/pmc/pmc_default.h \
    include/parrot/string_funcs.h \
    include/parrot/sub.h \
    include/parrot/misc.h \
    include/parrot/platform.h \
    include/parrot/compiler.h \
    include/parrot/pmc_freeze.h \
    include/pmc/pmc_continuation.h \
    include/parrot/global_setup.h \
    src/pmc/iterator.str \
    include/parrot/gc_api.h \
    include/parrot/hash.h \
    include/parrot/has_header.h \
    include/parrot/vtables.h \
    include/parrot/nci.h \
    src/pmc/iterator.c \
    include/parrot/warnings.h \
    include/parrot/op.h \
    include/parrot/platform_limits.h \
    include/parrot/stat.h \
    include/parrot/atomic/fallback.h \
    include/parrot/debugger.h \
    include/parrot/caches.h \
    include/parrot/config.h \
    include/pmc/pmc_callcontext.h \
    include/parrot/platform_interface.h \
    include/parrot/hll.h \
    include/parrot/atomic/gcc_pcc.h
	$(CC) $(CFLAGS)    -falign-functions=16 -funit-at-a-time -W -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wchar-subscripts -Wcomment -Wdisabled-optimization -Wdiv-by-zero -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 -Wmultichar -Wpacked -Wparentheses -Wpointer-arith -Wpointer-sign -Wreturn-type -Wsequence-point -Wsign-compare -Wstrict-aliasing -Wstrict-aliasing=2 -Wswitch -Wswitch-default -Wtrigraphs -Wundef -Wno-unused -Wunknown-pragmas -Wvariadic-macros -Wwrite-strings -Wbad-function-cast -Wdeclaration-after-statement -Wimplicit-function-declaration -Wimplicit-int -Wmain -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wnonnull -Wold-style-definition -Wstrict-prototypes -fvisibility=hidden -I$(@D) -o $@ -c src/pmc/iterator.c

src/pmc/fixedstringarray.c : src/pmc/fixedstringarray.dump
	$(PMC2CC) src/pmc/fixedstringarray.pmc

src/pmc/fixedstringarray.dump : vtable.dump src/pmc/default.dump  src/pmc/fixedstringarray.pmc $(PMC2C_FILES) 
	$(PMC2CD) src/pmc/fixedstringarray.pmc

include/pmc/pmc_fixedstringarray.h: src/pmc/fixedstringarray.c

## SUFFIX OVERRIDE -Warnings
src/pmc/fixedstringarray$(O): \
    include/parrot/exceptions.h \
    include/parrot/cclass.h \
    include/parrot/multidispatch.h \
    include/parrot/atomic/gcc_x86.h \
    include/parrot/exit.h \
    include/parrot/call.h \
    include/parrot/dynext.h \
    include/parrot/pobj.h \
    include/parrot/extend_vtable.h \
    include/parrot/memory.h \
    include/parrot/key.h \
    include/parrot/oo.h \
    include/parrot/packfile.h \
    include/parrot/feature.h \
    src/pmc/fixedstringarray.str \
    include/parrot/oplib.h \
    include/parrot/io_unix.h \
    include/parrot/io_win32.h \
    include/parrot/library.h \
    include/parrot/thread.h \
    include/parrot/string.h \
    src/pmc/fixedstringarray.c \
    include/parrot/settings.h \
    include/parrot/namespace.h \
    include/parrot/extend.h \
    include/parrot/pbcversion.h \
    include/parrot/interpreter.h \
    include/parrot/core_types.h \
    include/parrot/io.h \
    include/parrot/context.h \
    include/parrot/io_portable.h \
    include/parrot/parrot.h \
    include/parrot/atomic.h \
    include/parrot/enums.h \
    include/parrot/atomic/sparc.h \
    include/parrot/encoding.h \
    include/parrot/vtable.h \
    include/parrot/scheduler.h \
    include/parrot/pmc.h \
    include/parrot/datatypes.h \
    include/parrot/core_pmcs.h \
    include/pmc/pmc_default.h \
    include/parrot/string_funcs.h \
    include/parrot/sub.h \
    include/parrot/misc.h \
    include/pmc/pmc_fixedstringarray.h \
    include/parrot/platform.h \
    include/parrot/compiler.h \
    include/parrot/pmc_freeze.h \
    include/pmc/pmc_continuation.h \
    include/parrot/global_setup.h \
    include/parrot/gc_api.h \
    include/parrot/hash.h \
    include/parrot/has_header.h \
    include/parrot/vtables.h \
    include/parrot/nci.h \
    include/parrot/warnings.h \
    include/parrot/op.h \
    include/parrot/platform_limits.h \
    include/parrot/stat.h \
    include/parrot/atomic/fallback.h \
    include/parrot/debugger.h \
    include/parrot/caches.h \
    include/parrot/config.h \
    include/pmc/pmc_callcontext.h \
    include/parrot/platform_interface.h \
    include/parrot/hll.h \
    include/parrot/atomic/gcc_pcc.h
	$(CC) $(CFLAGS)    -falign-functions=16 -funit-at-a-time -W -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wchar-subscripts -Wcomment -Wdisabled-optimization -Wdiv-by-zero -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 -Wmultichar -Wpacked -Wparentheses -Wpointer-arith -Wpointer-sign -Wreturn-type -Wsequence-point -Wsign-compare -Wstrict-aliasing -Wstrict-aliasing=2 -Wswitch -Wswitch-default -Wtrigraphs -Wundef -Wno-unused -Wunknown-pragmas -Wvariadic-macros -Wwrite-strings -Wbad-function-cast -Wdeclaration-after-statement -Wimplicit-function-declaration -Wimplicit-int -Wmain -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wnonnull -Wold-style-definition -Wstrict-prototypes -fvisibility=hidden -I$(@D) -o $@ -c src/pmc/fixedstringarray.c

src/pmc/hash.c : src/pmc/hash.dump
	$(PMC2CC) src/pmc/hash.pmc

src/pmc/hash.dump : vtable.dump src/pmc/default.dump  src/pmc/hash.pmc $(PMC2C_FILES) lib/Parrot/Pmc2c/PCCMETHOD.pm include/pmc/pmc_fixedintegerarray.h
	$(PMC2CD) src/pmc/hash.pmc

include/pmc/pmc_hash.h: src/pmc/hash.c

## SUFFIX OVERRIDE -Warnings
src/pmc/hash$(O): \
    include/parrot/exceptions.h \
    src/pmc/hash.str \
    include/parrot/cclass.h \
    include/parrot/multidispatch.h \
    include/parrot/atomic/gcc_x86.h \
    include/parrot/exit.h \
    include/parrot/call.h \
    include/parrot/dynext.h \
    include/parrot/pobj.h \
    include/parrot/extend_vtable.h \
    include/parrot/memory.h \
    include/pmc/pmc_iterator.h \
    include/parrot/key.h \
    include/parrot/oo.h \
    include/parrot/packfile.h \
    include/parrot/feature.h \
    include/pmc/pmc_hash.h \
    include/parrot/oplib.h \
    include/parrot/io_unix.h \
    include/parrot/io_win32.h \
    include/parrot/library.h \
    include/parrot/thread.h \
    include/parrot/string.h \
    include/parrot/settings.h \
    include/parrot/namespace.h \
    include/parrot/extend.h \
    include/parrot/pbcversion.h \
    include/parrot/interpreter.h \
    include/parrot/core_types.h \
    include/parrot/io.h \
    include/parrot/context.h \
    include/parrot/io_portable.h \
    include/pmc/pmc_fixedintegerarray.h \
    include/parrot/parrot.h \
    include/parrot/atomic.h \
    include/parrot/enums.h \
    include/parrot/atomic/sparc.h \
    include/parrot/encoding.h \
    include/parrot/vtable.h \
    include/parrot/scheduler.h \
    include/parrot/pmc.h \
    include/parrot/datatypes.h \
    include/parrot/core_pmcs.h \
    src/pmc/hash.c \
    include/pmc/pmc_default.h \
    include/parrot/string_funcs.h \
    include/parrot/sub.h \
    include/parrot/misc.h \
    include/parrot/platform.h \
    include/parrot/compiler.h \
    include/parrot/pmc_freeze.h \
    include/pmc/pmc_continuation.h \
    include/parrot/global_setup.h \
    include/parrot/gc_api.h \
    include/parrot/hash.h \
    include/parrot/has_header.h \
    include/parrot/vtables.h \
    include/parrot/nci.h \
    include/parrot/warnings.h \
    include/parrot/op.h \
    include/parrot/platform_limits.h \
    include/parrot/stat.h \
    include/parrot/atomic/fallback.h \
    include/parrot/debugger.h \
    include/pmc/pmc_hashiteratorkey.h \
    include/parrot/caches.h \
    include/parrot/config.h \
    include/pmc/pmc_callcontext.h \
    include/parrot/platform_interface.h \
    include/pmc/pmc_key.h \
    include/parrot/hll.h \
    include/parrot/atomic/gcc_pcc.h
	$(CC) $(CFLAGS)    -falign-functions=16 -funit-at-a-time -W -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wchar-subscripts -Wcomment -Wdisabled-optimization -Wdiv-by-zero -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 -Wmultichar -Wpacked -Wparentheses -Wpointer-arith -Wpointer-sign -Wreturn-type -Wsequence-point -Wsign-compare -Wstrict-aliasing -Wstrict-aliasing=2 -Wswitch -Wswitch-default -Wtrigraphs -Wundef -Wno-unused -Wunknown-pragmas -Wvariadic-macros -Wwrite-strings -Wbad-function-cast -Wdeclaration-after-statement -Wimplicit-function-declaration -Wimplicit-int -Wmain -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wnonnull -Wold-style-definition -Wstrict-prototypes -fvisibility=hidden -I$(@D) -o $@ -c src/pmc/hash.c

src/pmc/orderedhash.c : src/pmc/orderedhash.dump
	$(PMC2CC) src/pmc/orderedhash.pmc

src/pmc/orderedhash.dump : vtable.dump src/pmc/default.dump  src/pmc/orderedhash.pmc $(PMC2C_FILES) 
	$(PMC2CD) src/pmc/orderedhash.pmc

include/pmc/pmc_orderedhash.h: src/pmc/orderedhash.c

## SUFFIX OVERRIDE -Warnings
src/pmc/orderedhash$(O): \
    include/parrot/exceptions.h \
    include/parrot/cclass.h \
    include/parrot/multidispatch.h \
    include/parrot/atomic/gcc_x86.h \
    src/pmc/orderedhash.str \
    include/parrot/exit.h \
    include/parrot/call.h \
    include/parrot/dynext.h \
    include/parrot/pobj.h \
    include/parrot/extend_vtable.h \
    include/parrot/memory.h \
    include/parrot/key.h \
    include/parrot/oo.h \
    include/parrot/packfile.h \
    include/parrot/feature.h \
    include/parrot/oplib.h \
    include/parrot/io_unix.h \
    include/parrot/io_win32.h \
    include/parrot/library.h \
    include/parrot/thread.h \
    include/parrot/string.h \
    include/parrot/settings.h \
    include/parrot/namespace.h \
    include/parrot/extend.h \
    include/parrot/pbcversion.h \
    src/pmc/orderedhash.c \
    include/parrot/interpreter.h \
    include/parrot/core_types.h \
    include/parrot/io.h \
    include/parrot/context.h \
    include/parrot/io_portable.h \
    include/parrot/parrot.h \
    include/parrot/atomic.h \
    include/parrot/enums.h \
    include/parrot/atomic/sparc.h \
    include/parrot/encoding.h \
    include/parrot/vtable.h \
    include/parrot/scheduler.h \
    include/parrot/pmc.h \
    include/parrot/datatypes.h \
    include/parrot/core_pmcs.h \
    include/pmc/pmc_default.h \
    include/parrot/string_funcs.h \
    include/parrot/sub.h \
    include/parrot/misc.h \
    include/parrot/platform.h \
    include/parrot/compiler.h \
    include/parrot/pmc_freeze.h \
    include/pmc/pmc_continuation.h \
    include/parrot/global_setup.h \
    include/parrot/gc_api.h \
    include/parrot/hash.h \
    include/parrot/has_header.h \
    include/parrot/vtables.h \
    include/parrot/nci.h \
    include/parrot/warnings.h \
    include/parrot/op.h \
    include/parrot/platform_limits.h \
    include/parrot/stat.h \
    include/parrot/atomic/fallback.h \
    include/parrot/debugger.h \
    include/parrot/caches.h \
    include/parrot/config.h \
    include/pmc/pmc_orderedhash.h \
    include/pmc/pmc_callcontext.h \
    include/parrot/platform_interface.h \
    include/parrot/hll.h \
    include/parrot/atomic/gcc_pcc.h
	$(CC) $(CFLAGS)    -falign-functions=16 -funit-at-a-time -W -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wchar-subscripts -Wcomment -Wdisabled-optimization -Wdiv-by-zero -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 -Wmultichar -Wpacked -Wparentheses -Wpointer-arith -Wpointer-sign -Wreturn-type -Wsequence-point -Wsign-compare -Wstrict-aliasing -Wstrict-aliasing=2 -Wswitch -Wswitch-default -Wtrigraphs -Wundef -Wno-unused -Wunknown-pragmas -Wvariadic-macros -Wwrite-strings -Wbad-function-cast -Wdeclaration-after-statement -Wimplicit-function-declaration -Wimplicit-int -Wmain -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wnonnull -Wold-style-definition -Wstrict-prototypes -fvisibility=hidden -I$(@D) -o $@ -c src/pmc/orderedhash.c

src/pmc/oplib.c : src/pmc/oplib.dump
	$(PMC2CC) src/pmc/oplib.pmc

src/pmc/oplib.dump : vtable.dump src/pmc/default.dump  src/pmc/oplib.pmc $(PMC2C_FILES) lib/Parrot/Pmc2c/PCCMETHOD.pm include/pmc/pmc_fixedintegerarray.h
	$(PMC2CD) src/pmc/oplib.pmc

include/pmc/pmc_oplib.h: src/pmc/oplib.c

## SUFFIX OVERRIDE -Warnings
src/pmc/oplib$(O): \
    include/parrot/exceptions.h \
    include/parrot/cclass.h \
    include/parrot/multidispatch.h \
    include/parrot/atomic/gcc_x86.h \
    include/parrot/exit.h \
    include/parrot/call.h \
    include/parrot/dynext.h \
    include/parrot/pobj.h \
    include/parrot/extend_vtable.h \
    include/parrot/memory.h \
    include/parrot/key.h \
    include/parrot/oo.h \
    include/parrot/packfile.h \
    include/parrot/feature.h \
    include/parrot/oplib.h \
    include/parrot/io_unix.h \
    include/parrot/io_win32.h \
    include/parrot/library.h \
    include/parrot/thread.h \
    include/parrot/string.h \
    include/parrot/settings.h \
    include/parrot/namespace.h \
    include/parrot/extend.h \
    include/parrot/pbcversion.h \
    include/parrot/interpreter.h \
    include/parrot/core_types.h \
    include/parrot/io.h \
    include/parrot/context.h \
    include/parrot/io_portable.h \
    include/pmc/pmc_fixedintegerarray.h \
    include/parrot/parrot.h \
    include/parrot/atomic.h \
    include/parrot/enums.h \
    include/parrot/atomic/sparc.h \
    include/parrot/encoding.h \
    include/parrot/vtable.h \
    include/parrot/scheduler.h \
    include/parrot/pmc.h \
    include/parrot/datatypes.h \
    include/parrot/core_pmcs.h \
    include/pmc/pmc_default.h \
    include/parrot/runcore_api.h \
    include/parrot/string_funcs.h \
    include/parrot/sub.h \
    include/parrot/misc.h \
    src/pmc/oplib.c \
    include/parrot/platform.h \
    include/parrot/compiler.h \
    include/parrot/pmc_freeze.h \
    include/pmc/pmc_continuation.h \
    include/parrot/global_setup.h \
    include/parrot/gc_api.h \
    include/parrot/hash.h \
    include/parrot/has_header.h \
    include/parrot/vtables.h \
    include/parrot/nci.h \
    include/parrot/warnings.h \
    include/parrot/oplib/core_ops.h \
    include/parrot/op.h \
    include/parrot/platform_limits.h \
    include/parrot/stat.h \
    include/parrot/atomic/fallback.h \
    include/parrot/debugger.h \
    include/parrot/caches.h \
    include/parrot/config.h \
    include/pmc/pmc_callcontext.h \
    include/pmc/pmc_oplib.h \
    include/parrot/platform_interface.h \
    src/pmc/oplib.str \
    include/parrot/hll.h \
    include/parrot/atomic/gcc_pcc.h
	$(CC) $(CFLAGS)    -falign-functions=16 -funit-at-a-time -W -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wchar-subscripts -Wcomment -Wdisabled-optimization -Wdiv-by-zero -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 -Wmultichar -Wpacked -Wparentheses -Wpointer-arith -Wpointer-sign -Wreturn-type -Wsequence-point -Wsign-compare -Wstrict-aliasing -Wstrict-aliasing=2 -Wswitch -Wswitch-default -Wtrigraphs -Wundef -Wno-unused -Wunknown-pragmas -Wvariadic-macros -Wwrite-strings -Wbad-function-cast -Wdeclaration-after-statement -Wimplicit-function-declaration -Wimplicit-int -Wmain -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wnonnull -Wold-style-definition -Wstrict-prototypes -fvisibility=hidden -I$(@D) -o $@ -c src/pmc/oplib.c

src/pmc/opcode.c : src/pmc/opcode.dump
	$(PMC2CC) src/pmc/opcode.pmc

src/pmc/opcode.dump : vtable.dump src/pmc/default.dump  src/pmc/opcode.pmc $(PMC2C_FILES) lib/Parrot/Pmc2c/PCCMETHOD.pm include/pmc/pmc_fixedintegerarray.h
	$(PMC2CD) src/pmc/opcode.pmc

include/pmc/pmc_opcode.h: src/pmc/opcode.c

## SUFFIX OVERRIDE -Warnings
src/pmc/opcode$(O): \
    include/parrot/exceptions.h \
    include/parrot/cclass.h \
    include/parrot/multidispatch.h \
    include/parrot/atomic/gcc_x86.h \
    include/parrot/exit.h \
    include/parrot/call.h \
    include/parrot/dynext.h \
    include/parrot/pobj.h \
    include/parrot/extend_vtable.h \
    include/parrot/memory.h \
    include/parrot/key.h \
    include/parrot/oo.h \
    include/parrot/packfile.h \
    include/parrot/feature.h \
    include/parrot/oplib.h \
    include/parrot/io_unix.h \
    include/parrot/io_win32.h \
    include/parrot/library.h \
    include/parrot/thread.h \
    include/parrot/string.h \
    include/parrot/settings.h \
    include/parrot/namespace.h \
    include/parrot/extend.h \
    include/pmc/pmc_opcode.h \
    include/parrot/pbcversion.h \
    include/parrot/interpreter.h \
    include/parrot/core_types.h \
    include/parrot/io.h \
    include/parrot/context.h \
    include/parrot/io_portable.h \
    include/pmc/pmc_fixedintegerarray.h \
    include/parrot/parrot.h \
    include/parrot/atomic.h \
    include/parrot/enums.h \
    include/parrot/atomic/sparc.h \
    include/parrot/encoding.h \
    include/parrot/vtable.h \
    include/parrot/scheduler.h \
    include/parrot/pmc.h \
    include/parrot/datatypes.h \
    include/parrot/core_pmcs.h \
    include/pmc/pmc_default.h \
    include/parrot/string_funcs.h \
    include/parrot/sub.h \
    include/parrot/misc.h \
    include/parrot/platform.h \
    include/parrot/compiler.h \
    include/parrot/pmc_freeze.h \
    include/pmc/pmc_continuation.h \
    include/parrot/global_setup.h \
    include/parrot/gc_api.h \
    include/parrot/hash.h \
    include/parrot/has_header.h \
    include/parrot/vtables.h \
    include/parrot/nci.h \
    include/parrot/warnings.h \
    src/pmc/opcode.str \
    include/parrot/op.h \
    include/parrot/platform_limits.h \
    include/parrot/stat.h \
    include/parrot/atomic/fallback.h \
    include/parrot/debugger.h \
    include/parrot/caches.h \
    include/parrot/config.h \
    include/pmc/pmc_callcontext.h \
    include/parrot/platform_interface.h \
    src/pmc/opcode.c \
    include/parrot/hll.h \
    include/parrot/atomic/gcc_pcc.h
	$(CC) $(CFLAGS)    -falign-functions=16 -funit-at-a-time -W -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wchar-subscripts -Wcomment -Wdisabled-optimization -Wdiv-by-zero -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 -Wmultichar -Wpacked -Wparentheses -Wpointer-arith -Wpointer-sign -Wreturn-type -Wsequence-point -Wsign-compare -Wstrict-aliasing -Wstrict-aliasing=2 -Wswitch -Wswitch-default -Wtrigraphs -Wundef -Wno-unused -Wunknown-pragmas -Wvariadic-macros -Wwrite-strings -Wbad-function-cast -Wdeclaration-after-statement -Wimplicit-function-declaration -Wimplicit-int -Wmain -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wnonnull -Wold-style-definition -Wstrict-prototypes -fvisibility=hidden -I$(@D) -o $@ -c src/pmc/opcode.c

src/pmc/addrregistry.c : src/pmc/addrregistry.dump
	$(PMC2CC) src/pmc/addrregistry.pmc

src/pmc/addrregistry.dump : vtable.dump src/pmc/default.dump  src/pmc/addrregistry.pmc $(PMC2C_FILES) 
	$(PMC2CD) src/pmc/addrregistry.pmc

include/pmc/pmc_addrregistry.h: src/pmc/addrregistry.c

## SUFFIX OVERRIDE -Warnings
src/pmc/addrregistry$(O): \
    include/parrot/exceptions.h \
    include/parrot/cclass.h \
    include/parrot/multidispatch.h \
    include/parrot/atomic/gcc_x86.h \
    include/parrot/exit.h \
    include/parrot/call.h \
    include/parrot/dynext.h \
    include/parrot/pobj.h \
    include/parrot/extend_vtable.h \
    include/parrot/memory.h \
    include/parrot/key.h \
    include/parrot/oo.h \
    include/parrot/packfile.h \
    include/parrot/feature.h \
    include/pmc/pmc_hash.h \
    include/parrot/oplib.h \
    include/parrot/io_unix.h \
    include/parrot/io_win32.h \
    include/parrot/library.h \
    include/parrot/thread.h \
    include/parrot/string.h \
    include/parrot/settings.h \
    include/parrot/namespace.h \
    include/parrot/extend.h \
    include/parrot/pbcversion.h \
    include/parrot/interpreter.h \
    include/parrot/core_types.h \
    include/parrot/io.h \
    include/parrot/context.h \
    include/parrot/io_portable.h \
    include/parrot/parrot.h \
    include/pmc/pmc_addrregistry.h \
    include/parrot/atomic.h \
    include/parrot/enums.h \
    include/parrot/atomic/sparc.h \
    include/parrot/encoding.h \
    include/parrot/vtable.h \
    src/pmc/addrregistry.c \
    include/parrot/scheduler.h \
    include/parrot/pmc.h \
    include/parrot/datatypes.h \
    include/parrot/core_pmcs.h \
    include/pmc/pmc_default.h \
    include/parrot/string_funcs.h \
    include/parrot/sub.h \
    include/parrot/misc.h \
    include/parrot/platform.h \
    include/parrot/compiler.h \
    include/parrot/pmc_freeze.h \
    include/pmc/pmc_continuation.h \
    include/parrot/global_setup.h \
    include/parrot/gc_api.h \
    include/parrot/hash.h \
    include/parrot/has_header.h \
    include/parrot/vtables.h \
    include/parrot/nci.h \
    include/parrot/warnings.h \
    include/parrot/op.h \
    include/parrot/platform_limits.h \
    include/parrot/stat.h \
    src/pmc/addrregistry.str \
    include/parrot/atomic/fallback.h \
    include/parrot/debugger.h \
    include/parrot/caches.h \
    include/parrot/config.h \
    include/pmc/pmc_callcontext.h \
    include/parrot/platform_interface.h \
    include/parrot/hll.h \
    include/parrot/atomic/gcc_pcc.h
	$(CC) $(CFLAGS)    -falign-functions=16 -funit-at-a-time -W -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wchar-subscripts -Wcomment -Wdisabled-optimization -Wdiv-by-zero -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 -Wmultichar -Wpacked -Wparentheses -Wpointer-arith -Wpointer-sign -Wreturn-type -Wsequence-point -Wsign-compare -Wstrict-aliasing -Wstrict-aliasing=2 -Wswitch -Wswitch-default -Wtrigraphs -Wundef -Wno-unused -Wunknown-pragmas -Wvariadic-macros -Wwrite-strings -Wbad-function-cast -Wdeclaration-after-statement -Wimplicit-function-declaration -Wimplicit-int -Wmain -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wnonnull -Wold-style-definition -Wstrict-prototypes -fvisibility=hidden -I$(@D) -o $@ -c src/pmc/addrregistry.c

src/pmc/arrayiterator.c : src/pmc/arrayiterator.dump
	$(PMC2CC) src/pmc/arrayiterator.pmc

src/pmc/arrayiterator.dump : vtable.dump src/pmc/default.dump src/pmc/iterator.dump  src/pmc/arrayiterator.pmc $(PMC2C_FILES) 
	$(PMC2CD) src/pmc/arrayiterator.pmc

include/pmc/pmc_arrayiterator.h: src/pmc/arrayiterator.c

## SUFFIX OVERRIDE -Warnings
src/pmc/arrayiterator$(O): \
    src/pmc/arrayiterator.str \
    include/parrot/exceptions.h \
    include/parrot/cclass.h \
    include/parrot/multidispatch.h \
    include/parrot/atomic/gcc_x86.h \
    include/parrot/exit.h \
    include/parrot/call.h \
    include/parrot/dynext.h \
    include/parrot/pobj.h \
    include/parrot/extend_vtable.h \
    include/parrot/memory.h \
    include/pmc/pmc_iterator.h \
    include/parrot/key.h \
    include/parrot/oo.h \
    include/parrot/packfile.h \
    include/parrot/feature.h \
    include/parrot/oplib.h \
    include/parrot/io_unix.h \
    include/parrot/io_win32.h \
    include/parrot/library.h \
    include/parrot/thread.h \
    include/parrot/string.h \
    include/parrot/settings.h \
    include/parrot/namespace.h \
    include/parrot/extend.h \
    include/parrot/pbcversion.h \
    include/parrot/interpreter.h \
    include/parrot/core_types.h \
    include/parrot/io.h \
    include/parrot/context.h \
    include/parrot/io_portable.h \
    include/parrot/parrot.h \
    include/parrot/atomic.h \
    include/parrot/enums.h \
    include/parrot/atomic/sparc.h \
    include/parrot/encoding.h \
    include/parrot/vtable.h \
    include/parrot/scheduler.h \
    include/parrot/pmc.h \
    include/parrot/datatypes.h \
    include/parrot/core_pmcs.h \
    include/pmc/pmc_default.h \
    include/parrot/string_funcs.h \
    include/parrot/sub.h \
    include/parrot/misc.h \
    include/parrot/platform.h \
    include/parrot/compiler.h \
    include/parrot/pmc_freeze.h \
    include/pmc/pmc_continuation.h \
    include/parrot/global_setup.h \
    include/parrot/gc_api.h \
    include/parrot/hash.h \
    include/parrot/has_header.h \
    include/parrot/vtables.h \
    include/parrot/nci.h \
    include/parrot/warnings.h \
    include/parrot/op.h \
    include/parrot/platform_limits.h \
    include/parrot/stat.h \
    include/parrot/atomic/fallback.h \
    include/parrot/debugger.h \
    include/parrot/caches.h \
    include/parrot/config.h \
    src/pmc/arrayiterator.c \
    include/pmc/pmc_callcontext.h \
    include/parrot/platform_interface.h \
    include/parrot/hll.h \
    include/pmc/pmc_arrayiterator.h \
    include/parrot/atomic/gcc_pcc.h
	$(CC) $(CFLAGS)    -falign-functions=16 -funit-at-a-time -W -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wchar-subscripts -Wcomment -Wdisabled-optimization -Wdiv-by-zero -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 -Wmultichar -Wpacked -Wparentheses -Wpointer-arith -Wpointer-sign -Wreturn-type -Wsequence-point -Wsign-compare -Wstrict-aliasing -Wstrict-aliasing=2 -Wswitch -Wswitch-default -Wtrigraphs -Wundef -Wno-unused -Wunknown-pragmas -Wvariadic-macros -Wwrite-strings -Wbad-function-cast -Wdeclaration-after-statement -Wimplicit-function-declaration -Wimplicit-int -Wmain -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wnonnull -Wold-style-definition -Wstrict-prototypes -fvisibility=hidden -I$(@D) -o $@ -c src/pmc/arrayiterator.c

src/pmc/bytebuffer.c : src/pmc/bytebuffer.dump
	$(PMC2CC) src/pmc/bytebuffer.pmc

src/pmc/bytebuffer.dump : vtable.dump src/pmc/default.dump  src/pmc/bytebuffer.pmc $(PMC2C_FILES) lib/Parrot/Pmc2c/PCCMETHOD.pm include/pmc/pmc_fixedintegerarray.h
	$(PMC2CD) src/pmc/bytebuffer.pmc

include/pmc/pmc_bytebuffer.h: src/pmc/bytebuffer.c

## SUFFIX OVERRIDE -Warnings
src/pmc/bytebuffer$(O): \
    include/parrot/exceptions.h \
    include/parrot/cclass.h \
    include/parrot/multidispatch.h \
    include/parrot/atomic/gcc_x86.h \
    include/parrot/exit.h \
    include/parrot/call.h \
    include/parrot/dynext.h \
    include/parrot/pobj.h \
    include/parrot/extend_vtable.h \
    include/parrot/memory.h \
    include/parrot/key.h \
    include/parrot/oo.h \
    include/parrot/packfile.h \
    include/parrot/feature.h \
    include/parrot/oplib.h \
    include/parrot/io_unix.h \
    include/parrot/io_win32.h \
    include/parrot/library.h \
    include/parrot/thread.h \
    include/parrot/string.h \
    include/parrot/settings.h \
    include/parrot/namespace.h \
    include/parrot/extend.h \
    include/parrot/pbcversion.h \
    include/parrot/interpreter.h \
    include/parrot/core_types.h \
    include/parrot/io.h \
    include/parrot/context.h \
    include/parrot/io_portable.h \
    include/pmc/pmc_fixedintegerarray.h \
    include/parrot/parrot.h \
    include/parrot/atomic.h \
    include/parrot/enums.h \
    include/parrot/atomic/sparc.h \
    include/parrot/encoding.h \
    include/parrot/vtable.h \
    include/parrot/scheduler.h \
    include/parrot/pmc.h \
    src/pmc/bytebuffer.c \
    include/parrot/datatypes.h \
    include/parrot/core_pmcs.h \
    include/pmc/pmc_default.h \
    include/parrot/string_funcs.h \
    include/parrot/sub.h \
    include/parrot/misc.h \
    include/parrot/platform.h \
    include/parrot/compiler.h \
    include/parrot/pmc_freeze.h \
    include/pmc/pmc_continuation.h \
    include/parrot/global_setup.h \
    include/parrot/gc_api.h \
    include/parrot/hash.h \
    include/parrot/has_header.h \
    include/parrot/vtables.h \
    include/parrot/nci.h \
    include/parrot/warnings.h \
    include/parrot/op.h \
    include/parrot/platform_limits.h \
    include/pmc/pmc_bytebuffer.h \
    include/parrot/stat.h \
    include/parrot/atomic/fallback.h \
    include/parrot/debugger.h \
    include/parrot/caches.h \
    include/parrot/config.h \
    include/pmc/pmc_callcontext.h \
    include/parrot/platform_interface.h \
    src/pmc/bytebuffer.str \
    include/parrot/hll.h \
    include/parrot/atomic/gcc_pcc.h
	$(CC) $(CFLAGS)    -falign-functions=16 -funit-at-a-time -W -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wchar-subscripts -Wcomment -Wdisabled-optimization -Wdiv-by-zero -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 -Wmultichar -Wpacked -Wparentheses -Wpointer-arith -Wpointer-sign -Wreturn-type -Wsequence-point -Wsign-compare -Wstrict-aliasing -Wstrict-aliasing=2 -Wswitch -Wswitch-default -Wtrigraphs -Wundef -Wno-unused -Wunknown-pragmas -Wvariadic-macros -Wwrite-strings -Wbad-function-cast -Wdeclaration-after-statement -Wimplicit-function-declaration -Wimplicit-int -Wmain -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wnonnull -Wold-style-definition -Wstrict-prototypes -fvisibility=hidden -I$(@D) -o $@ -c src/pmc/bytebuffer.c

src/pmc/callcontext.c : src/pmc/callcontext.dump
	$(PMC2CC) src/pmc/callcontext.pmc

src/pmc/callcontext.dump : vtable.dump src/pmc/default.dump  src/pmc/callcontext.pmc $(PMC2C_FILES) lib/Parrot/Pmc2c/PCCMETHOD.pm include/pmc/pmc_fixedintegerarray.h
	$(PMC2CD) src/pmc/callcontext.pmc

include/pmc/pmc_callcontext.h: src/pmc/callcontext.c

## SUFFIX OVERRIDE -Warnings
src/pmc/callcontext$(O): \
    include/parrot/exceptions.h \
    include/parrot/cclass.h \
    include/parrot/multidispatch.h \
    include/parrot/atomic/gcc_x86.h \
    include/parrot/exit.h \
    include/parrot/call.h \
    include/parrot/dynext.h \
    include/parrot/pobj.h \
    include/parrot/extend_vtable.h \
    include/parrot/memory.h \
    include/parrot/key.h \
    include/parrot/oo.h \
    include/parrot/packfile.h \
    include/parrot/feature.h \
    include/parrot/oplib.h \
    include/parrot/io_unix.h \
    include/parrot/io_win32.h \
    include/parrot/library.h \
    include/parrot/thread.h \
    include/parrot/string.h \
    include/parrot/settings.h \
    include/parrot/namespace.h \
    include/parrot/extend.h \
    include/parrot/pbcversion.h \
    include/parrot/interpreter.h \
    include/parrot/core_types.h \
    include/parrot/io.h \
    include/parrot/context.h \
    include/parrot/io_portable.h \
    include/pmc/pmc_fixedintegerarray.h \
    include/parrot/parrot.h \
    include/pmc/pmc_sub.h \
    include/parrot/atomic.h \
    include/parrot/enums.h \
    include/parrot/atomic/sparc.h \
    include/parrot/encoding.h \
    include/parrot/vtable.h \
    include/parrot/scheduler.h \
    include/parrot/pmc.h \
    include/parrot/datatypes.h \
    include/parrot/core_pmcs.h \
    include/pmc/pmc_default.h \
    include/parrot/string_funcs.h \
    include/parrot/sub.h \
    include/parrot/misc.h \
    src/pmc/callcontext.str \
    include/parrot/platform.h \
    include/parrot/compiler.h \
    include/parrot/pmc_freeze.h \
    include/pmc/pmc_continuation.h \
    include/parrot/global_setup.h \
    include/parrot/gc_api.h \
    include/parrot/hash.h \
    include/parrot/has_header.h \
    include/parrot/vtables.h \
    include/parrot/nci.h \
    include/parrot/warnings.h \
    include/parrot/op.h \
    include/parrot/platform_limits.h \
    include/parrot/stat.h \
    include/parrot/atomic/fallback.h \
    include/parrot/debugger.h \
    include/parrot/caches.h \
    include/parrot/config.h \
    include/pmc/pmc_callcontext.h \
    include/parrot/platform_interface.h \
    src/pmc/callcontext.c \
    include/parrot/hll.h \
    include/parrot/atomic/gcc_pcc.h
	$(CC) $(CFLAGS)    -falign-functions=16 -funit-at-a-time -W -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wchar-subscripts -Wcomment -Wdisabled-optimization -Wdiv-by-zero -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 -Wmultichar -Wpacked -Wparentheses -Wpointer-arith -Wpointer-sign -Wreturn-type -Wsequence-point -Wsign-compare -Wstrict-aliasing -Wstrict-aliasing=2 -Wswitch -Wswitch-default -Wtrigraphs -Wundef -Wno-unused -Wunknown-pragmas -Wvariadic-macros -Wwrite-strings -Wbad-function-cast -Wdeclaration-after-statement -Wimplicit-function-declaration -Wimplicit-int -Wmain -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wnonnull -Wold-style-definition -Wstrict-prototypes -fvisibility=hidden -I$(@D) -o $@ -c src/pmc/callcontext.c

src/pmc/capture.c : src/pmc/capture.dump
	$(PMC2CC) src/pmc/capture.pmc

src/pmc/capture.dump : vtable.dump src/pmc/default.dump  src/pmc/capture.pmc $(PMC2C_FILES) lib/Parrot/Pmc2c/PCCMETHOD.pm include/pmc/pmc_fixedintegerarray.h
	$(PMC2CD) src/pmc/capture.pmc

include/pmc/pmc_capture.h: src/pmc/capture.c

## SUFFIX OVERRIDE -Warnings
src/pmc/capture$(O): \
    include/parrot/exceptions.h \
    include/parrot/cclass.h \
    include/parrot/multidispatch.h \
    include/parrot/atomic/gcc_x86.h \
    include/parrot/exit.h \
    include/parrot/call.h \
    include/parrot/dynext.h \
    include/parrot/pobj.h \
    include/parrot/extend_vtable.h \
    include/parrot/memory.h \
    include/parrot/key.h \
    include/parrot/oo.h \
    include/parrot/packfile.h \
    include/parrot/feature.h \
    include/parrot/oplib.h \
    include/parrot/io_unix.h \
    include/parrot/io_win32.h \
    include/parrot/library.h \
    include/parrot/thread.h \
    include/parrot/string.h \
    include/parrot/settings.h \
    include/parrot/namespace.h \
    include/parrot/extend.h \
    include/parrot/pbcversion.h \
    include/parrot/interpreter.h \
    include/parrot/core_types.h \
    include/parrot/io.h \
    include/parrot/context.h \
    include/parrot/io_portable.h \
    include/pmc/pmc_fixedintegerarray.h \
    include/parrot/parrot.h \
    include/parrot/atomic.h \
    include/parrot/enums.h \
    include/parrot/atomic/sparc.h \
    include/parrot/encoding.h \
    include/parrot/vtable.h \
    include/parrot/scheduler.h \
    include/pmc/pmc_capture.h \
    include/parrot/pmc.h \
    include/parrot/datatypes.h \
    include/parrot/core_pmcs.h \
    include/pmc/pmc_default.h \
    include/parrot/string_funcs.h \
    include/parrot/sub.h \
    include/parrot/misc.h \
    src/pmc/capture.c \
    include/parrot/platform.h \
    include/parrot/compiler.h \
    include/parrot/pmc_freeze.h \
    include/pmc/pmc_continuation.h \
    include/parrot/global_setup.h \
    include/parrot/gc_api.h \
    include/parrot/hash.h \
    include/parrot/has_header.h \
    include/parrot/vtables.h \
    include/parrot/nci.h \
    include/parrot/warnings.h \
    include/parrot/op.h \
    include/parrot/platform_limits.h \
    include/parrot/stat.h \
    include/parrot/atomic/fallback.h \
    include/parrot/debugger.h \
    src/pmc/capture.str \
    include/parrot/caches.h \
    include/parrot/config.h \
    include/pmc/pmc_callcontext.h \
    include/parrot/platform_interface.h \
    include/parrot/hll.h \
    include/parrot/atomic/gcc_pcc.h
	$(CC) $(CFLAGS)    -falign-functions=16 -funit-at-a-time -W -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wchar-subscripts -Wcomment -Wdisabled-optimization -Wdiv-by-zero -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 -Wmultichar -Wpacked -Wparentheses -Wpointer-arith -Wpointer-sign -Wreturn-type -Wsequence-point -Wsign-compare -Wstrict-aliasing -Wstrict-aliasing=2 -Wswitch -Wswitch-default -Wtrigraphs -Wundef -Wno-unused -Wunknown-pragmas -Wvariadic-macros -Wwrite-strings -Wbad-function-cast -Wdeclaration-after-statement -Wimplicit-function-declaration -Wimplicit-int -Wmain -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wnonnull -Wold-style-definition -Wstrict-prototypes -fvisibility=hidden -I$(@D) -o $@ -c src/pmc/capture.c

src/pmc/class.c : src/pmc/class.dump
	$(PMC2CC) src/pmc/class.pmc

src/pmc/class.dump : vtable.dump src/pmc/default.dump  src/pmc/class.pmc $(PMC2C_FILES) lib/Parrot/Pmc2c/PCCMETHOD.pm include/pmc/pmc_fixedintegerarray.h
	$(PMC2CD) src/pmc/class.pmc

include/pmc/pmc_class.h: src/pmc/class.c

## SUFFIX OVERRIDE -Warnings
src/pmc/class$(O): \
    include/parrot/exceptions.h \
    include/parrot/cclass.h \
    include/parrot/multidispatch.h \
    include/parrot/atomic/gcc_x86.h \
    include/parrot/exit.h \
    include/parrot/call.h \
    include/parrot/dynext.h \
    include/parrot/pobj.h \
    include/parrot/extend_vtable.h \
    include/parrot/memory.h \
    include/parrot/key.h \
    include/parrot/oo.h \
    include/parrot/packfile.h \
    include/parrot/feature.h \
    src/pmc/class.c \
    include/parrot/oplib.h \
    include/parrot/io_unix.h \
    include/parrot/io_win32.h \
    include/parrot/library.h \
    include/parrot/thread.h \
    include/parrot/string.h \
    include/parrot/settings.h \
    include/parrot/namespace.h \
    include/parrot/extend.h \
    include/parrot/pbcversion.h \
    include/parrot/interpreter.h \
    include/parrot/core_types.h \
    include/parrot/io.h \
    include/parrot/context.h \
    include/parrot/io_portable.h \
    include/pmc/pmc_fixedintegerarray.h \
    include/parrot/parrot.h \
    include/parrot/atomic.h \
    include/parrot/enums.h \
    src/pmc/class.str \
    include/parrot/atomic/sparc.h \
    include/parrot/encoding.h \
    include/parrot/vtable.h \
    include/parrot/scheduler.h \
    include/pmc/pmc_class.h \
    include/parrot/oo_private.h \
    include/parrot/pmc.h \
    include/parrot/datatypes.h \
    include/parrot/core_pmcs.h \
    include/pmc/pmc_default.h \
    include/parrot/string_funcs.h \
    include/parrot/sub.h \
    include/parrot/misc.h \
    include/pmc/pmc_namespace.h \
    include/pmc/pmc_object.h \
    include/parrot/platform.h \
    include/parrot/compiler.h \
    include/parrot/pmc_freeze.h \
    include/pmc/pmc_continuation.h \
    include/parrot/global_setup.h \
    include/parrot/gc_api.h \
    include/parrot/hash.h \
    include/parrot/has_header.h \
    include/parrot/vtables.h \
    include/parrot/nci.h \
    include/parrot/warnings.h \
    include/parrot/op.h \
    include/parrot/platform_limits.h \
    include/parrot/stat.h \
    include/parrot/atomic/fallback.h \
    include/parrot/debugger.h \
    include/parrot/caches.h \
    include/parrot/config.h \
    include/pmc/pmc_callcontext.h \
    include/parrot/platform_interface.h \
    include/parrot/hll.h \
    include/parrot/atomic/gcc_pcc.h
	$(CC) $(CFLAGS)    -falign-functions=16 -funit-at-a-time -W -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wchar-subscripts -Wcomment -Wdisabled-optimization -Wdiv-by-zero -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 -Wmultichar -Wpacked -Wparentheses -Wpointer-arith -Wpointer-sign -Wreturn-type -Wsequence-point -Wsign-compare -Wstrict-aliasing -Wstrict-aliasing=2 -Wswitch -Wswitch-default -Wtrigraphs -Wundef -Wno-unused -Wunknown-pragmas -Wvariadic-macros -Wwrite-strings -Wbad-function-cast -Wdeclaration-after-statement -Wimplicit-function-declaration -Wimplicit-int -Wmain -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wnonnull -Wold-style-definition -Wstrict-prototypes -fvisibility=hidden -I$(@D) -o $@ -c src/pmc/class.c

src/pmc/eventhandler.c : src/pmc/eventhandler.dump
	$(PMC2CC) src/pmc/eventhandler.pmc

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 include/pmc/pmc_fixedintegerarray.h
	$(PMC2CD) src/pmc/eventhandler.pmc

include/pmc/pmc_eventhandler.h: src/pmc/eventhandler.c

## SUFFIX OVERRIDE -Warnings
src/pmc/eventhandler$(O): \
    include/parrot/exceptions.h \
    include/parrot/cclass.h \
    include/parrot/multidispatch.h \
    include/parrot/atomic/gcc_x86.h \
    include/parrot/exit.h \
    include/parrot/call.h \
    include/parrot/dynext.h \
    include/parrot/pobj.h \
    include/parrot/extend_vtable.h \
    include/parrot/memory.h \
    include/parrot/key.h \
    include/parrot/oo.h \
    include/parrot/packfile.h \
    include/parrot/feature.h \
    include/parrot/oplib.h \
    include/parrot/io_unix.h \
    include/parrot/io_win32.h \
    include/parrot/library.h \
    include/parrot/thread.h \
    include/parrot/string.h \
    include/parrot/settings.h \
    include/parrot/namespace.h \
    include/parrot/extend.h \
    include/parrot/pbcversion.h \
    include/parrot/interpreter.h \
    include/parrot/core_types.h \
    include/parrot/io.h \
    include/parrot/context.h \
    include/parrot/io_portable.h \
    include/pmc/pmc_fixedintegerarray.h \
    include/parrot/parrot.h \
    include/pmc/pmc_sub.h \
    include/parrot/atomic.h \
    include/parrot/enums.h \
    include/parrot/atomic/sparc.h \
    include/parrot/encoding.h \
    include/parrot/vtable.h \
    include/parrot/scheduler.h \
    include/parrot/pmc.h \
    include/parrot/datatypes.h \
    include/parrot/core_pmcs.h \
    include/pmc/pmc_default.h \
    include/parrot/string_funcs.h \
    include/parrot/sub.h \
    include/parrot/misc.h \
    include/parrot/platform.h \
    include/parrot/compiler.h \
    include/parrot/pmc_freeze.h \
    include/pmc/pmc_continuation.h \
    src/pmc/eventhandler.str \
    include/parrot/global_setup.h \
    include/parrot/gc_api.h \
    include/parrot/hash.h \
    include/parrot/has_header.h \
    include/parrot/vtables.h \
    include/parrot/nci.h \
    include/parrot/warnings.h \
    include/parrot/op.h \
    include/parrot/platform_limits.h \
    include/parrot/stat.h \
    include/parrot/atomic/fallback.h \
    include/parrot/debugger.h \
    include/pmc/pmc_eventhandler.h \
    src/pmc/eventhandler.c \
    include/parrot/caches.h \
    include/parrot/config.h \
    include/pmc/pmc_callcontext.h \
    include/parrot/platform_interface.h \
    include/parrot/hll.h \
    include/parrot/atomic/gcc_pcc.h
	$(CC) $(CFLAGS)    -falign-functions=16 -funit-at-a-time -W -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wchar-subscripts -Wcomment -Wdisabled-optimization -Wdiv-by-zero -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 -Wmultichar -Wpacked -Wparentheses -Wpointer-arith -Wpointer-sign -Wreturn-type -Wsequence-point -Wsign-compare -Wstrict-aliasing -Wstrict-aliasing=2 -Wswitch -Wswitch-default -Wtrigraphs -Wundef -Wno-unused -Wunknown-pragmas -Wvariadic-macros -Wwrite-strings -Wbad-function-cast -Wdeclaration-after-statement -Wimplicit-function-declaration -Wimplicit-int -Wmain -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wnonnull -Wold-style-definition -Wstrict-prototypes -fvisibility=hidden -I$(@D) -o $@ -c src/pmc/eventhandler.c

src/pmc/exceptionhandler.c : src/pmc/exceptionhandler.dump
	$(PMC2CC) src/pmc/exceptionhandler.pmc

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 include/pmc/pmc_fixedintegerarray.h
	$(PMC2CD) src/pmc/exceptionhandler.pmc

include/pmc/pmc_exceptionhandler.h: src/pmc/exceptionhandler.c

## SUFFIX OVERRIDE -Warnings
src/pmc/exceptionhandler$(O): \
    include/parrot/exceptions.h \
    include/parrot/cclass.h \
    include/parrot/multidispatch.h \
    include/parrot/atomic/gcc_x86.h \
    include/parrot/exit.h \
    include/parrot/call.h \
    include/parrot/dynext.h \
    include/parrot/pobj.h \
    include/parrot/extend_vtable.h \
    include/parrot/memory.h \
    include/parrot/key.h \
    include/parrot/oo.h \
    include/parrot/packfile.h \
    include/parrot/feature.h \
    include/parrot/oplib.h \
    include/parrot/io_unix.h \
    include/parrot/io_win32.h \
    include/parrot/library.h \
    include/pmc/pmc_exceptionhandler.h \
    include/parrot/thread.h \
    include/parrot/string.h \
    include/parrot/settings.h \
    include/parrot/namespace.h \
    include/parrot/extend.h \
    include/parrot/pbcversion.h \
    include/parrot/oplib/ops.h \
    include/parrot/interpreter.h \
    include/parrot/core_types.h \
    include/parrot/io.h \
    include/parrot/context.h \
    include/parrot/io_portable.h \
    include/pmc/pmc_fixedintegerarray.h \
    include/parrot/parrot.h \
    include/parrot/atomic.h \
    include/parrot/enums.h \
    include/parrot/atomic/sparc.h \
    include/parrot/encoding.h \
    include/parrot/vtable.h \
    include/parrot/scheduler.h \
    include/parrot/pmc.h \
    include/parrot/datatypes.h \
    include/parrot/core_pmcs.h \
    include/pmc/pmc_default.h \
    src/pmc/exceptionhandler.c \
    include/parrot/string_funcs.h \
    include/parrot/sub.h \
    include/parrot/misc.h \
    src/pmc/exceptionhandler.str \
    include/parrot/platform.h \
    include/parrot/compiler.h \
    include/parrot/pmc_freeze.h \
    include/pmc/pmc_continuation.h \
    include/parrot/global_setup.h \
    include/parrot/gc_api.h \
    include/parrot/hash.h \
    include/parrot/has_header.h \
    include/parrot/vtables.h \
    include/parrot/nci.h \
    include/parrot/warnings.h \
    include/parrot/op.h \
    include/parrot/platform_limits.h \
    include/parrot/stat.h \
    include/parrot/atomic/fallback.h \
    include/parrot/debugger.h \
    include/parrot/caches.h \
    include/parrot/config.h \
    include/pmc/pmc_callcontext.h \
    include/parrot/platform_interface.h \
    include/parrot/hll.h \
    include/parrot/atomic/gcc_pcc.h
	$(CC) $(CFLAGS)    -falign-functions=16 -funit-at-a-time -W -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wchar-subscripts -Wcomment -Wdisabled-optimization -Wdiv-by-zero -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 -Wmultichar -Wpacked -Wparentheses -Wpointer-arith -Wpointer-sign -Wreturn-type -Wsequence-point -Wsign-compare -Wstrict-aliasing -Wstrict-aliasing=2 -Wswitch -Wswitch-default -Wtrigraphs -Wundef -Wno-unused -Wunknown-pragmas -Wvariadic-macros -Wwrite-strings -Wbad-function-cast -Wdeclaration-after-statement -Wimplicit-function-declaration -Wimplicit-int -Wmain -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wnonnull -Wold-style-definition -Wstrict-prototypes -fvisibility=hidden -I$(@D) -o $@ -c src/pmc/exceptionhandler.c

src/pmc/exporter.c : src/pmc/exporter.dump
	$(PMC2CC) src/pmc/exporter.pmc

src/pmc/exporter.dump : vtable.dump src/pmc/default.dump  src/pmc/exporter.pmc $(PMC2C_FILES) lib/Parrot/Pmc2c/PCCMETHOD.pm include/pmc/pmc_fixedintegerarray.h
	$(PMC2CD) src/pmc/exporter.pmc

include/pmc/pmc_exporter.h: src/pmc/exporter.c

## SUFFIX OVERRIDE -Warnings
src/pmc/exporter$(O): \
    include/parrot/exceptions.h \
    include/parrot/cclass.h \
    include/parrot/multidispatch.h \
    include/parrot/atomic/gcc_x86.h \
    include/parrot/exit.h \
    include/parrot/call.h \
    include/parrot/dynext.h \
    include/parrot/pobj.h \
    include/parrot/extend_vtable.h \
    include/parrot/memory.h \
    include/parrot/key.h \
    include/parrot/oo.h \
    include/parrot/packfile.h \
    include/parrot/feature.h \
    include/parrot/oplib.h \
    include/parrot/io_unix.h \
    include/parrot/io_win32.h \
    include/parrot/library.h \
    include/parrot/thread.h \
    include/parrot/string.h \
    include/parrot/settings.h \
    include/parrot/namespace.h \
    include/parrot/extend.h \
    include/parrot/pbcversion.h \
    include/parrot/interpreter.h \
    include/parrot/core_types.h \
    include/parrot/io.h \
    include/parrot/context.h \
    include/parrot/io_portable.h \
    include/pmc/pmc_fixedintegerarray.h \
    include/parrot/parrot.h \
    include/parrot/atomic.h \
    include/parrot/enums.h \
    include/parrot/atomic/sparc.h \
    include/parrot/encoding.h \
    include/parrot/vtable.h \
    include/parrot/scheduler.h \
    include/parrot/pmc.h \
    include/parrot/datatypes.h \
    include/parrot/core_pmcs.h \
    include/pmc/pmc_default.h \
    src/pmc/exporter.c \
    include/parrot/string_funcs.h \
    include/parrot/sub.h \
    include/parrot/misc.h \
    include/parrot/platform.h \
    include/parrot/compiler.h \
    include/parrot/pmc_freeze.h \
    include/pmc/pmc_continuation.h \
    include/parrot/global_setup.h \
    include/parrot/gc_api.h \
    include/parrot/hash.h \
    include/parrot/has_header.h \
    include/parrot/vtables.h \
    include/parrot/nci.h \
    include/parrot/warnings.h \
    include/parrot/op.h \
    include/parrot/platform_limits.h \
    src/pmc/exporter.str \
    include/parrot/stat.h \
    include/parrot/atomic/fallback.h \
    include/parrot/debugger.h \
    include/parrot/caches.h \
    include/parrot/config.h \
    include/pmc/pmc_callcontext.h \
    include/parrot/platform_interface.h \
    include/pmc/pmc_exporter.h \
    include/parrot/hll.h \
    include/parrot/atomic/gcc_pcc.h
	$(CC) $(CFLAGS)    -falign-functions=16 -funit-at-a-time -W -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wchar-subscripts -Wcomment -Wdisabled-optimization -Wdiv-by-zero -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 -Wmultichar -Wpacked -Wparentheses -Wpointer-arith -Wpointer-sign -Wreturn-type -Wsequence-point -Wsign-compare -Wstrict-aliasing -Wstrict-aliasing=2 -Wswitch -Wswitch-default -Wtrigraphs -Wundef -Wno-unused -Wunknown-pragmas -Wvariadic-macros -Wwrite-strings -Wbad-function-cast -Wdeclaration-after-statement -Wimplicit-function-declaration -Wimplicit-int -Wmain -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wnonnull -Wold-style-definition -Wstrict-prototypes -fvisibility=hidden -I$(@D) -o $@ -c src/pmc/exporter.c

src/pmc/filehandle.c : src/pmc/filehandle.dump
	$(PMC2CC) src/pmc/filehandle.pmc

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 include/pmc/pmc_fixedintegerarray.h
	$(PMC2CD) src/pmc/filehandle.pmc

include/pmc/pmc_filehandle.h: src/pmc/filehandle.c

## SUFFIX OVERRIDE -Warnings
src/pmc/filehandle$(O): \
    include/parrot/exceptions.h \
    include/parrot/cclass.h \
    include/parrot/multidispatch.h \
    include/parrot/atomic/gcc_x86.h \
    include/parrot/exit.h \
    include/parrot/call.h \
    include/parrot/dynext.h \
    include/parrot/pobj.h \
    include/parrot/extend_vtable.h \
    include/parrot/memory.h \
    include/parrot/key.h \
    include/parrot/oo.h \
    include/parrot/packfile.h \
    include/parrot/feature.h \
    include/parrot/oplib.h \
    include/parrot/io_unix.h \
    include/parrot/io_win32.h \
    include/parrot/library.h \
    include/parrot/thread.h \
    include/parrot/string.h \
    include/parrot/settings.h \
    include/parrot/namespace.h \
    include/parrot/extend.h \
    include/parrot/pbcversion.h \
    include/parrot/interpreter.h \
    include/parrot/core_types.h \
    src/io/io_private.h \
    src/pmc/filehandle.c \
    include/parrot/io.h \
    include/parrot/context.h \
    include/parrot/io_portable.h \
    include/pmc/pmc_fixedintegerarray.h \
    include/parrot/parrot.h \
    include/parrot/atomic.h \
    include/parrot/enums.h \
    include/parrot/atomic/sparc.h \
    include/parrot/encoding.h \
    include/parrot/vtable.h \
    include/parrot/scheduler.h \
    include/parrot/pmc.h \
    include/parrot/datatypes.h \
    include/parrot/core_pmcs.h \
    include/pmc/pmc_default.h \
    include/pmc/pmc_filehandle.h \
    include/parrot/string_funcs.h \
    include/parrot/sub.h \
    include/parrot/misc.h \
    include/parrot/platform.h \
    include/parrot/compiler.h \
    include/parrot/pmc_freeze.h \
    include/pmc/pmc_continuation.h \
    include/parrot/global_setup.h \
    include/parrot/gc_api.h \
    include/parrot/hash.h \
    include/parrot/has_header.h \
    include/parrot/vtables.h \
    include/parrot/nci.h \
    include/parrot/warnings.h \
    src/pmc/filehandle.str \
    include/parrot/op.h \
    include/parrot/platform_limits.h \
    include/pmc/pmc_bytebuffer.h \
    include/pmc/pmc_handle.h \
    include/parrot/stat.h \
    include/parrot/atomic/fallback.h \
    include/parrot/debugger.h \
    include/parrot/caches.h \
    include/parrot/config.h \
    include/pmc/pmc_callcontext.h \
    include/parrot/platform_interface.h \
    include/parrot/hll.h \
    include/parrot/atomic/gcc_pcc.h
	$(CC) $(CFLAGS)    -falign-functions=16 -funit-at-a-time -W -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wchar-subscripts -Wcomment -Wdisabled-optimization -Wdiv-by-zero -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 -Wmultichar -Wpacked -Wparentheses -Wpointer-arith -Wpointer-sign -Wreturn-type -Wsequence-point -Wsign-compare -Wstrict-aliasing -Wstrict-aliasing=2 -Wswitch -Wswitch-default -Wtrigraphs -Wundef -Wno-unused -Wunknown-pragmas -Wvariadic-macros -Wwrite-strings -Wbad-function-cast -Wdeclaration-after-statement -Wimplicit-function-declaration -Wimplicit-int -Wmain -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wnonnull -Wold-style-definition -Wstrict-prototypes -fvisibility=hidden -I$(@D) -o $@ -c src/pmc/filehandle.c

src/pmc/fixedbooleanarray.c : src/pmc/fixedbooleanarray.dump
	$(PMC2CC) src/pmc/fixedbooleanarray.pmc

src/pmc/fixedbooleanarray.dump : vtable.dump src/pmc/default.dump  src/pmc/fixedbooleanarray.pmc $(PMC2C_FILES) lib/Parrot/Pmc2c/PCCMETHOD.pm include/pmc/pmc_fixedintegerarray.h
	$(PMC2CD) src/pmc/fixedbooleanarray.pmc

include/pmc/pmc_fixedbooleanarray.h: src/pmc/fixedbooleanarray.c

## SUFFIX OVERRIDE -Warnings
src/pmc/fixedbooleanarray$(O): \
    include/parrot/exceptions.h \
    include/parrot/cclass.h \
    include/parrot/multidispatch.h \
    include/parrot/atomic/gcc_x86.h \
    src/pmc/fixedbooleanarray.str \
    include/parrot/exit.h \
    include/parrot/call.h \
    include/parrot/dynext.h \
    include/parrot/pobj.h \
    include/parrot/extend_vtable.h \
    include/parrot/memory.h \
    include/parrot/key.h \
    include/parrot/oo.h \
    include/parrot/packfile.h \
    include/parrot/feature.h \
    src/pmc/fixedbooleanarray.c \
    include/parrot/oplib.h \
    include/parrot/io_unix.h \
    include/parrot/io_win32.h \
    include/parrot/library.h \
    include/parrot/thread.h \
    include/parrot/string.h \
    include/parrot/settings.h \
    include/parrot/namespace.h \
    include/parrot/extend.h \
    include/parrot/pbcversion.h \
    include/parrot/interpreter.h \
    include/parrot/core_types.h \
    include/parrot/io.h \
    include/parrot/context.h \
    include/parrot/io_portable.h \
    include/pmc/pmc_fixedintegerarray.h \
    include/parrot/parrot.h \
    include/parrot/atomic.h \
    include/parrot/enums.h \
    include/parrot/atomic/sparc.h \
    include/parrot/encoding.h \
    include/parrot/vtable.h \
    include/parrot/scheduler.h \
    include/parrot/pmc.h \
    include/parrot/datatypes.h \
    include/parrot/core_pmcs.h \
    include/pmc/pmc_default.h \
    include/pmc/pmc_fixedbooleanarray.h \
    include/parrot/string_funcs.h \
    include/parrot/sub.h \
    include/parrot/misc.h \
    include/parrot/platform.h \
    include/parrot/compiler.h \
    include/parrot/pmc_freeze.h \
    include/pmc/pmc_continuation.h \
    include/parrot/global_setup.h \
    include/parrot/gc_api.h \
    include/parrot/hash.h \
    include/parrot/has_header.h \
    include/parrot/vtables.h \
    include/parrot/nci.h \
    include/parrot/warnings.h \
    include/parrot/op.h \
    include/parrot/platform_limits.h \
    include/parrot/stat.h \
    include/parrot/atomic/fallback.h \
    include/parrot/debugger.h \
    include/parrot/caches.h \
    include/parrot/config.h \
    include/pmc/pmc_callcontext.h \
    include/parrot/platform_interface.h \
    include/parrot/hll.h \
    include/parrot/atomic/gcc_pcc.h
	$(CC) $(CFLAGS)    -falign-functions=16 -funit-at-a-time -W -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wchar-subscripts -Wcomment -Wdisabled-optimization -Wdiv-by-zero -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 -Wmultichar -Wpacked -Wparentheses -Wpointer-arith -Wpointer-sign -Wreturn-type -Wsequence-point -Wsign-compare -Wstrict-aliasing -Wstrict-aliasing=2 -Wswitch -Wswitch-default -Wtrigraphs -Wundef -Wno-unused -Wunknown-pragmas -Wvariadic-macros -Wwrite-strings -Wbad-function-cast -Wdeclaration-after-statement -Wimplicit-function-declaration -Wimplicit-int -Wmain -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wnonnull -Wold-style-definition -Wstrict-prototypes -fvisibility=hidden -I$(@D) -o $@ -c src/pmc/fixedbooleanarray.c

src/pmc/fixedfloatarray.c : src/pmc/fixedfloatarray.dump
	$(PMC2CC) src/pmc/fixedfloatarray.pmc

src/pmc/fixedfloatarray.dump : vtable.dump src/pmc/default.dump  src/pmc/fixedfloatarray.pmc $(PMC2C_FILES) 
	$(PMC2CD) src/pmc/fixedfloatarray.pmc

include/pmc/pmc_fixedfloatarray.h: src/pmc/fixedfloatarray.c

## SUFFIX OVERRIDE -Warnings
src/pmc/fixedfloatarray$(O): \
    include/parrot/exceptions.h \
    include/parrot/cclass.h \
    include/parrot/multidispatch.h \
    include/parrot/atomic/gcc_x86.h \
    include/parrot/exit.h \
    include/parrot/call.h \
    include/parrot/dynext.h \
    include/parrot/pobj.h \
    include/parrot/extend_vtable.h \
    include/parrot/memory.h \
    include/parrot/key.h \
    include/parrot/oo.h \
    include/parrot/packfile.h \
    include/parrot/feature.h \
    include/parrot/oplib.h \
    include/parrot/io_unix.h \
    include/parrot/io_win32.h \
    include/parrot/library.h \
    include/parrot/thread.h \
    include/parrot/string.h \
    include/parrot/settings.h \
    include/parrot/namespace.h \
    include/parrot/extend.h \
    include/parrot/pbcversion.h \
    src/pmc/fixedfloatarray.c \
    include/parrot/interpreter.h \
    include/parrot/core_types.h \
    include/parrot/io.h \
    include/parrot/context.h \
    include/parrot/io_portable.h \
    include/parrot/parrot.h \
    include/parrot/atomic.h \
    include/parrot/enums.h \
    include/parrot/atomic/sparc.h \
    include/parrot/encoding.h \
    include/parrot/vtable.h \
    include/parrot/scheduler.h \
    include/parrot/pmc.h \
    include/parrot/datatypes.h \
    include/parrot/core_pmcs.h \
    include/pmc/pmc_default.h \
    include/parrot/string_funcs.h \
    include/parrot/sub.h \
    include/parrot/misc.h \
    include/pmc/pmc_fixedfloatarray.h \
    include/parrot/platform.h \
    include/parrot/compiler.h \
    include/parrot/pmc_freeze.h \
    include/pmc/pmc_continuation.h \
    include/parrot/global_setup.h \
    include/parrot/gc_api.h \
    include/parrot/hash.h \
    include/parrot/has_header.h \
    include/parrot/vtables.h \
    include/parrot/nci.h \
    include/parrot/warnings.h \
    include/parrot/op.h \
    include/parrot/platform_limits.h \
    include/parrot/stat.h \
    include/parrot/atomic/fallback.h \
    include/parrot/debugger.h \
    include/parrot/caches.h \
    include/parrot/config.h \
    include/pmc/pmc_callcontext.h \
    src/pmc/fixedfloatarray.str \
    include/parrot/platform_interface.h \
    include/parrot/hll.h \
    include/parrot/atomic/gcc_pcc.h
	$(CC) $(CFLAGS)    -falign-functions=16 -funit-at-a-time -W -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wchar-subscripts -Wcomment -Wdisabled-optimization -Wdiv-by-zero -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 -Wmultichar -Wpacked -Wparentheses -Wpointer-arith -Wpointer-sign -Wreturn-type -Wsequence-point -Wsign-compare -Wstrict-aliasing -Wstrict-aliasing=2 -Wswitch -Wswitch-default -Wtrigraphs -Wundef -Wno-unused -Wunknown-pragmas -Wvariadic-macros -Wwrite-strings -Wbad-function-cast -Wdeclaration-after-statement -Wimplicit-function-declaration -Wimplicit-int -Wmain -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wnonnull -Wold-style-definition -Wstrict-prototypes -fvisibility=hidden -I$(@D) -o $@ -c src/pmc/fixedfloatarray.c

src/pmc/fixedpmcarray.c : src/pmc/fixedpmcarray.dump
	$(PMC2CC) src/pmc/fixedpmcarray.pmc

src/pmc/fixedpmcarray.dump : vtable.dump src/pmc/default.dump  src/pmc/fixedpmcarray.pmc $(PMC2C_FILES) lib/Parrot/Pmc2c/PCCMETHOD.pm include/pmc/pmc_fixedintegerarray.h
	$(PMC2CD) src/pmc/fixedpmcarray.pmc

include/pmc/pmc_fixedpmcarray.h: src/pmc/fixedpmcarray.c

## SUFFIX OVERRIDE -Warnings
src/pmc/fixedpmcarray$(O): \
    include/pmc/pmc_fixedpmcarray.h \
    include/parrot/exceptions.h \
    include/parrot/cclass.h \
    include/parrot/multidispatch.h \
    include/parrot/atomic/gcc_x86.h \
    include/parrot/exit.h \
    include/parrot/call.h \
    include/parrot/dynext.h \
    include/parrot/pobj.h \
    include/parrot/extend_vtable.h \
    include/parrot/memory.h \
    include/parrot/key.h \
    include/parrot/oo.h \
    include/parrot/packfile.h \
    include/parrot/feature.h \
    include/parrot/oplib.h \
    include/parrot/io_unix.h \
    include/parrot/io_win32.h \
    include/parrot/library.h \
    include/parrot/thread.h \
    include/parrot/string.h \
    include/parrot/settings.h \
    include/parrot/namespace.h \
    include/parrot/extend.h \
    include/parrot/pbcversion.h \
    include/parrot/interpreter.h \
    include/parrot/core_types.h \
    include/parrot/io.h \
    include/parrot/context.h \
    include/parrot/io_portable.h \
    include/pmc/pmc_fixedintegerarray.h \
    include/parrot/parrot.h \
    include/parrot/atomic.h \
    include/parrot/enums.h \
    include/parrot/atomic/sparc.h \
    include/parrot/encoding.h \
    include/parrot/vtable.h \
    include/parrot/scheduler.h \
    include/parrot/pmc.h \
    include/parrot/datatypes.h \
    include/parrot/core_pmcs.h \
    include/pmc/pmc_default.h \
    include/parrot/string_funcs.h \
    include/parrot/sub.h \
    include/parrot/misc.h \
    include/parrot/platform.h \
    include/parrot/compiler.h \
    include/parrot/pmc_freeze.h \
    include/pmc/pmc_continuation.h \
    include/parrot/global_setup.h \
    src/pmc/fixedpmcarray.c \
    include/parrot/gc_api.h \
    include/parrot/hash.h \
    include/parrot/has_header.h \
    include/parrot/vtables.h \
    include/parrot/nci.h \
    include/parrot/warnings.h \
    include/parrot/op.h \
    include/parrot/platform_limits.h \
    include/parrot/stat.h \
    src/pmc/fixedpmcarray.str \
    include/parrot/atomic/fallback.h \
    include/parrot/debugger.h \
    include/parrot/caches.h \
    include/parrot/config.h \
    include/pmc/pmc_callcontext.h \
    include/parrot/platform_interface.h \
    include/parrot/hll.h \
    include/parrot/atomic/gcc_pcc.h
	$(CC) $(CFLAGS)    -falign-functions=16 -funit-at-a-time -W -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wchar-subscripts -Wcomment -Wdisabled-optimization -Wdiv-by-zero -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 -Wmultichar -Wpacked -Wparentheses -Wpointer-arith -Wpointer-sign -Wreturn-type -Wsequence-point -Wsign-compare -Wstrict-aliasing -Wstrict-aliasing=2 -Wswitch -Wswitch-default -Wtrigraphs -Wundef -Wno-unused -Wunknown-pragmas -Wvariadic-macros -Wwrite-strings -Wbad-function-cast -Wdeclaration-after-statement -Wimplicit-function-declaration -Wimplicit-int -Wmain -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wnonnull -Wold-style-definition -Wstrict-prototypes -fvisibility=hidden -I$(@D) -o $@ -c src/pmc/fixedpmcarray.c

src/pmc/handle.c : src/pmc/handle.dump
	$(PMC2CC) src/pmc/handle.pmc

src/pmc/handle.dump : vtable.dump src/pmc/default.dump  src/pmc/handle.pmc $(PMC2C_FILES) lib/Parrot/Pmc2c/PCCMETHOD.pm include/pmc/pmc_fixedintegerarray.h
	$(PMC2CD) src/pmc/handle.pmc

include/pmc/pmc_handle.h: src/pmc/handle.c

## SUFFIX OVERRIDE -Warnings
src/pmc/handle$(O): \
    include/parrot/exceptions.h \
    include/parrot/cclass.h \
    src/pmc/handle.c \
    include/parrot/multidispatch.h \
    include/parrot/atomic/gcc_x86.h \
    include/parrot/exit.h \
    include/parrot/call.h \
    include/parrot/dynext.h \
    include/parrot/pobj.h \
    include/parrot/extend_vtable.h \
    include/parrot/memory.h \
    include/parrot/key.h \
    include/parrot/oo.h \
    include/parrot/packfile.h \
    include/parrot/feature.h \
    include/parrot/oplib.h \
    include/parrot/io_unix.h \
    include/parrot/io_win32.h \
    include/parrot/library.h \
    include/parrot/thread.h \
    include/parrot/string.h \
    include/parrot/settings.h \
    include/parrot/namespace.h \
    include/parrot/extend.h \
    include/parrot/pbcversion.h \
    include/parrot/interpreter.h \
    include/parrot/core_types.h \
    src/pmc/handle.str \
    src/io/io_private.h \
    include/parrot/io.h \
    include/parrot/context.h \
    include/parrot/io_portable.h \
    include/pmc/pmc_fixedintegerarray.h \
    include/parrot/parrot.h \
    include/parrot/atomic.h \
    include/parrot/enums.h \
    include/parrot/atomic/sparc.h \
    include/parrot/encoding.h \
    include/parrot/vtable.h \
    include/parrot/scheduler.h \
    include/parrot/pmc.h \
    include/parrot/datatypes.h \
    include/parrot/core_pmcs.h \
    include/pmc/pmc_default.h \
    include/parrot/string_funcs.h \
    include/parrot/sub.h \
    include/parrot/misc.h \
    include/parrot/platform.h \
    include/parrot/compiler.h \
    include/parrot/pmc_freeze.h \
    include/pmc/pmc_continuation.h \
    include/parrot/global_setup.h \
    include/parrot/gc_api.h \
    include/parrot/hash.h \
    include/parrot/has_header.h \
    include/parrot/vtables.h \
    include/parrot/nci.h \
    include/parrot/warnings.h \
    include/parrot/op.h \
    include/parrot/platform_limits.h \
    include/pmc/pmc_handle.h \
    include/parrot/stat.h \
    include/parrot/atomic/fallback.h \
    include/parrot/debugger.h \
    include/parrot/caches.h \
    include/parrot/config.h \
    include/pmc/pmc_callcontext.h \
    include/parrot/platform_interface.h \
    include/parrot/hll.h \
    include/parrot/atomic/gcc_pcc.h
	$(CC) $(CFLAGS)    -falign-functions=16 -funit-at-a-time -W -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wchar-subscripts -Wcomment -Wdisabled-optimization -Wdiv-by-zero -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 -Wmultichar -Wpacked -Wparentheses -Wpointer-arith -Wpointer-sign -Wreturn-type -Wsequence-point -Wsign-compare -Wstrict-aliasing -Wstrict-aliasing=2 -Wswitch -Wswitch-default -Wtrigraphs -Wundef -Wno-unused -Wunknown-pragmas -Wvariadic-macros -Wwrite-strings -Wbad-function-cast -Wdeclaration-after-statement -Wimplicit-function-declaration -Wimplicit-int -Wmain -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wnonnull -Wold-style-definition -Wstrict-prototypes -fvisibility=hidden -I$(@D) -o $@ -c src/pmc/handle.c

src/pmc/hashiterator.c : src/pmc/hashiterator.dump
	$(PMC2CC) src/pmc/hashiterator.pmc

src/pmc/hashiterator.dump : vtable.dump src/pmc/default.dump src/pmc/iterator.dump  src/pmc/hashiterator.pmc $(PMC2C_FILES) 
	$(PMC2CD) src/pmc/hashiterator.pmc

include/pmc/pmc_hashiterator.h: src/pmc/hashiterator.c

## SUFFIX OVERRIDE -Warnings
src/pmc/hashiterator$(O): \
    include/parrot/exceptions.h \
    include/parrot/cclass.h \
    include/parrot/multidispatch.h \
    include/parrot/atomic/gcc_x86.h \
    src/pmc/hashiterator.str \
    include/parrot/exit.h \
    include/parrot/call.h \
    include/parrot/dynext.h \
    include/parrot/pobj.h \
    include/parrot/extend_vtable.h \
    include/parrot/memory.h \
    include/pmc/pmc_iterator.h \
    include/parrot/key.h \
    include/parrot/oo.h \
    include/parrot/packfile.h \
    include/parrot/feature.h \
    src/pmc/hashiterator.c \
    include/pmc/pmc_hash.h \
    include/parrot/oplib.h \
    include/parrot/io_unix.h \
    include/parrot/io_win32.h \
    include/parrot/library.h \
    include/parrot/thread.h \
    include/parrot/string.h \
    include/parrot/settings.h \
    include/parrot/namespace.h \
    include/parrot/extend.h \
    include/pmc/pmc_hashiterator.h \
    include/parrot/pbcversion.h \
    include/parrot/interpreter.h \
    include/parrot/core_types.h \
    include/parrot/io.h \
    include/parrot/context.h \
    include/parrot/io_portable.h \
    include/parrot/parrot.h \
    include/parrot/atomic.h \
    include/parrot/enums.h \
    include/parrot/atomic/sparc.h \
    include/parrot/encoding.h \
    include/parrot/vtable.h \
    include/parrot/scheduler.h \
    include/parrot/pmc.h \
    include/parrot/datatypes.h \
    include/parrot/core_pmcs.h \
    include/pmc/pmc_default.h \
    include/parrot/string_funcs.h \
    include/parrot/sub.h \
    include/parrot/misc.h \
    include/parrot/platform.h \
    include/parrot/compiler.h \
    include/parrot/pmc_freeze.h \
    include/pmc/pmc_continuation.h \
    include/parrot/global_setup.h \
    include/parrot/gc_api.h \
    include/parrot/hash.h \
    include/parrot/has_header.h \
    include/parrot/vtables.h \
    include/parrot/nci.h \
    include/parrot/warnings.h \
    include/parrot/op.h \
    include/parrot/platform_limits.h \
    include/parrot/stat.h \
    include/parrot/atomic/fallback.h \
    include/parrot/debugger.h \
    include/pmc/pmc_hashiteratorkey.h \
    include/parrot/caches.h \
    include/parrot/config.h \
    include/pmc/pmc_callcontext.h \
    include/parrot/platform_interface.h \
    include/parrot/hll.h \
    include/parrot/atomic/gcc_pcc.h
	$(CC) $(CFLAGS)    -falign-functions=16 -funit-at-a-time -W -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wchar-subscripts -Wcomment -Wdisabled-optimization -Wdiv-by-zero -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 -Wmultichar -Wpacked -Wparentheses -Wpointer-arith -Wpointer-sign -Wreturn-type -Wsequence-point -Wsign-compare -Wstrict-aliasing -Wstrict-aliasing=2 -Wswitch -Wswitch-default -Wtrigraphs -Wundef -Wno-unused -Wunknown-pragmas -Wvariadic-macros -Wwrite-strings -Wbad-function-cast -Wdeclaration-after-statement -Wimplicit-function-declaration -Wimplicit-int -Wmain -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wnonnull -Wold-style-definition -Wstrict-prototypes -fvisibility=hidden -I$(@D) -o $@ -c src/pmc/hashiterator.c

src/pmc/hashiteratorkey.c : src/pmc/hashiteratorkey.dump
	$(PMC2CC) src/pmc/hashiteratorkey.pmc

src/pmc/hashiteratorkey.dump : vtable.dump src/pmc/default.dump  src/pmc/hashiteratorkey.pmc $(PMC2C_FILES) lib/Parrot/Pmc2c/PCCMETHOD.pm include/pmc/pmc_fixedintegerarray.h
	$(PMC2CD) src/pmc/hashiteratorkey.pmc

include/pmc/pmc_hashiteratorkey.h: src/pmc/hashiteratorkey.c

## SUFFIX OVERRIDE -Warnings
src/pmc/hashiteratorkey$(O): \
    include/parrot/exceptions.h \
    include/parrot/cclass.h \
    include/parrot/multidispatch.h \
    include/parrot/atomic/gcc_x86.h \
    include/parrot/exit.h \
    include/parrot/call.h \
    include/parrot/dynext.h \
    include/parrot/pobj.h \
    include/parrot/extend_vtable.h \
    include/parrot/memory.h \
    include/parrot/key.h \
    include/parrot/oo.h \
    include/parrot/packfile.h \
    include/parrot/feature.h \
    include/parrot/oplib.h \
    include/parrot/io_unix.h \
    include/parrot/io_win32.h \
    include/parrot/library.h \
    include/parrot/thread.h \
    src/pmc/hashiteratorkey.str \
    include/parrot/string.h \
    include/parrot/settings.h \
    include/parrot/namespace.h \
    include/parrot/extend.h \
    include/parrot/pbcversion.h \
    src/pmc/hashiteratorkey.c \
    include/parrot/interpreter.h \
    include/parrot/core_types.h \
    include/parrot/io.h \
    include/parrot/context.h \
    include/parrot/io_portable.h \
    include/pmc/pmc_fixedintegerarray.h \
    include/parrot/parrot.h \
    include/parrot/atomic.h \
    include/parrot/enums.h \
    include/parrot/atomic/sparc.h \
    include/parrot/encoding.h \
    include/parrot/vtable.h \
    include/parrot/scheduler.h \
    include/parrot/pmc.h \
    include/parrot/datatypes.h \
    include/parrot/core_pmcs.h \
    include/pmc/pmc_default.h \
    include/parrot/string_funcs.h \
    include/parrot/sub.h \
    include/parrot/misc.h \
    include/parrot/platform.h \
    include/parrot/compiler.h \
    include/parrot/pmc_freeze.h \
    include/pmc/pmc_continuation.h \
    include/parrot/global_setup.h \
    include/parrot/gc_api.h \
    include/parrot/hash.h \
    include/parrot/has_header.h \
    include/parrot/vtables.h \
    include/parrot/nci.h \
    include/parrot/warnings.h \
    include/parrot/op.h \
    include/parrot/platform_limits.h \
    include/parrot/stat.h \
    include/parrot/atomic/fallback.h \
    include/parrot/debugger.h \
    include/pmc/pmc_hashiteratorkey.h \
    include/parrot/caches.h \
    include/parrot/config.h \
    include/pmc/pmc_callcontext.h \
    include/parrot/platform_interface.h \
    include/parrot/hll.h \
    include/parrot/atomic/gcc_pcc.h
	$(CC) $(CFLAGS)    -falign-functions=16 -funit-at-a-time -W -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wchar-subscripts -Wcomment -Wdisabled-optimization -Wdiv-by-zero -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 -Wmultichar -Wpacked -Wparentheses -Wpointer-arith -Wpointer-sign -Wreturn-type -Wsequence-point -Wsign-compare -Wstrict-aliasing -Wstrict-aliasing=2 -Wswitch -Wswitch-default -Wtrigraphs -Wundef -Wno-unused -Wunknown-pragmas -Wvariadic-macros -Wwrite-strings -Wbad-function-cast -Wdeclaration-after-statement -Wimplicit-function-declaration -Wimplicit-int -Wmain -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wnonnull -Wold-style-definition -Wstrict-prototypes -fvisibility=hidden -I$(@D) -o $@ -c src/pmc/hashiteratorkey.c

src/pmc/imageiofreeze.c : src/pmc/imageiofreeze.dump
	$(PMC2CC) src/pmc/imageiofreeze.pmc

src/pmc/imageiofreeze.dump : vtable.dump src/pmc/default.dump  src/pmc/imageiofreeze.pmc $(PMC2C_FILES) 
	$(PMC2CD) src/pmc/imageiofreeze.pmc

include/pmc/pmc_imageiofreeze.h: src/pmc/imageiofreeze.c

## SUFFIX OVERRIDE -Warnings
src/pmc/imageiofreeze$(O): \
    include/parrot/exceptions.h \
    include/parrot/cclass.h \
    include/parrot/multidispatch.h \
    include/parrot/atomic/gcc_x86.h \
    include/parrot/exit.h \
    include/parrot/call.h \
    include/parrot/dynext.h \
    include/parrot/pobj.h \
    include/parrot/extend_vtable.h \
    include/parrot/memory.h \
    include/parrot/key.h \
    include/parrot/oo.h \
    include/parrot/packfile.h \
    include/parrot/feature.h \
    include/parrot/oplib.h \
    include/parrot/io_unix.h \
    include/parrot/io_win32.h \
    include/parrot/library.h \
    include/parrot/thread.h \
    include/parrot/string.h \
    include/parrot/settings.h \
    include/parrot/namespace.h \
    include/parrot/extend.h \
    include/parrot/pbcversion.h \
    include/parrot/interpreter.h \
    include/parrot/core_types.h \
    include/parrot/io.h \
    include/parrot/context.h \
    include/parrot/io_portable.h \
    include/parrot/parrot.h \
    include/parrot/atomic.h \
    include/parrot/enums.h \
    include/parrot/atomic/sparc.h \
    include/parrot/encoding.h \
    include/parrot/vtable.h \
    include/parrot/scheduler.h \
    include/parrot/pmc.h \
    include/parrot/datatypes.h \
    include/parrot/core_pmcs.h \
    include/pmc/pmc_default.h \
    include/pmc/pmc_imageiofreeze.h \
    include/parrot/string_funcs.h \
    src/pmc/imageiofreeze.str \
    include/parrot/sub.h \
    include/parrot/misc.h \
    include/parrot/platform.h \
    include/parrot/compiler.h \
    include/parrot/pmc_freeze.h \
    include/pmc/pmc_continuation.h \
    include/parrot/global_setup.h \
    include/parrot/gc_api.h \
    include/parrot/hash.h \
    include/parrot/has_header.h \
    include/parrot/vtables.h \
    include/parrot/nci.h \
    include/parrot/warnings.h \
    include/parrot/op.h \
    include/parrot/platform_limits.h \
    include/parrot/stat.h \
    include/parrot/atomic/fallback.h \
    include/parrot/debugger.h \
    include/parrot/caches.h \
    include/parrot/config.h \
    include/pmc/pmc_callcontext.h \
    include/parrot/imageio.h \
    include/parrot/platform_interface.h \
    src/pmc/imageiofreeze.c \
    include/parrot/hll.h \
    include/parrot/atomic/gcc_pcc.h
	$(CC) $(CFLAGS)    -falign-functions=16 -funit-at-a-time -W -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wchar-subscripts -Wcomment -Wdisabled-optimization -Wdiv-by-zero -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 -Wmultichar -Wpacked -Wparentheses -Wpointer-arith -Wpointer-sign -Wreturn-type -Wsequence-point -Wsign-compare -Wstrict-aliasing -Wstrict-aliasing=2 -Wswitch -Wswitch-default -Wtrigraphs -Wundef -Wno-unused -Wunknown-pragmas -Wvariadic-macros -Wwrite-strings -Wbad-function-cast -Wdeclaration-after-statement -Wimplicit-function-declaration -Wimplicit-int -Wmain -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wnonnull -Wold-style-definition -Wstrict-prototypes -fvisibility=hidden -I$(@D) -o $@ -c src/pmc/imageiofreeze.c

src/pmc/imageiosize.c : src/pmc/imageiosize.dump
	$(PMC2CC) src/pmc/imageiosize.pmc

src/pmc/imageiosize.dump : vtable.dump src/pmc/default.dump  src/pmc/imageiosize.pmc $(PMC2C_FILES) 
	$(PMC2CD) src/pmc/imageiosize.pmc

include/pmc/pmc_imageiosize.h: src/pmc/imageiosize.c

## SUFFIX OVERRIDE -Warnings
src/pmc/imageiosize$(O): \
    include/parrot/exceptions.h \
    include/parrot/cclass.h \
    include/parrot/multidispatch.h \
    include/parrot/atomic/gcc_x86.h \
    include/parrot/exit.h \
    include/parrot/call.h \
    include/parrot/dynext.h \
    include/parrot/pobj.h \
    include/parrot/extend_vtable.h \
    include/parrot/memory.h \
    include/parrot/key.h \
    include/parrot/oo.h \
    include/parrot/packfile.h \
    include/parrot/feature.h \
    include/parrot/oplib.h \
    include/parrot/io_unix.h \
    include/parrot/io_win32.h \
    include/parrot/library.h \
    include/parrot/thread.h \
    include/parrot/string.h \
    include/parrot/settings.h \
    include/parrot/namespace.h \
    include/parrot/extend.h \
    include/parrot/pbcversion.h \
    include/parrot/interpreter.h \
    include/parrot/core_types.h \
    src/pmc/imageiosize.str \
    include/parrot/io.h \
    include/parrot/context.h \
    include/parrot/io_portable.h \
    include/parrot/parrot.h \
    src/pmc/imageiosize.c \
    include/parrot/atomic.h \
    include/parrot/enums.h \
    include/parrot/atomic/sparc.h \
    include/parrot/encoding.h \
    include/parrot/vtable.h \
    include/pmc/pmc_imageiosize.h \
    include/parrot/scheduler.h \
    include/parrot/pmc.h \
    include/parrot/datatypes.h \
    include/parrot/core_pmcs.h \
    include/pmc/pmc_default.h \
    include/parrot/string_funcs.h \
    include/parrot/sub.h \
    include/parrot/misc.h \
    include/parrot/platform.h \
    include/parrot/compiler.h \
    include/parrot/pmc_freeze.h \
    include/pmc/pmc_continuation.h \
    include/parrot/global_setup.h \
    include/parrot/gc_api.h \
    include/parrot/hash.h \
    include/parrot/has_header.h \
    include/parrot/vtables.h \
    include/parrot/nci.h \
    include/parrot/warnings.h \
    include/parrot/op.h \
    include/parrot/platform_limits.h \
    include/parrot/stat.h \
    include/parrot/atomic/fallback.h \
    include/parrot/debugger.h \
    include/parrot/caches.h \
    include/parrot/config.h \
    include/pmc/pmc_callcontext.h \
    include/parrot/platform_interface.h \
    include/parrot/hll.h \
    include/parrot/atomic/gcc_pcc.h
	$(CC) $(CFLAGS)    -falign-functions=16 -funit-at-a-time -W -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wchar-subscripts -Wcomment -Wdisabled-optimization -Wdiv-by-zero -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 -Wmultichar -Wpacked -Wparentheses -Wpointer-arith -Wpointer-sign -Wreturn-type -Wsequence-point -Wsign-compare -Wstrict-aliasing -Wstrict-aliasing=2 -Wswitch -Wswitch-default -Wtrigraphs -Wundef -Wno-unused -Wunknown-pragmas -Wvariadic-macros -Wwrite-strings -Wbad-function-cast -Wdeclaration-after-statement -Wimplicit-function-declaration -Wimplicit-int -Wmain -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wnonnull -Wold-style-definition -Wstrict-prototypes -fvisibility=hidden -I$(@D) -o $@ -c src/pmc/imageiosize.c

src/pmc/imageiostrings.c : src/pmc/imageiostrings.dump
	$(PMC2CC) src/pmc/imageiostrings.pmc

src/pmc/imageiostrings.dump : vtable.dump src/pmc/default.dump  src/pmc/imageiostrings.pmc $(PMC2C_FILES) 
	$(PMC2CD) src/pmc/imageiostrings.pmc

include/pmc/pmc_imageiostrings.h: src/pmc/imageiostrings.c

## SUFFIX OVERRIDE -Warnings
src/pmc/imageiostrings$(O): \
    include/parrot/exceptions.h \
    include/parrot/cclass.h \
    include/parrot/multidispatch.h \
    include/parrot/atomic/gcc_x86.h \
    include/parrot/exit.h \
    include/parrot/call.h \
    include/parrot/dynext.h \
    include/parrot/pobj.h \
    include/parrot/extend_vtable.h \
    include/parrot/memory.h \
    include/parrot/key.h \
    include/parrot/oo.h \
    include/parrot/packfile.h \
    include/parrot/feature.h \
    include/parrot/oplib.h \
    include/parrot/io_unix.h \
    include/parrot/io_win32.h \
    include/parrot/library.h \
    src/pmc/imageiostrings.c \
    include/parrot/thread.h \
    include/parrot/string.h \
    include/parrot/settings.h \
    include/parrot/namespace.h \
    include/parrot/extend.h \
    include/parrot/pbcversion.h \
    include/parrot/interpreter.h \
    include/parrot/core_types.h \
    include/parrot/io.h \
    include/parrot/context.h \
    include/parrot/io_portable.h \
    include/parrot/parrot.h \
    include/parrot/atomic.h \
    include/parrot/enums.h \
    include/parrot/atomic/sparc.h \
    include/parrot/encoding.h \
    include/parrot/vtable.h \
    include/parrot/scheduler.h \
    include/parrot/pmc.h \
    include/parrot/datatypes.h \
    include/parrot/core_pmcs.h \
    include/pmc/pmc_default.h \
    include/parrot/string_funcs.h \
    include/parrot/sub.h \
    include/parrot/misc.h \
    include/parrot/platform.h \
    include/parrot/compiler.h \
    include/parrot/pmc_freeze.h \
    include/pmc/pmc_continuation.h \
    include/parrot/global_setup.h \
    include/parrot/gc_api.h \
    include/parrot/hash.h \
    include/parrot/has_header.h \
    include/parrot/vtables.h \
    include/parrot/nci.h \
    include/parrot/warnings.h \
    include/parrot/op.h \
    include/parrot/platform_limits.h \
    include/pmc/pmc_imageiostrings.h \
    include/parrot/stat.h \
    include/parrot/atomic/fallback.h \
    include/parrot/debugger.h \
    include/parrot/caches.h \
    include/parrot/config.h \
    include/pmc/pmc_callcontext.h \
    include/parrot/platform_interface.h \
    src/pmc/imageiostrings.str \
    include/parrot/hll.h \
    include/parrot/atomic/gcc_pcc.h
	$(CC) $(CFLAGS)    -falign-functions=16 -funit-at-a-time -W -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wchar-subscripts -Wcomment -Wdisabled-optimization -Wdiv-by-zero -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 -Wmultichar -Wpacked -Wparentheses -Wpointer-arith -Wpointer-sign -Wreturn-type -Wsequence-point -Wsign-compare -Wstrict-aliasing -Wstrict-aliasing=2 -Wswitch -Wswitch-default -Wtrigraphs -Wundef -Wno-unused -Wunknown-pragmas -Wvariadic-macros -Wwrite-strings -Wbad-function-cast -Wdeclaration-after-statement -Wimplicit-function-declaration -Wimplicit-int -Wmain -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wnonnull -Wold-style-definition -Wstrict-prototypes -fvisibility=hidden -I$(@D) -o $@ -c src/pmc/imageiostrings.c

src/pmc/imageiothaw.c : src/pmc/imageiothaw.dump
	$(PMC2CC) src/pmc/imageiothaw.pmc

src/pmc/imageiothaw.dump : vtable.dump src/pmc/default.dump  src/pmc/imageiothaw.pmc $(PMC2C_FILES) 
	$(PMC2CD) src/pmc/imageiothaw.pmc

include/pmc/pmc_imageiothaw.h: src/pmc/imageiothaw.c

## SUFFIX OVERRIDE -Warnings
src/pmc/imageiothaw$(O): \
    include/parrot/exceptions.h \
    include/parrot/cclass.h \
    include/parrot/multidispatch.h \
    include/parrot/atomic/gcc_x86.h \
    include/pmc/pmc_imageiothaw.h \
    include/parrot/exit.h \
    include/parrot/call.h \
    include/parrot/dynext.h \
    include/parrot/pobj.h \
    include/parrot/extend_vtable.h \
    include/parrot/memory.h \
    include/parrot/key.h \
    include/parrot/oo.h \
    include/parrot/packfile.h \
    include/parrot/feature.h \
    include/parrot/oplib.h \
    include/parrot/io_unix.h \
    include/parrot/io_win32.h \
    include/parrot/library.h \
    include/parrot/thread.h \
    include/parrot/string.h \
    include/parrot/settings.h \
    include/parrot/namespace.h \
    include/parrot/extend.h \
    src/pmc/imageiothaw.str \
    include/parrot/pbcversion.h \
    include/parrot/interpreter.h \
    include/parrot/core_types.h \
    include/parrot/io.h \
    include/parrot/context.h \
    include/parrot/io_portable.h \
    include/parrot/parrot.h \
    include/parrot/atomic.h \
    include/parrot/enums.h \
    include/parrot/atomic/sparc.h \
    include/parrot/encoding.h \
    include/parrot/vtable.h \
    include/parrot/scheduler.h \
    include/parrot/pmc.h \
    include/parrot/datatypes.h \
    include/parrot/core_pmcs.h \
    include/pmc/pmc_default.h \
    src/pmc/imageiothaw.c \
    include/parrot/string_funcs.h \
    include/parrot/sub.h \
    include/parrot/misc.h \
    include/parrot/platform.h \
    include/parrot/compiler.h \
    include/parrot/pmc_freeze.h \
    include/pmc/pmc_continuation.h \
    include/parrot/global_setup.h \
    include/parrot/gc_api.h \
    include/parrot/hash.h \
    include/parrot/has_header.h \
    include/parrot/vtables.h \
    include/parrot/nci.h \
    include/parrot/warnings.h \
    include/parrot/op.h \
    include/parrot/platform_limits.h \
    include/parrot/stat.h \
    include/parrot/atomic/fallback.h \
    include/parrot/debugger.h \
    include/parrot/caches.h \
    include/parrot/config.h \
    include/pmc/pmc_callcontext.h \
    include/parrot/imageio.h \
    include/parrot/platform_interface.h \
    include/parrot/hll.h \
    include/parrot/atomic/gcc_pcc.h
	$(CC) $(CFLAGS)    -falign-functions=16 -funit-at-a-time -W -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wchar-subscripts -Wcomment -Wdisabled-optimization -Wdiv-by-zero -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 -Wmultichar -Wpacked -Wparentheses -Wpointer-arith -Wpointer-sign -Wreturn-type -Wsequence-point -Wsign-compare -Wstrict-aliasing -Wstrict-aliasing=2 -Wswitch -Wswitch-default -Wtrigraphs -Wundef -Wno-unused -Wunknown-pragmas -Wvariadic-macros -Wwrite-strings -Wbad-function-cast -Wdeclaration-after-statement -Wimplicit-function-declaration -Wimplicit-int -Wmain -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wnonnull -Wold-style-definition -Wstrict-prototypes -fvisibility=hidden -I$(@D) -o $@ -c src/pmc/imageiothaw.c

src/pmc/lexinfo.c : src/pmc/lexinfo.dump
	$(PMC2CC) src/pmc/lexinfo.pmc

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 include/pmc/pmc_fixedintegerarray.h
	$(PMC2CD) src/pmc/lexinfo.pmc

include/pmc/pmc_lexinfo.h: src/pmc/lexinfo.c

## SUFFIX OVERRIDE -Warnings
src/pmc/lexinfo$(O): \
    include/parrot/exceptions.h \
    include/parrot/cclass.h \
    include/parrot/multidispatch.h \
    include/parrot/atomic/gcc_x86.h \
    include/parrot/exit.h \
    include/parrot/call.h \
    include/parrot/dynext.h \
    include/parrot/pobj.h \
    include/parrot/extend_vtable.h \
    include/parrot/memory.h \
    include/parrot/key.h \
    include/parrot/oo.h \
    include/parrot/packfile.h \
    include/parrot/feature.h \
    include/pmc/pmc_hash.h \
    include/parrot/oplib.h \
    include/parrot/io_unix.h \
    include/parrot/io_win32.h \
    include/parrot/library.h \
    include/parrot/thread.h \
    include/parrot/string.h \
    include/parrot/settings.h \
    include/parrot/namespace.h \
    include/parrot/extend.h \
    include/parrot/pbcversion.h \
    include/parrot/interpreter.h \
    include/parrot/core_types.h \
    include/parrot/io.h \
    include/parrot/context.h \
    include/parrot/io_portable.h \
    include/pmc/pmc_fixedintegerarray.h \
    include/parrot/parrot.h \
    include/parrot/atomic.h \
    include/parrot/enums.h \
    include/parrot/atomic/sparc.h \
    include/parrot/encoding.h \
    include/parrot/vtable.h \
    include/parrot/scheduler.h \
    include/parrot/pmc.h \
    include/parrot/datatypes.h \
    include/parrot/core_pmcs.h \
    include/pmc/pmc_default.h \
    include/parrot/string_funcs.h \
    include/parrot/sub.h \
    include/parrot/misc.h \
    include/parrot/platform.h \
    include/parrot/compiler.h \
    include/parrot/pmc_freeze.h \
    include/pmc/pmc_continuation.h \
    include/parrot/global_setup.h \
    include/parrot/gc_api.h \
    include/parrot/hash.h \
    include/parrot/has_header.h \
    include/parrot/vtables.h \
    include/parrot/nci.h \
    include/parrot/warnings.h \
    include/pmc/pmc_lexinfo.h \
    include/parrot/op.h \
    include/parrot/platform_limits.h \
    include/parrot/stat.h \
    include/parrot/atomic/fallback.h \
    include/parrot/debugger.h \
    src/pmc/lexinfo.c \
    include/parrot/caches.h \
    include/parrot/config.h \
    include/pmc/pmc_callcontext.h \
    include/parrot/platform_interface.h \
    src/pmc/lexinfo.str \
    include/parrot/hll.h \
    include/parrot/atomic/gcc_pcc.h
	$(CC) $(CFLAGS)    -falign-functions=16 -funit-at-a-time -W -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wchar-subscripts -Wcomment -Wdisabled-optimization -Wdiv-by-zero -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 -Wmultichar -Wpacked -Wparentheses -Wpointer-arith -Wpointer-sign -Wreturn-type -Wsequence-point -Wsign-compare -Wstrict-aliasing -Wstrict-aliasing=2 -Wswitch -Wswitch-default -Wtrigraphs -Wundef -Wno-unused -Wunknown-pragmas -Wvariadic-macros -Wwrite-strings -Wbad-function-cast -Wdeclaration-after-statement -Wimplicit-function-declaration -Wimplicit-int -Wmain -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wnonnull -Wold-style-definition -Wstrict-prototypes -fvisibility=hidden -I$(@D) -o $@ -c src/pmc/lexinfo.c

src/pmc/mappedbytearray.c : src/pmc/mappedbytearray.dump
	$(PMC2CC) src/pmc/mappedbytearray.pmc

src/pmc/mappedbytearray.dump : vtable.dump src/pmc/default.dump  src/pmc/mappedbytearray.pmc $(PMC2C_FILES) lib/Parrot/Pmc2c/PCCMETHOD.pm include/pmc/pmc_fixedintegerarray.h
	$(PMC2CD) src/pmc/mappedbytearray.pmc

include/pmc/pmc_mappedbytearray.h: src/pmc/mappedbytearray.c

## SUFFIX OVERRIDE -Warnings
src/pmc/mappedbytearray$(O): \
    include/parrot/exceptions.h \
    include/parrot/cclass.h \
    include/parrot/multidispatch.h \
    include/parrot/atomic/gcc_x86.h \
    include/parrot/exit.h \
    include/parrot/call.h \
    include/parrot/dynext.h \
    include/parrot/pobj.h \
    include/pmc/pmc_mappedbytearray.h \
    include/parrot/extend_vtable.h \
    include/parrot/memory.h \
    include/parrot/key.h \
    include/parrot/oo.h \
    include/parrot/packfile.h \
    include/parrot/feature.h \
    include/parrot/oplib.h \
    include/parrot/io_unix.h \
    include/parrot/io_win32.h \
    include/parrot/library.h \
    include/parrot/thread.h \
    include/parrot/string.h \
    include/parrot/settings.h \
    include/parrot/namespace.h \
    include/parrot/extend.h \
    include/parrot/pbcversion.h \
    include/parrot/interpreter.h \
    include/parrot/core_types.h \
    src/io/io_private.h \
    include/parrot/io.h \
    include/parrot/context.h \
    include/parrot/io_portable.h \
    include/pmc/pmc_fixedintegerarray.h \
    include/parrot/parrot.h \
    include/parrot/atomic.h \
    include/parrot/enums.h \
    include/parrot/atomic/sparc.h \
    include/parrot/encoding.h \
    include/parrot/vtable.h \
    include/parrot/scheduler.h \
    include/parrot/pmc.h \
    include/parrot/datatypes.h \
    include/parrot/core_pmcs.h \
    include/pmc/pmc_default.h \
    include/parrot/string_funcs.h \
    include/parrot/sub.h \
    include/parrot/misc.h \
    src/pmc/mappedbytearray.str \
    include/parrot/platform.h \
    include/parrot/compiler.h \
    include/parrot/pmc_freeze.h \
    include/pmc/pmc_continuation.h \
    include/parrot/global_setup.h \
    include/parrot/gc_api.h \
    include/parrot/hash.h \
    include/parrot/has_header.h \
    include/parrot/vtables.h \
    include/parrot/nci.h \
    include/parrot/warnings.h \
    include/parrot/op.h \
    include/parrot/platform_limits.h \
    include/parrot/stat.h \
    include/parrot/atomic/fallback.h \
    include/parrot/debugger.h \
    include/parrot/caches.h \
    include/parrot/config.h \
    include/pmc/pmc_callcontext.h \
    include/parrot/platform_interface.h \
    src/pmc/mappedbytearray.c \
    include/parrot/hll.h \
    include/parrot/atomic/gcc_pcc.h
	$(CC) $(CFLAGS)    -falign-functions=16 -funit-at-a-time -W -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wchar-subscripts -Wcomment -Wdisabled-optimization -Wdiv-by-zero -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 -Wmultichar -Wpacked -Wparentheses -Wpointer-arith -Wpointer-sign -Wreturn-type -Wsequence-point -Wsign-compare -Wstrict-aliasing -Wstrict-aliasing=2 -Wswitch -Wswitch-default -Wtrigraphs -Wundef -Wno-unused -Wunknown-pragmas -Wvariadic-macros -Wwrite-strings -Wbad-function-cast -Wdeclaration-after-statement -Wimplicit-function-declaration -Wimplicit-int -Wmain -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wnonnull -Wold-style-definition -Wstrict-prototypes -fvisibility=hidden -I$(@D) -o $@ -c src/pmc/mappedbytearray.c

src/pmc/multisub.c : src/pmc/multisub.dump
	$(PMC2CC) src/pmc/multisub.pmc

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 include/pmc/pmc_fixedintegerarray.h
	$(PMC2CD) src/pmc/multisub.pmc

include/pmc/pmc_multisub.h: src/pmc/multisub.c

## SUFFIX OVERRIDE -Warnings
src/pmc/multisub$(O): \
    include/pmc/pmc_fixedpmcarray.h \
    include/parrot/exceptions.h \
    include/parrot/cclass.h \
    include/parrot/multidispatch.h \
    include/parrot/atomic/gcc_x86.h \
    include/parrot/exit.h \
    include/parrot/call.h \
    include/parrot/dynext.h \
    include/parrot/pobj.h \
    include/parrot/extend_vtable.h \
    include/parrot/memory.h \
    include/parrot/key.h \
    include/parrot/oo.h \
    include/parrot/packfile.h \
    include/parrot/feature.h \
    include/parrot/oplib.h \
    include/parrot/io_unix.h \
    include/parrot/io_win32.h \
    include/parrot/library.h \
    include/parrot/thread.h \
    include/parrot/string.h \
    include/parrot/settings.h \
    include/parrot/namespace.h \
    include/parrot/extend.h \
    src/pmc/multisub.c \
    include/parrot/pbcversion.h \
    include/parrot/interpreter.h \
    include/parrot/core_types.h \
    include/parrot/io.h \
    include/parrot/context.h \
    include/parrot/io_portable.h \
    include/pmc/pmc_fixedintegerarray.h \
    include/parrot/parrot.h \
    include/parrot/atomic.h \
    include/parrot/enums.h \
    include/parrot/atomic/sparc.h \
    include/parrot/encoding.h \
    include/parrot/vtable.h \
    include/parrot/scheduler.h \
    include/parrot/pmc.h \
    include/parrot/datatypes.h \
    include/parrot/core_pmcs.h \
    include/pmc/pmc_multisub.h \
    include/pmc/pmc_default.h \
    include/pmc/pmc_resizablepmcarray.h \
    include/parrot/string_funcs.h \
    include/parrot/sub.h \
    include/parrot/misc.h \
    include/parrot/platform.h \
    include/parrot/compiler.h \
    include/parrot/pmc_freeze.h \
    include/pmc/pmc_continuation.h \
    include/parrot/global_setup.h \
    include/parrot/gc_api.h \
    include/parrot/hash.h \
    include/parrot/has_header.h \
    include/parrot/vtables.h \
    include/parrot/nci.h \
    include/parrot/warnings.h \
    include/parrot/op.h \
    include/parrot/platform_limits.h \
    include/parrot/stat.h \
    include/parrot/atomic/fallback.h \
    include/parrot/debugger.h \
    include/parrot/caches.h \
    include/parrot/config.h \
    include/pmc/pmc_callcontext.h \
    include/parrot/platform_interface.h \
    src/pmc/multisub.str \
    include/parrot/hll.h \
    include/parrot/atomic/gcc_pcc.h
	$(CC) $(CFLAGS)    -falign-functions=16 -funit-at-a-time -W -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wchar-subscripts -Wcomment -Wdisabled-optimization -Wdiv-by-zero -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 -Wmultichar -Wpacked -Wparentheses -Wpointer-arith -Wpointer-sign -Wreturn-type -Wsequence-point -Wsign-compare -Wstrict-aliasing -Wstrict-aliasing=2 -Wswitch -Wswitch-default -Wtrigraphs -Wundef -Wno-unused -Wunknown-pragmas -Wvariadic-macros -Wwrite-strings -Wbad-function-cast -Wdeclaration-after-statement -Wimplicit-function-declaration -Wimplicit-int -Wmain -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wnonnull -Wold-style-definition -Wstrict-prototypes -fvisibility=hidden -I$(@D) -o $@ -c src/pmc/multisub.c

src/pmc/namespace.c : src/pmc/namespace.dump
	$(PMC2CC) src/pmc/namespace.pmc

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 include/pmc/pmc_fixedintegerarray.h
	$(PMC2CD) src/pmc/namespace.pmc

include/pmc/pmc_namespace.h: src/pmc/namespace.c

## SUFFIX OVERRIDE -Warnings
src/pmc/namespace$(O): \
    include/parrot/exceptions.h \
    include/parrot/cclass.h \
    include/parrot/multidispatch.h \
    include/parrot/atomic/gcc_x86.h \
    include/parrot/exit.h \
    include/parrot/call.h \
    include/parrot/dynext.h \
    include/parrot/pobj.h \
    include/parrot/extend_vtable.h \
    include/parrot/memory.h \
    include/parrot/key.h \
    include/parrot/oo.h \
    include/parrot/packfile.h \
    include/parrot/feature.h \
    include/pmc/pmc_hash.h \
    include/parrot/oplib.h \
    include/parrot/io_unix.h \
    include/parrot/io_win32.h \
    include/parrot/library.h \
    include/parrot/thread.h \
    include/parrot/string.h \
    include/parrot/settings.h \
    include/parrot/namespace.h \
    include/parrot/extend.h \
    include/parrot/pbcversion.h \
    include/parrot/interpreter.h \
    include/parrot/core_types.h \
    include/parrot/io.h \
    include/parrot/context.h \
    include/parrot/io_portable.h \
    include/pmc/pmc_fixedintegerarray.h \
    include/parrot/parrot.h \
    include/pmc/pmc_sub.h \
    include/parrot/atomic.h \
    include/parrot/enums.h \
    include/parrot/atomic/sparc.h \
    include/parrot/encoding.h \
    include/parrot/vtable.h \
    include/parrot/scheduler.h \
    include/parrot/pmc.h \
    include/parrot/datatypes.h \
    include/parrot/core_pmcs.h \
    include/pmc/pmc_default.h \
    include/parrot/string_funcs.h \
    include/parrot/sub.h \
    include/parrot/misc.h \
    src/pmc/namespace.str \
    include/pmc/pmc_namespace.h \
    include/parrot/platform.h \
    include/parrot/compiler.h \
    include/parrot/pmc_freeze.h \
    include/pmc/pmc_continuation.h \
    include/parrot/global_setup.h \
    include/parrot/gc_api.h \
    include/parrot/hash.h \
    include/parrot/has_header.h \
    include/parrot/vtables.h \
    include/parrot/nci.h \
    include/parrot/warnings.h \
    include/parrot/op.h \
    include/parrot/platform_limits.h \
    include/parrot/stat.h \
    include/parrot/atomic/fallback.h \
    include/parrot/debugger.h \
    src/pmc/namespace.c \
    include/parrot/caches.h \
    include/parrot/config.h \
    include/pmc/pmc_callcontext.h \
    include/parrot/platform_interface.h \
    include/parrot/hll.h \
    include/parrot/atomic/gcc_pcc.h
	$(CC) $(CFLAGS)    -falign-functions=16 -funit-at-a-time -W -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wchar-subscripts -Wcomment -Wdisabled-optimization -Wdiv-by-zero -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 -Wmultichar -Wpacked -Wparentheses -Wpointer-arith -Wpointer-sign -Wreturn-type -Wsequence-point -Wsign-compare -Wstrict-aliasing -Wstrict-aliasing=2 -Wswitch -Wswitch-default -Wtrigraphs -Wundef -Wno-unused -Wunknown-pragmas -Wvariadic-macros -Wwrite-strings -Wbad-function-cast -Wdeclaration-after-statement -Wimplicit-function-declaration -Wimplicit-int -Wmain -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wnonnull -Wold-style-definition -Wstrict-prototypes -fvisibility=hidden -I$(@D) -o $@ -c src/pmc/namespace.c

src/pmc/nativepccmethod.c : src/pmc/nativepccmethod.dump
	$(PMC2CC) src/pmc/nativepccmethod.pmc

src/pmc/nativepccmethod.dump : vtable.dump src/pmc/default.dump  src/pmc/nativepccmethod.pmc $(PMC2C_FILES) 
	$(PMC2CD) src/pmc/nativepccmethod.pmc

include/pmc/pmc_nativepccmethod.h: src/pmc/nativepccmethod.c

## SUFFIX OVERRIDE -Warnings
src/pmc/nativepccmethod$(O): \
    include/parrot/exceptions.h \
    include/parrot/cclass.h \
    include/parrot/multidispatch.h \
    include/parrot/atomic/gcc_x86.h \
    include/parrot/exit.h \
    include/parrot/call.h \
    include/parrot/dynext.h \
    include/parrot/pobj.h \
    include/parrot/extend_vtable.h \
    include/parrot/memory.h \
    include/parrot/key.h \
    include/parrot/oo.h \
    include/parrot/packfile.h \
    include/parrot/feature.h \
    include/parrot/oplib.h \
    include/parrot/io_unix.h \
    include/parrot/io_win32.h \
    include/parrot/library.h \
    src/pmc/nativepccmethod.c \
    include/parrot/thread.h \
    include/parrot/string.h \
    include/parrot/settings.h \
    include/parrot/namespace.h \
    include/parrot/extend.h \
    include/parrot/pbcversion.h \
    include/parrot/interpreter.h \
    include/parrot/core_types.h \
    include/parrot/io.h \
    include/parrot/context.h \
    include/parrot/io_portable.h \
    include/parrot/parrot.h \
    include/parrot/atomic.h \
    include/parrot/enums.h \
    include/parrot/atomic/sparc.h \
    include/parrot/encoding.h \
    include/parrot/vtable.h \
    include/parrot/scheduler.h \
    include/parrot/pmc.h \
    include/parrot/datatypes.h \
    include/parrot/core_pmcs.h \
    include/pmc/pmc_default.h \
    include/pmc/pmc_nativepccmethod.h \
    include/parrot/string_funcs.h \
    include/parrot/sub.h \
    include/parrot/misc.h \
    include/parrot/platform.h \
    include/parrot/compiler.h \
    include/parrot/pmc_freeze.h \
    include/pmc/pmc_continuation.h \
    include/parrot/global_setup.h \
    include/parrot/gc_api.h \
    include/parrot/hash.h \
    include/parrot/has_header.h \
    include/parrot/vtables.h \
    include/parrot/nci.h \
    include/parrot/warnings.h \
    include/parrot/op.h \
    include/parrot/platform_limits.h \
    include/parrot/stat.h \
    include/parrot/atomic/fallback.h \
    include/parrot/debugger.h \
    include/parrot/caches.h \
    include/parrot/config.h \
    src/pmc/nativepccmethod.str \
    include/pmc/pmc_callcontext.h \
    include/parrot/platform_interface.h \
    include/parrot/hll.h \
    include/parrot/atomic/gcc_pcc.h
	$(CC) $(CFLAGS)    -falign-functions=16 -funit-at-a-time -W -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wchar-subscripts -Wcomment -Wdisabled-optimization -Wdiv-by-zero -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 -Wmultichar -Wpacked -Wparentheses -Wpointer-arith -Wpointer-sign -Wreturn-type -Wsequence-point -Wsign-compare -Wstrict-aliasing -Wstrict-aliasing=2 -Wswitch -Wswitch-default -Wtrigraphs -Wundef -Wno-unused -Wunknown-pragmas -Wvariadic-macros -Wwrite-strings -Wbad-function-cast -Wdeclaration-after-statement -Wimplicit-function-declaration -Wimplicit-int -Wmain -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wnonnull -Wold-style-definition -Wstrict-prototypes -fvisibility=hidden -I$(@D) -o $@ -c src/pmc/nativepccmethod.c

src/pmc/object.c : src/pmc/object.dump
	$(PMC2CC) src/pmc/object.pmc

src/pmc/object.dump : vtable.dump src/pmc/default.dump  src/pmc/object.pmc $(PMC2C_FILES) 
	$(PMC2CD) src/pmc/object.pmc

include/pmc/pmc_object.h: src/pmc/object.c

## SUFFIX OVERRIDE -Warnings
src/pmc/object$(O): \
    include/parrot/exceptions.h \
    include/parrot/cclass.h \
    include/parrot/multidispatch.h \
    include/parrot/atomic/gcc_x86.h \
    include/parrot/exit.h \
    include/parrot/call.h \
    include/parrot/dynext.h \
    include/parrot/pobj.h \
    include/parrot/extend_vtable.h \
    include/parrot/memory.h \
    include/parrot/key.h \
    include/parrot/oo.h \
    include/parrot/packfile.h \
    include/parrot/feature.h \
    include/parrot/oplib.h \
    include/parrot/io_unix.h \
    include/parrot/io_win32.h \
    include/parrot/library.h \
    include/parrot/thread.h \
    include/parrot/string.h \
    include/parrot/settings.h \
    include/parrot/namespace.h \
    include/parrot/extend.h \
    include/parrot/pbcversion.h \
    include/parrot/interpreter.h \
    include/parrot/core_types.h \
    include/parrot/io.h \
    include/parrot/context.h \
    include/parrot/io_portable.h \
    include/parrot/parrot.h \
    include/parrot/atomic.h \
    include/parrot/enums.h \
    include/parrot/atomic/sparc.h \
    include/parrot/encoding.h \
    include/parrot/vtable.h \
    include/parrot/scheduler.h \
    include/pmc/pmc_class.h \
    include/parrot/oo_private.h \
    include/parrot/pmc.h \
    include/parrot/datatypes.h \
    include/parrot/core_pmcs.h \
    include/pmc/pmc_default.h \
    include/parrot/string_funcs.h \
    include/parrot/sub.h \
    include/parrot/misc.h \
    include/pmc/pmc_object.h \
    src/pmc/object.c \
    include/parrot/platform.h \
    include/parrot/compiler.h \
    include/parrot/pmc_freeze.h \
    include/pmc/pmc_continuation.h \
    include/parrot/global_setup.h \
    include/parrot/gc_api.h \
    include/parrot/hash.h \
    include/parrot/has_header.h \
    include/parrot/vtables.h \
    include/parrot/nci.h \
    include/parrot/warnings.h \
    include/parrot/op.h \
    include/parrot/platform_limits.h \
    include/parrot/stat.h \
    include/parrot/atomic/fallback.h \
    include/parrot/debugger.h \
    include/parrot/caches.h \
    include/parrot/config.h \
    src/pmc/object.str \
    include/pmc/pmc_callcontext.h \
    include/parrot/platform_interface.h \
    include/parrot/hll.h \
    include/parrot/atomic/gcc_pcc.h
	$(CC) $(CFLAGS)    -falign-functions=16 -funit-at-a-time -W -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wchar-subscripts -Wcomment -Wdisabled-optimization -Wdiv-by-zero -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 -Wmultichar -Wpacked -Wparentheses -Wpointer-arith -Wpointer-sign -Wreturn-type -Wsequence-point -Wsign-compare -Wstrict-aliasing -Wstrict-aliasing=2 -Wswitch -Wswitch-default -Wtrigraphs -Wundef -Wno-unused -Wunknown-pragmas -Wvariadic-macros -Wwrite-strings -Wbad-function-cast -Wdeclaration-after-statement -Wimplicit-function-declaration -Wimplicit-int -Wmain -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wnonnull -Wold-style-definition -Wstrict-prototypes -fvisibility=hidden -I$(@D) -o $@ -c src/pmc/object.c

src/pmc/orderedhashiterator.c : src/pmc/orderedhashiterator.dump
	$(PMC2CC) src/pmc/orderedhashiterator.pmc

src/pmc/orderedhashiterator.dump : vtable.dump src/pmc/default.dump src/pmc/iterator.dump  src/pmc/orderedhashiterator.pmc $(PMC2C_FILES) 
	$(PMC2CD) src/pmc/orderedhashiterator.pmc

include/pmc/pmc_orderedhashiterator.h: src/pmc/orderedhashiterator.c

## SUFFIX OVERRIDE -Warnings
src/pmc/orderedhashiterator$(O): \
    include/parrot/exceptions.h \
    include/parrot/cclass.h \
    include/parrot/multidispatch.h \
    include/parrot/atomic/gcc_x86.h \
    include/parrot/exit.h \
    include/parrot/call.h \
    include/parrot/dynext.h \
    include/parrot/pobj.h \
    include/parrot/extend_vtable.h \
    include/parrot/memory.h \
    include/pmc/pmc_iterator.h \
    include/parrot/key.h \
    include/parrot/oo.h \
    include/parrot/packfile.h \
    include/parrot/feature.h \
    include/parrot/oplib.h \
    include/parrot/io_unix.h \
    include/parrot/io_win32.h \
    include/parrot/library.h \
    include/parrot/thread.h \
    include/parrot/string.h \
    src/pmc/orderedhashiterator.str \
    include/parrot/settings.h \
    include/parrot/namespace.h \
    include/parrot/extend.h \
    include/pmc/pmc_orderedhashiterator.h \
    include/parrot/pbcversion.h \
    include/parrot/interpreter.h \
    include/parrot/core_types.h \
    include/parrot/io.h \
    include/parrot/context.h \
    include/parrot/io_portable.h \
    include/parrot/parrot.h \
    include/parrot/atomic.h \
    include/parrot/enums.h \
    include/parrot/atomic/sparc.h \
    include/parrot/encoding.h \
    include/parrot/vtable.h \
    include/parrot/scheduler.h \
    src/pmc/orderedhashiterator.c \
    include/parrot/pmc.h \
    include/parrot/datatypes.h \
    include/parrot/core_pmcs.h \
    include/pmc/pmc_default.h \
    include/parrot/string_funcs.h \
    include/parrot/sub.h \
    include/parrot/misc.h \
    include/parrot/platform.h \
    include/parrot/compiler.h \
    include/parrot/pmc_freeze.h \
    include/pmc/pmc_continuation.h \
    include/parrot/global_setup.h \
    include/parrot/gc_api.h \
    include/parrot/hash.h \
    include/parrot/has_header.h \
    include/parrot/vtables.h \
    include/parrot/nci.h \
    include/parrot/warnings.h \
    include/parrot/op.h \
    include/parrot/platform_limits.h \
    include/parrot/stat.h \
    include/parrot/atomic/fallback.h \
    include/parrot/debugger.h \
    include/pmc/pmc_hashiteratorkey.h \
    include/parrot/caches.h \
    include/parrot/config.h \
    include/pmc/pmc_orderedhash.h \
    include/pmc/pmc_callcontext.h \
    include/parrot/platform_interface.h \
    include/parrot/hll.h \
    include/parrot/atomic/gcc_pcc.h
	$(CC) $(CFLAGS)    -falign-functions=16 -funit-at-a-time -W -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wchar-subscripts -Wcomment -Wdisabled-optimization -Wdiv-by-zero -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 -Wmultichar -Wpacked -Wparentheses -Wpointer-arith -Wpointer-sign -Wreturn-type -Wsequence-point -Wsign-compare -Wstrict-aliasing -Wstrict-aliasing=2 -Wswitch -Wswitch-default -Wtrigraphs -Wundef -Wno-unused -Wunknown-pragmas -Wvariadic-macros -Wwrite-strings -Wbad-function-cast -Wdeclaration-after-statement -Wimplicit-function-declaration -Wimplicit-int -Wmain -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wnonnull -Wold-style-definition -Wstrict-prototypes -fvisibility=hidden -I$(@D) -o $@ -c src/pmc/orderedhashiterator.c

src/pmc/packfile.c : src/pmc/packfile.dump
	$(PMC2CC) src/pmc/packfile.pmc

src/pmc/packfile.dump : vtable.dump src/pmc/default.dump  src/pmc/packfile.pmc $(PMC2C_FILES) lib/Parrot/Pmc2c/PCCMETHOD.pm include/pmc/pmc_fixedintegerarray.h
	$(PMC2CD) src/pmc/packfile.pmc

include/pmc/pmc_packfile.h: src/pmc/packfile.c

## SUFFIX OVERRIDE -Warnings
src/pmc/packfile$(O): \
    include/parrot/exceptions.h \
    include/parrot/cclass.h \
    include/parrot/multidispatch.h \
    include/parrot/atomic/gcc_x86.h \
    src/pmc/packfile.c \
    include/parrot/exit.h \
    include/parrot/call.h \
    include/parrot/dynext.h \
    include/parrot/pobj.h \
    include/parrot/extend_vtable.h \
    include/pmc/pmc_packfile.h \
    include/parrot/memory.h \
    include/parrot/key.h \
    include/pmc/pmc_packfiledirectory.h \
    include/parrot/oo.h \
    include/parrot/packfile.h \
    include/parrot/feature.h \
    include/parrot/oplib.h \
    include/parrot/io_unix.h \
    include/parrot/io_win32.h \
    include/parrot/library.h \
    include/parrot/thread.h \
    include/parrot/string.h \
    include/parrot/settings.h \
    include/parrot/namespace.h \
    include/parrot/extend.h \
    include/parrot/pbcversion.h \
    include/parrot/interpreter.h \
    include/parrot/core_types.h \
    include/parrot/io.h \
    include/parrot/context.h \
    include/parrot/io_portable.h \
    include/pmc/pmc_fixedintegerarray.h \
    include/parrot/parrot.h \
    include/parrot/atomic.h \
    include/parrot/enums.h \
    include/parrot/atomic/sparc.h \
    include/parrot/encoding.h \
    include/parrot/vtable.h \
    include/parrot/scheduler.h \
    include/parrot/pmc.h \
    include/parrot/datatypes.h \
    include/parrot/core_pmcs.h \
    include/pmc/pmc_default.h \
    include/parrot/string_funcs.h \
    include/parrot/sub.h \
    include/parrot/misc.h \
    include/parrot/platform.h \
    include/parrot/compiler.h \
    include/parrot/pmc_freeze.h \
    include/pmc/pmc_continuation.h \
    include/parrot/global_setup.h \
    include/parrot/gc_api.h \
    include/parrot/hash.h \
    include/parrot/has_header.h \
    include/parrot/vtables.h \
    include/parrot/nci.h \
    include/parrot/warnings.h \
    include/parrot/op.h \
    include/parrot/platform_limits.h \
    src/pmc/packfile.str \
    include/parrot/stat.h \
    include/parrot/atomic/fallback.h \
    include/parrot/debugger.h \
    include/parrot/caches.h \
    include/parrot/config.h \
    include/pmc/pmc_callcontext.h \
    include/parrot/platform_interface.h \
    include/parrot/hll.h \
    include/parrot/atomic/gcc_pcc.h
	$(CC) $(CFLAGS)    -falign-functions=16 -funit-at-a-time -W -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wchar-subscripts -Wcomment -Wdisabled-optimization -Wdiv-by-zero -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 -Wmultichar -Wpacked -Wparentheses -Wpointer-arith -Wpointer-sign -Wreturn-type -Wsequence-point -Wsign-compare -Wstrict-aliasing -Wstrict-aliasing=2 -Wswitch -Wswitch-default -Wtrigraphs -Wundef -Wno-unused -Wunknown-pragmas -Wvariadic-macros -Wwrite-strings -Wbad-function-cast -Wdeclaration-after-statement -Wimplicit-function-declaration -Wimplicit-int -Wmain -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wnonnull -Wold-style-definition -Wstrict-prototypes -fvisibility=hidden -I$(@D) -o $@ -c src/pmc/packfile.c

src/pmc/packfileannotation.c : src/pmc/packfileannotation.dump
	$(PMC2CC) src/pmc/packfileannotation.pmc

src/pmc/packfileannotation.dump : vtable.dump src/pmc/default.dump  src/pmc/packfileannotation.pmc $(PMC2C_FILES) lib/Parrot/Pmc2c/PCCMETHOD.pm include/pmc/pmc_fixedintegerarray.h
	$(PMC2CD) src/pmc/packfileannotation.pmc

include/pmc/pmc_packfileannotation.h: src/pmc/packfileannotation.c

## SUFFIX OVERRIDE -Warnings
src/pmc/packfileannotation$(O): \
    include/parrot/exceptions.h \
    include/parrot/cclass.h \
    include/parrot/multidispatch.h \
    include/parrot/atomic/gcc_x86.h \
    src/pmc/packfileannotation.c \
    include/parrot/exit.h \
    include/parrot/call.h \
    include/parrot/dynext.h \
    include/parrot/pobj.h \
    include/parrot/extend_vtable.h \
    include/parrot/memory.h \
    include/parrot/key.h \
    include/parrot/oo.h \
    include/parrot/packfile.h \
    include/parrot/feature.h \
    include/parrot/oplib.h \
    include/parrot/io_unix.h \
    include/parrot/io_win32.h \
    include/parrot/library.h \
    include/parrot/thread.h \
    include/parrot/string.h \
    include/parrot/settings.h \
    include/parrot/namespace.h \
    include/parrot/extend.h \
    include/parrot/pbcversion.h \
    include/parrot/interpreter.h \
    include/parrot/core_types.h \
    include/parrot/io.h \
    include/parrot/context.h \
    include/parrot/io_portable.h \
    include/pmc/pmc_fixedintegerarray.h \
    include/parrot/parrot.h \
    include/parrot/atomic.h \
    include/parrot/enums.h \
    include/parrot/atomic/sparc.h \
    include/parrot/encoding.h \
    include/parrot/vtable.h \
    include/parrot/scheduler.h \
    include/parrot/pmc.h \
    include/parrot/datatypes.h \
    include/parrot/core_pmcs.h \
    include/pmc/pmc_default.h \
    include/parrot/string_funcs.h \
    include/parrot/sub.h \
    include/parrot/misc.h \
    include/parrot/platform.h \
    src/pmc/packfileannotation.str \
    include/parrot/compiler.h \
    include/parrot/pmc_freeze.h \
    include/pmc/pmc_continuation.h \
    include/parrot/global_setup.h \
    include/parrot/gc_api.h \
    include/parrot/hash.h \
    include/parrot/has_header.h \
    include/parrot/vtables.h \
    include/parrot/nci.h \
    include/parrot/warnings.h \
    include/parrot/op.h \
    include/parrot/platform_limits.h \
    include/parrot/stat.h \
    include/parrot/atomic/fallback.h \
    include/parrot/debugger.h \
    include/parrot/caches.h \
    include/parrot/config.h \
    include/pmc/pmc_callcontext.h \
    include/pmc/pmc_packfileannotation.h \
    include/parrot/platform_interface.h \
    include/parrot/hll.h \
    include/parrot/atomic/gcc_pcc.h
	$(CC) $(CFLAGS)    -falign-functions=16 -funit-at-a-time -W -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wchar-subscripts -Wcomment -Wdisabled-optimization -Wdiv-by-zero -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 -Wmultichar -Wpacked -Wparentheses -Wpointer-arith -Wpointer-sign -Wreturn-type -Wsequence-point -Wsign-compare -Wstrict-aliasing -Wstrict-aliasing=2 -Wswitch -Wswitch-default -Wtrigraphs -Wundef -Wno-unused -Wunknown-pragmas -Wvariadic-macros -Wwrite-strings -Wbad-function-cast -Wdeclaration-after-statement -Wimplicit-function-declaration -Wimplicit-int -Wmain -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wnonnull -Wold-style-definition -Wstrict-prototypes -fvisibility=hidden -I$(@D) -o $@ -c src/pmc/packfileannotation.c

src/pmc/packfileannotations.c : src/pmc/packfileannotations.dump
	$(PMC2CC) src/pmc/packfileannotations.pmc

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 include/pmc/pmc_fixedintegerarray.h
	$(PMC2CD) src/pmc/packfileannotations.pmc

include/pmc/pmc_packfileannotations.h: src/pmc/packfileannotations.c

## SUFFIX OVERRIDE -Warnings
src/pmc/packfileannotations$(O): \
    include/parrot/exceptions.h \
    include/parrot/cclass.h \
    include/parrot/multidispatch.h \
    include/parrot/atomic/gcc_x86.h \
    include/parrot/exit.h \
    include/parrot/call.h \
    include/parrot/dynext.h \
    include/parrot/pobj.h \
    include/parrot/extend_vtable.h \
    src/pmc/packfileannotations.c \
    include/parrot/memory.h \
    include/parrot/key.h \
    include/parrot/oo.h \
    include/parrot/packfile.h \
    include/parrot/feature.h \
    include/parrot/oplib.h \
    include/parrot/io_unix.h \
    include/parrot/io_win32.h \
    include/parrot/library.h \
    src/pmc/packfileannotations.str \
    include/parrot/thread.h \
    include/parrot/string.h \
    include/parrot/settings.h \
    include/parrot/namespace.h \
    include/parrot/extend.h \
    include/pmc/pmc_packfilesegment.h \
    include/parrot/pbcversion.h \
    include/parrot/interpreter.h \
    include/parrot/core_types.h \
    include/parrot/io.h \
    include/parrot/context.h \
    include/parrot/io_portable.h \
    include/pmc/pmc_fixedintegerarray.h \
    include/parrot/parrot.h \
    include/parrot/atomic.h \
    include/parrot/enums.h \
    include/parrot/atomic/sparc.h \
    include/parrot/encoding.h \
    include/parrot/vtable.h \
    include/parrot/scheduler.h \
    include/parrot/pmc.h \
    include/parrot/datatypes.h \
    include/parrot/core_pmcs.h \
    include/pmc/pmc_default.h \
    include/parrot/string_funcs.h \
    include/parrot/sub.h \
    include/parrot/misc.h \
    include/parrot/platform.h \
    include/parrot/compiler.h \
    include/parrot/pmc_freeze.h \
    include/pmc/pmc_continuation.h \
    include/parrot/global_setup.h \
    include/parrot/gc_api.h \
    include/parrot/hash.h \
    include/parrot/has_header.h \
    include/parrot/vtables.h \
    include/parrot/nci.h \
    include/parrot/warnings.h \
    include/parrot/op.h \
    include/parrot/platform_limits.h \
    include/parrot/stat.h \
    include/parrot/atomic/fallback.h \
    include/parrot/debugger.h \
    include/parrot/caches.h \
    include/parrot/config.h \
    include/pmc/pmc_callcontext.h \
    include/pmc/pmc_packfileannotation.h \
    include/parrot/platform_interface.h \
    include/pmc/pmc_packfileannotations.h \
    include/parrot/hll.h \
    include/parrot/atomic/gcc_pcc.h
	$(CC) $(CFLAGS)    -falign-functions=16 -funit-at-a-time -W -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wchar-subscripts -Wcomment -Wdisabled-optimization -Wdiv-by-zero -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 -Wmultichar -Wpacked -Wparentheses -Wpointer-arith -Wpointer-sign -Wreturn-type -Wsequence-point -Wsign-compare -Wstrict-aliasing -Wstrict-aliasing=2 -Wswitch -Wswitch-default -Wtrigraphs -Wundef -Wno-unused -Wunknown-pragmas -Wvariadic-macros -Wwrite-strings -Wbad-function-cast -Wdeclaration-after-statement -Wimplicit-function-declaration -Wimplicit-int -Wmain -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wnonnull -Wold-style-definition -Wstrict-prototypes -fvisibility=hidden -I$(@D) -o $@ -c src/pmc/packfileannotations.c

src/pmc/packfilebytecodesegment.c : src/pmc/packfilebytecodesegment.dump
	$(PMC2CC) src/pmc/packfilebytecodesegment.pmc

src/pmc/packfilebytecodesegment.dump : vtable.dump src/pmc/default.dump src/pmc/packfilesegment.dump  src/pmc/packfilebytecodesegment.pmc $(PMC2C_FILES) lib/Parrot/Pmc2c/PCCMETHOD.pm include/pmc/pmc_fixedintegerarray.h
	$(PMC2CD) src/pmc/packfilebytecodesegment.pmc

include/pmc/pmc_packfilebytecodesegment.h: src/pmc/packfilebytecodesegment.c

## SUFFIX OVERRIDE -Warnings
src/pmc/packfilebytecodesegment$(O): \
    include/parrot/exceptions.h \
    include/parrot/cclass.h \
    include/parrot/multidispatch.h \
    include/parrot/atomic/gcc_x86.h \
    include/parrot/exit.h \
    include/parrot/call.h \
    include/parrot/dynext.h \
    include/parrot/pobj.h \
    include/parrot/extend_vtable.h \
    include/parrot/memory.h \
    include/parrot/key.h \
    include/parrot/oo.h \
    include/parrot/packfile.h \
    include/parrot/feature.h \
    include/parrot/oplib.h \
    include/parrot/io_unix.h \
    include/parrot/io_win32.h \
    include/parrot/library.h \
    include/parrot/thread.h \
    include/parrot/string.h \
    include/parrot/settings.h \
    include/parrot/namespace.h \
    include/parrot/extend.h \
    include/pmc/pmc_packfilesegment.h \
    include/parrot/pbcversion.h \
    include/parrot/interpreter.h \
    include/parrot/core_types.h \
    include/parrot/io.h \
    include/pmc/pmc_packfileopmap.h \
    include/parrot/context.h \
    include/parrot/io_portable.h \
    include/pmc/pmc_fixedintegerarray.h \
    include/parrot/parrot.h \
    src/pmc/packfilebytecodesegment.str \
    include/parrot/atomic.h \
    include/parrot/enums.h \
    include/parrot/atomic/sparc.h \
    include/parrot/encoding.h \
    include/parrot/vtable.h \
    include/parrot/scheduler.h \
    include/parrot/pmc.h \
    include/parrot/datatypes.h \
    include/parrot/core_pmcs.h \
    include/pmc/pmc_default.h \
    include/parrot/string_funcs.h \
    include/parrot/sub.h \
    include/parrot/misc.h \
    include/pmc/pmc_packfilebytecodesegment.h \
    include/parrot/platform.h \
    include/parrot/compiler.h \
    include/parrot/pmc_freeze.h \
    include/pmc/pmc_continuation.h \
    include/parrot/global_setup.h \
    include/parrot/gc_api.h \
    include/parrot/hash.h \
    include/parrot/has_header.h \
    include/parrot/vtables.h \
    include/parrot/nci.h \
    include/parrot/warnings.h \
    include/parrot/op.h \
    include/parrot/platform_limits.h \
    include/parrot/stat.h \
    include/parrot/atomic/fallback.h \
    include/parrot/debugger.h \
    include/parrot/caches.h \
    include/parrot/config.h \
    include/pmc/pmc_callcontext.h \
    include/parrot/platform_interface.h \
    include/parrot/hll.h \
    include/parrot/atomic/gcc_pcc.h \
    src/pmc/packfilebytecodesegment.c
	$(CC) $(CFLAGS)    -falign-functions=16 -funit-at-a-time -W -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wchar-subscripts -Wcomment -Wdisabled-optimization -Wdiv-by-zero -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 -Wmultichar -Wpacked -Wparentheses -Wpointer-arith -Wpointer-sign -Wreturn-type -Wsequence-point -Wsign-compare -Wstrict-aliasing -Wstrict-aliasing=2 -Wswitch -Wswitch-default -Wtrigraphs -Wundef -Wno-unused -Wunknown-pragmas -Wvariadic-macros -Wwrite-strings -Wbad-function-cast -Wdeclaration-after-statement -Wimplicit-function-declaration -Wimplicit-int -Wmain -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wnonnull -Wold-style-definition -Wstrict-prototypes -fvisibility=hidden -I$(@D) -o $@ -c src/pmc/packfilebytecodesegment.c

src/pmc/packfileconstanttable.c : src/pmc/packfileconstanttable.dump
	$(PMC2CC) src/pmc/packfileconstanttable.pmc

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 include/pmc/pmc_fixedintegerarray.h
	$(PMC2CD) src/pmc/packfileconstanttable.pmc

include/pmc/pmc_packfileconstanttable.h: src/pmc/packfileconstanttable.c

## SUFFIX OVERRIDE -Warnings
src/pmc/packfileconstanttable$(O): \
    include/parrot/exceptions.h \
    include/parrot/cclass.h \
    include/parrot/multidispatch.h \
    include/parrot/atomic/gcc_x86.h \
    include/parrot/exit.h \
    include/parrot/call.h \
    include/parrot/dynext.h \
    include/parrot/pobj.h \
    include/parrot/extend_vtable.h \
    include/parrot/memory.h \
    include/parrot/key.h \
    include/parrot/oo.h \
    include/parrot/packfile.h \
    include/parrot/feature.h \
    include/parrot/oplib.h \
    include/parrot/io_unix.h \
    include/parrot/io_win32.h \
    include/parrot/library.h \
    include/parrot/thread.h \
    include/parrot/string.h \
    include/parrot/settings.h \
    include/parrot/namespace.h \
    include/parrot/extend.h \
    include/pmc/pmc_packfilesegment.h \
    include/parrot/pbcversion.h \
    include/parrot/interpreter.h \
    include/parrot/core_types.h \
    include/parrot/io.h \
    include/parrot/context.h \
    include/parrot/io_portable.h \
    include/pmc/pmc_fixedintegerarray.h \
    include/parrot/parrot.h \
    include/parrot/atomic.h \
    include/parrot/enums.h \
    include/parrot/atomic/sparc.h \
    include/parrot/encoding.h \
    include/parrot/vtable.h \
    include/parrot/scheduler.h \
    include/parrot/pmc.h \
    include/parrot/datatypes.h \
    include/parrot/core_pmcs.h \
    include/pmc/pmc_default.h \
    include/parrot/string_funcs.h \
    include/parrot/sub.h \
    include/parrot/misc.h \
    include/parrot/platform.h \
    include/parrot/compiler.h \
    include/parrot/pmc_freeze.h \
    include/pmc/pmc_continuation.h \
    include/parrot/global_setup.h \
    include/parrot/gc_api.h \
    include/parrot/hash.h \
    include/parrot/has_header.h \
    include/parrot/vtables.h \
    include/parrot/nci.h \
    include/parrot/warnings.h \
    include/parrot/op.h \
    include/parrot/platform_limits.h \
    src/pmc/packfileconstanttable.c \
    include/parrot/stat.h \
    include/parrot/atomic/fallback.h \
    include/parrot/debugger.h \
    include/parrot/caches.h \
    include/parrot/config.h \
    src/pmc/packfileconstanttable.str \
    include/pmc/pmc_callcontext.h \
    include/parrot/platform_interface.h \
    include/pmc/pmc_packfileconstanttable.h \
    include/parrot/hll.h \
    include/parrot/atomic/gcc_pcc.h
	$(CC) $(CFLAGS)    -falign-functions=16 -funit-at-a-time -W -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wchar-subscripts -Wcomment -Wdisabled-optimization -Wdiv-by-zero -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 -Wmultichar -Wpacked -Wparentheses -Wpointer-arith -Wpointer-sign -Wreturn-type -Wsequence-point -Wsign-compare -Wstrict-aliasing -Wstrict-aliasing=2 -Wswitch -Wswitch-default -Wtrigraphs -Wundef -Wno-unused -Wunknown-pragmas -Wvariadic-macros -Wwrite-strings -Wbad-function-cast -Wdeclaration-after-statement -Wimplicit-function-declaration -Wimplicit-int -Wmain -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wnonnull -Wold-style-definition -Wstrict-prototypes -fvisibility=hidden -I$(@D) -o $@ -c src/pmc/packfileconstanttable.c

src/pmc/packfiledebug.c : src/pmc/packfiledebug.dump
	$(PMC2CC) src/pmc/packfiledebug.pmc

src/pmc/packfiledebug.dump : vtable.dump src/pmc/default.dump src/pmc/packfilesegment.dump src/pmc/packfilerawsegment.dump  src/pmc/packfiledebug.pmc $(PMC2C_FILES) 
	$(PMC2CD) src/pmc/packfiledebug.pmc

include/pmc/pmc_packfiledebug.h: src/pmc/packfiledebug.c

## SUFFIX OVERRIDE -Warnings
src/pmc/packfiledebug$(O): \
    include/parrot/exceptions.h \
    include/parrot/cclass.h \
    include/parrot/multidispatch.h \
    include/parrot/atomic/gcc_x86.h \
    include/pmc/pmc_packfilerawsegment.h \
    include/parrot/exit.h \
    include/parrot/call.h \
    include/parrot/dynext.h \
    include/parrot/pobj.h \
    include/parrot/extend_vtable.h \
    include/parrot/memory.h \
    include/parrot/key.h \
    include/parrot/oo.h \
    include/parrot/packfile.h \
    include/parrot/feature.h \
    include/parrot/oplib.h \
    include/parrot/io_unix.h \
    include/parrot/io_win32.h \
    include/parrot/library.h \
    src/pmc/packfiledebug.c \
    include/parrot/thread.h \
    include/parrot/string.h \
    include/parrot/settings.h \
    include/parrot/namespace.h \
    include/parrot/extend.h \
    include/pmc/pmc_packfilesegment.h \
    include/parrot/pbcversion.h \
    include/parrot/interpreter.h \
    include/parrot/core_types.h \
    include/parrot/io.h \
    include/parrot/context.h \
    include/parrot/io_portable.h \
    include/parrot/parrot.h \
    include/parrot/atomic.h \
    include/parrot/enums.h \
    include/parrot/atomic/sparc.h \
    include/parrot/encoding.h \
    include/parrot/vtable.h \
    include/parrot/scheduler.h \
    include/parrot/pmc.h \
    include/parrot/datatypes.h \
    include/parrot/core_pmcs.h \
    include/pmc/pmc_default.h \
    include/parrot/string_funcs.h \
    include/parrot/sub.h \
    include/parrot/misc.h \
    include/parrot/platform.h \
    include/parrot/compiler.h \
    include/parrot/pmc_freeze.h \
    include/pmc/pmc_continuation.h \
    include/parrot/global_setup.h \
    include/parrot/gc_api.h \
    include/parrot/hash.h \
    include/parrot/has_header.h \
    include/parrot/vtables.h \
    include/parrot/nci.h \
    include/parrot/warnings.h \
    include/pmc/pmc_packfiledebug.h \
    include/parrot/op.h \
    include/parrot/platform_limits.h \
    include/parrot/stat.h \
    include/parrot/atomic/fallback.h \
    include/parrot/debugger.h \
    include/parrot/caches.h \
    include/parrot/config.h \
    src/pmc/packfiledebug.str \
    include/pmc/pmc_callcontext.h \
    include/parrot/platform_interface.h \
    include/parrot/hll.h \
    include/parrot/atomic/gcc_pcc.h
	$(CC) $(CFLAGS)    -falign-functions=16 -funit-at-a-time -W -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wchar-subscripts -Wcomment -Wdisabled-optimization -Wdiv-by-zero -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 -Wmultichar -Wpacked -Wparentheses -Wpointer-arith -Wpointer-sign -Wreturn-type -Wsequence-point -Wsign-compare -Wstrict-aliasing -Wstrict-aliasing=2 -Wswitch -Wswitch-default -Wtrigraphs -Wundef -Wno-unused -Wunknown-pragmas -Wvariadic-macros -Wwrite-strings -Wbad-function-cast -Wdeclaration-after-statement -Wimplicit-function-declaration -Wimplicit-int -Wmain -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wnonnull -Wold-style-definition -Wstrict-prototypes -fvisibility=hidden -I$(@D) -o $@ -c src/pmc/packfiledebug.c

src/pmc/packfiledirectory.c : src/pmc/packfiledirectory.dump
	$(PMC2CC) src/pmc/packfiledirectory.pmc

src/pmc/packfiledirectory.dump : vtable.dump src/pmc/default.dump src/pmc/packfilesegment.dump  src/pmc/packfiledirectory.pmc $(PMC2C_FILES) 
	$(PMC2CD) src/pmc/packfiledirectory.pmc

include/pmc/pmc_packfiledirectory.h: src/pmc/packfiledirectory.c

## SUFFIX OVERRIDE -Warnings
src/pmc/packfiledirectory$(O): \
    include/parrot/exceptions.h \
    include/parrot/cclass.h \
    include/parrot/multidispatch.h \
    include/parrot/atomic/gcc_x86.h \
    include/parrot/exit.h \
    include/parrot/call.h \
    include/parrot/dynext.h \
    include/parrot/pobj.h \
    include/parrot/extend_vtable.h \
    include/parrot/memory.h \
    include/parrot/key.h \
    include/pmc/pmc_packfiledirectory.h \
    include/parrot/oo.h \
    include/parrot/packfile.h \
    include/parrot/feature.h \
    include/parrot/oplib.h \
    include/parrot/io_unix.h \
    include/parrot/io_win32.h \
    include/parrot/library.h \
    include/parrot/thread.h \
    include/parrot/string.h \
    include/parrot/settings.h \
    include/parrot/namespace.h \
    include/parrot/extend.h \
    include/pmc/pmc_packfilesegment.h \
    include/parrot/pbcversion.h \
    include/parrot/interpreter.h \
    include/parrot/core_types.h \
    include/parrot/io.h \
    include/parrot/context.h \
    include/parrot/io_portable.h \
    include/parrot/parrot.h \
    include/parrot/atomic.h \
    include/parrot/enums.h \
    include/parrot/atomic/sparc.h \
    include/parrot/encoding.h \
    include/parrot/vtable.h \
    include/parrot/scheduler.h \
    include/parrot/pmc.h \
    include/parrot/datatypes.h \
    include/parrot/core_pmcs.h \
    include/pmc/pmc_default.h \
    include/parrot/string_funcs.h \
    include/parrot/sub.h \
    include/parrot/misc.h \
    include/parrot/platform.h \
    include/parrot/compiler.h \
    include/parrot/pmc_freeze.h \
    include/pmc/pmc_continuation.h \
    include/parrot/global_setup.h \
    include/parrot/gc_api.h \
    include/parrot/hash.h \
    include/parrot/has_header.h \
    include/parrot/vtables.h \
    include/parrot/nci.h \
    include/parrot/warnings.h \
    include/parrot/op.h \
    include/parrot/platform_limits.h \
    include/parrot/stat.h \
    include/parrot/atomic/fallback.h \
    src/pmc/packfiledirectory.str \
    include/parrot/debugger.h \
    include/parrot/caches.h \
    src/pmc/packfiledirectory.c \
    include/parrot/config.h \
    include/pmc/pmc_callcontext.h \
    include/parrot/platform_interface.h \
    include/parrot/hll.h \
    include/parrot/atomic/gcc_pcc.h
	$(CC) $(CFLAGS)    -falign-functions=16 -funit-at-a-time -W -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wchar-subscripts -Wcomment -Wdisabled-optimization -Wdiv-by-zero -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 -Wmultichar -Wpacked -Wparentheses -Wpointer-arith -Wpointer-sign -Wreturn-type -Wsequence-point -Wsign-compare -Wstrict-aliasing -Wstrict-aliasing=2 -Wswitch -Wswitch-default -Wtrigraphs -Wundef -Wno-unused -Wunknown-pragmas -Wvariadic-macros -Wwrite-strings -Wbad-function-cast -Wdeclaration-after-statement -Wimplicit-function-declaration -Wimplicit-int -Wmain -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wnonnull -Wold-style-definition -Wstrict-prototypes -fvisibility=hidden -I$(@D) -o $@ -c src/pmc/packfiledirectory.c

src/pmc/packfileopmap.c : src/pmc/packfileopmap.dump
	$(PMC2CC) src/pmc/packfileopmap.pmc

src/pmc/packfileopmap.dump : vtable.dump src/pmc/default.dump  src/pmc/packfileopmap.pmc $(PMC2C_FILES) lib/Parrot/Pmc2c/PCCMETHOD.pm include/pmc/pmc_fixedintegerarray.h
	$(PMC2CD) src/pmc/packfileopmap.pmc

include/pmc/pmc_packfileopmap.h: src/pmc/packfileopmap.c

## SUFFIX OVERRIDE -Warnings
src/pmc/packfileopmap$(O): \
    include/parrot/exceptions.h \
    include/parrot/cclass.h \
    include/parrot/multidispatch.h \
    include/parrot/atomic/gcc_x86.h \
    include/parrot/exit.h \
    include/parrot/call.h \
    include/parrot/dynext.h \
    include/parrot/pobj.h \
    include/parrot/extend_vtable.h \
    include/parrot/memory.h \
    include/parrot/key.h \
    include/parrot/oo.h \
    include/parrot/packfile.h \
    include/parrot/feature.h \
    include/parrot/oplib.h \
    include/parrot/io_unix.h \
    include/parrot/io_win32.h \
    include/parrot/library.h \
    include/parrot/thread.h \
    include/parrot/string.h \
    include/parrot/settings.h \
    include/parrot/namespace.h \
    include/parrot/extend.h \
    include/parrot/pbcversion.h \
    include/parrot/interpreter.h \
    include/parrot/core_types.h \
    include/parrot/io.h \
    include/pmc/pmc_packfileopmap.h \
    include/parrot/context.h \
    include/parrot/io_portable.h \
    include/pmc/pmc_fixedintegerarray.h \
    include/parrot/parrot.h \
    include/parrot/atomic.h \
    include/parrot/enums.h \
    include/parrot/atomic/sparc.h \
    include/parrot/encoding.h \
    include/parrot/vtable.h \
    include/parrot/scheduler.h \
    include/parrot/pmc.h \
    include/parrot/datatypes.h \
    include/parrot/core_pmcs.h \
    include/pmc/pmc_default.h \
    include/parrot/string_funcs.h \
    src/pmc/packfileopmap.c \
    include/parrot/sub.h \
    include/parrot/misc.h \
    include/parrot/platform.h \
    include/parrot/compiler.h \
    include/parrot/pmc_freeze.h \
    include/pmc/pmc_continuation.h \
    include/parrot/global_setup.h \
    include/parrot/gc_api.h \
    include/parrot/hash.h \
    include/parrot/has_header.h \
    include/parrot/vtables.h \
    include/parrot/nci.h \
    include/parrot/warnings.h \
    include/parrot/op.h \
    include/parrot/platform_limits.h \
    include/parrot/stat.h \
    include/parrot/atomic/fallback.h \
    include/parrot/debugger.h \
    include/parrot/caches.h \
    include/parrot/config.h \
    include/pmc/pmc_parrotlibrary.h \
    include/pmc/pmc_callcontext.h \
    src/pmc/packfileopmap.str \
    include/parrot/platform_interface.h \
    include/parrot/hll.h \
    include/parrot/atomic/gcc_pcc.h
	$(CC) $(CFLAGS)    -falign-functions=16 -funit-at-a-time -W -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wchar-subscripts -Wcomment -Wdisabled-optimization -Wdiv-by-zero -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 -Wmultichar -Wpacked -Wparentheses -Wpointer-arith -Wpointer-sign -Wreturn-type -Wsequence-point -Wsign-compare -Wstrict-aliasing -Wstrict-aliasing=2 -Wswitch -Wswitch-default -Wtrigraphs -Wundef -Wno-unused -Wunknown-pragmas -Wvariadic-macros -Wwrite-strings -Wbad-function-cast -Wdeclaration-after-statement -Wimplicit-function-declaration -Wimplicit-int -Wmain -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wnonnull -Wold-style-definition -Wstrict-prototypes -fvisibility=hidden -I$(@D) -o $@ -c src/pmc/packfileopmap.c

src/pmc/packfilerawsegment.c : src/pmc/packfilerawsegment.dump
	$(PMC2CC) src/pmc/packfilerawsegment.pmc

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 include/pmc/pmc_fixedintegerarray.h
	$(PMC2CD) src/pmc/packfilerawsegment.pmc

include/pmc/pmc_packfilerawsegment.h: src/pmc/packfilerawsegment.c

## SUFFIX OVERRIDE -Warnings
src/pmc/packfilerawsegment$(O): \
    include/parrot/exceptions.h \
    include/parrot/cclass.h \
    include/parrot/multidispatch.h \
    include/parrot/atomic/gcc_x86.h \
    include/pmc/pmc_packfilerawsegment.h \
    include/parrot/exit.h \
    include/parrot/call.h \
    include/parrot/dynext.h \
    include/parrot/pobj.h \
    include/parrot/extend_vtable.h \
    include/parrot/memory.h \
    include/parrot/key.h \
    include/parrot/oo.h \
    include/parrot/packfile.h \
    src/pmc/packfilerawsegment.str \
    include/parrot/feature.h \
    include/parrot/oplib.h \
    include/parrot/io_unix.h \
    include/parrot/io_win32.h \
    include/parrot/library.h \
    include/parrot/thread.h \
    include/parrot/string.h \
    include/parrot/settings.h \
    include/parrot/namespace.h \
    include/parrot/extend.h \
    include/pmc/pmc_packfilesegment.h \
    include/parrot/pbcversion.h \
    include/parrot/interpreter.h \
    include/parrot/core_types.h \
    include/parrot/io.h \
    include/parrot/context.h \
    include/parrot/io_portable.h \
    include/pmc/pmc_fixedintegerarray.h \
    include/parrot/parrot.h \
    include/parrot/atomic.h \
    include/parrot/enums.h \
    include/parrot/atomic/sparc.h \
    include/parrot/encoding.h \
    include/parrot/vtable.h \
    include/parrot/scheduler.h \
    include/parrot/pmc.h \
    include/parrot/datatypes.h \
    include/parrot/core_pmcs.h \
    include/pmc/pmc_default.h \
    include/parrot/string_funcs.h \
    include/parrot/sub.h \
    include/parrot/misc.h \
    include/parrot/platform.h \
    include/parrot/compiler.h \
    include/parrot/pmc_freeze.h \
    include/pmc/pmc_continuation.h \
    include/parrot/global_setup.h \
    include/parrot/gc_api.h \
    include/parrot/hash.h \
    include/parrot/has_header.h \
    include/parrot/vtables.h \
    include/parrot/nci.h \
    include/parrot/warnings.h \
    include/parrot/op.h \
    include/parrot/platform_limits.h \
    include/parrot/stat.h \
    include/parrot/atomic/fallback.h \
    include/parrot/debugger.h \
    include/parrot/caches.h \
    include/parrot/config.h \
    include/pmc/pmc_callcontext.h \
    include/parrot/platform_interface.h \
    include/parrot/hll.h \
    src/pmc/packfilerawsegment.c \
    include/parrot/atomic/gcc_pcc.h
	$(CC) $(CFLAGS)    -falign-functions=16 -funit-at-a-time -W -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wchar-subscripts -Wcomment -Wdisabled-optimization -Wdiv-by-zero -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 -Wmultichar -Wpacked -Wparentheses -Wpointer-arith -Wpointer-sign -Wreturn-type -Wsequence-point -Wsign-compare -Wstrict-aliasing -Wstrict-aliasing=2 -Wswitch -Wswitch-default -Wtrigraphs -Wundef -Wno-unused -Wunknown-pragmas -Wvariadic-macros -Wwrite-strings -Wbad-function-cast -Wdeclaration-after-statement -Wimplicit-function-declaration -Wimplicit-int -Wmain -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wnonnull -Wold-style-definition -Wstrict-prototypes -fvisibility=hidden -I$(@D) -o $@ -c src/pmc/packfilerawsegment.c

src/pmc/packfilesegment.c : src/pmc/packfilesegment.dump
	$(PMC2CC) src/pmc/packfilesegment.pmc

src/pmc/packfilesegment.dump : vtable.dump src/pmc/default.dump  src/pmc/packfilesegment.pmc $(PMC2C_FILES) lib/Parrot/Pmc2c/PCCMETHOD.pm include/pmc/pmc_fixedintegerarray.h
	$(PMC2CD) src/pmc/packfilesegment.pmc

include/pmc/pmc_packfilesegment.h: src/pmc/packfilesegment.c

## SUFFIX OVERRIDE -Warnings
src/pmc/packfilesegment$(O): \
    include/parrot/exceptions.h \
    include/parrot/cclass.h \
    include/parrot/multidispatch.h \
    include/parrot/atomic/gcc_x86.h \
    include/parrot/exit.h \
    include/parrot/call.h \
    include/parrot/dynext.h \
    include/parrot/pobj.h \
    include/parrot/extend_vtable.h \
    include/parrot/memory.h \
    include/parrot/key.h \
    include/parrot/oo.h \
    include/parrot/packfile.h \
    include/parrot/feature.h \
    include/parrot/oplib.h \
    include/parrot/io_unix.h \
    include/parrot/io_win32.h \
    include/parrot/library.h \
    include/parrot/thread.h \
    include/parrot/string.h \
    include/parrot/settings.h \
    include/parrot/namespace.h \
    include/parrot/extend.h \
    include/pmc/pmc_packfilesegment.h \
    include/parrot/pbcversion.h \
    include/parrot/interpreter.h \
    include/parrot/core_types.h \
    src/pmc/packfilesegment.c \
    include/parrot/io.h \
    include/parrot/context.h \
    include/parrot/io_portable.h \
    include/pmc/pmc_fixedintegerarray.h \
    include/parrot/parrot.h \
    include/parrot/atomic.h \
    include/parrot/enums.h \
    include/parrot/atomic/sparc.h \
    include/parrot/encoding.h \
    include/parrot/vtable.h \
    include/parrot/scheduler.h \
    include/parrot/pmc.h \
    include/parrot/datatypes.h \
    include/parrot/core_pmcs.h \
    include/pmc/pmc_default.h \
    src/pmc/packfilesegment.str \
    include/parrot/string_funcs.h \
    include/parrot/sub.h \
    include/parrot/misc.h \
    include/parrot/platform.h \
    include/parrot/compiler.h \
    include/parrot/pmc_freeze.h \
    include/pmc/pmc_continuation.h \
    include/parrot/global_setup.h \
    include/parrot/gc_api.h \
    include/parrot/hash.h \
    include/parrot/has_header.h \
    include/parrot/vtables.h \
    include/parrot/nci.h \
    include/parrot/warnings.h \
    include/parrot/op.h \
    include/parrot/platform_limits.h \
    include/parrot/stat.h \
    include/parrot/atomic/fallback.h \
    include/parrot/debugger.h \
    include/parrot/caches.h \
    include/parrot/config.h \
    include/pmc/pmc_callcontext.h \
    include/parrot/platform_interface.h \
    include/parrot/hll.h \
    include/parrot/atomic/gcc_pcc.h
	$(CC) $(CFLAGS)    -falign-functions=16 -funit-at-a-time -W -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wchar-subscripts -Wcomment -Wdisabled-optimization -Wdiv-by-zero -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 -Wmultichar -Wpacked -Wparentheses -Wpointer-arith -Wpointer-sign -Wreturn-type -Wsequence-point -Wsign-compare -Wstrict-aliasing -Wstrict-aliasing=2 -Wswitch -Wswitch-default -Wtrigraphs -Wundef -Wno-unused -Wunknown-pragmas -Wvariadic-macros -Wwrite-strings -Wbad-function-cast -Wdeclaration-after-statement -Wimplicit-function-declaration -Wimplicit-int -Wmain -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wnonnull -Wold-style-definition -Wstrict-prototypes -fvisibility=hidden -I$(@D) -o $@ -c src/pmc/packfilesegment.c

src/pmc/pmcproxy.c : src/pmc/pmcproxy.dump
	$(PMC2CC) src/pmc/pmcproxy.pmc

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 include/pmc/pmc_fixedintegerarray.h
	$(PMC2CD) src/pmc/pmcproxy.pmc

include/pmc/pmc_pmcproxy.h: src/pmc/pmcproxy.c

## SUFFIX OVERRIDE -Warnings
src/pmc/pmcproxy$(O): \
    include/parrot/exceptions.h \
    include/parrot/cclass.h \
    include/parrot/multidispatch.h \
    include/parrot/atomic/gcc_x86.h \
    include/parrot/exit.h \
    include/parrot/call.h \
    include/parrot/dynext.h \
    include/parrot/pobj.h \
    include/parrot/extend_vtable.h \
    src/pmc/pmcproxy.str \
    include/parrot/memory.h \
    include/parrot/key.h \
    include/parrot/oo.h \
    include/parrot/packfile.h \
    include/parrot/feature.h \
    include/parrot/oplib.h \
    include/parrot/io_unix.h \
    include/parrot/io_win32.h \
    include/parrot/library.h \
    include/parrot/thread.h \
    include/parrot/string.h \
    include/parrot/settings.h \
    include/parrot/namespace.h \
    include/parrot/extend.h \
    include/parrot/pbcversion.h \
    include/parrot/interpreter.h \
    include/parrot/core_types.h \
    include/parrot/io.h \
    include/parrot/context.h \
    include/parrot/io_portable.h \
    include/pmc/pmc_fixedintegerarray.h \
    include/parrot/parrot.h \
    include/parrot/atomic.h \
    include/parrot/enums.h \
    include/parrot/atomic/sparc.h \
    include/parrot/encoding.h \
    include/parrot/vtable.h \
    include/parrot/scheduler.h \
    include/pmc/pmc_class.h \
    include/parrot/oo_private.h \
    include/parrot/pmc.h \
    include/parrot/datatypes.h \
    include/parrot/core_pmcs.h \
    include/pmc/pmc_default.h \
    include/parrot/string_funcs.h \
    src/pmc/pmcproxy.c \
    include/parrot/sub.h \
    include/parrot/misc.h \
    include/parrot/platform.h \
    include/parrot/compiler.h \
    include/parrot/pmc_freeze.h \
    include/pmc/pmc_pmcproxy.h \
    include/pmc/pmc_continuation.h \
    include/parrot/global_setup.h \
    include/parrot/gc_api.h \
    include/parrot/hash.h \
    include/parrot/has_header.h \
    include/parrot/vtables.h \
    include/parrot/nci.h \
    include/parrot/warnings.h \
    include/parrot/op.h \
    include/parrot/platform_limits.h \
    include/parrot/stat.h \
    include/parrot/atomic/fallback.h \
    include/parrot/debugger.h \
    include/parrot/caches.h \
    include/parrot/config.h \
    include/pmc/pmc_callcontext.h \
    include/parrot/platform_interface.h \
    include/parrot/hll.h \
    include/parrot/atomic/gcc_pcc.h
	$(CC) $(CFLAGS)    -falign-functions=16 -funit-at-a-time -W -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wchar-subscripts -Wcomment -Wdisabled-optimization -Wdiv-by-zero -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 -Wmultichar -Wpacked -Wparentheses -Wpointer-arith -Wpointer-sign -Wreturn-type -Wsequence-point -Wsign-compare -Wstrict-aliasing -Wstrict-aliasing=2 -Wswitch -Wswitch-default -Wtrigraphs -Wundef -Wno-unused -Wunknown-pragmas -Wvariadic-macros -Wwrite-strings -Wbad-function-cast -Wdeclaration-after-statement -Wimplicit-function-declaration -Wimplicit-int -Wmain -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wnonnull -Wold-style-definition -Wstrict-prototypes -fvisibility=hidden -I$(@D) -o $@ -c src/pmc/pmcproxy.c

src/pmc/resizablebooleanarray.c : src/pmc/resizablebooleanarray.dump
	$(PMC2CC) src/pmc/resizablebooleanarray.pmc

src/pmc/resizablebooleanarray.dump : vtable.dump src/pmc/default.dump src/pmc/fixedbooleanarray.dump  src/pmc/resizablebooleanarray.pmc $(PMC2C_FILES) 
	$(PMC2CD) src/pmc/resizablebooleanarray.pmc

include/pmc/pmc_resizablebooleanarray.h: src/pmc/resizablebooleanarray.c

## SUFFIX OVERRIDE -Warnings
src/pmc/resizablebooleanarray$(O): \
    include/parrot/exceptions.h \
    include/parrot/cclass.h \
    include/parrot/multidispatch.h \
    include/parrot/atomic/gcc_x86.h \
    src/pmc/resizablebooleanarray.str \
    include/parrot/exit.h \
    include/parrot/call.h \
    include/parrot/dynext.h \
    include/parrot/pobj.h \
    include/parrot/extend_vtable.h \
    include/parrot/memory.h \
    include/parrot/key.h \
    include/parrot/oo.h \
    include/parrot/packfile.h \
    include/parrot/feature.h \
    include/parrot/oplib.h \
    include/parrot/io_unix.h \
    include/parrot/io_win32.h \
    include/parrot/library.h \
    include/parrot/thread.h \
    include/parrot/string.h \
    include/parrot/settings.h \
    include/parrot/namespace.h \
    include/parrot/extend.h \
    include/parrot/pbcversion.h \
    include/parrot/interpreter.h \
    include/parrot/core_types.h \
    include/parrot/io.h \
    include/parrot/context.h \
    include/parrot/io_portable.h \
    include/parrot/parrot.h \
    include/parrot/atomic.h \
    include/parrot/enums.h \
    include/parrot/atomic/sparc.h \
    include/parrot/encoding.h \
    include/parrot/vtable.h \
    include/parrot/scheduler.h \
    include/parrot/pmc.h \
    include/parrot/datatypes.h \
    include/parrot/core_pmcs.h \
    include/pmc/pmc_default.h \
    include/pmc/pmc_fixedbooleanarray.h \
    include/parrot/string_funcs.h \
    include/parrot/sub.h \
    include/parrot/misc.h \
    include/parrot/platform.h \
    include/parrot/compiler.h \
    include/parrot/pmc_freeze.h \
    include/pmc/pmc_continuation.h \
    include/parrot/global_setup.h \
    include/parrot/gc_api.h \
    include/parrot/hash.h \
    include/parrot/has_header.h \
    include/parrot/vtables.h \
    include/parrot/nci.h \
    include/parrot/warnings.h \
    src/pmc/resizablebooleanarray.c \
    include/pmc/pmc_resizablebooleanarray.h \
    include/parrot/op.h \
    include/parrot/platform_limits.h \
    include/parrot/stat.h \
    include/parrot/atomic/fallback.h \
    include/parrot/debugger.h \
    include/parrot/caches.h \
    include/parrot/config.h \
    include/pmc/pmc_callcontext.h \
    include/parrot/platform_interface.h \
    include/parrot/hll.h \
    include/parrot/atomic/gcc_pcc.h
	$(CC) $(CFLAGS)    -falign-functions=16 -funit-at-a-time -W -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wchar-subscripts -Wcomment -Wdisabled-optimization -Wdiv-by-zero -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 -Wmultichar -Wpacked -Wparentheses -Wpointer-arith -Wpointer-sign -Wreturn-type -Wsequence-point -Wsign-compare -Wstrict-aliasing -Wstrict-aliasing=2 -Wswitch -Wswitch-default -Wtrigraphs -Wundef -Wno-unused -Wunknown-pragmas -Wvariadic-macros -Wwrite-strings -Wbad-function-cast -Wdeclaration-after-statement -Wimplicit-function-declaration -Wimplicit-int -Wmain -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wnonnull -Wold-style-definition -Wstrict-prototypes -fvisibility=hidden -I$(@D) -o $@ -c src/pmc/resizablebooleanarray.c

src/pmc/resizablefloatarray.c : src/pmc/resizablefloatarray.dump
	$(PMC2CC) src/pmc/resizablefloatarray.pmc

src/pmc/resizablefloatarray.dump : vtable.dump src/pmc/default.dump src/pmc/fixedfloatarray.dump  src/pmc/resizablefloatarray.pmc $(PMC2C_FILES) 
	$(PMC2CD) src/pmc/resizablefloatarray.pmc

include/pmc/pmc_resizablefloatarray.h: src/pmc/resizablefloatarray.c

## SUFFIX OVERRIDE -Warnings
src/pmc/resizablefloatarray$(O): \
    include/parrot/exceptions.h \
    include/parrot/cclass.h \
    include/parrot/multidispatch.h \
    include/parrot/atomic/gcc_x86.h \
    include/parrot/exit.h \
    include/parrot/call.h \
    include/parrot/dynext.h \
    include/parrot/pobj.h \
    src/pmc/resizablefloatarray.str \
    include/parrot/extend_vtable.h \
    include/parrot/memory.h \
    include/parrot/key.h \
    include/parrot/oo.h \
    include/parrot/packfile.h \
    include/parrot/feature.h \
    include/parrot/oplib.h \
    include/parrot/io_unix.h \
    include/parrot/io_win32.h \
    include/parrot/library.h \
    include/parrot/thread.h \
    include/parrot/string.h \
    include/parrot/settings.h \
    include/parrot/namespace.h \
    include/parrot/extend.h \
    include/parrot/pbcversion.h \
    include/parrot/interpreter.h \
    include/parrot/core_types.h \
    include/parrot/io.h \
    src/pmc/resizablefloatarray.c \
    include/parrot/context.h \
    include/parrot/io_portable.h \
    include/parrot/parrot.h \
    include/parrot/atomic.h \
    include/parrot/enums.h \
    include/parrot/atomic/sparc.h \
    include/parrot/encoding.h \
    include/parrot/vtable.h \
    include/parrot/scheduler.h \
    include/parrot/pmc.h \
    include/parrot/datatypes.h \
    include/parrot/core_pmcs.h \
    include/pmc/pmc_default.h \
    include/parrot/string_funcs.h \
    include/parrot/sub.h \
    include/parrot/misc.h \
    include/pmc/pmc_fixedfloatarray.h \
    include/parrot/platform.h \
    include/parrot/compiler.h \
    include/parrot/pmc_freeze.h \
    include/pmc/pmc_continuation.h \
    include/parrot/global_setup.h \
    include/parrot/gc_api.h \
    include/parrot/hash.h \
    include/parrot/has_header.h \
    include/parrot/vtables.h \
    include/parrot/nci.h \
    include/parrot/warnings.h \
    include/parrot/op.h \
    include/parrot/platform_limits.h \
    include/parrot/stat.h \
    include/parrot/atomic/fallback.h \
    include/parrot/debugger.h \
    include/parrot/caches.h \
    include/parrot/config.h \
    include/pmc/pmc_callcontext.h \
    include/parrot/platform_interface.h \
    include/pmc/pmc_resizablefloatarray.h \
    include/parrot/hll.h \
    include/parrot/atomic/gcc_pcc.h
	$(CC) $(CFLAGS)    -falign-functions=16 -funit-at-a-time -W -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wchar-subscripts -Wcomment -Wdisabled-optimization -Wdiv-by-zero -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 -Wmultichar -Wpacked -Wparentheses -Wpointer-arith -Wpointer-sign -Wreturn-type -Wsequence-point -Wsign-compare -Wstrict-aliasing -Wstrict-aliasing=2 -Wswitch -Wswitch-default -Wtrigraphs -Wundef -Wno-unused -Wunknown-pragmas -Wvariadic-macros -Wwrite-strings -Wbad-function-cast -Wdeclaration-after-statement -Wimplicit-function-declaration -Wimplicit-int -Wmain -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wnonnull -Wold-style-definition -Wstrict-prototypes -fvisibility=hidden -I$(@D) -o $@ -c src/pmc/resizablefloatarray.c

src/pmc/resizableintegerarray.c : src/pmc/resizableintegerarray.dump
	$(PMC2CC) src/pmc/resizableintegerarray.pmc

src/pmc/resizableintegerarray.dump : vtable.dump src/pmc/default.dump src/pmc/fixedintegerarray.dump  src/pmc/resizableintegerarray.pmc $(PMC2C_FILES) 
	$(PMC2CD) src/pmc/resizableintegerarray.pmc

include/pmc/pmc_resizableintegerarray.h: src/pmc/resizableintegerarray.c

## SUFFIX OVERRIDE -Warnings
src/pmc/resizableintegerarray$(O): \
    include/parrot/exceptions.h \
    include/parrot/cclass.h \
    include/parrot/multidispatch.h \
    include/parrot/atomic/gcc_x86.h \
    include/parrot/exit.h \
    include/parrot/call.h \
    include/parrot/dynext.h \
    include/parrot/pobj.h \
    include/parrot/extend_vtable.h \
    include/parrot/memory.h \
    include/parrot/key.h \
    include/parrot/oo.h \
    include/parrot/packfile.h \
    include/parrot/feature.h \
    include/parrot/oplib.h \
    include/parrot/io_unix.h \
    include/parrot/io_win32.h \
    include/parrot/library.h \
    include/parrot/thread.h \
    include/parrot/string.h \
    include/parrot/settings.h \
    include/parrot/namespace.h \
    include/parrot/extend.h \
    include/parrot/pbcversion.h \
    src/pmc/resizableintegerarray.c \
    include/parrot/interpreter.h \
    include/parrot/core_types.h \
    include/parrot/io.h \
    include/parrot/context.h \
    include/parrot/io_portable.h \
    include/pmc/pmc_fixedintegerarray.h \
    include/parrot/parrot.h \
    include/parrot/atomic.h \
    include/parrot/enums.h \
    include/parrot/atomic/sparc.h \
    include/parrot/encoding.h \
    include/parrot/vtable.h \
    include/parrot/scheduler.h \
    include/parrot/pmc.h \
    include/parrot/datatypes.h \
    include/parrot/core_pmcs.h \
    include/pmc/pmc_default.h \
    include/parrot/string_funcs.h \
    include/parrot/sub.h \
    include/parrot/misc.h \
    include/parrot/platform.h \
    include/parrot/compiler.h \
    include/parrot/pmc_freeze.h \
    include/pmc/pmc_continuation.h \
    include/parrot/global_setup.h \
    include/parrot/gc_api.h \
    include/parrot/hash.h \
    include/parrot/has_header.h \
    include/parrot/vtables.h \
    include/parrot/nci.h \
    include/parrot/warnings.h \
    include/parrot/op.h \
    src/pmc/resizableintegerarray.str \
    include/parrot/platform_limits.h \
    include/parrot/stat.h \
    include/parrot/atomic/fallback.h \
    include/parrot/debugger.h \
    include/parrot/caches.h \
    include/parrot/config.h \
    include/pmc/pmc_callcontext.h \
    include/parrot/platform_interface.h \
    include/parrot/hll.h \
    include/parrot/atomic/gcc_pcc.h \
    include/pmc/pmc_resizableintegerarray.h
	$(CC) $(CFLAGS)    -falign-functions=16 -funit-at-a-time -W -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wchar-subscripts -Wcomment -Wdisabled-optimization -Wdiv-by-zero -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 -Wmultichar -Wpacked -Wparentheses -Wpointer-arith -Wpointer-sign -Wreturn-type -Wsequence-point -Wsign-compare -Wstrict-aliasing -Wstrict-aliasing=2 -Wswitch -Wswitch-default -Wtrigraphs -Wundef -Wno-unused -Wunknown-pragmas -Wvariadic-macros -Wwrite-strings -Wbad-function-cast -Wdeclaration-after-statement -Wimplicit-function-declaration -Wimplicit-int -Wmain -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wnonnull -Wold-style-definition -Wstrict-prototypes -fvisibility=hidden -I$(@D) -o $@ -c src/pmc/resizableintegerarray.c

src/pmc/resizablepmcarray.c : src/pmc/resizablepmcarray.dump
	$(PMC2CC) src/pmc/resizablepmcarray.pmc

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 include/pmc/pmc_fixedintegerarray.h
	$(PMC2CD) src/pmc/resizablepmcarray.pmc

include/pmc/pmc_resizablepmcarray.h: src/pmc/resizablepmcarray.c

## SUFFIX OVERRIDE -Warnings
src/pmc/resizablepmcarray$(O): \
    include/pmc/pmc_fixedpmcarray.h \
    include/parrot/exceptions.h \
    include/parrot/cclass.h \
    include/parrot/multidispatch.h \
    include/parrot/atomic/gcc_x86.h \
    include/parrot/exit.h \
    include/parrot/call.h \
    include/parrot/dynext.h \
    include/parrot/pobj.h \
    include/parrot/extend_vtable.h \
    include/parrot/memory.h \
    include/parrot/key.h \
    include/parrot/oo.h \
    include/parrot/packfile.h \
    include/parrot/feature.h \
    include/parrot/oplib.h \
    include/parrot/io_unix.h \
    include/parrot/io_win32.h \
    include/parrot/library.h \
    include/parrot/thread.h \
    include/parrot/string.h \
    include/parrot/settings.h \
    include/parrot/namespace.h \
    include/parrot/extend.h \
    include/parrot/pbcversion.h \
    include/parrot/interpreter.h \
    include/parrot/core_types.h \
    include/parrot/io.h \
    include/parrot/context.h \
    include/parrot/io_portable.h \
    include/pmc/pmc_fixedintegerarray.h \
    include/parrot/parrot.h \
    include/parrot/atomic.h \
    include/parrot/enums.h \
    include/parrot/atomic/sparc.h \
    include/parrot/encoding.h \
    include/parrot/vtable.h \
    include/parrot/scheduler.h \
    src/pmc/resizablepmcarray.c \
    include/parrot/pmc.h \
    include/parrot/datatypes.h \
    include/parrot/core_pmcs.h \
    include/pmc/pmc_default.h \
    src/pmc/resizablepmcarray.str \
    include/pmc/pmc_resizablepmcarray.h \
    include/parrot/string_funcs.h \
    include/parrot/sub.h \
    include/parrot/misc.h \
    include/parrot/platform.h \
    include/parrot/compiler.h \
    include/parrot/pmc_freeze.h \
    include/pmc/pmc_continuation.h \
    include/parrot/global_setup.h \
    include/parrot/gc_api.h \
    include/parrot/hash.h \
    include/parrot/has_header.h \
    include/parrot/vtables.h \
    include/parrot/nci.h \
    include/parrot/warnings.h \
    include/parrot/op.h \
    include/parrot/platform_limits.h \
    include/parrot/stat.h \
    include/parrot/atomic/fallback.h \
    include/parrot/debugger.h \
    include/parrot/caches.h \
    include/parrot/config.h \
    include/pmc/pmc_callcontext.h \
    include/parrot/platform_interface.h \
    include/parrot/hll.h \
    include/parrot/atomic/gcc_pcc.h
	$(CC) $(CFLAGS)    -falign-functions=16 -funit-at-a-time -W -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wchar-subscripts -Wcomment -Wdisabled-optimization -Wdiv-by-zero -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 -Wmultichar -Wpacked -Wparentheses -Wpointer-arith -Wpointer-sign -Wreturn-type -Wsequence-point -Wsign-compare -Wstrict-aliasing -Wstrict-aliasing=2 -Wswitch -Wswitch-default -Wtrigraphs -Wundef -Wno-unused -Wunknown-pragmas -Wvariadic-macros -Wwrite-strings -Wbad-function-cast -Wdeclaration-after-statement -Wimplicit-function-declaration -Wimplicit-int -Wmain -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wnonnull -Wold-style-definition -Wstrict-prototypes -fvisibility=hidden -I$(@D) -o $@ -c src/pmc/resizablepmcarray.c

src/pmc/resizablestringarray.c : src/pmc/resizablestringarray.dump
	$(PMC2CC) src/pmc/resizablestringarray.pmc

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 include/pmc/pmc_fixedintegerarray.h
	$(PMC2CD) src/pmc/resizablestringarray.pmc

include/pmc/pmc_resizablestringarray.h: src/pmc/resizablestringarray.c

## SUFFIX OVERRIDE -Warnings
src/pmc/resizablestringarray$(O): \
    include/parrot/exceptions.h \
    src/pmc/resizablestringarray.c \
    include/parrot/cclass.h \
    include/parrot/multidispatch.h \
    include/parrot/atomic/gcc_x86.h \
    include/pmc/pmc_resizablestringarray.h \
    include/parrot/exit.h \
    include/parrot/call.h \
    include/parrot/dynext.h \
    include/parrot/pobj.h \
    include/parrot/extend_vtable.h \
    include/parrot/memory.h \
    include/parrot/key.h \
    include/parrot/oo.h \
    include/parrot/packfile.h \
    include/parrot/feature.h \
    include/parrot/oplib.h \
    include/parrot/io_unix.h \
    include/parrot/io_win32.h \
    include/parrot/library.h \
    include/parrot/thread.h \
    include/parrot/string.h \
    include/parrot/settings.h \
    include/parrot/namespace.h \
    include/parrot/extend.h \
    include/parrot/pbcversion.h \
    include/parrot/interpreter.h \
    include/parrot/core_types.h \
    include/parrot/io.h \
    include/parrot/context.h \
    include/parrot/io_portable.h \
    include/pmc/pmc_fixedintegerarray.h \
    include/parrot/parrot.h \
    include/parrot/atomic.h \
    include/parrot/enums.h \
    include/parrot/atomic/sparc.h \
    include/parrot/encoding.h \
    include/parrot/vtable.h \
    include/parrot/scheduler.h \
    include/parrot/pmc.h \
    include/parrot/datatypes.h \
    include/parrot/core_pmcs.h \
    include/pmc/pmc_default.h \
    include/parrot/string_funcs.h \
    include/parrot/sub.h \
    include/parrot/misc.h \
    include/pmc/pmc_fixedstringarray.h \
    include/parrot/platform.h \
    include/parrot/compiler.h \
    include/parrot/pmc_freeze.h \
    include/pmc/pmc_continuation.h \
    include/parrot/global_setup.h \
    src/pmc/resizablestringarray.str \
    include/parrot/gc_api.h \
    include/parrot/hash.h \
    include/parrot/has_header.h \
    include/parrot/vtables.h \
    include/parrot/nci.h \
    include/parrot/warnings.h \
    include/parrot/op.h \
    include/parrot/platform_limits.h \
    include/parrot/stat.h \
    include/parrot/atomic/fallback.h \
    include/parrot/debugger.h \
    include/parrot/caches.h \
    include/parrot/config.h \
    include/pmc/pmc_callcontext.h \
    include/parrot/platform_interface.h \
    include/parrot/hll.h \
    include/parrot/atomic/gcc_pcc.h
	$(CC) $(CFLAGS)    -falign-functions=16 -funit-at-a-time -W -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wchar-subscripts -Wcomment -Wdisabled-optimization -Wdiv-by-zero -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 -Wmultichar -Wpacked -Wparentheses -Wpointer-arith -Wpointer-sign -Wreturn-type -Wsequence-point -Wsign-compare -Wstrict-aliasing -Wstrict-aliasing=2 -Wswitch -Wswitch-default -Wtrigraphs -Wundef -Wno-unused -Wunknown-pragmas -Wvariadic-macros -Wwrite-strings -Wbad-function-cast -Wdeclaration-after-statement -Wimplicit-function-declaration -Wimplicit-int -Wmain -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wnonnull -Wold-style-definition -Wstrict-prototypes -fvisibility=hidden -I$(@D) -o $@ -c src/pmc/resizablestringarray.c

src/pmc/role.c : src/pmc/role.dump
	$(PMC2CC) src/pmc/role.pmc

src/pmc/role.dump : vtable.dump src/pmc/default.dump  src/pmc/role.pmc $(PMC2C_FILES) lib/Parrot/Pmc2c/PCCMETHOD.pm include/pmc/pmc_fixedintegerarray.h
	$(PMC2CD) src/pmc/role.pmc

include/pmc/pmc_role.h: src/pmc/role.c

## SUFFIX OVERRIDE -Warnings
src/pmc/role$(O): \
    include/parrot/exceptions.h \
    include/parrot/cclass.h \
    include/parrot/multidispatch.h \
    include/parrot/atomic/gcc_x86.h \
    include/parrot/exit.h \
    include/parrot/call.h \
    include/parrot/dynext.h \
    include/parrot/pobj.h \
    include/parrot/extend_vtable.h \
    include/parrot/memory.h \
    include/parrot/key.h \
    include/parrot/oo.h \
    include/parrot/packfile.h \
    include/parrot/feature.h \
    include/parrot/oplib.h \
    include/parrot/io_unix.h \
    include/parrot/io_win32.h \
    include/parrot/library.h \
    include/parrot/thread.h \
    include/parrot/string.h \
    include/parrot/settings.h \
    include/parrot/namespace.h \
    include/parrot/extend.h \
    include/parrot/pbcversion.h \
    include/parrot/interpreter.h \
    include/parrot/core_types.h \
    include/parrot/io.h \
    include/parrot/context.h \
    include/parrot/io_portable.h \
    include/pmc/pmc_fixedintegerarray.h \
    include/parrot/parrot.h \
    include/parrot/atomic.h \
    include/parrot/enums.h \
    include/parrot/atomic/sparc.h \
    include/parrot/encoding.h \
    include/parrot/vtable.h \
    include/parrot/scheduler.h \
    include/parrot/pmc.h \
    include/parrot/datatypes.h \
    include/parrot/core_pmcs.h \
    include/pmc/pmc_default.h \
    src/pmc/role.str \
    include/parrot/string_funcs.h \
    include/parrot/sub.h \
    include/parrot/misc.h \
    include/pmc/pmc_namespace.h \
    include/parrot/platform.h \
    include/parrot/compiler.h \
    include/parrot/pmc_freeze.h \
    include/pmc/pmc_continuation.h \
    include/parrot/global_setup.h \
    include/parrot/gc_api.h \
    include/parrot/hash.h \
    include/parrot/has_header.h \
    include/parrot/vtables.h \
    include/parrot/nci.h \
    include/parrot/warnings.h \
    src/pmc/role.c \
    include/parrot/op.h \
    include/parrot/platform_limits.h \
    include/parrot/stat.h \
    include/parrot/atomic/fallback.h \
    include/pmc/pmc_role.h \
    include/parrot/debugger.h \
    include/parrot/caches.h \
    include/parrot/config.h \
    include/pmc/pmc_callcontext.h \
    include/parrot/platform_interface.h \
    include/parrot/hll.h \
    include/parrot/atomic/gcc_pcc.h
	$(CC) $(CFLAGS)    -falign-functions=16 -funit-at-a-time -W -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wchar-subscripts -Wcomment -Wdisabled-optimization -Wdiv-by-zero -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 -Wmultichar -Wpacked -Wparentheses -Wpointer-arith -Wpointer-sign -Wreturn-type -Wsequence-point -Wsign-compare -Wstrict-aliasing -Wstrict-aliasing=2 -Wswitch -Wswitch-default -Wtrigraphs -Wundef -Wno-unused -Wunknown-pragmas -Wvariadic-macros -Wwrite-strings -Wbad-function-cast -Wdeclaration-after-statement -Wimplicit-function-declaration -Wimplicit-int -Wmain -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wnonnull -Wold-style-definition -Wstrict-prototypes -fvisibility=hidden -I$(@D) -o $@ -c src/pmc/role.c

src/pmc/scalar.c : src/pmc/scalar.dump
	$(PMC2CC) src/pmc/scalar.pmc

src/pmc/scalar.dump : vtable.dump src/pmc/default.dump  src/pmc/scalar.pmc $(PMC2C_FILES) 
	$(PMC2CD) src/pmc/scalar.pmc

include/pmc/pmc_scalar.h: src/pmc/scalar.c

## SUFFIX OVERRIDE -Warnings
src/pmc/scalar$(O): \
    include/parrot/exceptions.h \
    src/pmc/scalar.str \
    include/parrot/cclass.h \
    include/parrot/multidispatch.h \
    include/parrot/atomic/gcc_x86.h \
    include/parrot/exit.h \
    include/parrot/call.h \
    include/parrot/dynext.h \
    include/parrot/pobj.h \
    include/parrot/extend_vtable.h \
    include/parrot/memory.h \
    include/parrot/key.h \
    include/parrot/oo.h \
    include/parrot/packfile.h \
    include/parrot/feature.h \
    src/pmc/scalar.c \
    include/parrot/oplib.h \
    include/parrot/io_unix.h \
    include/parrot/io_win32.h \
    include/parrot/library.h \
    include/parrot/thread.h \
    include/parrot/string.h \
    include/parrot/settings.h \
    include/parrot/namespace.h \
    include/parrot/extend.h \
    include/parrot/pbcversion.h \
    include/parrot/interpreter.h \
    include/parrot/core_types.h \
    include/parrot/io.h \
    include/parrot/context.h \
    include/parrot/io_portable.h \
    include/parrot/parrot.h \
    include/parrot/atomic.h \
    include/parrot/enums.h \
    include/parrot/atomic/sparc.h \
    include/parrot/encoding.h \
    include/parrot/vtable.h \
    include/parrot/scheduler.h \
    include/parrot/pmc.h \
    include/parrot/datatypes.h \
    include/parrot/core_pmcs.h \
    include/pmc/pmc_default.h \
    include/parrot/string_funcs.h \
    include/parrot/sub.h \
    include/parrot/misc.h \
    include/pmc/pmc_bigint.h \
    include/parrot/platform.h \
    include/parrot/compiler.h \
    include/parrot/pmc_freeze.h \
    include/pmc/pmc_continuation.h \
    include/parrot/global_setup.h \
    include/parrot/gc_api.h \
    include/parrot/hash.h \
    include/parrot/has_header.h \
    include/parrot/vtables.h \
    include/parrot/nci.h \
    include/parrot/warnings.h \
    include/parrot/op.h \
    include/parrot/platform_limits.h \
    include/parrot/stat.h \
    include/parrot/atomic/fallback.h \
    include/parrot/debugger.h \
    include/parrot/caches.h \
    include/parrot/config.h \
    include/pmc/pmc_callcontext.h \
    include/parrot/platform_interface.h \
    include/pmc/pmc_scalar.h \
    include/parrot/hll.h \
    include/parrot/atomic/gcc_pcc.h
	$(CC) $(CFLAGS)    -falign-functions=16 -funit-at-a-time -W -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wchar-subscripts -Wcomment -Wdisabled-optimization -Wdiv-by-zero -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 -Wmultichar -Wpacked -Wparentheses -Wpointer-arith -Wpointer-sign -Wreturn-type -Wsequence-point -Wsign-compare -Wstrict-aliasing -Wstrict-aliasing=2 -Wswitch -Wswitch-default -Wtrigraphs -Wundef -Wno-unused -Wunknown-pragmas -Wvariadic-macros -Wwrite-strings -Wbad-function-cast -Wdeclaration-after-statement -Wimplicit-function-declaration -Wimplicit-int -Wmain -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wnonnull -Wold-style-definition -Wstrict-prototypes -fvisibility=hidden -I$(@D) -o $@ -c src/pmc/scalar.c

src/pmc/scheduler.c : src/pmc/scheduler.dump
	$(PMC2CC) src/pmc/scheduler.pmc

src/pmc/scheduler.dump : vtable.dump src/pmc/default.dump  src/pmc/scheduler.pmc $(PMC2C_FILES) lib/Parrot/Pmc2c/PCCMETHOD.pm include/pmc/pmc_fixedintegerarray.h
	$(PMC2CD) src/pmc/scheduler.pmc

include/pmc/pmc_scheduler.h: src/pmc/scheduler.c

## SUFFIX OVERRIDE -Warnings
src/pmc/scheduler$(O): \
    include/parrot/exceptions.h \
    include/parrot/cclass.h \
    include/parrot/multidispatch.h \
    include/parrot/atomic/gcc_x86.h \
    include/parrot/exit.h \
    include/parrot/call.h \
    include/parrot/dynext.h \
    include/parrot/pobj.h \
    include/parrot/extend_vtable.h \
    include/parrot/memory.h \
    include/parrot/key.h \
    include/parrot/oo.h \
    include/parrot/packfile.h \
    include/parrot/feature.h \
    include/parrot/oplib.h \
    include/parrot/io_unix.h \
    include/parrot/io_win32.h \
    include/parrot/library.h \
    include/pmc/pmc_scheduler.h \
    include/parrot/thread.h \
    include/parrot/string.h \
    include/parrot/settings.h \
    include/parrot/namespace.h \
    include/parrot/extend.h \
    include/parrot/pbcversion.h \
    include/parrot/interpreter.h \
    include/parrot/core_types.h \
    include/parrot/io.h \
    include/parrot/context.h \
    include/parrot/io_portable.h \
    include/pmc/pmc_fixedintegerarray.h \
    include/parrot/parrot.h \
    include/parrot/atomic.h \
    include/parrot/enums.h \
    include/parrot/atomic/sparc.h \
    include/parrot/encoding.h \
    include/parrot/vtable.h \
    include/parrot/scheduler.h \
    include/parrot/pmc.h \
    include/parrot/datatypes.h \
    include/parrot/core_pmcs.h \
    include/pmc/pmc_default.h \
    include/parrot/scheduler_private.h \
    include/parrot/string_funcs.h \
    include/parrot/sub.h \
    include/parrot/misc.h \
    include/parrot/platform.h \
    include/parrot/compiler.h \
    include/parrot/pmc_freeze.h \
    include/pmc/pmc_continuation.h \
    include/parrot/global_setup.h \
    include/parrot/gc_api.h \
    include/parrot/hash.h \
    include/parrot/has_header.h \
    include/parrot/vtables.h \
    include/parrot/nci.h \
    include/parrot/warnings.h \
    include/parrot/op.h \
    include/parrot/platform_limits.h \
    src/pmc/scheduler.str \
    include/parrot/stat.h \
    include/parrot/atomic/fallback.h \
    include/parrot/debugger.h \
    src/pmc/scheduler.c \
    include/parrot/caches.h \
    include/parrot/config.h \
    include/pmc/pmc_callcontext.h \
    include/parrot/platform_interface.h \
    include/parrot/hll.h \
    include/parrot/atomic/gcc_pcc.h
	$(CC) $(CFLAGS)    -falign-functions=16 -funit-at-a-time -W -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wchar-subscripts -Wcomment -Wdisabled-optimization -Wdiv-by-zero -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 -Wmultichar -Wpacked -Wparentheses -Wpointer-arith -Wpointer-sign -Wreturn-type -Wsequence-point -Wsign-compare -Wstrict-aliasing -Wstrict-aliasing=2 -Wswitch -Wswitch-default -Wtrigraphs -Wundef -Wno-unused -Wunknown-pragmas -Wvariadic-macros -Wwrite-strings -Wbad-function-cast -Wdeclaration-after-statement -Wimplicit-function-declaration -Wimplicit-int -Wmain -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wnonnull -Wold-style-definition -Wstrict-prototypes -fvisibility=hidden -I$(@D) -o $@ -c src/pmc/scheduler.c

src/pmc/schedulermessage.c : src/pmc/schedulermessage.dump
	$(PMC2CC) src/pmc/schedulermessage.pmc

src/pmc/schedulermessage.dump : vtable.dump src/pmc/default.dump  src/pmc/schedulermessage.pmc $(PMC2C_FILES) 
	$(PMC2CD) src/pmc/schedulermessage.pmc

include/pmc/pmc_schedulermessage.h: src/pmc/schedulermessage.c

## SUFFIX OVERRIDE -Warnings
src/pmc/schedulermessage$(O): \
    include/parrot/exceptions.h \
    include/parrot/cclass.h \
    include/parrot/multidispatch.h \
    include/parrot/atomic/gcc_x86.h \
    include/parrot/exit.h \
    include/parrot/call.h \
    include/parrot/dynext.h \
    include/parrot/pobj.h \
    include/parrot/extend_vtable.h \
    include/parrot/memory.h \
    include/parrot/key.h \
    include/parrot/oo.h \
    include/parrot/packfile.h \
    include/parrot/feature.h \
    include/parrot/oplib.h \
    include/parrot/io_unix.h \
    include/parrot/io_win32.h \
    include/parrot/library.h \
    include/parrot/thread.h \
    include/parrot/string.h \
    include/parrot/settings.h \
    include/parrot/namespace.h \
    include/parrot/extend.h \
    include/parrot/pbcversion.h \
    include/parrot/interpreter.h \
    include/parrot/core_types.h \
    include/parrot/io.h \
    include/parrot/context.h \
    include/parrot/io_portable.h \
    include/parrot/parrot.h \
    include/parrot/atomic.h \
    include/parrot/enums.h \
    include/parrot/atomic/sparc.h \
    include/parrot/encoding.h \
    include/parrot/vtable.h \
    include/parrot/scheduler.h \
    include/parrot/pmc.h \
    include/parrot/datatypes.h \
    include/parrot/core_pmcs.h \
    include/pmc/pmc_default.h \
    include/parrot/scheduler_private.h \
    include/parrot/string_funcs.h \
    include/parrot/sub.h \
    include/parrot/misc.h \
    include/parrot/platform.h \
    include/parrot/compiler.h \
    include/parrot/pmc_freeze.h \
    include/pmc/pmc_continuation.h \
    include/parrot/global_setup.h \
    include/parrot/gc_api.h \
    include/parrot/hash.h \
    include/parrot/has_header.h \
    include/parrot/vtables.h \
    include/parrot/nci.h \
    include/parrot/warnings.h \
    include/pmc/pmc_schedulermessage.h \
    include/parrot/op.h \
    include/parrot/platform_limits.h \
    include/parrot/stat.h \
    include/parrot/atomic/fallback.h \
    include/parrot/debugger.h \
    include/parrot/caches.h \
    src/pmc/schedulermessage.c \
    include/parrot/config.h \
    include/pmc/pmc_callcontext.h \
    include/parrot/platform_interface.h \
    src/pmc/schedulermessage.str \
    include/parrot/hll.h \
    include/parrot/atomic/gcc_pcc.h
	$(CC) $(CFLAGS)    -falign-functions=16 -funit-at-a-time -W -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wchar-subscripts -Wcomment -Wdisabled-optimization -Wdiv-by-zero -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 -Wmultichar -Wpacked -Wparentheses -Wpointer-arith -Wpointer-sign -Wreturn-type -Wsequence-point -Wsign-compare -Wstrict-aliasing -Wstrict-aliasing=2 -Wswitch -Wswitch-default -Wtrigraphs -Wundef -Wno-unused -Wunknown-pragmas -Wvariadic-macros -Wwrite-strings -Wbad-function-cast -Wdeclaration-after-statement -Wimplicit-function-declaration -Wimplicit-int -Wmain -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wnonnull -Wold-style-definition -Wstrict-prototypes -fvisibility=hidden -I$(@D) -o $@ -c src/pmc/schedulermessage.c

src/pmc/sockaddr.c : src/pmc/sockaddr.dump
	$(PMC2CC) src/pmc/sockaddr.pmc

src/pmc/sockaddr.dump : vtable.dump src/pmc/default.dump  src/pmc/sockaddr.pmc $(PMC2C_FILES) 
	$(PMC2CD) src/pmc/sockaddr.pmc

include/pmc/pmc_sockaddr.h: src/pmc/sockaddr.c

## SUFFIX OVERRIDE -Warnings
src/pmc/sockaddr$(O): \
    include/parrot/exceptions.h \
    include/parrot/cclass.h \
    include/parrot/multidispatch.h \
    include/parrot/atomic/gcc_x86.h \
    include/parrot/exit.h \
    include/parrot/call.h \
    include/parrot/dynext.h \
    include/parrot/pobj.h \
    include/parrot/extend_vtable.h \
    include/parrot/memory.h \
    include/parrot/key.h \
    include/parrot/oo.h \
    include/parrot/packfile.h \
    include/parrot/feature.h \
    include/parrot/oplib.h \
    include/parrot/io_unix.h \
    include/parrot/io_win32.h \
    include/parrot/library.h \
    include/parrot/thread.h \
    include/parrot/string.h \
    include/parrot/settings.h \
    include/parrot/namespace.h \
    include/parrot/extend.h \
    include/parrot/pbcversion.h \
    include/parrot/interpreter.h \
    include/parrot/core_types.h \
    include/parrot/io.h \
    include/parrot/context.h \
    include/parrot/io_portable.h \
    include/parrot/parrot.h \
    include/parrot/atomic.h \
    include/parrot/enums.h \
    include/parrot/atomic/sparc.h \
    include/parrot/encoding.h \
    include/parrot/vtable.h \
    include/parrot/scheduler.h \
    include/parrot/pmc.h \
    include/parrot/datatypes.h \
    include/parrot/core_pmcs.h \
    include/pmc/pmc_default.h \
    include/parrot/string_funcs.h \
    include/parrot/sub.h \
    include/parrot/misc.h \
    include/pmc/pmc_sockaddr.h \
    include/parrot/platform.h \
    include/parrot/compiler.h \
    include/parrot/pmc_freeze.h \
    include/pmc/pmc_continuation.h \
    include/parrot/global_setup.h \
    include/parrot/gc_api.h \
    include/parrot/hash.h \
    src/pmc/sockaddr.c \
    include/parrot/has_header.h \
    include/parrot/vtables.h \
    include/parrot/nci.h \
    include/parrot/warnings.h \
    include/parrot/op.h \
    include/parrot/platform_limits.h \
    include/parrot/stat.h \
    include/parrot/atomic/fallback.h \
    include/parrot/debugger.h \
    include/parrot/caches.h \
    include/parrot/config.h \
    include/pmc/pmc_callcontext.h \
    include/parrot/platform_interface.h \
    include/parrot/hll.h \
    include/parrot/atomic/gcc_pcc.h \
    src/pmc/sockaddr.str
	$(CC) $(CFLAGS)    -falign-functions=16 -funit-at-a-time -W -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wchar-subscripts -Wcomment -Wdisabled-optimization -Wdiv-by-zero -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 -Wmultichar -Wpacked -Wparentheses -Wpointer-arith -Wpointer-sign -Wreturn-type -Wsequence-point -Wsign-compare -Wstrict-aliasing -Wstrict-aliasing=2 -Wswitch -Wswitch-default -Wtrigraphs -Wundef -Wno-unused -Wunknown-pragmas -Wvariadic-macros -Wwrite-strings -Wbad-function-cast -Wdeclaration-after-statement -Wimplicit-function-declaration -Wimplicit-int -Wmain -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wnonnull -Wold-style-definition -Wstrict-prototypes -fvisibility=hidden -I$(@D) -o $@ -c src/pmc/sockaddr.c

src/pmc/socket.c : src/pmc/socket.dump
	$(PMC2CC) src/pmc/socket.pmc

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 include/pmc/pmc_fixedintegerarray.h
	$(PMC2CD) src/pmc/socket.pmc

include/pmc/pmc_socket.h: src/pmc/socket.c

## SUFFIX OVERRIDE -Warnings
src/pmc/socket$(O): \
    include/parrot/exceptions.h \
    include/parrot/cclass.h \
    include/parrot/multidispatch.h \
    include/parrot/atomic/gcc_x86.h \
    include/parrot/exit.h \
    include/parrot/call.h \
    include/parrot/dynext.h \
    include/parrot/pobj.h \
    include/parrot/extend_vtable.h \
    include/parrot/memory.h \
    include/parrot/key.h \
    include/parrot/oo.h \
    include/parrot/packfile.h \
    include/parrot/feature.h \
    include/parrot/oplib.h \
    include/parrot/io_unix.h \
    include/parrot/io_win32.h \
    include/parrot/library.h \
    include/parrot/thread.h \
    include/parrot/string.h \
    include/parrot/settings.h \
    include/parrot/namespace.h \
    include/parrot/extend.h \
    include/parrot/pbcversion.h \
    include/parrot/interpreter.h \
    include/parrot/core_types.h \
    src/io/io_private.h \
    include/parrot/io.h \
    include/pmc/pmc_socket.h \
    include/parrot/context.h \
    include/parrot/io_portable.h \
    include/pmc/pmc_fixedintegerarray.h \
    include/parrot/parrot.h \
    include/parrot/atomic.h \
    include/parrot/enums.h \
    include/parrot/atomic/sparc.h \
    include/parrot/encoding.h \
    include/parrot/vtable.h \
    include/parrot/scheduler.h \
    include/parrot/pmc.h \
    include/parrot/datatypes.h \
    include/parrot/core_pmcs.h \
    include/pmc/pmc_default.h \
    include/parrot/string_funcs.h \
    include/parrot/sub.h \
    include/parrot/misc.h \
    src/pmc/socket.str \
    src/pmc/socket.c \
    include/parrot/platform.h \
    include/parrot/compiler.h \
    include/parrot/pmc_freeze.h \
    include/pmc/pmc_continuation.h \
    include/parrot/global_setup.h \
    include/parrot/gc_api.h \
    include/parrot/hash.h \
    include/parrot/has_header.h \
    include/parrot/vtables.h \
    include/parrot/nci.h \
    include/parrot/warnings.h \
    include/parrot/op.h \
    include/parrot/platform_limits.h \
    include/pmc/pmc_handle.h \
    include/parrot/stat.h \
    include/parrot/atomic/fallback.h \
    include/parrot/debugger.h \
    include/parrot/caches.h \
    include/parrot/config.h \
    include/pmc/pmc_callcontext.h \
    include/parrot/platform_interface.h \
    include/parrot/hll.h \
    include/parrot/atomic/gcc_pcc.h
	$(CC) $(CFLAGS)    -falign-functions=16 -funit-at-a-time -W -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wchar-subscripts -Wcomment -Wdisabled-optimization -Wdiv-by-zero -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 -Wmultichar -Wpacked -Wparentheses -Wpointer-arith -Wpointer-sign -Wreturn-type -Wsequence-point -Wsign-compare -Wstrict-aliasing -Wstrict-aliasing=2 -Wswitch -Wswitch-default -Wtrigraphs -Wundef -Wno-unused -Wunknown-pragmas -Wvariadic-macros -Wwrite-strings -Wbad-function-cast -Wdeclaration-after-statement -Wimplicit-function-declaration -Wimplicit-int -Wmain -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wnonnull -Wold-style-definition -Wstrict-prototypes -fvisibility=hidden -I$(@D) -o $@ -c src/pmc/socket.c

src/pmc/stringbuilder.c : src/pmc/stringbuilder.dump
	$(PMC2CC) src/pmc/stringbuilder.pmc

src/pmc/stringbuilder.dump : vtable.dump src/pmc/default.dump  src/pmc/stringbuilder.pmc $(PMC2C_FILES) lib/Parrot/Pmc2c/PCCMETHOD.pm include/pmc/pmc_fixedintegerarray.h
	$(PMC2CD) src/pmc/stringbuilder.pmc

include/pmc/pmc_stringbuilder.h: src/pmc/stringbuilder.c

## SUFFIX OVERRIDE -Warnings
src/pmc/stringbuilder$(O): \
    include/parrot/exceptions.h \
    include/parrot/cclass.h \
    include/parrot/multidispatch.h \
    include/parrot/atomic/gcc_x86.h \
    include/parrot/exit.h \
    include/parrot/call.h \
    include/parrot/dynext.h \
    include/parrot/pobj.h \
    include/parrot/extend_vtable.h \
    include/parrot/memory.h \
    include/parrot/key.h \
    include/parrot/oo.h \
    include/parrot/packfile.h \
    include/parrot/feature.h \
    include/parrot/oplib.h \
    include/parrot/io_unix.h \
    include/parrot/io_win32.h \
    include/parrot/library.h \
    include/parrot/thread.h \
    include/parrot/string.h \
    include/parrot/settings.h \
    include/parrot/namespace.h \
    include/parrot/extend.h \
    include/parrot/pbcversion.h \
    include/parrot/interpreter.h \
    include/parrot/core_types.h \
    include/parrot/io.h \
    include/parrot/context.h \
    include/parrot/io_portable.h \
    include/pmc/pmc_fixedintegerarray.h \
    include/parrot/parrot.h \
    include/parrot/atomic.h \
    include/parrot/enums.h \
    include/parrot/atomic/sparc.h \
    include/parrot/encoding.h \
    include/parrot/vtable.h \
    include/parrot/scheduler.h \
    include/parrot/pmc.h \
    include/parrot/datatypes.h \
    include/parrot/core_pmcs.h \
    include/pmc/pmc_default.h \
    include/parrot/string_funcs.h \
    include/parrot/sub.h \
    include/parrot/misc.h \
    include/parrot/platform.h \
    include/parrot/compiler.h \
    include/parrot/pmc_freeze.h \
    include/pmc/pmc_continuation.h \
    include/parrot/global_setup.h \
    include/parrot/gc_api.h \
    include/parrot/hash.h \
    include/parrot/has_header.h \
    include/parrot/vtables.h \
    include/parrot/nci.h \
    include/parrot/warnings.h \
    include/parrot/op.h \
    include/parrot/platform_limits.h \
    include/pmc/pmc_stringbuilder.h \
    include/parrot/stat.h \
    include/parrot/atomic/fallback.h \
    src/pmc/stringbuilder.str \
    include/parrot/debugger.h \
    include/parrot/caches.h \
    include/parrot/config.h \
    include/pmc/pmc_callcontext.h \
    include/parrot/platform_interface.h \
    src/pmc/stringbuilder.c \
    include/parrot/hll.h \
    include/parrot/atomic/gcc_pcc.h
	$(CC) $(CFLAGS)    -falign-functions=16 -funit-at-a-time -W -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wchar-subscripts -Wcomment -Wdisabled-optimization -Wdiv-by-zero -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 -Wmultichar -Wpacked -Wparentheses -Wpointer-arith -Wpointer-sign -Wreturn-type -Wsequence-point -Wsign-compare -Wstrict-aliasing -Wstrict-aliasing=2 -Wswitch -Wswitch-default -Wtrigraphs -Wundef -Wno-unused -Wunknown-pragmas -Wvariadic-macros -Wwrite-strings -Wbad-function-cast -Wdeclaration-after-statement -Wimplicit-function-declaration -Wimplicit-int -Wmain -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wnonnull -Wold-style-definition -Wstrict-prototypes -fvisibility=hidden -I$(@D) -o $@ -c src/pmc/stringbuilder.c

src/pmc/stringhandle.c : src/pmc/stringhandle.dump
	$(PMC2CC) src/pmc/stringhandle.pmc

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 include/pmc/pmc_fixedintegerarray.h
	$(PMC2CD) src/pmc/stringhandle.pmc

include/pmc/pmc_stringhandle.h: src/pmc/stringhandle.c

## SUFFIX OVERRIDE -Warnings
src/pmc/stringhandle$(O): \
    include/parrot/exceptions.h \
    include/parrot/cclass.h \
    include/parrot/multidispatch.h \
    include/parrot/atomic/gcc_x86.h \
    include/pmc/pmc_stringhandle.h \
    include/parrot/exit.h \
    include/parrot/call.h \
    include/parrot/dynext.h \
    include/parrot/pobj.h \
    include/parrot/extend_vtable.h \
    include/parrot/memory.h \
    include/parrot/key.h \
    include/parrot/oo.h \
    include/parrot/packfile.h \
    include/parrot/feature.h \
    src/pmc/stringhandle.str \
    include/parrot/oplib.h \
    include/parrot/io_unix.h \
    include/parrot/io_win32.h \
    include/parrot/library.h \
    include/parrot/thread.h \
    include/parrot/string.h \
    include/parrot/settings.h \
    include/parrot/namespace.h \
    include/parrot/extend.h \
    include/parrot/pbcversion.h \
    include/parrot/interpreter.h \
    include/parrot/core_types.h \
    src/io/io_private.h \
    include/parrot/io.h \
    include/parrot/context.h \
    include/parrot/io_portable.h \
    include/pmc/pmc_fixedintegerarray.h \
    include/parrot/parrot.h \
    include/parrot/atomic.h \
    include/parrot/enums.h \
    include/parrot/atomic/sparc.h \
    include/parrot/encoding.h \
    include/parrot/vtable.h \
    include/parrot/scheduler.h \
    include/parrot/pmc.h \
    include/parrot/datatypes.h \
    include/parrot/core_pmcs.h \
    src/pmc/stringhandle.c \
    include/pmc/pmc_default.h \
    include/parrot/string_funcs.h \
    include/parrot/sub.h \
    include/parrot/misc.h \
    include/parrot/platform.h \
    include/parrot/compiler.h \
    include/parrot/pmc_freeze.h \
    include/pmc/pmc_continuation.h \
    include/parrot/global_setup.h \
    include/parrot/gc_api.h \
    include/parrot/hash.h \
    include/parrot/has_header.h \
    include/parrot/vtables.h \
    include/parrot/nci.h \
    include/parrot/warnings.h \
    include/parrot/op.h \
    include/parrot/platform_limits.h \
    include/pmc/pmc_handle.h \
    include/parrot/stat.h \
    include/parrot/atomic/fallback.h \
    include/parrot/debugger.h \
    include/parrot/caches.h \
    include/parrot/config.h \
    include/pmc/pmc_callcontext.h \
    include/parrot/platform_interface.h \
    include/parrot/hll.h \
    include/parrot/atomic/gcc_pcc.h
	$(CC) $(CFLAGS)    -falign-functions=16 -funit-at-a-time -W -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wchar-subscripts -Wcomment -Wdisabled-optimization -Wdiv-by-zero -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 -Wmultichar -Wpacked -Wparentheses -Wpointer-arith -Wpointer-sign -Wreturn-type -Wsequence-point -Wsign-compare -Wstrict-aliasing -Wstrict-aliasing=2 -Wswitch -Wswitch-default -Wtrigraphs -Wundef -Wno-unused -Wunknown-pragmas -Wvariadic-macros -Wwrite-strings -Wbad-function-cast -Wdeclaration-after-statement -Wimplicit-function-declaration -Wimplicit-int -Wmain -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wnonnull -Wold-style-definition -Wstrict-prototypes -fvisibility=hidden -I$(@D) -o $@ -c src/pmc/stringhandle.c

src/pmc/stringiterator.c : src/pmc/stringiterator.dump
	$(PMC2CC) src/pmc/stringiterator.pmc

src/pmc/stringiterator.dump : vtable.dump src/pmc/default.dump src/pmc/iterator.dump  src/pmc/stringiterator.pmc $(PMC2C_FILES) 
	$(PMC2CD) src/pmc/stringiterator.pmc

include/pmc/pmc_stringiterator.h: src/pmc/stringiterator.c

## SUFFIX OVERRIDE -Warnings
src/pmc/stringiterator$(O): \
    include/parrot/exceptions.h \
    include/parrot/cclass.h \
    include/parrot/multidispatch.h \
    include/parrot/atomic/gcc_x86.h \
    include/parrot/exit.h \
    include/parrot/call.h \
    include/parrot/dynext.h \
    include/parrot/pobj.h \
    include/parrot/extend_vtable.h \
    include/parrot/memory.h \
    include/pmc/pmc_iterator.h \
    include/parrot/key.h \
    include/parrot/oo.h \
    include/parrot/packfile.h \
    include/parrot/feature.h \
    include/parrot/oplib.h \
    include/parrot/io_unix.h \
    include/parrot/io_win32.h \
    include/parrot/library.h \
    include/parrot/thread.h \
    include/parrot/string.h \
    src/pmc/stringiterator.c \
    include/parrot/settings.h \
    include/parrot/namespace.h \
    src/pmc/stringiterator.str \
    include/parrot/extend.h \
    include/parrot/pbcversion.h \
    include/parrot/interpreter.h \
    include/parrot/core_types.h \
    include/parrot/io.h \
    include/parrot/context.h \
    include/parrot/io_portable.h \
    include/parrot/parrot.h \
    include/parrot/atomic.h \
    include/parrot/enums.h \
    include/parrot/atomic/sparc.h \
    include/parrot/encoding.h \
    include/parrot/vtable.h \
    include/parrot/scheduler.h \
    include/parrot/pmc.h \
    include/parrot/datatypes.h \
    include/parrot/core_pmcs.h \
    include/pmc/pmc_default.h \
    include/parrot/string_funcs.h \
    include/parrot/sub.h \
    include/parrot/misc.h \
    include/parrot/platform.h \
    include/parrot/compiler.h \
    include/parrot/pmc_freeze.h \
    include/pmc/pmc_continuation.h \
    include/parrot/global_setup.h \
    include/parrot/gc_api.h \
    include/parrot/hash.h \
    include/parrot/has_header.h \
    include/parrot/vtables.h \
    include/parrot/nci.h \
    include/pmc/pmc_stringiterator.h \
    include/parrot/warnings.h \
    include/parrot/op.h \
    include/parrot/platform_limits.h \
    include/parrot/stat.h \
    include/parrot/atomic/fallback.h \
    include/parrot/debugger.h \
    include/parrot/caches.h \
    include/parrot/config.h \
    include/pmc/pmc_callcontext.h \
    include/parrot/platform_interface.h \
    include/parrot/hll.h \
    include/parrot/atomic/gcc_pcc.h
	$(CC) $(CFLAGS)    -falign-functions=16 -funit-at-a-time -W -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wchar-subscripts -Wcomment -Wdisabled-optimization -Wdiv-by-zero -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 -Wmultichar -Wpacked -Wparentheses -Wpointer-arith -Wpointer-sign -Wreturn-type -Wsequence-point -Wsign-compare -Wstrict-aliasing -Wstrict-aliasing=2 -Wswitch -Wswitch-default -Wtrigraphs -Wundef -Wno-unused -Wunknown-pragmas -Wvariadic-macros -Wwrite-strings -Wbad-function-cast -Wdeclaration-after-statement -Wimplicit-function-declaration -Wimplicit-int -Wmain -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wnonnull -Wold-style-definition -Wstrict-prototypes -fvisibility=hidden -I$(@D) -o $@ -c src/pmc/stringiterator.c

src/pmc/task.c : src/pmc/task.dump
	$(PMC2CC) src/pmc/task.pmc

src/pmc/task.dump : vtable.dump src/pmc/default.dump  src/pmc/task.pmc $(PMC2C_FILES) 
	$(PMC2CD) src/pmc/task.pmc

include/pmc/pmc_task.h: src/pmc/task.c

## SUFFIX OVERRIDE -Warnings
src/pmc/task$(O): \
    include/parrot/exceptions.h \
    include/parrot/cclass.h \
    include/parrot/multidispatch.h \
    include/parrot/atomic/gcc_x86.h \
    include/parrot/exit.h \
    include/parrot/call.h \
    include/parrot/dynext.h \
    include/parrot/pobj.h \
    include/parrot/extend_vtable.h \
    include/parrot/memory.h \
    include/parrot/key.h \
    include/parrot/oo.h \
    include/parrot/packfile.h \
    include/parrot/feature.h \
    include/parrot/oplib.h \
    include/parrot/io_unix.h \
    include/parrot/io_win32.h \
    include/parrot/library.h \
    include/parrot/thread.h \
    include/parrot/string.h \
    include/parrot/settings.h \
    include/parrot/namespace.h \
    include/parrot/extend.h \
    include/parrot/pbcversion.h \
    include/parrot/interpreter.h \
    include/parrot/core_types.h \
    include/parrot/io.h \
    include/parrot/context.h \
    include/parrot/io_portable.h \
    include/parrot/parrot.h \
    include/parrot/atomic.h \
    include/parrot/enums.h \
    include/parrot/atomic/sparc.h \
    include/parrot/encoding.h \
    include/parrot/vtable.h \
    include/pmc/pmc_task.h \
    include/parrot/scheduler.h \
    include/parrot/pmc.h \
    include/parrot/datatypes.h \
    include/parrot/core_pmcs.h \
    src/pmc/task.c \
    include/pmc/pmc_default.h \
    include/parrot/scheduler_private.h \
    include/parrot/string_funcs.h \
    include/parrot/sub.h \
    include/parrot/misc.h \
    src/pmc/task.str \
    include/parrot/platform.h \
    include/parrot/compiler.h \
    include/parrot/pmc_freeze.h \
    include/pmc/pmc_continuation.h \
    include/parrot/global_setup.h \
    include/parrot/gc_api.h \
    include/parrot/hash.h \
    include/parrot/has_header.h \
    include/parrot/vtables.h \
    include/parrot/nci.h \
    include/parrot/warnings.h \
    include/parrot/op.h \
    include/parrot/platform_limits.h \
    include/parrot/stat.h \
    include/parrot/atomic/fallback.h \
    include/parrot/debugger.h \
    include/parrot/caches.h \
    include/parrot/config.h \
    include/pmc/pmc_callcontext.h \
    include/parrot/platform_interface.h \
    include/parrot/hll.h \
    include/parrot/atomic/gcc_pcc.h
	$(CC) $(CFLAGS)    -falign-functions=16 -funit-at-a-time -W -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wchar-subscripts -Wcomment -Wdisabled-optimization -Wdiv-by-zero -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 -Wmultichar -Wpacked -Wparentheses -Wpointer-arith -Wpointer-sign -Wreturn-type -Wsequence-point -Wsign-compare -Wstrict-aliasing -Wstrict-aliasing=2 -Wswitch -Wswitch-default -Wtrigraphs -Wundef -Wno-unused -Wunknown-pragmas -Wvariadic-macros -Wwrite-strings -Wbad-function-cast -Wdeclaration-after-statement -Wimplicit-function-declaration -Wimplicit-int -Wmain -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wnonnull -Wold-style-definition -Wstrict-prototypes -fvisibility=hidden -I$(@D) -o $@ -c src/pmc/task.c

src/pmc/threadinterpreter.c : src/pmc/threadinterpreter.dump
	$(PMC2CC) src/pmc/threadinterpreter.pmc

src/pmc/threadinterpreter.dump : vtable.dump src/pmc/default.dump src/pmc/parrotinterpreter.dump  src/pmc/threadinterpreter.pmc $(PMC2C_FILES) 
	$(PMC2CD) src/pmc/threadinterpreter.pmc

include/pmc/pmc_threadinterpreter.h: src/pmc/threadinterpreter.c

## SUFFIX OVERRIDE -Warnings
src/pmc/threadinterpreter$(O): \
    include/parrot/exceptions.h \
    include/parrot/cclass.h \
    src/pmc/threadinterpreter.c \
    include/parrot/multidispatch.h \
    include/parrot/atomic/gcc_x86.h \
    include/parrot/exit.h \
    include/parrot/call.h \
    include/parrot/dynext.h \
    include/parrot/pobj.h \
    include/parrot/extend_vtable.h \
    include/parrot/memory.h \
    include/parrot/key.h \
    include/parrot/oo.h \
    include/parrot/packfile.h \
    include/parrot/feature.h \
    include/pmc/pmc_parrotinterpreter.h \
    include/parrot/oplib.h \
    include/parrot/io_unix.h \
    include/parrot/io_win32.h \
    include/parrot/library.h \
    include/parrot/thread.h \
    include/parrot/string.h \
    include/parrot/settings.h \
    include/parrot/namespace.h \
    include/parrot/extend.h \
    include/parrot/pbcversion.h \
    include/parrot/interpreter.h \
    include/parrot/core_types.h \
    include/parrot/io.h \
    include/parrot/context.h \
    include/parrot/io_portable.h \
    include/parrot/parrot.h \
    include/parrot/atomic.h \
    include/parrot/enums.h \
    include/parrot/atomic/sparc.h \
    include/parrot/encoding.h \
    include/parrot/vtable.h \
    include/parrot/scheduler.h \
    include/parrot/pmc.h \
    include/parrot/datatypes.h \
    include/parrot/core_pmcs.h \
    include/pmc/pmc_default.h \
    src/pmc/threadinterpreter.str \
    include/parrot/string_funcs.h \
    include/parrot/sub.h \
    include/parrot/misc.h \
    include/pmc/pmc_threadinterpreter.h \
    include/parrot/platform.h \
    include/parrot/compiler.h \
    include/parrot/pmc_freeze.h \
    include/pmc/pmc_continuation.h \
    include/parrot/global_setup.h \
    include/parrot/embed.h \
    include/parrot/gc_api.h \
    include/parrot/hash.h \
    include/parrot/has_header.h \
    include/parrot/vtables.h \
    include/parrot/nci.h \
    include/parrot/warnings.h \
    include/parrot/op.h \
    include/parrot/platform_limits.h \
    include/parrot/stat.h \
    include/parrot/atomic/fallback.h \
    include/parrot/debugger.h \
    include/parrot/caches.h \
    include/parrot/config.h \
    include/pmc/pmc_callcontext.h \
    include/parrot/platform_interface.h \
    include/parrot/hll.h \
    include/parrot/atomic/gcc_pcc.h
	$(CC) $(CFLAGS)    -falign-functions=16 -funit-at-a-time -W -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wchar-subscripts -Wcomment -Wdisabled-optimization -Wdiv-by-zero -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 -Wmultichar -Wpacked -Wparentheses -Wpointer-arith -Wpointer-sign -Wreturn-type -Wsequence-point -Wsign-compare -Wstrict-aliasing -Wstrict-aliasing=2 -Wswitch -Wswitch-default -Wtrigraphs -Wundef -Wno-unused -Wunknown-pragmas -Wvariadic-macros -Wwrite-strings -Wbad-function-cast -Wdeclaration-after-statement -Wimplicit-function-declaration -Wimplicit-int -Wmain -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wnonnull -Wold-style-definition -Wstrict-prototypes -fvisibility=hidden -I$(@D) -o $@ -c src/pmc/threadinterpreter.c

src/pmc/undef.c : src/pmc/undef.dump
	$(PMC2CC) src/pmc/undef.pmc

src/pmc/undef.dump : vtable.dump src/pmc/default.dump  src/pmc/undef.pmc $(PMC2C_FILES) 
	$(PMC2CD) src/pmc/undef.pmc

include/pmc/pmc_undef.h: src/pmc/undef.c

## SUFFIX OVERRIDE -Warnings
src/pmc/undef$(O): \
    include/parrot/exceptions.h \
    include/parrot/cclass.h \
    include/parrot/multidispatch.h \
    include/parrot/atomic/gcc_x86.h \
    include/parrot/exit.h \
    include/parrot/call.h \
    include/parrot/dynext.h \
    include/parrot/pobj.h \
    include/parrot/extend_vtable.h \
    include/parrot/memory.h \
    include/parrot/key.h \
    include/parrot/oo.h \
    include/parrot/packfile.h \
    include/parrot/feature.h \
    src/pmc/undef.c \
    include/parrot/oplib.h \
    include/parrot/io_unix.h \
    include/parrot/io_win32.h \
    include/parrot/library.h \
    include/parrot/thread.h \
    include/parrot/string.h \
    include/parrot/settings.h \
    include/parrot/namespace.h \
    include/parrot/extend.h \
    include/parrot/pbcversion.h \
    include/parrot/interpreter.h \
    include/parrot/core_types.h \
    include/parrot/io.h \
    include/parrot/context.h \
    include/parrot/io_portable.h \
    include/parrot/parrot.h \
    src/pmc/undef.str \
    include/parrot/atomic.h \
    include/parrot/enums.h \
    include/parrot/atomic/sparc.h \
    include/parrot/encoding.h \
    include/parrot/vtable.h \
    include/parrot/scheduler.h \
    include/parrot/pmc.h \
    include/parrot/datatypes.h \
    include/parrot/core_pmcs.h \
    include/pmc/pmc_default.h \
    include/parrot/string_funcs.h \
    include/parrot/sub.h \
    include/parrot/misc.h \
    include/pmc/pmc_object.h \
    include/parrot/platform.h \
    include/parrot/compiler.h \
    include/parrot/pmc_freeze.h \
    include/pmc/pmc_continuation.h \
    include/parrot/global_setup.h \
    include/parrot/gc_api.h \
    include/parrot/hash.h \
    include/pmc/pmc_undef.h \
    include/parrot/has_header.h \
    include/parrot/vtables.h \
    include/parrot/nci.h \
    include/parrot/warnings.h \
    include/parrot/op.h \
    include/parrot/platform_limits.h \
    include/parrot/stat.h \
    include/parrot/atomic/fallback.h \
    include/parrot/debugger.h \
    include/parrot/caches.h \
    include/parrot/config.h \
    include/pmc/pmc_callcontext.h \
    include/parrot/platform_interface.h \
    include/parrot/hll.h \
    include/parrot/atomic/gcc_pcc.h
	$(CC) $(CFLAGS)    -falign-functions=16 -funit-at-a-time -W -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wchar-subscripts -Wcomment -Wdisabled-optimization -Wdiv-by-zero -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 -Wmultichar -Wpacked -Wparentheses -Wpointer-arith -Wpointer-sign -Wreturn-type -Wsequence-point -Wsign-compare -Wstrict-aliasing -Wstrict-aliasing=2 -Wswitch -Wswitch-default -Wtrigraphs -Wundef -Wno-unused -Wunknown-pragmas -Wvariadic-macros -Wwrite-strings -Wbad-function-cast -Wdeclaration-after-statement -Wimplicit-function-declaration -Wimplicit-int -Wmain -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wnonnull -Wold-style-definition -Wstrict-prototypes -fvisibility=hidden -I$(@D) -o $@ -c src/pmc/undef.c



# $(CONFIGURE_GENERATED_FILES) : Configure.pl
#	$(PERL) Configure.pl

$(INC_DIR)/vtable.h : src/vtable.tbl $(BUILD_TOOLS_DIR)/vtable_h.pl lib/Parrot/Vtable.pm
	$(PERL) $(BUILD_TOOLS_DIR)/vtable_h.pl

###############################################################################
#
# Documentation targets:
#
###############################################################################

docs : docs.dummy

docs.stub:
	@echo "Perldoc is required, but not detected."

docs.dummy :
	$(MAKE) docs

docs-clean :
	$(MAKE) docs clean

html : html.dummy

html.stub:
	@echo "Perldoc is required, but not detected."

html.dummy :
	$(MAKE) docs html

html-clean :
	$(MAKE) docs html-clean

htmlhelp : htmlhelp.dummy

htmlhelp.stub:
	@echo "Perldoc is required, but not detected."

htmlhelp.dummy :
	$(MAKE) docs htmlhelp

htmlhelp-clean :
	$(MAKE) docs htmlhelp-clean

pdf:
	$(MAKE) docs pdf

pdf-clean:
	$(MAKE) docs pdf-clean

###############################################################################
#
# compiler implementation targets:
#
###############################################################################

ext-clean:
	$(RM_RF) $(NQPRX_LIB_PBCS) $(NQPRX_LIB_SETTING) parrot-nqp*

###############################################################################
#
# editors targets:
#
###############################################################################

editor-clean :
	$(MAKE) editor clean

###############################################################################
#
# Testing Targets:
#
###############################################################################

# The --running-make-test argument is currently used by long-running tests
# to disable GC_DEBUG.
EXTRA_TEST_ARGS = --gc-debug

# Directories holding tests
DYNOPLIBS_TESTS_DIR = t/dynoplibs
DYNPMC_TESTS_DIR = t/dynpmc
INSTALL_TOOLS_TESTS_DIR = $(TOOLS_TESTS_DIR)/install
OO_TESTS_DIR = t/oo
OP_TESTS_DIR = t/op
PIR_TESTS_DIR = t/pir
PMC_TESTS_DIR = t/pmc
HARNESS_TESTS_DIR = t/pharness
MANIFEST_TESTS_DIR = t/manifest
PMC2CUTILS_TESTS_DIR = $(TOOLS_TESTS_DIR)/pmc2cutils
TOOLS_TESTS_DIR = t/tools

BENCHMARK_TEST_FILES = \
    t/benchmark/*.t
BUILDTOOLS_TEST_FILES = \
    $(PMC2CUTILS_TESTS_DIR)/*.t \
    $(HARNESS_TESTS_DIR)/*.t
CODINGSTD_TEST_FILES = \
    t/codingstd/*.t
CONFIGURE_TEST_FILES = \
    t/configure/*.t \
    t/steps/*.t
DISTRO_TEST_FILES = \
    t/distro/*.t
DYNOPLIBS_TEST_FILES = $(DYNOPLIBS_TESTS_DIR)/*.t
DYNPMC_TEST_FILES = $(DYNPMC_TESTS_DIR)/*.t
EXAMPLES_TEST_FILES = \
    t/examples/*.t
HEADERIZER_TEST_FILES = $(TOOLS_TESTS_DIR)/dev/headerizer/*.t
LIBRARY_TEST_FILES = t/compilers/pct/*.t t/compilers/pge/*.t t/compilers/pge/p5regex/*.t t/compilers/pge/perl6regex/*.t t/compilers/tge/*.t t/compilers/opsc/*.t t/compilers/data_json/*.t t/dynoplibs/*.t t/dynpmc/*.t t/library/*.t t/tools/*.t t/profiling/*.t
MANIFEST_TEST_FILES = \
    $(MANIFEST_TESTS_DIR)/*.t \
    $(INSTALL_TOOLS_TESTS_DIR)/*.t
OO_TEST_FILES = $(OO_TESTS_DIR)/*.t
OP_TEST_FILES = $(OP_TESTS_DIR)/*.t
PBC_TEST_FILES = \
    t/op/testlib/test_strings.pbc \
    t/pmc/testlib/annotations.pbc \
    t/pmc/testlib/number.pbc
PERL_TEST_FILES = \
    t/perl/*.t
PIR_TEST_FILES = $(PIR_TESTS_DIR)/*.t
PMC_TEST_FILES = $(PMC_TESTS_DIR)/*.t
RUN_TEST_FILES = \
    t/run/*.t
RUNCORE_TEST_FILES = \
    --runcore-tests
SRC_TEST_FILES = \
    t/src/*.t \
    t/src/embed/*.t
TOOLS_TEST_FILES = $(TOOLS_TESTS_DIR)/tools/*.t

# pbc files used for several tests;
# not needed for build, hence this target is not included in 'all'
pbctestfiles: $(PBC_TEST_FILES)

t/pmc/testlib/number.pbc: $(PARROT) t/pmc/testlib/number.pasm
	$(PARROT) -o t/pmc/testlib/number.pbc t/pmc/testlib/number.pasm

t/pmc/testlib/annotations.pbc: $(PARROT) t/pmc/testlib/annotations.pir
	$(PARROT) -o t/pmc/testlib/annotations.pbc t/pmc/testlib/annotations.pir

t/op/testlib/test_strings.pbc: $(PARROT) t/op/testlib/test_strings.pir
	$(PARROT) -o t/op/testlib/test_strings.pbc t/op/testlib/test_strings.pir

# Common prep for all test targets.
# We probably need a complete build before running the tests.
test_prep : all pbctestfiles

# Run test cases with a single call of t/harness. Users have to look at only
# one report. The default set of tests to run is contained in t/harness,
# make any edits there. Some tests are run in a separate harness only because
# integrating them in a single run is difficult.

# Normal test package
test : test_core

# Test Parrot core.
test_core: test_prep
	$(PERL) t/harness $(EXTRA_TEST_ARGS)

test_runcore: test_prep
	$(PERL) t/harness $(EXTRA_TEST_ARGS) $(RUNCORE_TEST_FILES)

# run the test suite, create a TAP archive and send it off to smolder
smolder_test : test_prep
	$(PERL) t/harness $(EXTRA_TEST_ARGS) --archive --send-to-smolder

smolder_coretest : corevm pbctestfiles
	$(PERL) t/harness $(EXTRA_TEST_ARGS) --core-tests --archive --send-to-smolder

smoke : smolder_test

# "core tests" -- test basic functionality but not ancillaries
coretest : corevm pbctestfiles
	$(PERL) t/harness $(EXTRA_TEST_ARGS) --core-tests

# automake compatibility
check : test

# Test various run cores and other stuff
# 'testg' and 'testj' are tested only
# when the needed runcores are available
fulltest :
	-make testb \
	testf \
	testr \
	src_tests \
	run_tests \
	buildtools_tests \
	perl_tests \
	library_tests \
	codetest \
	benchmark_tests \
	manifest_tests \
	examples_tests \
	distro_tests \
	headerizer_tests

# bounds checking, slow core
testb : test_prep
	$(PERL) t/harness $(EXTRA_TEST_ARGS) -b $(RUNCORE_TEST_FILES)

# fast core
testf : test_prep
	$(PERL) t/harness $(EXTRA_TEST_ARGS) -f $(RUNCORE_TEST_FILES)

# Computed goto
testg : test_prep
	$(PERL) t/harness $(EXTRA_TEST_ARGS) -g $(RUNCORE_TEST_FILES)

# gcdebug core
testgcd : test_prep
	$(PERL) t/harness $(EXTRA_TEST_ARGS) -G $(RUNCORE_TEST_FILES)

# JIT core - target retained, but falls back to standard core
testj : test_prep
	$(PERL) t/harness $(EXTRA_TEST_ARGS) $(RUNCORE_TEST_FILES)

# normal core, write and run Parrot Byte Code
testr : test_prep
	$(PERL) t/harness $(EXTRA_TEST_ARGS) -r $(RUNCORE_TEST_FILES)

# normal core, optimization level 1
testO1 : test_prep
	$(PERL) t/harness $(EXTRA_TEST_ARGS) -O1 $(RUNCORE_TEST_FILES)

# test the EXEC stuff
testexec: test_prep
	$(PERL) t/harness $(EXTRA_TEST_ARGS) --run-exec $(RUNCORE_TEST_FILES)

# Test that need to be compiled by the C-compiler
src_tests :
	$(PERL) t/harness $(SRC_TEST_FILES)

dynoplibs_tests :
	$(PERL) t/harness $(DYNOPLIBS_TEST_FILES)

dynpmc_tests :
	$(PERL) t/harness $(DYNPMC_TEST_FILES)

oo_tests :
	$(PERL) t/harness $(OO_TEST_FILES)

op_tests :
	$(PERL) t/harness $(OP_TEST_FILES)

pir_tests :
	$(PERL) t/harness $(PIR_TEST_FILES)

pmc_tests :
	$(PERL) t/harness $(PMC_TEST_FILES)

# Command line and various environments
run_tests :
	$(PERL) t/harness $(RUN_TEST_FILES)

# Test the Perl5 Modules in the Parrot distribution
perl_tests :
	$(PERL) t/harness $(PERL_TEST_FILES)

nocritic_codetest :
	PARROT_TEST_NO_PERLCRITIC=1 $(PERL) t/harness $(EXTRA_TEST_ARGS) --code-tests

codetest :
	$(PERL) t/harness $(EXTRA_TEST_ARGS) --code-tests

# Test pdd07_codingstd
codingstd_tests :
	$(PERL) t/harness $(CODINGSTD_TEST_FILES)

# Run standard test suite with warnings enabled.
warnings_tests: test_prep
	$(PERL) t/harness $(EXTRA_TEST_ARGS) -w $(RUNCORE_TEST_FILES)

buildtools_tests : corevm
	$(PERL) t/harness $(BUILDTOOLS_TEST_FILES)

manifest_tests :
	$(PERL) t/harness $(MANIFEST_TEST_FILES)

examples_tests : test_prep
	$(PERL) t/harness $(EXAMPLES_TEST_FILES)

# moretests: Good to use before branch merges
moretests: test_prep \
    test \
    examples_tests \
    nocritic_codetest

# benchmark tests
benchmark_tests : test_prep
	$(PERL) t/harness $(BENCHMARK_TEST_FILES)

# Running a benchmark
mopsbench : test_prep
	$(PARROT) examples/benchmarks/mops_intval.pasm

# distro tests
distro_tests : test_prep
	$(PERL) t/harness $(DISTRO_TEST_FILES)

# configure tests
configure_tests :
	$(PERL) t/harness $(CONFIGURE_TEST_FILES)

# headerizer tests
headerizer_tests : test_prep
	$(PERL) t/harness $(HEADERIZER_TEST_FILES)

# library tests - tests run by make test but not by make fulltest or make fullcover
library_tests : test_prep
	$(PERL) t/harness $(EXTRA_TEST_ARGS) $(LIBRARY_TEST_FILES)

###############################################################################
#
# Cleaning Targets:
#
###############################################################################

clean : \
    test-clean \
    prog-clean \
    dynext-clean \
    docs-clean \
    html-clean \
    examples-clean \
    ext-clean \
    cover-clean \
    editor-clean
	$(RM_F) chartypes "*.s" "*~"
	$(RM_F) $(FLUID_FILES_1)
	$(RM_F) $(FLUID_FILES_2)
	$(RM_RF) lib/Parrot/OpLib
	$(RM_RF) runtime/parrot/languages/data_json
	$(RM_F) $(NQP_CLEANUPS) $(PGE_CLEANUPS) $(TGE_CLEANUPS)
	$(RM_F) $(PCT_CLEANUPS) $(DATA_JSON_CLEANUPS)
	$(RM_F) $(DYNOPLIBS_CLEANUPS) $(DYNPMC_CLEANUPS)
	$(RM_F) $(GEN_PASM_INCLUDES) $(GEN_PM_INCLUDES)
	$(RM_F) $(NQPRX_CLEANUPS)  $(OPSC_CLEANUPS)
	$(RM_RF) blib

prog-clean :
	$(RM_F) \
    $(O_FILES) \
    $(PARROT) \
    $(MINIPARROT) \
    $(LIBPARROT) \
    $(INSTALLABLEOPS2C) \
    $(INSTALLABLEPARROT) \
    $(INSTALLABLEDIS) \
    $(INSTALLABLEPDUMP) \
    $(INSTALLABLEPBC_MERGE) \
    $(INSTALLABLEPBCTOEXE) \
    $(INSTALLABLEPDB) \
    $(INSTALLABLECONFIG) \
    $(INSTALLABLENQP) \
    $(INSTALLABLENCITHUNKGEN) \
    $(INSTALLABLEPROVE) \
    pbc_to_exe.pbc pbc_to_exe.c pbc_to_exe$(O) pbc_to_exe$(EXE) \
    $(NCI_THUNK_GEN) parrot_nci_thunk_gen.c parrot_nci_thunk_gen$(O) parrot_nci_thunk_gen.pbc \
    ops2c.pbc ops2c.c ops2c$(O) ops2c$(EXE) ops2c.pir \
    parrot-prove.pbc parrot-prove.c parrot-prove$(O) parrot-prove$(EXE) \
    parrot_config$(EXE) parrot_config.c parrot_config$(O) parrot_config.pbc \
    compilers/imcc/main$(O) \
    $(PDUMP) frontend/pbc_dump/main$(O) frontend/pbc_dump/packdump$(O) \
    $(PDB) frontend/parrot_debugger/main$(O) \
    $(PBC_MERGE) frontend/pbc_merge/main$(O) \
    $(DIS) src/pbc_disassemble$(O)
	$(RM_F) \
    frontend/parrot/main$(O) \
    src/null_config$(O) \
    src/parrot_config$(O) \
    src/install_config$(O) \
    src/nci_test$(O) \
    $(LIBNCI_TEST_SO) \
    src/glut_callbacks$(O) \
    src/glut_nci_thunks$(O) \
    $(LIBGLUTCB_SO) \
    src/extra_nci_thunks$(O) \
    $(EXTRANCITHUNKS_SO) \
    install_config.fpmc
	$(PERL) $(BUILD_TOOLS_DIR)/c2str.pl --init
	$(RM_F) \
    $(STR_FILES) \
    src/string/private_cstring.h "src/pmc/*.c" "include/pmc/pmc_*.h" \
    "src/pmc/*.dump" vtable.dump "*.def" "*.lib" "*.exp"

archclean: dynext-clean
	$(RM_F) \
    $(O_FILES) \
    $(GEN_CONFIGS) \
    $(GEN_MAKEFILES) \
    $(PARROT) \
    $(MINIPARROT) \
    $(INSTALLABLEPARROT) \
    $(INSTALLABLEDIS) \
    $(INSTALLABLEPDUMP) \
    $(INSTALLABLEPBC_MERGE) \
    $(INSTALLABLEPDB) \
    $(INSTALLABLECONFIG) \
    $(INSTALLABLENQP) \
    compilers/imcc/main$(O) \
    $(PDUMP) frontend/pbc_dump/main$(O) frontend/pbc_dump/packdump$(O) \
    $(PDB) frontend/parrot_debugger/main$(O) \
    $(PBC_MERGE) frontend/pbc_merge/main$(O) \
    $(DIS) src/pbc_disassemble$(O) \
    $(PARROT_CONFIG) parrot_config$(O) parrot_config.c \
    src/parrot_config$(O) parrot_config.pbc \
    pbc_to_exe$(EXE) pbc_to_exe$(O) pbc_to_exe.pbc \
    src/null_config$(O) \
    src/parrot_config$(O) \
    src/install_config$(O) \
    install_config.fpmc \
    src/nci_test$(O) \
    $(LIBNCI_TEST_SO) \
    src/glut_callbacks$(O) \
    $(LIBGLUTCB_SO) \
    src/extra_nci_thunks$(O) \
    $(EXTRANCITHUNKS_SO) \
    $(LIBPARROT_STATIC) \
    $(LIBPARROT_SHARED)

dynext-clean :
# shared libs (LOAD_EXT, SHARE_EXT)
# win32 import library (.lib - shared object is deleted by LIBNCI_TEST_SO above)
# win32 program data base - contains debugging info (.pdb)
# win32 incremental link status files (.ilk)
# win32 exported functions and data items (.exp)
# win32 export definition files (.def)
	$(RM_F) \
    "$(DYNEXT_DIR)/*$(LOAD_EXT)" \
    "$(DYNEXT_DIR)/*$(SHARE_EXT)" \
    "$(DYNEXT_DIR)/*.lib" \
    "*.pdb" "$(DYNEXT_DIR)/*.pdb" \
    "*.ilk" "$(DYNEXT_DIR)/*.ilk" \
    "*.exp" "$(DYNEXT_DIR)/*.exp" \
    "*.def" "$(DYNEXT_DIR)/*.def" \
    "*.manifest" "$(DYNEXT_DIR)/*.manifest"

# Remove files generated by the test suite
# XXX Is there a danger of too long command lines in the $(RM_F) commands,
# or is there an automatic xargs?
test-clean :
	$(RM_F) t/compilers/data_json/*.pir
	$(RM_F) t/compilers/imcc/imcpasm/*.pir
	$(RM_F) t/compilers/imcc/syn/*.pir t/compilers/imcc/syn/*.pasm
	$(RM_F) t/compilers/imcc/reg/*.pir t/compilers/imcc/reg/*.pasm
	$(RM_F) t/compilers/pct/*.pir
	$(RM_F) t/compilers/pge/perl6regex/*.pir
	$(RM_F) t/compilers/pge/*.pir
	$(RM_F) t/compilers/tge/*.pir
	$(RM_F) \
    $(PBC_TEST_FILES) \
    "t/*/*$(O)" \
    "t/*/*.out" \
    "t/*/*.pasm" \
    "t/*/*_pbcexe*" \
    "t/*/*.pir" \
    "t/*/*.stabs.s" \
    "t/src/embed/*$(O)" \
    "t/src/embed/*.out"
	$(RM_F) \
    "t/library/*.pbc" \
    "t/dynoplibs/*.pbc" \
    "t/op/*.pbc" \
    "t/oo/*.pbc" \
    "t/pmc/*.pbc" \
    "t/dynpmc/*.pbc" \
    "t/stress/*.pbc" \
    "t/tools/*.pbc"
	$(RM_F) \
     "t/src/*.c" \
     "t/src/*.pdb" \
     "t/src/*.manifest"
	$(RM_F) \
     "t/src/embed/*.c" \
     "t/src/embed/*.pdb" \
     "t/src/embed/*.manifest"
	$(RM_F) \
     "t/tools/pmc2c.t_*" \
     "t/tools/pmc2c.pmc_t_*" \
     "t/tools/parrot_debugger.t.*"
	$(RM_F) \
     "test$(EXE)" \
     "test.*"
	$(RM_F) \
     "parrot_test_run.tar.gz" \
	 ".pod_examinable*.sto"

# a failing step of cleaning, usually doesn't concern the following steps
realclean : clean
	$(RM_RF) \
    $(CONFIGURE_GENERATED_FILES) \
    cover_db

distclean : realclean

reconfig : realclean
	$(PERL) Configure.pl $(CONFIG_ARGS)

manitest :
	$(PERL) $(DEV_TOOLS_DIR)/manicheck.pl

opsrenumber :
	$(PERL) $(DEV_TOOLS_DIR)/opsrenumber.pl $(OPS_FILES)

pmcrenumber :
	$(PERL) $(DEV_TOOLS_DIR)/pmcrenumber.pl src/pmc/pmc.num

###############################################################################
#
# GIT Targets:
#
###############################################################################

update :
	git pull --rebase

status :
	git status

patch :
	git diff

LINTABLE_CFILES = `echo frontend/parrot/main$(O) $(O_FILES) src/parrot_config$(O) | $(PERL) -pe 's/\.o/\.c/g'`

lint : sunlint

SUNLINT = lint

# This target does sneaky magic to get the $(NOTE) fields to work.  It's
# doing replaces in $(NOTE), which is empty, of strings that will never match.
NOTE =
SUNLINT_HUSH_OPTS = \
    $(NOTE:% Errors that will never be silenced, and we must always hush =%)\
    -erroff=E_ARGUMENT_CONVERT          $(NOTE:% implicit integer-to-long conversion =%) \
    -erroff=E_BAD_PTR_CAST                    $(NOTE:% pointer casts may be troublesome =%) \
    -erroff=E_BAD_PTR_CAST_ALIGN          $(NOTE:% alignment problems with cast =%) \
    -erroff=E_LABEL_NOT_USED          $(NOTE:% Unused label =%) \
    -erroff=E_CONSTANT_CONDITION          $(NOTE:% Constant condition =%) \
    -erroff=E_INCL_NUSD                    $(NOTE:% An include file was unused =%) \
    -erroff=E_INDISTING_FROM_TRUNC          $(NOTE:% Identifier will be ambiguous if truncated =%) \
    -erroff=E_MCR_NODIFF                    $(NOTE:% Macros differ between source files =%) \
    -erroff=E_INIT_DOES_NOT_FIT          $(NOTE:% initializer does not fit or is out of range+ 0xf0e69739 =%) \
    -erroff=E_NONPORT_SBITWISE_OP   $(NOTE:% bitwise operations on signed values not portable =%) \
    \
    $(NOTE:% Things to drop some day =%) \
    -erroff=E_FUNC_ARG_UNUSED          $(NOTE:% Unused function argument =%) \
    -erroff=E_STMT_NOT_REACHED          $(NOTE:% Unreachable statement =%) \
    -erroff=E_NOP_IF_STMT                    $(NOTE:% if has a no-op =%) \
    -erroff=E_NOP_ELSE_STMT                    $(NOTE:% else has a no-op =%) \
    -erroff=E_CASE_FALLTHRU                    $(NOTE:% case fallthru =%) \
    -erroff=E_STATIC_UNUSED                    $(NOTE:% Static function not used =%) \

SUNLINT_OPTS_FOR_THE_FUTURE = -b -m -Xc

# Lint options at: http:////docs.sun.com//app//docs//doc//819-5265//6n7c29cli?a=view
SUNLINTOPTS = \
    -b \
    -p \
    -fd \
    -Ncheck=%all \
    -Nlevel=4 \
    -errchk=%all \
    -errhdr=%user \
    -errtags \
    -errchk=no%longptr64 \
    -errfmt=simple \
    $(SUNLINT_HUSH_OPTS) \

sunlint :
	rm -f *.ln
	$(SUNLINT) $(CC_INC) "-Iinclude/pmc" $(SUNLINTOPTS) $(LINTABLE_CFILES)

BSD_LINT_FLAGS = -a -aa -b -c -e -h -n -p -r -u -x -z -F -H -V

# 132: conversion from '...' may lose accuracy
# 135: possible pointer alignment problem
# 236: static function unused
# 241: dubious operation on enum
# 247: pointer casts may be troublesome
# 249: syntax error (huh? this appears in atomic/gcc_x86.h but doesn't
#      cause any compiler to barf)
# 259: conversion to '...' due to prototype
# 265: ANSI C does not support 'long long'
# 277: initialisation of '...' with '...'
# 278: combination of '...' and '...', arg #...
BSD_LINT_EXCLUSIONS = -X132,135,236,241,247,249,259,265,277,278

bsdlint : $(PARROT)
	rm -f *.ln
	$(LINT) $(CC_INC) "-Iinclude/pmc" $(BSD_LINT_FLAGS) $(BSD_LINT_EXCLUSIONS) $(LINTABLE_CFILES)

# For checking with splint see also
# http:////trac.parrot.org/parrot/wiki/splint
# Splint: http:////splint.org
SPLINT = splint

# Temp directory for splint.  Add +keep to splintflags if you want work files
# kept in there after completion.
SPLINT_TMP = $(TEMPDIR)/splint

# Splint flags: http://splint.org/manual/html/appB.html
# The dashes in the names don't make any difference to Splint, but I've
# made them match how they are in the manual.  Otherwise, you might be
# looking for "declundef", except that it's "decl-undef" in the docs.
SPLINTFLAGS_BASE = \
    +standard \
    -hints \
    \
    +indentspaces 4 \
    +locindentspaces 4 \
    +linelen 120 \
    -message-stream-stdout \
    +showdeephistory \
    -showfunc \
    -tmpdir $(SPLINT_TMP) \
    \
    +posix-lib \
    -skip-posix-headers \
    \
    +ansi89-limits \
    +num-struct-fields 255 \
    \
    -show-summary \
    +show-scan \
    +time-dist \
    \
    +cpp-names \
    +ansi-reserved \
    +ansi-reserved-internal \
    -iso-reserved \
    -iso-reserved-internal \
    -include-nest 10 \

# Memory safety checks
# Transfer errors (-mem-trans) are too tough for us right now
SPLINTFLAGS_MEMORY_SAFETY = \
    +bufferoverflow \
    +bufferoverflowhigh \
    +read-only-strings \
    +read-only-trans \
    +strict-destroy \
    +strict-use-released \
    +use-released \
    -must-free \
    -mustfreefresh \
    -mustfreeonly \
    +null \
    +nullptrarith \
    +nullret \
    -ptr-arith \
    +ptr-negate \
    -zero-ptr \
    -mem-trans

# Macro safety checks
SPLINTFLAGS_MACRO_SAFETY = \
    +macro-assign \
    +macro-empty \
    +macro-parens \
    +macro-redef \
    +macro-stmt \
    +macro-unrecog \

# Watch for unsafe comparisons
SPLINTFLAGS_UNSAFE_COMPARISONS = \
    +bool-compare \
    +ptr-compare \
    +real-compare \
    +unsigned-compare

# But allow us some slop in boolean comparisons
SPLINTFLAGS_BOOLEAN_SLOP = \
    -pred-bool-int \
    -pred-bool-ptr \
    -pred-bool-others \
    -boolops \

# const and other qualifiers
# Report qualifier mismatches only if dangerous (+relax-quals)
SPLINTFLAGS_QUALIFIERS = \
    +relax-quals

# Symbol definitions
SPLINTFLAGS_SYMBOL_DEFINITIONS = \
    +decl-undef \
    +incon-defs \
    +incon-defs-lib \

# Format codes
SPLINTFLAGS_FORMAT = \
    +format-code \
    +format-type \

# Problems with evaluation and control structions
SPLINTFLAGS_EVALUATION = \
    +controlnestdepth 15 \
    +duplicate-quals \
    +eval-order \
    +eval-order-uncon \

# Types and stuff
SPLINTFLAGS_TYPES = \
    +char-index \
    +char-int \
    +enum-members \
    +ignore-signs \
    +long-integral \
    +match-any-integral \

# Other options we'd like to add back
# +initallelements : Right now, the *.ops files don't initialize all
#  values of the arrays
# +casebreak: Auto-generated ops have way too case fallthrus right now
# +fcnuse: We have many functions that are defined but not used, but they
#  should get hidden or ifdeffed
# +redef, +redecl: Ops currently have tons of redefinitions

# added to splint target to simplify experimentation,
# example: make SPLINTFLAGS_TEST='-posixstrictlib +posixlib' splint

SPLINTFLAGS_TEST =

SPLINTFLAGS = \
	$(SPLINTFLAGS_BASE) \
	$(SPLINTFLAGS_MEMORY_SAFETY) \
	$(SPLINTFLAGS_MACRO_SAFETY) \
	$(SPLINTFLAGS_UNSAFE_COMPARISONS) \
	$(SPLINTFLAGS_BOOLEAN_SLOP) \
	$(SPLINTFLAGS_QUALIFIERS) \
	$(SPLINTFLAGS_SYMBOL_DEFINITIONS) \
	$(SPLINTFLAGS_FORMAT) \
	$(SPLINTFLAGS_EVALUATION) \
	$(SPLINTFLAGS_TYPES) \

SPLINT_SOURCE = `echo $(O_FILES) | $(PERL) -pe 's/\.o/\.c/g'`

splint-all : $(PARROT)
	$(MKPATH) $(SPLINT_TMP)
	$(SPLINT) $(CC_INC) "-Iinclude/pmc" "-Icompilers/ast" $(SPLINTFLAGS) \
	$(SPLINT_SOURCE) \
	$(SPLINT) $(CC_INC) $(SPLINTFLAGS) compilers/imcc/main.c

# "splint" is the less-thorough splint target.  For cage cleaning work,
# you'll probably want to specify SPLINT_SOURCE rather than work on the
# entire tree, like so:
#     make splint SPLINT_SOURCE='src/call/*.c'

splint : all
	$(MKPATH) $(SPLINT_TMP)
	$(SPLINT) $(CC_INC) "-Iinclude/pmc" "-Icompilers/ast" $(SPLINTFLAGS) \
	+partial -DNDEBUG \
	$(SPLINT_SOURCE) \
		| grep -v 'Source code error generation point'

COVER_FLAGS = -fprofile-arcs -ftest-coverage

FULLCOVER_DIRS = \
    src \
    src/call \
    src/dynoplibs \
    src/dynpmc \
    src/embed \
    src/gc \
    src/interp \
    src/io \
    src/nci \
    src/ops \
    src/packfile \
    src/pmc \
    src/runcore \
    src/string \
    src/string/encoding \
    frontend/parrot \
    frontend/parrot_debugger \
    frontend/pbc_dump \
    frontend/pbc_merge \
    $(BUILD_DIR) \
    $(BUILD_DIR)/t/perl \
    compilers/imcc

fullcover: \
    cover.dummy \
    cover-testb \
    cover-testf \
    cover-testr \
    cover-src \
    cover-run \
    cover-perl \
    cover-extra \
    cover-codingstd \
    cover-benchmark \
    cover-manifest \
    cover-examples \
    cover-distro
	build_dir=$$PWD; \
    for dir in $(FULLCOVER_DIRS); \
    do \
	cd $$dir; \
	gcov *.c; \
	cd $$build_dir; \
	gcov2perl $$dir/*.gcov; \
    done
	cover -ignore_re '^\/usr\/local\/bin'

COVER_DIRS = \
    src \
    src/call \
    src/dynoplibs \
    src/dynpmc \
    src/embed \
    src/gc \
    src/interp \
    src/io \
    src/nci \
    src/ops \
    src/packfile \
    src/pmc \
    src/runcore \
    src/string \
    src/string/encoding \
    frontend/parrot \
    frontend/parrot_debugger \
    frontend/pbc_dump \
    frontend/pbc_merge \
    compilers/imcc

HAVE_COVER  = exit 0
COVER       = /usr/local/bin/cover
GCOV        = /usr/bin/gcov
GCOV2PERL   = /usr/local/bin/gcov2perl

cover: \
    cover.dummy \
    cover-test_runcore
	build_dir=$$PWD; \
    $(COVER) -delete; \
    for dir in $(COVER_DIRS); \
    do \
	cd $$dir; \
	$(GCOV) *.c; \
	cd $$build_dir; \
	$(GCOV2PERL) -db $(COVERAGE_DIR) $$dir/*.gcov; \
    done
	$(COVER) $(COVERAGE_DIR) -ignore_re '^\/usr\/local\/bin'

cover_new: \
    cover.dummy \
    cover-test_core
	$(PERL) $(DEV_TOOLS_DIR)/make_cover.pl $(COVER_DIRS)

fullcover_new: \
    cover.dummy \
    cover-testb \
    cover-testf \
    cover-testr \
    cover-src \
    cover-run \
    cover-perl \
    cover-extra \
    cover-codingstd \
    cover-benchmark \
    cover-manifest \
    cover-examples \
    cover-distro
	$(PERL) $(DEV_TOOLS_DIR)/make_cover.pl $(COVER_DIRS)

cover.dummy: have-cover
	$(PERL) Configure.pl --ccflags="$(CC_FLAGS) $(COVER_FLAGS)" \
    --linkflags="$(COVER_FLAGS)" --ldflags="$(COVER_FLAGS)"

have-cover:
	$(HAVE_COVER)

cover-test_runcore: cover.dummy
	-make test_runcore

cover-test_core: cover.dummy
	-make test_core

cover-testb: cover.dummy
	-make testb

cover-testf: cover.dummy
	-make testf

cover-testg: cover.dummy
	-make testg

cover-testj: cover.dummy
	-make testj

cover-testr: cover.dummy
	-make testr

cover-src: cover.dummy
	-make src_tests

cover-dynoplibs: cover.dummy
	-make dynoplibs_tests

cover-dynpmc: cover.dummy
	-make dynpmc_tests

cover-oo: cover.dummy
	-make oo_tests

cover-op: cover.dummy
	-make op_tests

cover-pir: cover.dummy
	-make pir_tests

cover-pmc: cover.dummy
	-make pmc_tests

cover-run: cover.dummy
	-make run_tests

cover-perl: cover.dummy
	-make perl_tests

cover-extra: cover.dummy
	-make library_tests

cover-codingstd: cover.dummy
	-make codingstd_tests

cover-benchmark: cover.dummy
	-make benchmark_tests

cover-manifest: cover.dummy
	-make manifest_tests

cover-examples: cover.dummy
	-make examples_tests

cover-distro: cover.dummy
	-make distro_tests

cover-clean:
	$(PERL) -MCwd -e 'for my $$dir ( qw ( $(COVER_DIRS) t/src t/src/embed ) ) {my $$cwd = cwd(); chdir $$dir; print "Deleting gcov-generated files in $$dir\n"; unlink glob( "*.gcda *.gcno *.gcov" ); chdir $$cwd;}'

###############################################################################
#
# installation
#
###############################################################################

install: install-bin install-dev-only
install-dev: install

install-bin: installable
	$(PERL) $(DEV_TOOLS_DIR)/install_files.pl \
    --buildprefix=$(BUILDPREFIX) \
    --prefix=$(PREFIX) \
    --exec-prefix=$(EXEC_PREFIX) \
    --bindir=$(BIN_DIR) \
    --libdir=$(LIB_DIR) \
    --includedir=$(INCLUDE_DIR) \
    --destdir=$(DESTDIR) \
    --docdir=$(DOC_DIR) \
    --versiondir=$(VERSION_DIR) \
    --pkgconfigdir= \
    MANIFEST MANIFEST.generated

install-dev-only: installable
	$(PERL) $(DEV_TOOLS_DIR)/install_dev_files.pl \
    --buildprefix=$(BUILDPREFIX) \
    --prefix=$(PREFIX) \
    --exec-prefix=$(EXEC_PREFIX) \
    --bindir=$(BIN_DIR) \
    --libdir=$(LIB_DIR) \
    --includedir=$(INCLUDE_DIR) \
    --destdir=$(DESTDIR) \
    --docdir=$(DOC_DIR) \
    --datadir=$(DATA_DIR) \
    --srcdir=$(SRC_DIR) \
    --versiondir=$(VERSION_DIR) \
    MANIFEST MANIFEST.generated

install-doc:
	$(PERL) $(DEV_TOOLS_DIR)/install_doc_files.pl \
    --buildprefix=$(BUILDPREFIX) \
    --prefix=$(PREFIX) \
    --docdir=$(DOC_DIR) \
    --destdir=$(DESTDIR) \
    --versiondir=$(VERSION_DIR) \
    MANIFEST MANIFEST.generated

###############################################################################
#
# release targets
#
###############################################################################

release : MANIFEST MANIFEST.generated
	[ -d parrot-$(VERSION) ] || ln -s . parrot-$(VERSION)
	@$(RM_F) MANIFEST.real
	mv MANIFEST MANIFEST.real
	grep -v DEVELOPING MANIFEST.real > MANIFEST
	$(PERL) -lane 'print"parrot-$(VERSION)/$$F[0]"unless!length||/#/' MANIFEST | \
    tar -zcv -T - -f parrot-$(VERSION).tar.gz
	$(PERL) -lane 'print"parrot-$(VERSION)/$$F[0]"unless!length||/#/' \
	     MANIFEST | tar -jcv -T - -f parrot-$(VERSION).tar.bz2
	sha256sum parrot-$(VERSION).tar.gz > parrot-$(VERSION).tar.gz.sha256
	sha256sum parrot-$(VERSION).tar.bz2 > parrot-$(VERSION).tar.bz2.sha256
	mv MANIFEST.real MANIFEST
	rm parrot-$(VERSION)

win32-inno-installer : world installable
	$(PERL) $(DEV_TOOLS_DIR)/mk_inno.pl
	$(INNO_SETUP) parrot.iss

###############################################################################
#
# exec:
#
###############################################################################

exec : src/parrot_config$(O) $(LIBPARROT)
	$(LINK) -o $(EXEC)$(EXE) $(EXEC)$(O) src/parrot_config$(O) $(RPATH_BLIB) $(ALL_PARROT_LIBS) $(LINKFLAGS)

###### OS depend targets ##########

# for use by t/pmc/nci.t
## SUFFIX OVERRIDE - dynloaded files need cc_shared
src/nci_test$(O): $(PARROT_H_HEADERS) src/nci_test.c
	$(CC) $(CFLAGS)  -falign-functions=16 -funit-at-a-time -W -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wchar-subscripts -Wcomment -Wdisabled-optimization -Wdiv-by-zero -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 -Wmultichar -Wpacked -Wparentheses -Wpointer-arith -Wpointer-sign -Wreturn-type -Wsequence-point -Wsign-compare -Wstrict-aliasing -Wstrict-aliasing=2 -Wswitch -Wswitch-default -Wtrigraphs -Wundef -Wno-unused -Wunknown-pragmas -Wvariadic-macros -Wwrite-strings -Wbad-function-cast -Wdeclaration-after-statement -Wimplicit-function-declaration -Wimplicit-int -Wmain -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wnonnull -Wold-style-definition -Wstrict-prototypes -fvisibility=hidden   -I$(@D) -o $@ -c src/nci_test.c

$(LIBNCI_TEST_SO): src/nci_test$(O)
	$(LD) $(LD_LOAD_FLAGS)  $(LDFLAGS) \
    -o $@ src/nci_test$(O) $(C_LIBS)

# for use by runtime/parrot/library/OpenGL.pir
src/glut_callbacks$(O): $(PARROT_H_HEADERS) \
    $(INC_DIR)/extend.h $(INC_DIR)/extend_vtable.h src/glut_callbacks.c

src/glut_nci_thunks.c: $(NCI_THUNK_GEN)
	$(NCI_THUNK_GEN) \
		--loader-name=Parrot_glut_nci_loader \
		--loader-storage-class=PARROT_DYNEXT_EXPORT \
		--output=src/glut_nci_thunks.c \
		<src/glut_nci_thunks.nci

src/glut_nci_thunks$(O) : $(PARROT_H_HEADERS) \
    src/glut_nci_thunks.c \
    include/pmc/pmc_nci.h

$(LIBGLUTCB_SO): $(LIBPARROT) src/glut_callbacks$(O) src/glut_nci_thunks$(O)
	$(LD) $(LD_LOAD_FLAGS) $(LDFLAGS) \
    -o $@ src/glut_callbacks$(O) src/glut_nci_thunks$(O) \
    $(ALL_PARROT_LIBS) -framework OpenGL -framework GLUT

src/extra_nci_thunks.c : src/nci/extra_thunks.nci $(NCI_THUNK_GEN)
	$(NCI_THUNK_GEN) --dynext --no-warn-dups \
		--output=src/extra_nci_thunks.c <src/nci/extra_thunks.nci

bootstrap-nci : src/nci/core_thunks.nci src/nci/extra_thunks.nci $(NCI_THUNK_GEN)
	$(PERL) $(DEV_TOOLS_DIR)/mk_nci_thunks.pl

## SUFFIX OVERRIDE
src/extra_nci_thunks$(O) : $(PARROT_H_HEADERS) src/extra_nci_thunks.c \
    include/pmc/pmc_nci.h
	$(CC) $(CFLAGS)  -falign-functions=16 -funit-at-a-time -W -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wchar-subscripts -Wcomment -Wdisabled-optimization -Wdiv-by-zero -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 -Wmultichar -Wpacked -Wparentheses -Wpointer-arith -Wpointer-sign -Wreturn-type -Wsequence-point -Wsign-compare -Wstrict-aliasing -Wstrict-aliasing=2 -Wswitch -Wswitch-default -Wtrigraphs -Wundef -Wno-unused -Wunknown-pragmas -Wvariadic-macros -Wwrite-strings -Wbad-function-cast -Wdeclaration-after-statement -Wimplicit-function-declaration -Wimplicit-int -Wmain -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wnonnull -Wold-style-definition -fvisibility=hidden   -I$(@D) -o $@ -c src/extra_nci_thunks.c

$(EXTRANCITHUNKS_SO) : $(LIBPARROT) src/extra_nci_thunks$(O)
	$(LD) $(LD_LOAD_FLAGS) $(LDFLAGS) \
    -o $@ src/extra_nci_thunks$(O) \
    $(ALL_PARROT_LIBS)

# emacs etags
# this needs exuberant-ctags

tags-emacs: tags.emacs.dummy
	$(RM_F) TAGS
	ctags -e \
	--links=no --totals \
	-R --exclude=blib --exclude=.git  \
	--languages=c,perl --langmap=c:+.h,c:+.pmc,c:+.ops \
	-I NOTNULL,NULLOK,ARGIN,ARGMOD,ARGOUT,ARGINOUT,ARGIN_NULLOK,ARGOUT_NULLOK,ARGMOD_NULLOK,ARGFREE,ARGFREE_NOTNULL \
	.

# this works with an old etags (XEmacs 21.5*)
tags-xemacs: tags.emacs.dummy
	$(RM_F) TAGS
	find . \
	-name \*.c -o -name \*.h -o -name \*.pmc -o -name \*.ops | etags -l c - -o TAGS

tags.emacs.dummy:

# vim ctags
# this needs exuberant-ctags

tags-vi: tags.vi.dummy
	$(RM_F) tags
	ctags \
	--links=no --totals \
	-R --exclude=blib --exclude=.git  \
	--languages=c,perl --langmap=c:+.h,c:+.pmc,c:+.ops \
	-I NOTNULL,NULLOK,ARGIN,ARGMOD,ARGOUT,ARGINOUT,ARGIN_NULLOK,ARGOUT_NULLOK,ARGMOD_NULLOK,ARGFREE,ARGFREE_NOTNULL \
	.
	$(PERL) $(DEV_TOOLS_DIR)/addopstags.pl $(OPS_FILES)

tags.vi.dummy:

tags: tags.dummy
	@echo 'There is no "tags" target. You want tags-vi or tags-emacs.'

tags.dummy:

CRITIC_FILES = 'lib/Parrot'

perlcritic:
	perlcritic --profile $(DEV_TOOLS_DIR)/perlcritic.conf $(CRITIC_FILES)

# Andy's extra-cranky Perl::Critic checking for cage cleaners
cagecritic:
	@perl -MPerl::Critic::Bangs -e'$$min=q{1.04};die qq{You need Bangs $$min} unless $$Perl::Critic::Bangs::VERSION ge $$min'
	perlcritic -1 --profile $(DEV_TOOLS_DIR)/perlcritic-cage.conf $(CRITIC_FILES)

# This target will eventually create all the headers automatically.  If you
# are having problems with linkage in Win32 (or elsewhere), because something
# is not PARROT_EXPORT but should be, then put PARROT_EXPORT in the C file and
# run "make headerizer".  The .h file will get updated.

HEADERIZER_O_FILES = \
    $(O_FILES) \
    frontend/parrot/main$(O) \
    frontend/pbc_dump/packdump$(O) \
    frontend/pbc_merge/main$(O) \

headerizer : src/core_pmcs.c src/extend_vtable.c
	$(HEADERIZER) $(HEADERIZER_O_FILES) compilers/imcc/imcc.y

apilist: src/core_pmcs.c
	$(HEADERIZER) --macro=PARROT_API $(HEADERIZER_O_FILES)

exportlist: src/core_pmcs.c
	$(HEADERIZER) --macro=PARROT_EXPORT $(HEADERIZER_O_FILES)

malloclist: src/core_pmcs.c
	$(HEADERIZER) --macro=PARROT_MALLOC $(HEADERIZER_O_FILES)

include src/dynpmc/Rules.mak
include src/dynoplibs/Rules.mak
include runtime/parrot/library/Rules.mak
include compilers/imcc/Rules.mak
include compilers/pge/Rules.mak
include compilers/pct/Rules.mak
include compilers/opsc/Rules.mak
include compilers/tge/Rules.mak
include compilers/data_json/Rules.mak
include ext/nqp-rx/Rules.mak

# Local variables:
#   mode: makefile
# End:
# vim: ft=make:
