mirror of https://github.com/OISF/suricata
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.
23 lines
532 B
Makefile
23 lines
532 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 \
|
|
uint.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
|