diff 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 diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/console/libgnt/test/Makefile	Wed Jun 28 00:21:38 2006 +0000
@@ -0,0 +1,13 @@
+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)