mirror of
https://github.com/serge1/ELFIO.git
synced 2025-01-30 15:32:44 +00:00
10 lines
560 B
Makefile
10 lines
560 B
Makefile
SUBDIRS = examples
|
|
nobase_include_HEADERS = elfio/elf_types.hpp elfio/elfi_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/elfo_dynamic.hpp \
|
|
elfio/elfio_dump.hpp
|
|
EXTRA_DIST = doc/elfio.pdf
|