LDFLAGS= $(shell Magick-config --ldflags)
LOADLIBES=-lMagick++ $(shell Magick-config --libs)
CPPFLAGS=$(shell Magick-config --cflags) $(shell Magick-config --cppflags)

all:    button  demo  detrans  flip  shapes
 

 
