Browse Source

Makefile: Add hacks for the nested modules for make check.

Andreas Schlick 13 years ago
parent
commit
dfe310e715
1 changed files with 6 additions and 0 deletions
  1. 6 0
      Makefile

+ 6 - 0
Makefile

@@ -56,9 +56,15 @@ summary-fastcheck-%: tools/ccanlint/ccanlint $(OBJFILES)
 	tools/ccanlint/ccanlint -x tests_pass_valgrind -x tests_compile_coverage -s ccan/$*
 	tools/ccanlint/ccanlint -x tests_pass_valgrind -x tests_compile_coverage -s ccan/$*
 
 
 # FIXME: Horrible hacks because % doesn't match /
 # FIXME: Horrible hacks because % doesn't match /
+summary-check-antithread/%: tools/ccanlint/ccanlint $(OBJFILES)
+	tools/ccanlint/ccanlint -s ccan/antithread/$*
+
 summary-fastcheck-antithread/%: tools/ccanlint/ccanlint $(OBJFILES)
 summary-fastcheck-antithread/%: tools/ccanlint/ccanlint $(OBJFILES)
 	tools/ccanlint/ccanlint -x tests_pass_valgrind -x tests_compile_coverage -s ccan/antithread/$*
 	tools/ccanlint/ccanlint -x tests_pass_valgrind -x tests_compile_coverage -s ccan/antithread/$*
 
 
+summary-check-tal/%: tools/ccanlint/ccanlint $(OBJFILES)
+	tools/ccanlint/ccanlint -s ccan/tal/$*
+
 summary-fastcheck-tal/%: tools/ccanlint/ccanlint $(OBJFILES)
 summary-fastcheck-tal/%: tools/ccanlint/ccanlint $(OBJFILES)
 	tools/ccanlint/ccanlint -x tests_pass_valgrind -x tests_compile_coverage -s ccan/tal/$*
 	tools/ccanlint/ccanlint -x tests_pass_valgrind -x tests_compile_coverage -s ccan/tal/$*