Skip to content
Snippets Groups Projects

apertis-abi-compare: Improve the final output with a summary

Merged Dylan Aïssi requested to merge wip/daissi/output into apertis/v2023pre
All threads resolved!
5 files
+ 29
0
Compare changes
  • Side-by-side
  • Inline
Files
5
aac/Makefile 0 → 100644
+ 18
0
INSTALL ?= install
PREFIX ?= /usr
aacdir = $(PREFIX)/share/apertis-abi-compare/
AAC_CONFDIR ?= $(DESTDIR)$(aacdir)
AAC_CONF = \
aac-skip-headers.conf
all:
clean:
install:
$(INSTALL) -d $(AAC_CONFDIR)
for t in $(AAC_CONF); \
do \
$(INSTALL) $$t $(AAC_CONFDIR); \
done
Loading