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