mirror of
git://sourceware.org/git/libabigail.git
synced 2024-12-26 19:52:08 +00:00
f54ad28548
* include/abg-diff-utils.h: New file. * src/abg-diff-utils.cc: Likewise. Implement the code diffing algorithms from Eugene Myers. * include/abg-comparison.h: New file. First short at defining the basic APIs to compute the diff of two classes. * src/abg-comparison.cc: New file. Start the implementation of the above header. Signed-off-by: Dodji Seketeli <dodji@redhat.com>
21 lines
355 B
Makefile
21 lines
355 B
Makefile
headers = \
|
|
abg-ir.h \
|
|
abg-corpus.h \
|
|
abg-comparison.h \
|
|
abg-diff-utils.h \
|
|
abg-libxml-utils.h \
|
|
abg-libzip-utils.h \
|
|
abg-fwd.h \
|
|
abg-hash.h \
|
|
abg-config.h \
|
|
abg-traverse.h \
|
|
abg-version.h \
|
|
abg-viz-common.h \
|
|
abg-viz-dot.h \
|
|
abg-viz-svg.h
|
|
|
|
publicheaders_DATA=$(headers)
|
|
publicheadersdir=$(includedir)/libabigail
|
|
|
|
EXTRA_DIST = abg-version.h.in
|