Sophie

Sophie

distrib > CentOS > 5 > x86_64 > by-pkgid > 395f8b906c432bc823bf50b96e6a4fda > files > 201

gtk+-devel-1.2.10-57.el5.i386.rpm


CC = gcc

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

clean: 
	rm -f *.o radiobuttons