]> git.notmuchmail.org Git - notmuch/blob - Makefile
notmuch: Document the new special-case syntax of "*".
[notmuch] / Makefile
1 # We want the all target to be the implicit target (if no target is
2 # given explicitly on the command line) so mention it first.
3 all:
4
5 # List all subdirectories here. Each contains its own Makefile.local
6 subdirs = compat completion emacs lib
7
8 # We make all targets depend on the Makefiles themselves.
9 global_deps = Makefile Makefile.local \
10         $(subdirs:%=%/Makefile) $(subdirs:%=%/Makefile.local)
11
12 # Finally, include all of the Makefile.local fragments where all the
13 # real work is done.
14 include Makefile.local $(subdirs:%=%/Makefile.local)