2020-10-06 07:04:38 +00:00
|
|
|
SUBDIRS = examples/elfdump examples/tutorial examples/writer examples/write_obj \
|
2020-10-11 07:08:49 +00:00
|
|
|
examples/anonymizer examples/add_section examples/c_wrapper
|
2020-10-30 17:13:21 +00:00
|
|
|
|
2013-01-13 02:29:43 +00:00
|
|
|
nobase_include_HEADERS = elfio/elf_types.hpp elfio/elfio_dynamic.hpp \
|
2012-11-27 09:45:28 +00:00
|
|
|
elfio/elfio.hpp elfio/elfio_header.hpp \
|
|
|
|
elfio/elfio_note.hpp elfio/elfio_relocation.hpp \
|
|
|
|
elfio/elfio_section.hpp elfio/elfio_segment.hpp \
|
|
|
|
elfio/elfio_strings.hpp elfio/elfio_symbols.hpp \
|
2020-08-24 19:24:09 +00:00
|
|
|
elfio/elfio_utils.hpp elfio/elfio_dump.hpp \
|
2020-12-22 12:10:16 +00:00
|
|
|
elfio/elfio_version.hpp elfio/elfio_modinfo.hpp \
|
|
|
|
elfio/elfio_array.hpp
|
2020-10-30 17:13:21 +00:00
|
|
|
|
2020-10-30 06:51:03 +00:00
|
|
|
EXTRA_DIST = doc/elfio.pdf CMakeLists.txt examples/CMakeLists.txt cmake/elfioConfig.cmake.in
|
2020-10-30 17:13:21 +00:00
|
|
|
|
|
|
|
TESTS = examples/elfdump/elfdump
|
|
|
|
LOG_COMPILER = examples/elfdump/elfdump
|