notmuch.git  about / heads / tags
Unnamed repository; edit this file 'description' to name the repository.
blob 363cb3cd835f1c3446688df30591487e0e911857 281 bytes (raw)
name: lib/getdate/Makefile.local 	 # note: path name is non-authoritative(*)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
 
dir := lib/getdate
extra_cflags += -I$(dir)

getdate_c_srcs :=		\
	$(dir)/c-ctype.c	\
	$(dir)/getdate.c	\
	$(dir)/xalloc-die.c	\
	$(dir)/xmalloc.c

getdate_modules := $(getdate_c_srcs:.c=.o)

SRCS  := $(SRCS) $(getdate_c_srcs)
CLEAN := $(CLEAN) $(getdate_modules) $(dir)/getdate.c

(*) Git path names are given by the tree(s) the blob belongs to.
    Blobs themselves have no identifier aside from the hash of its contents.^

git clone https://yhetil.org/notmuch.git