view console/libgnt/test/Makefile @ 13907:cc60d0861337

[gaim-migrate @ 16402] This commit has 1234 lines of diff :) Windows can now be moved (alt+m, then the arrow keys, then escape/enter). Add a window to enable/disable accounts. But the 'add' etc. buttons don't have any callbacks yet. I am going to need to do some more widgets (checkbox, combobox) before I do anything else. I have also updated the test programs to work with the changes in libgnt. committer: Tailor Script <tailor@pidgin.im>
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Sun, 02 Jul 2006 22:13:06 +0000
parents 7d3256b253ec
children fdf2dbed6faa
line wrap: on
line source

CC=gcc
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)