mirror of
https://github.com/serge1/ELFIO.git
synced 2025-01-29 21:32:44 +00:00
Add CMake files to the autotools distribution
This commit is contained in:
parent
82236864c3
commit
314f1493e9
@ -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
|
@ -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:
|
||||
|
@ -1,3 +1,4 @@
|
||||
AM_CPPFLAGS = -I$(top_srcdir)
|
||||
bin_PROGRAMS = anonymizer
|
||||
anonymizer_SOURCES = anonymizer.cpp
|
||||
EXTRA_DIST = CMakeLists.txt
|
@ -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:
|
||||
|
@ -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
|
||||
|
@ -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:
|
||||
|
@ -1,3 +1,4 @@
|
||||
AM_CPPFLAGS = -I$(top_srcdir)
|
||||
bin_PROGRAMS = tutorial
|
||||
tutorial_SOURCES = tutorial.cpp
|
||||
EXTRA_DIST = CMakeLists.txt
|
@ -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:
|
||||
|
@ -1,3 +1,4 @@
|
||||
AM_CPPFLAGS = -I$(top_srcdir)
|
||||
bin_PROGRAMS = write_obj
|
||||
write_obj_SOURCES = write_obj.cpp
|
||||
EXTRA_DIST = CMakeLists.txt
|
@ -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:
|
||||
|
@ -1,3 +1,4 @@
|
||||
AM_CPPFLAGS = -I$(top_srcdir)
|
||||
bin_PROGRAMS = writer
|
||||
writer_SOURCES = writer.cpp
|
||||
EXTRA_DIST = CMakeLists.txt
|
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user