CXXFLAGS=`pkg-config --cflags opencv` -O4 # -ggdb #-fopenmp 
LDFLAGS= -L /opt/local/lib/ `pkg-config --libs opencv` -framework Carbon -framework ApplicationServices

all:mouse

mouse:mouse.o marker.o
	$(CXX) $(LDFLAGS) -o mouse mouse.o marker.o