view console/libgnt/test/Makefile @ 13883:ab6376814e73

[gaim-migrate @ 16363] Some examples so other people can try things out. I am planning on making the conversation-pane behave like test/tv .. comments? committer: Tailor Script <tailor@pidgin.im>
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Wed, 28 Jun 2006 00:21:38 +0000
parents
children 7d3256b253ec
line wrap: on
line source

CFLAGS=`pkg-config --cflags gobject-2.0` -g -I../
LDFLAGS=`pkg-config --libs gobject-2.0` -lncursesw -pg -lgnt -L../

EXAMPLES=focus tv multiwin

all:
	cd .. && make
	make examples

clean:
	rm -f $(EXAMPLES)

examples: $(EXAMPLES)