Add CMake files to the autotools distribution

This commit is contained in:
Serge Lamikhov-Center 2020-08-24 13:03:52 -07:00
parent 82236864c3
commit 314f1493e9
12 changed files with 12 additions and 4 deletions

View File

@ -6,4 +6,4 @@ nobase_include_HEADERS = elfio/elf_types.hpp elfio/elfio_dynamic.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
EXTRA_DIST = doc/elfio.pdf
EXTRA_DIST = doc/elfio.pdf CMakeLists.txt

View File

@ -323,7 +323,7 @@ nobase_include_HEADERS = elfio/elf_types.hpp elfio/elfio_dynamic.hpp \
elfio/elfio_utils.hpp elfio/elfio_dump.hpp \
elfio/elfio_version.hpp elfio/elfio_modinfo.hpp
EXTRA_DIST = doc/elfio.pdf
EXTRA_DIST = doc/elfio.pdf CMakeLists.txt
all: all-recursive
.SUFFIXES:

View File

@ -1,3 +1,4 @@
AM_CPPFLAGS = -I$(top_srcdir)
bin_PROGRAMS = anonymizer
anonymizer_SOURCES = anonymizer.cpp
EXTRA_DIST = CMakeLists.txt

View File

@ -247,6 +247,7 @@ top_builddir = @top_builddir@
top_srcdir = @top_srcdir@
AM_CPPFLAGS = -I$(top_srcdir)
anonymizer_SOURCES = anonymizer.cpp
EXTRA_DIST = CMakeLists.txt
all: all-am
.SUFFIXES:

View File

@ -1,4 +1,4 @@
AM_CPPFLAGS = -I$(top_srcdir)
bin_PROGRAMS = elfdump
elfdump_SOURCES = elfdump.cpp
EXTRA_DIST = ELFDump.vcxproj
EXTRA_DIST = ELFDump.vcxproj CMakeLists.txt

View File

@ -247,7 +247,7 @@ top_builddir = @top_builddir@
top_srcdir = @top_srcdir@
AM_CPPFLAGS = -I$(top_srcdir)
elfdump_SOURCES = elfdump.cpp
EXTRA_DIST = ELFDump.vcxproj
EXTRA_DIST = ELFDump.vcxproj CMakeLists.txt
all: all-am
.SUFFIXES:

View File

@ -1,3 +1,4 @@
AM_CPPFLAGS = -I$(top_srcdir)
bin_PROGRAMS = tutorial
tutorial_SOURCES = tutorial.cpp
EXTRA_DIST = CMakeLists.txt

View File

@ -247,6 +247,7 @@ top_builddir = @top_builddir@
top_srcdir = @top_srcdir@
AM_CPPFLAGS = -I$(top_srcdir)
tutorial_SOURCES = tutorial.cpp
EXTRA_DIST = CMakeLists.txt
all: all-am
.SUFFIXES:

View File

@ -1,3 +1,4 @@
AM_CPPFLAGS = -I$(top_srcdir)
bin_PROGRAMS = write_obj
write_obj_SOURCES = write_obj.cpp
EXTRA_DIST = CMakeLists.txt

View File

@ -247,6 +247,7 @@ top_builddir = @top_builddir@
top_srcdir = @top_srcdir@
AM_CPPFLAGS = -I$(top_srcdir)
write_obj_SOURCES = write_obj.cpp
EXTRA_DIST = CMakeLists.txt
all: all-am
.SUFFIXES:

View File

@ -1,3 +1,4 @@
AM_CPPFLAGS = -I$(top_srcdir)
bin_PROGRAMS = writer
writer_SOURCES = writer.cpp
EXTRA_DIST = CMakeLists.txt

View File

@ -247,6 +247,7 @@ top_builddir = @top_builddir@
top_srcdir = @top_srcdir@
AM_CPPFLAGS = -I$(top_srcdir)
writer_SOURCES = writer.cpp
EXTRA_DIST = CMakeLists.txt
all: all-am
.SUFFIXES: