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

Sat, 03 Jan 2015 20:18:00 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Sat, 03 Jan 2015 20:18:00 +0100
branch
TOR_BUG_3246
changeset 7
129ffea94266
permissions
-rw-r--r--

Conditionally enable double key logic according to:
private browsing mode or privacy.thirdparty.isolate preference and
implement in GetCookieStringCommon and FindCookie where it counts...
With some reservations of how to convince FindCookie users to test
condition and pass a nullptr when disabling double key logic.

michael@0 1 include_HEADERS = libdis.h
michael@0 2 lib_LTLIBRARIES = libdisasm.la
michael@0 3 libdisasm_la_SOURCES = \
michael@0 4 ia32_implicit.c \
michael@0 5 ia32_implicit.h \
michael@0 6 ia32_insn.c \
michael@0 7 ia32_insn.h \
michael@0 8 ia32_invariant.c \
michael@0 9 ia32_invariant.h \
michael@0 10 ia32_modrm.c \
michael@0 11 ia32_modrm.h \
michael@0 12 ia32_opcode_tables.c \
michael@0 13 ia32_opcode_tables.h \
michael@0 14 ia32_operand.c \
michael@0 15 ia32_operand.h \
michael@0 16 ia32_reg.c \
michael@0 17 ia32_reg.h \
michael@0 18 ia32_settings.c \
michael@0 19 ia32_settings.h \
michael@0 20 libdis.h \
michael@0 21 qword.h \
michael@0 22 x86_disasm.c \
michael@0 23 x86_format.c \
michael@0 24 x86_imm.c \
michael@0 25 x86_imm.h \
michael@0 26 x86_insn.c \
michael@0 27 x86_misc.c \
michael@0 28 x86_operand_list.c \
michael@0 29 x86_operand_list.h
michael@0 30
michael@0 31 # Cheat to get non-autoconf swig into tarball,
michael@0 32 # even if it doesn't build by default.
michael@0 33 EXTRA_DIST = \
michael@0 34 swig/Makefile \
michael@0 35 swig/libdisasm.i \
michael@0 36 swig/libdisasm_oop.i \
michael@0 37 swig/python/Makefile-swig \
michael@0 38 swig/perl/Makefile-swig \
michael@0 39 swig/perl/Makefile.PL \
michael@0 40 swig/ruby/Makefile-swig \
michael@0 41 swig/ruby/extconf.rb \
michael@0 42 swig/tcl/Makefile-swig \
michael@0 43 swig/README

mercurial