repo.or.cz
/
elinks
/
elinks-j605.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
ELinks 0.12pre1
[elinks/elinks-j605.git]
/
src
/
scripting
/
python
/
Makefile
blob
a84ed9e91f168045611e34e6ad8fc5e16227f6cb
1
top_builddir
=
..
/
..
/
..
2
include
$(
top_builddir
)/
Makefile.config
3
4
INCLUDES
+= $(
PYTHON_CFLAGS
)
5
6
OBJS
=
\
7
core.o \
8
dialogs.o \
9
document.o \
10
hooks.o \
11
keybinding.o \
12
load.o \
13
menu.o \
14
open.o \
15
python.o
16
17
include
$(
top_srcdir
)/
Makefile.lib