unofficial mirror of notmuch@notmuchmail.org
 help / color / mirror / code / Atom feed
blob c01c427fc048b98a21bf6f4f485e5fceb676f75c 383 bytes (raw)
name: swig/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
 
include ../Makefile.config

INCLUDES=-I../lib -I/usr/include/python2.6
CFLAGS=${INCLUDES}

all : python

python : _notmuch_funcs.so notmuch.py

_notmuch_funcs.so : notmuch_funcs_wrap.o
	g++ -shared ${XAPIAN_LDFLAGS} ${GMIME_LDFLAGS} ${TALLOC_LDFLAGS} -o $@ $< ../lib/notmuch.a

%_wrap.o : %_wrap.c
	gcc ${CFLAGS} -fPIC -c -o $@ $<

%_wrap.c %.py : %.i 
	swig -python ${INCLUDES} $<


debug log:

solving c01c427 ...
found c01c427 in https://yhetil.org/notmuch/1262078148-sup-7891@ben-laptop/

applying [1/1] https://yhetil.org/notmuch/1262078148-sup-7891@ben-laptop/
diff --git a/swig/Makefile b/swig/Makefile
new file mode 100644
index 0000000..c01c427

1:22: trailing whitespace.
%_wrap.c %.py : %.i 
Checking patch swig/Makefile...
1:24: new blank line at EOF.
+
Applied patch swig/Makefile cleanly.
warning: 2 lines add whitespace errors.

index at:
100644 c01c427fc048b98a21bf6f4f485e5fceb676f75c	swig/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://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).