X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=Makefile;h=faaaec6419b9ae7ec4d96b1b0d28ceac00739446;hp=076efc79b9532c3e1b80a8ef5b9687456a2fe895;hb=c10085c77b407d9ea704f8b4f9e0a805f63e72cb;hpb=16f0e7dcf4dc42f9637fdc82f887761b246b98c9 diff --git a/Makefile b/Makefile index 076efc79..faaaec64 100644 --- a/Makefile +++ b/Makefile @@ -9,6 +9,13 @@ subdirs = compat completion emacs lib global_deps = Makefile Makefile.local \ $(subdirs:%=%/Makefile) $(subdirs:%=%/Makefile.local) +# Sub-directory Makefile.local fragments can append to these variables +# to have directory-specific cflags as necessary. + +extra_cflags := +extra_cxxflags := + # Finally, include all of the Makefile.local fragments where all the # real work is done. -include Makefile.local $(subdirs:%=%/Makefile.local) + +include $(subdirs:%=%/Makefile.local) Makefile.local