unofficial mirror of notmuch@notmuchmail.org
 help / color / mirror / code / Atom feed
blob ee778cb09affac0a65f19b08cfbbe3134e63de25 1090 bytes (raw)
name: emacs/Makefile.local 	 # note: path name is non-authoritative(*)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
 
# -*- makefile -*-

dir := emacs
emacs_sources := \
	$(dir)/notmuch-lib.el \
	$(dir)/notmuch.el \
	$(dir)/notmuch-query.el \
	$(dir)/notmuch-show.el \
	$(dir)/notmuch-wash.el \
	$(dir)/notmuch-hello.el \
	$(dir)/notmuch-mua.el \
	$(dir)/notmuch-address.el \
	$(dir)/notmuch-maildir-fcc.el \
	$(dir)/notmuch-message.el \
	$(dir)/notmuch-crypto.el \
	$(dir)/notmuch-tag.el \
	$(dir)/coolj.el \
	$(dir)/notmuch-print.el

emacs_images := \
	$(srcdir)/$(dir)/notmuch-logo.png

emacs_bytecode = $(emacs_sources:.el=.elc)

%.elc: %.el $(global_deps)
	$(call quiet,EMACS) --directory emacs -batch -f batch-byte-compile $<

ifeq ($(WITH_EMACS),1)
ifeq ($(HAVE_EMACS),1)
all: $(emacs_bytecode)
endif

install: install-emacs
endif

.PHONY: install-emacs
install-emacs:
	mkdir -p "$(DESTDIR)$(emacslispdir)"
	$(INSTALL) -m0644 $(emacs_sources) "$(DESTDIR)$(emacslispdir)"
ifeq ($(HAVE_EMACS),1)
	$(INSTALL) -m0644 $(emacs_bytecode) "$(DESTDIR)$(emacslispdir)"
endif
	mkdir -p "$(DESTDIR)$(emacsetcdir)"
	$(INSTALL) -m0644 $(emacs_images) "$(DESTDIR)$(emacsetcdir)"

CLEAN := $(CLEAN) $(emacs_bytecode)

debug log:

solving ee778cb ...
found ee778cb in https://yhetil.org/notmuch/1352142123-18286-6-git-send-email-blakej@foo.net/ ||
	https://yhetil.org/notmuch/1351998962-25135-6-git-send-email-blakej@foo.net/ ||
	https://yhetil.org/notmuch/1352859005-18631-6-git-send-email-blakej@foo.net/
found fb82247 in https://yhetil.org/notmuch.git/
preparing index
index prepared:
100644 fb82247f32e51a294e58d03f805fd235603221d8	emacs/Makefile.local

applying [1/1] https://yhetil.org/notmuch/1352142123-18286-6-git-send-email-blakej@foo.net/
diff --git a/emacs/Makefile.local b/emacs/Makefile.local
index fb82247..ee778cb 100644

Checking patch emacs/Makefile.local...
Applied patch emacs/Makefile.local cleanly.

skipping https://yhetil.org/notmuch/1351998962-25135-6-git-send-email-blakej@foo.net/ for ee778cb
skipping https://yhetil.org/notmuch/1352859005-18631-6-git-send-email-blakej@foo.net/ for ee778cb
index at:
100644 ee778cb09affac0a65f19b08cfbbe3134e63de25	emacs/Makefile.local

(*) 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.^

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).