Alien-LibJIT

 view release on metacpan or  search on metacpan

libjit/jit/Makefile.am  view on Meta::CPAN

BUILT_SOURCES = jit-opcode.c jit-interp-opcode.h jit-interp-opcode.c

lib_LTLIBRARIES = libjit.la

libjit_la_SOURCES = \
	jit-alloc.c \
	jit-apply.c \
	jit-apply-func.h \
	jit-apply-arm.h \
	jit-apply-arm.c \
	jit-apply-x86.h \
	jit-apply-x86.c \
	jit-apply-x86-64.h \
	jit-apply-x86-64.c \
	jit-bitset.h \
	jit-bitset.c \
	jit-block.c \
	jit-compile.c \
	jit-config.h \
	jit-context.c \
	jit-cpuid-x86.h \
	jit-cpuid-x86.c \
	jit-debugger.c \
	jit-dump.c \
	jit-elf-defs.h \
	jit-elf-read.c \
	jit-elf-write.c \
	jit-except.c \
	jit-function.c \
	jit-gen-arm.h \
	jit-gen-arm.c \
	jit-gen-x86.h \
	jit-gen-x86-64.h \
	jit-insn.c \
	jit-init.c \
	jit-internal.h \
	jit-interp.h \
	jit-interp.c \
	jit-interp-opcode.h \
	jit-interp-opcode.c \
	jit-intrinsic.c \
	jit-live.c \
	jit-memory.c \
	jit-memory-cache.c \
	jit-meta.c \
	jit-opcode-apply.c \
	jit-objmodel.c \
	jit-opcode.c \
	jit-pool.c \
	jit-reg-alloc.h \
	jit-reg-alloc.c \
	jit-reg-class.h \
	jit-reg-class.c \
	jit-rules.h \
	jit-rules.c \
	jit-rules-interp.c \
	jit-rules-interp.h \
	jit-rules-arm.h \
	jit-rules-arm.c \
	jit-rules-x86.h \
	jit-rules-x86.c \
	jit-rules-x86-64.h \
	jit-rules-x86-64.c \
	jit-setjmp.h \
	jit-signal.c \
	jit-symbol.c \
	jit-thread.c \
	jit-thread.h \
	jit-type.c \
	jit-unwind.c \
	jit-util.c \
	jit-value.c \
	jit-varint.h \
	jit-varint.c \
	jit-vmem.c \
	jit-walk.c

EXTRA_DIST = \
	mklabel.sh \
	jit-opcodes.ops \
	jit-interp-opcodes.ops \
	jit-rules-arm.ins \
	jit-rules-x86.ins \



( run in 0.930 second using v1.01-cache-2.11-cpan-02777c243ea )