From: Rusty Russell Date: Wed, 27 May 2015 04:22:10 +0000 (+0930) Subject: Makefile: more hacks for crypto/ and str/ subdirs. X-Git-Url: http://git.ozlabs.org/?p=ccan;a=commitdiff_plain;h=59877980a90bff5d754f7ac109b8ac112ff7c0c0 Makefile: more hacks for crypto/ and str/ subdirs. Signed-off-by: Rusty Russell --- diff --git a/Makefile b/Makefile index 65d0d8fc..145520bb 100644 --- a/Makefile +++ b/Makefile @@ -73,6 +73,18 @@ summary-check-tal/%: tools/ccanlint/ccanlint $(OBJFILES) summary-fastcheck-tal/%: tools/ccanlint/ccanlint $(OBJFILES) $(CCANLINT_FAST) -s ccan/tal/$* +summary-check-str/%: tools/ccanlint/ccanlint $(OBJFILES) + $(CCANLINT) -s ccan/str/$* + +summary-fastcheck-str/%: tools/ccanlint/ccanlint $(OBJFILES) + $(CCANLINT_FAST) -s ccan/str/$* + +summary-check-crypto/%: tools/ccanlint/ccanlint $(OBJFILES) + $(CCANLINT) -s ccan/crypto/$* + +summary-fastcheck-crypto/%: tools/ccanlint/ccanlint $(OBJFILES) + $(CCANLINT_FAST) -s ccan/crypto/$* + ccan/%/info: ccan/%/_info $(CC) $(CCAN_CFLAGS) -o $@ -x c $<