|
|
|
@ -9,13 +9,13 @@ EXTRA_DIST= access-pkt-packet.cocci \
|
|
|
|
sz3.cocci \
|
|
|
|
sz3.cocci \
|
|
|
|
run_check.sh struct-flags.py
|
|
|
|
run_check.sh struct-flags.py
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
if HAVE_COCCINELLE
|
|
|
|
struct-flags.cocci:
|
|
|
|
struct-flags.cocci:
|
|
|
|
$(srcdir)/struct-flags.py > $(top_builddir)/qa/coccinelle/struct-flags.cocci
|
|
|
|
$(srcdir)/struct-flags.py > $(top_builddir)/qa/coccinelle/struct-flags.cocci
|
|
|
|
|
|
|
|
|
|
|
|
if HAVE_COCCINELLE
|
|
|
|
|
|
|
|
check:
|
|
|
|
check:
|
|
|
|
$(top_srcdir)/qa/coccinelle/run_check.sh
|
|
|
|
$(top_srcdir)/qa/coccinelle/run_check.sh
|
|
|
|
endif
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
distclean-local:
|
|
|
|
distclean-local:
|
|
|
|
-rm $(top_builddir)/qa/coccinelle/struct-flags.cocci
|
|
|
|
-rm $(top_builddir)/qa/coccinelle/struct-flags.cocci
|
|
|
|
|
|
|
|
endif
|
|
|
|
|