toolkit/crashreporter/google-breakpad/src/third_party/libdisasm/Makefile.am

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/toolkit/crashreporter/google-breakpad/src/third_party/libdisasm/Makefile.am	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,43 @@
     1.4 +include_HEADERS = libdis.h
     1.5 +lib_LTLIBRARIES = libdisasm.la
     1.6 +libdisasm_la_SOURCES = \
     1.7 +	ia32_implicit.c \
     1.8 +	ia32_implicit.h \
     1.9 +	ia32_insn.c \
    1.10 +	ia32_insn.h \
    1.11 +	ia32_invariant.c \
    1.12 +	ia32_invariant.h \
    1.13 +	ia32_modrm.c \
    1.14 +	ia32_modrm.h \
    1.15 +	ia32_opcode_tables.c \
    1.16 +	ia32_opcode_tables.h \
    1.17 +	ia32_operand.c \
    1.18 +	ia32_operand.h \
    1.19 +	ia32_reg.c \
    1.20 +	ia32_reg.h \
    1.21 +	ia32_settings.c \
    1.22 +	ia32_settings.h \
    1.23 +	libdis.h \
    1.24 +	qword.h \
    1.25 +	x86_disasm.c \
    1.26 +	x86_format.c \
    1.27 +	x86_imm.c \
    1.28 +	x86_imm.h \
    1.29 +	x86_insn.c \
    1.30 +	x86_misc.c \
    1.31 +	x86_operand_list.c \
    1.32 +	x86_operand_list.h
    1.33 +
    1.34 +# Cheat to get non-autoconf swig into tarball,
    1.35 +# even if it doesn't build by default.
    1.36 +EXTRA_DIST = \
    1.37 +swig/Makefile \
    1.38 +swig/libdisasm.i \
    1.39 +swig/libdisasm_oop.i \
    1.40 +swig/python/Makefile-swig \
    1.41 +swig/perl/Makefile-swig \
    1.42 +swig/perl/Makefile.PL \
    1.43 +swig/ruby/Makefile-swig \
    1.44 +swig/ruby/extconf.rb \
    1.45 +swig/tcl/Makefile-swig \
    1.46 +swig/README

mercurial