unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
blob 2d37cd6f3b641fa38b1f7b43e0648fc64083fa59 733 bytes (raw)
name: packages/context-coloring/Makefile 	 # 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
 
EMACS = emacs
DEPENDENCIES = libraries/ert-async.el libraries/js2-mode.el

all: clean compile test

bench: ${DEPENDENCIES}
	${EMACS} -Q \
	-L . \
	-L libraries \
	-l context-coloring \
	-l benchmark/context-coloring-benchmark \
	-f context-coloring-benchmark-run

compile: ${DEPENDENCIES}
	${EMACS} -Q -batch \
	-L . \
	-L libraries \
	-f batch-byte-compile *.el libraries/*.el

clean:
	rm -f *.elc libraries/*.elc ${DEPENDENCIES}

${DEPENDENCIES}:
	${EMACS} -Q -batch \
	-l scripts/download-dependencies.el

test: ${DEPENDENCIES}
	${EMACS} -Q -batch \
	-L . \
	-L libraries \
	-l ert \
	-l ert-async \
	-l context-coloring \
	-l test/context-coloring-test.el \
	-f ert-run-tests-batch-and-exit

.PHONY: all bench compile clean test

debug log:

solving 2d37cd6 ...
found 2d37cd6 in https://yhetil.org/emacs-devel/CAGiE8AwNSp9bvmmsCCnS37mE84n=ii49y9+gZfgUF0z8pa-QEA@mail.gmail.com/

applying [1/1] https://yhetil.org/emacs-devel/CAGiE8AwNSp9bvmmsCCnS37mE84n=ii49y9+gZfgUF0z8pa-QEA@mail.gmail.com/
diff --git a/packages/context-coloring/Makefile b/packages/context-coloring/Makefile
new file mode 100644
index 0000000..2d37cd6

Checking patch packages/context-coloring/Makefile...
Applied patch packages/context-coloring/Makefile cleanly.

index at:
100644 2d37cd6f3b641fa38b1f7b43e0648fc64083fa59	packages/context-coloring/Makefile

(*) 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://git.savannah.gnu.org/cgit/emacs.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).