From 8ac668362979935de61f80593eddaa24690283b9 Mon Sep 17 00:00:00 2001 From: Balint Reczey Date: Tue, 31 May 2011 12:07:25 +0000 Subject: Add dumpabi target to Makefiles in wsutil, epan and wiretap directories. We can use the dumped ABI description for comparing ABI changes between revisions. svn path=/trunk/; revision=37474 --- Makefile.am.inc | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Makefile.am.inc') diff --git a/Makefile.am.inc b/Makefile.am.inc index 91ea02631a..9ed0ab2c87 100644 --- a/Makefile.am.inc +++ b/Makefile.am.inc @@ -26,3 +26,8 @@ .def.sym: $(AWK) '/^EXPORTS$$/ {next;}; ${def_sym_filter_symbols} /^[^;]/ { print $$1;}' < $< > $@ + +# abi-compliance-checker descriptor +INCLUDE_DIRS = $(subst -I,NEWLINE,$(filter -I%, $(CFLAGS))) +abi-descriptor.xml: ../abi-descriptor.template + sed "s|INCLUDE_DIRS|$(INCLUDE_DIRS)|g;s/NEWLINE/\n /g" $< > $@ -- cgit v1.2.1