X-Git-Url: https://git.ozlabs.org/?a=blobdiff_plain;f=Makefile-ccan;h=f4e096b55034a63a6920f4564725db8b4fb221f6;hb=34f380e5e3e050303d86d0a246a720b186022b70;hp=8d13a4f5d1b74a287027dd2f90f418708da4afa9;hpb=1f7028e9d7b87a95613c9db6a64a2111d4899395;p=ccan diff --git a/Makefile-ccan b/Makefile-ccan index 8d13a4f5..f4e096b5 100644 --- a/Makefile-ccan +++ b/Makefile-ccan @@ -17,8 +17,11 @@ MODS_NO_SRC := alignof \ check_type \ compiler \ container_of \ + cppmagic \ darray \ endian \ + lqueue \ + lstack \ minmax \ objset \ short_types \ @@ -31,6 +34,7 @@ MODS_NO_SRC := alignof \ # No external dependencies, with C code: MODS_WITH_SRC := aga \ agar \ + altstack \ antithread \ antithread/alloc \ asort \ @@ -55,11 +59,13 @@ MODS_WITH_SRC := aga \ crypto/shachain \ daemonize \ daemon_with_notify \ + deque \ dgraph \ eratosthenes \ err \ failtest \ foreach \ + generator \ grab_file \ hash \ heap \ @@ -77,8 +83,7 @@ MODS_WITH_SRC := aga \ lbalance \ likely \ list \ - lqueue \ - lstack \ + lpq \ md4 \ mem \ net \ @@ -88,6 +93,8 @@ MODS_WITH_SRC := aga \ ogg_to_pcm \ opt \ order \ + permutation \ + pipecmd \ pr_log \ ptrint \ ptr_valid \ @@ -96,12 +103,14 @@ MODS_WITH_SRC := aga \ rbuf \ read_write_all \ rfc822 \ + rszshm \ siphash \ sparse_bsearch \ str \ str/hex \ stringbuilder \ stringmap \ + strgrp \ strmap \ strset \ take \ @@ -118,14 +127,15 @@ MODS_WITH_SRC := aga \ time \ timer \ ttxml \ - wwviaudio + wwviaudio \ + xstring MODS:=$(MODS_WITH_SRC) $(MODS_NO_SRC) default: libccan.a # Automatic dependency generation: makes ccan/*/*.d files. -DEPGEN=-MD +DEPGEN=-MMD -include ccan/*/*.d # Anything with C files needs building; dir leaves / on, sort uniquifies