default: all ; Makefile.qmake: qmake -o Makefile.qmake pykit.pro %: Makefile.qmake FORCE @$(MAKE) -f Makefile.qmake $@ FORCE: ; clean: @$(MAKE) -f Makefile.qmake clean rm -f pykit Makefile.qmake Makefile: ;