view console/libgnt/test/Makefile @ 13935:cd2da4b079cf

[gaim-migrate @ 16466] New widget GntComboBox. I have addde a test file as an example as well. Rename gntutils.* to gntmarshal.* I am going to have some util-functions in gntutils.* later. committer: Tailor Script <tailor@pidgin.im>
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Sat, 08 Jul 2006 23:58:20 +0000
parents fdf2dbed6faa
children a06f7495af6f
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=combo focus tv multiwin

all:
	make examples

clean:
	rm -f $(EXAMPLES)

examples: $(EXAMPLES)