Mercurial > pidgin.yaz
view console/libgnt/test/Makefile @ 14270:4c82afb76534
[gaim-migrate @ 16953]
SF Patch #1544073 from Alex Badea
"Here's a few fixes to allow building from outside the
source tree again."
committer: Tailor Script <tailor@pidgin.im>
author | Richard Laager <rlaager@wiktel.com> |
---|---|
date | Mon, 21 Aug 2006 17:04:26 +0000 |
parents | cb6bbd248941 |
children | 62bb53609a36 |
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 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)