]> git.cworth.org Git - obsolete/notmuch-old/blob - lib/getdate/Makefile.local
lib: Compile getdate source code and include it in notmuch.a
[obsolete/notmuch-old] / lib / getdate / Makefile.local
1 dir := lib/getdate
2 extra_cflags += -I$(dir)
3
4 getdate_c_srcs :=               \
5         $(dir)/c-ctype.c        \
6         $(dir)/getdate.c        \
7         $(dir)/xalloc-die.c     \
8         $(dir)/xmalloc.c
9
10 getdate_modules := $(getdate_c_srcs:.c=.o)
11
12 SRCS  := $(SRCS) $(getdate_c_srcs)
13 CLEAN := $(CLEAN) $(getdate_modules) $(dir)/getdate.c