forked from serge1/ELFIO
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMakefile.am
More file actions
16 lines (13 loc) · 931 Bytes
/
Makefile.am
File metadata and controls
16 lines (13 loc) · 931 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
SUBDIRS = examples/elfdump examples/tutorial examples/writer examples/write_obj \
examples/anonymizer examples/add_section
nobase_include_HEADERS = elfio/elf_types.hpp elfio/elfio_dynamic.hpp \
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 \
elfio/elfio_utils.hpp elfio/elfio_dump.hpp \
elfio/elfio_version.hpp elfio/elfio_modinfo.hpp \
elfio/elfio_array.hpp elfio/elfio_versym.hpp
EXTRA_DIST = doc/elfio.pdf CMakeLists.txt examples/CMakeLists.txt cmake/elfioConfig.cmake.in
TESTS = examples/elfdump/elfdump
LOG_COMPILER = examples/elfdump/elfdump