blob 7b10ea7bc0270f540ae3c4c20ae71f216ac36d13 376 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 -lnotmuch ${XAPIAN_LDFLAGS} ${GMIME_LDFLAGS} ${TALLOC_LDFLAGS} -o $@ $<
%_wrap.o : %_wrap.c
gcc ${CFLAGS} -fPIC -c -o $@ $<
%_wrap.c %.py : %.i
swig -python ${INCLUDES} $<
|
debug log:
solving 7b10ea7 ...
found 7b10ea7 in https://yhetil.org/notmuch/1264477998-20681-2-git-send-email-bgamari.foss@gmail.com/
applying [1/1] https://yhetil.org/notmuch/1264477998-20681-2-git-send-email-bgamari.foss@gmail.com/
diff --git a/swig/Makefile b/swig/Makefile
new file mode 100644
index 0000000..7b10ea7
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 7b10ea7bc0270f540ae3c4c20ae71f216ac36d13 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).