mirror of
https://github.com/serge1/ELFIO.git
synced 2024-12-27 12:17:28 +00:00
8 lines
485 B
Makefile
8 lines
485 B
Makefile
SUBDIRS = examples doc
|
|
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
|