CC=gcc LDLIBS=`gnome-config --libs gnomeui` CFLAGS=-Wall -g `gnome-config --cflags gnomeui` all: fixed alignment frame1 frame2 frame2right aspect hpaned vpaned \ modpaned layout scrolled scrolledauto notebook \ hbuttonbox vbuttonbox hbdemo vbdemo fixed: fixed.o alignment: alignment.o frame1: frame1.o frame2: frame2.o frame2right: frame2right.o aspect: aspect.o hpaned: hpaned.o vpaned: vpaned.o modpaned: modpaned.o layout: layout.o scrolled: scrolled.o scrolledauto: scrolledauto.o notebook: notebook.o hbuttonbox: hbuttonbox.o vbuttonbox: vbuttonbox.o hbdemo: hbdemo.o vbdemo: vbdemo.o clean: rm -f fixed rm -f alignment rm -f frame1 rm -f frame2 rm -f frame2right rm -f aspect rm -f hpaned rm -f vpaned rm -f modpaned rm -f layout rm -f scrolled rm -f scrolledauto rm -f notebook rm -f hbuttonbox rm -f vbuttonbox rm -f hbdemo rm -f vbdemo rm -f *.o