all:
	 cd ..; make module_screenshot; cd screenshot

install:
	cd ..; make module_screenshot install_screenshot; cd screenshot

clean:
	rm -f *.o *.d *.so *.a *_moc.cpp .final.d .final.cpp.o .final.c.o

distclean: clean
	rm -f .cxxflags .ldflags .final.cpp .final.c translations/*.qm

