Mercurial > pidgin.yaz
comparison 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 |
comparison
equal
deleted
inserted
replaced
13882:5c750626eaa5 | 13883:ab6376814e73 |
---|---|
1 CFLAGS=`pkg-config --cflags gobject-2.0` -g -I../ | |
2 LDFLAGS=`pkg-config --libs gobject-2.0` -lncursesw -pg -lgnt -L../ | |
3 | |
4 EXAMPLES=focus tv multiwin | |
5 | |
6 all: | |
7 cd .. && make | |
8 make examples | |
9 | |
10 clean: | |
11 rm -f $(EXAMPLES) | |
12 | |
13 examples: $(EXAMPLES) |