CC=gcc LDLIBS=`gnome-config --libs gnomeui` CFLAGS=-Wall -g `gnome-config --cflags gnomeui` all: hellopopup hellodialog popup_dialog popup_dialog_modal hiding hellopopup: hellopopup.o hellodialog: hellodialog.o popup_dialog: popup_dialog.o popup_dialog_modal: popup_dialog_modal.o hiding: hiding.o clean: rm -f hellopopup rm -f hellodialog rm -f popup_dialog rm -f popup_dialog_modal rm -f hiding rm -f *.o