Mercurial > pidgin
annotate finch/libgnt/pygnt/Makefile.make @ 22217:ad357ca94de9
We will probably eventually use purple_object_[get|set]_ui_data. Until then, this will do.
| author | Sadrul Habib Chowdhury <imadil@gmail.com> |
|---|---|
| date | Sat, 26 Jan 2008 22:33:08 +0000 |
| parents | 6b16fca71f8b |
| children |
| rev | line source |
|---|---|
| 15930 | 1 CC = gcc |
| 2 CFLAGS = `pkg-config --cflags gtk+-2.0 pygtk-2.0` -I/usr/include/python2.4/ -I.. -g -O0 | |
| 3 LDFLAGS = `pkg-config --libs gtk+-2.0 pygtk-2.0 gnt` | |
| 4 | |
|
18556
5e1412f4e67a
Do some work to make pygnt more useful. The dbus-gnt script works fairly
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
15930
diff
changeset
|
5 gnt.so: gnt.o gntmodule.o common.o |
| 15930 | 6 $(CC) $(LDFLAGS) -shared $^ -o $@ |
| 7 | |
|
18556
5e1412f4e67a
Do some work to make pygnt more useful. The dbus-gnt script works fairly
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
15930
diff
changeset
|
8 gnt.c: gnt.def *.override common.c common.h |
| 15930 | 9 pygtk-codegen-2.0 --prefix gnt \ |
| 10 --override gnt.override \ | |
| 11 gnt.def > $@ | |
| 12 | |
|
18679
6b16fca71f8b
Add some more functions for GntTree. One point to note is that the key
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
18556
diff
changeset
|
13 #python codegen/codegen.py --prefix gnt \ |
|
6b16fca71f8b
Add some more functions for GntTree. One point to note is that the key
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
18556
diff
changeset
|
14 |
| 15930 | 15 clean: |
| 16 @rm *.so *.o gnt.c |
