unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
blob beef1dbc097938e687a0ef44dfefa0d2926e6685 716 bytes (raw)
name: test/manual/noverlay/Makefile.in 	 # 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
 
PROGRAM = itree-tests
LIBS = check
top_srcdir = @top_srcdir@
CFLAGS += -O0 -g3 $(shell pkg-config --cflags $(LIBS)) -I $(top_srcdir)/src
LDFLAGS += $(shell pkg-config --libs $(LIBS)) -lm
OBJECTS = itree-tests.o
CC = gcc
EMACS ?= ../../../src/emacs

.PHONY: all check have-libcheck

all: check

have-libcheck:
	pkg-config --cflags $(LIBS)

check: have-libcheck $(PROGRAM)
	./check-sanitize.sh ./$(PROGRAM)

itree-tests.o: emacs-compat.h itree-tests.c $(top_srcdir)/src/itree.c $(top_srcdir)/src/itree.h

$(PROGRAM): $(OBJECTS)
	$(CC) $(CFLAGS) $(LDFLAGS) $(OBJECTS) -o $(PROGRAM)

perf:
	-$(EMACS) -Q -l ./overlay-perf.el -f perf-run-batch

clean:
	rm -f -- $(OBJECTS) $(PROGRAM)

distclean: clean
	rm -f -- Makefile

debug log:

solving beef1dbc09 ...
found beef1dbc09 in https://git.savannah.gnu.org/cgit/emacs.git

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