diff --git a/src/makefile.am b/src/makefile.am index c74bc93..f1f4351 100644 --- a/src/makefile.am +++ b/src/makefile.am @@ -83,18 +83,6 @@ ${QMAKE_TARGET}: ${QMAKE_MAKEFILE} ${ALL_SRC} $(LANGS:%=@PACKAGENAME@_%.qm) clean-local: -rm -r ${QMAKE_TARGET}.app -maintainer-clean-local: - -rm -rf ${QMAKE_TARGET}.app - -install-exec-local: - test -d ${bindir} || mkdir -p ${bindir} - ( test -f @PACKAGENAME@ && cp @PACKAGENAME@ ${bindir}/ ) \ - || ( test -f @PACKAGENAME@.exe && cp @PACKAGENAME@.exe ${bindir}/ ) \ - || ( test -d @PACKAGENAME@.app && cp -r @PACKAGENAME@.app ${bindir}/ ) - -uninstall-local: - -rm -rf ${bindir}/@PACKAGENAME@{,.exe,.app} - CLEANFILES = ${TARGETS} ${TARGETS:%=%.exe} $(LANGS:%=@PACKAGENAME@_%.qm) \ *.o *.obj qrc_*.cpp ui_*.h moc_*.cpp \ ${QMAKE_TARGET} \