mirror of
git://sourceware.org/git/libabigail.git
synced 2024-12-20 17:00:36 +00:00
e80ad1adee
* include/abg-irfwd.h: New file for forward declarations. * include/Makefile.am: Add new header. * include/Makefile.in: Regenerate. * include/*: Forward declare, doxygen fixups, restyle. * src/*: Same. * src/abg-corpus.cc: Empty, removed. * doc/api/libabigail.doxy: Tweak.
18 lines
271 B
Makefile
18 lines
271 B
Makefile
headers = \
|
|
abg-ir.h \
|
|
abg-irfwd.h \
|
|
abg-reader.h \
|
|
abg-corpus.h \
|
|
abg-libxml-utils.h \
|
|
abg-hash.h \
|
|
abg-writer.h \
|
|
abg-config.h \
|
|
abg-version.h \
|
|
abg-viz-common.h \
|
|
abg-viz-dot.h \
|
|
abg-viz-svg.h
|
|
|
|
publicheaders_DATA=$(headers)
|
|
publicheadersdir=$(includedir)
|
|
|