view console/libgnt/test/Makefile @ 13887:7d3256b253ec

[gaim-migrate @ 16368] Minor tweaks to Makefile and some other things. committer: Tailor Script <tailor@pidgin.im>
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Wed, 28 Jun 2006 18:50:33 +0000
parents ab6376814e73
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)