You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
suricata/qa/coccinelle/Makefile.am

22 lines
515 B
Makefile

EXTRA_DIST= access-pkt-packet.cocci \
action-pkt.cocci \
banned-functions.cocci \
direct-packet.cocci \
malloc-error-check.cocci \
pktnotset-packet.cocci \
size_t.cocci \
struct-flags.cocci \
sz3.cocci \
run_check.sh struct-flags.py
if HAVE_COCCINELLE
struct-flags.cocci:
$(srcdir)/struct-flags.py > $(top_builddir)/qa/coccinelle/struct-flags.cocci
check:
$(top_srcdir)/qa/coccinelle/run_check.sh
distclean-local:
-rm $(top_builddir)/qa/coccinelle/struct-flags.cocci
endif