Mercurial > pidgin.yaz
view console/libgnt/test/Makefile @ 15793:7ea06c408a0d
*sigh*
author | Nathan Walp <nwalp@pidgin.im> |
---|---|
date | Fri, 16 Mar 2007 00:02:19 +0000 |
parents | 62bb53609a36 |
children |
line wrap: on
line source
CC=gcc CFLAGS=`pkg-config --cflags gobject-2.0 gmodule-2.0` -g -I../ -DSTANDALONE LDFLAGS=`pkg-config --libs gobject-2.0 gmodule-2.0 gnt` -pg EXAMPLES=combo focus tv multiwin keys menu all: make examples clean: rm -f $(EXAMPLES) *.so wm WM: wm for i in $(EXAMPLES); do gcc -shared $(CFLAGS) -USTANDALONE $(LDFLAGS) $${i}.c -o $${i}.so ; done examples: $(EXAMPLES)