Sophie

Sophie

distrib > Fedora > 13 > i386 > by-pkgid > 6df6fd91b7e1669e4e78e39167bc1d54 > files > 215

gtk+-devel-1.2.10-70.fc13.i686.rpm


CC = gcc

all: gettargets setselection

gettargets: gettargets.c 
	$(CC) `gtk-config --cflags` gettargets.c -o gettargets `gtk-config --libs`

setselection: setselection.c
	$(CC) `gtk-config --cflags` setselection.c -o setselection `gtk-config --libs`
 
clean: 
	rm -f *.o gettargets setselection