[t][TT #1610] Add tests for Parrot_compile_string
[parrot.git] / compilers / imcc / Defines.mak
blob414293be7a40d80f86cedc44a7bae89cd6569267
1 # these are private to the IMCC subsystem
2 IMCC_O_FILES = \
3 compilers/imcc/imcparser$(O) \
4 compilers/imcc/imclexer$(O) \
5 compilers/imcc/imc$(O) \
6 compilers/imcc/main$(O) \
7 compilers/imcc/symreg$(O) \
8 compilers/imcc/instructions$(O) \
9 compilers/imcc/cfg$(O) \
10 compilers/imcc/reg_alloc$(O) \
11 compilers/imcc/sets$(O) \
12 compilers/imcc/debug$(O) \
13 compilers/imcc/optimizer$(O) \
14 compilers/imcc/pbc$(O) \
15 compilers/imcc/parser_util$(O) \
16 compilers/imcc/pcc$(O)