Skip to content
Snippets Groups Projects

Backport v2022-updates <- v2023pre: Improvement ABI checker script

Merged Dylan Aïssi requested to merge apertis/v2023pre into apertis/v2022-updates
6 files
+ 63
10
Compare changes
  • Side-by-side
  • Inline
Files
6
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