view 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
line wrap: on
line source

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

EXAMPLES=focus tv multiwin

all:
	make examples

clean:
	rm -f $(EXAMPLES)

examples: $(EXAMPLES)