X-Git-Url: http://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=Makefile-ccan;h=40d03891e47c6e619c78b31466c1ea6538ee1ba4;hp=fd959ffcd1c8db1671911314155bc040033fde0f;hb=318f717e34e4735e5397bee24dbbee69205be82b;hpb=19c5822d43acc402df753e669724e3b564473da5 diff --git a/Makefile-ccan b/Makefile-ccan index fd959ffc..40d03891 100644 --- a/Makefile-ccan +++ b/Makefile-ccan @@ -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,8 +20,10 @@ MODS_NO_SRC := alignof \ container_of \ darray \ endian \ + minmax \ objset \ short_types \ + structeq \ tcon \ tlist \ typesafe_cb \ @@ -55,8 +58,10 @@ MODS_WITH_SRC := antithread \ htable \ idtree \ ilog \ + io \ isaac \ iscsi \ + jacobson_karels \ jmap \ json \ jset \ @@ -64,6 +69,7 @@ MODS_WITH_SRC := antithread \ likely \ list \ md4 \ + memmem \ net \ nfs \ noerr \ @@ -80,15 +86,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 +118,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)