3 pg_LTLIBRARIES = gnt.la
5 pgdir = `${PYTHON} -c 'import distutils.sysconfig as ds; print ds.get_python_lib()'`
10 gntbindable.override \
18 gnt_la_SOURCES = gnt.c common.c common.h gntmodule.c
20 gnt_la_LDFLAGS = -module -avoid-version \
21 `pkg-config --libs pygobject-2.0`
31 -I/usr/include/ncursesw \
32 `pkg-config --cflags pygobject-2.0`
34 CLEANFILES = gnt.def gnt.c gnt.defe
36 gnt.def: $(srcdir)/gnt/*.h
40 pygtk-codegen-2.0 --prefix gnt \
41 --override gnt.override \