]> git.ozlabs.org Git - ccan/blobdiff - Makefile-ccan
str_talloc: delete.
[ccan] / Makefile-ccan
index fd959ffcd1c8db1671911314155bc040033fde0f..c9115368f6faadcddf6a6f70fe50bd8217e988de 100644 (file)
@@ -8,6 +8,7 @@ CFLAGS = $(CCAN_CFLAGS) -I. $(DEPGEN)
 
 # Modules which are just a header:
 MODS_NO_SRC := alignof \
+       argcheck \
        array_size \
        asearch \
        bitmap \
@@ -19,6 +20,7 @@ MODS_NO_SRC := alignof \
        container_of \
        darray \
        endian \
+       minmax \
        objset \
        short_types \
        tcon \
@@ -55,8 +57,10 @@ MODS_WITH_SRC := antithread \
        htable \
        idtree \
        ilog \
+       io \
        isaac \
        iscsi \
+       jacobson_karels \
        jmap \
        json \
        jset \
@@ -80,15 +84,14 @@ MODS_WITH_SRC := antithread \
        stringmap \
        strmap \
        strset \
-       str_talloc \
        take \
        tal \
+       tal/grab_file \
        tal/link \
        tal/path \
        tal/str \
        tal/talloc \
        talloc \
-       talloc_link \
        tally \
        tap \
        time \
@@ -113,7 +116,6 @@ DIRS=$(patsubst %/, %, $(sort $(foreach m, $(filter-out $(MODS_EXCLUDE), $(MODS_
 ccan/%-Makefile:
        @echo $@: $(wildcard ccan/$*/*.[ch]) ccan/$*/_info > $@
        @echo ccan/$*.o: $(patsubst %.c, %.o, $(wildcard ccan/$*/*.c)) >> $@
-       @echo ccan/$*.o: $(patsubst %.S, %.o, $(wildcard ccan/$*/*.S)) >> $@
 
 # We compile all the ccan/foo/*.o files together into ccan/foo.o
 OBJFILES=$(DIRS:=.o)