]> git.ozlabs.org Git - ccan/blobdiff - Makefile-ccan
Add xstring module - bounded string builder with three valued comparator
[ccan] / Makefile-ccan
index 1388f892dc00bda310eeabfa07788424d9e92e3c..8eac2d73c70586954aa5bed9c0ac86b42abf1423 100644 (file)
@@ -13,13 +13,14 @@ MODS_NO_SRC := alignof \
        asearch \
        bitmap \
        build_assert \
-       bytestring \
        cast \
        check_type \
        compiler \
        container_of \
        darray \
        endian \
+       lqueue \
+       lstack \
        minmax \
        objset \
        short_types \
@@ -30,25 +31,34 @@ MODS_NO_SRC := alignof \
        version
 
 # No external dependencies, with C code:
-MODS_WITH_SRC := antithread \
+MODS_WITH_SRC := aga \
+       agar \
+       antithread \
        antithread/alloc \
        asort \
        asprintf \
        autodata \
        avl \
+       base64 \
        bdelta \
        block_pool \
        breakpoint \
        btree \
+       bytestring \
        ccan_tokenizer \
+       cdump \
        charset \
        ciniparser \
        crc \
        crcsync \
        cpuid \
+       crypto/ripemd160 \
+       crypto/sha256 \
+       crypto/shachain \
        daemonize \
        daemon_with_notify \
        dgraph \
+       eratosthenes \
        err \
        failtest \
        foreach \
@@ -58,6 +68,7 @@ MODS_WITH_SRC := antithread \
        htable \
        idtree \
        ilog \
+       invbloom \
        io \
        isaac \
        iscsi \
@@ -68,16 +79,22 @@ MODS_WITH_SRC := antithread \
        lbalance \
        likely \
        list \
-       lqueue \
-       lstack \
+       lpq \
        md4 \
-       memmem \
+       mem \
        net \
        nfs \
        noerr \
+       ntdb \
        ogg_to_pcm \
        opt \
+       order \
+       permutation \
+       pipecmd \
+       pr_log \
+       ptrint \
        ptr_valid \
+       pushpull \
        rbtree \
        rbuf \
        read_write_all \
@@ -85,7 +102,10 @@ MODS_WITH_SRC := antithread \
        siphash \
        sparse_bsearch \
        str \
+       str/hex \
+       stringbuilder \
        stringmap \
+       strgrp \
        strmap \
        strset \
        take \
@@ -93,6 +113,7 @@ MODS_WITH_SRC := antithread \
        tal/grab_file \
        tal/link \
        tal/path \
+       tal/stack \
        tal/str \
        tal/talloc \
        talloc \
@@ -101,7 +122,8 @@ MODS_WITH_SRC := antithread \
        time \
        timer \
        ttxml \
-       wwviaudio
+       wwviaudio \
+       xstring
 
 MODS:=$(MODS_WITH_SRC) $(MODS_NO_SRC)