Mercurial > pidgin
view finch/libgnt/pygnt/Makefile.make @ 19770:ebf4fe12ad10
merge of '568fa1d06eec5b85c215976c97bba59da8c139a7'
and 'b5d08ea2ffcf40d88397c533814778a4675f6cf5'
author | Luke Schierer <lschiere@pidgin.im> |
---|---|
date | Wed, 12 Sep 2007 13:00:42 +0000 |
parents | 6b16fca71f8b |
children |
line wrap: on
line source
CC = gcc CFLAGS = `pkg-config --cflags gtk+-2.0 pygtk-2.0` -I/usr/include/python2.4/ -I.. -g -O0 LDFLAGS = `pkg-config --libs gtk+-2.0 pygtk-2.0 gnt` gnt.so: gnt.o gntmodule.o common.o $(CC) $(LDFLAGS) -shared $^ -o $@ gnt.c: gnt.def *.override common.c common.h pygtk-codegen-2.0 --prefix gnt \ --override gnt.override \ gnt.def > $@ #python codegen/codegen.py --prefix gnt \ clean: @rm *.so *.o gnt.c