comparison console/libgnt/test/Makefile @ 13916:fdf2dbed6faa

[gaim-migrate @ 16418] Make the conversation windows bigger ... which is better *wink*. Use Panel library to manage the windows. Add a window-list that you can use to quickly switch to a window (press Alt+w to bring it up). Get rid of some unused codes. committer: Tailor Script <tailor@pidgin.im>
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Tue, 04 Jul 2006 01:32:39 +0000
parents 7d3256b253ec
children cd2da4b079cf
comparison
equal deleted inserted replaced
13915:e78d113f82db 13916:fdf2dbed6faa
1 CC=gcc 1 CC=gcc
2 CFLAGS=`pkg-config --cflags gobject-2.0` -g -I../ 2 CFLAGS=`pkg-config --cflags gobject-2.0` -g -I../
3 LDFLAGS=`pkg-config --libs gobject-2.0` -lncursesw -pg -lgnt -L../ 3 LDFLAGS=`pkg-config --libs gobject-2.0` -pg -lgnt -L../
4 4
5 EXAMPLES=focus tv multiwin 5 EXAMPLES=focus tv multiwin
6 6
7 all: 7 all:
8 cd .. && make
9 make examples 8 make examples
10 9
11 clean: 10 clean:
12 rm -f $(EXAMPLES) 11 rm -f $(EXAMPLES)
13 12