view console/libgnt/test/Makefile @ 13953:8b2306c64efa

[gaim-migrate @ 16501] Minor adjustments to the packing of child widgets in a box. committer: Tailor Script <tailor@pidgin.im>
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Mon, 17 Jul 2006 04:30:50 +0000
parents cd2da4b079cf
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)