Browse Source

Add missing exe extension

Samuel Thibault 12 years ago
parent
commit
76f61f8b54
1 changed files with 4 additions and 4 deletions
  1. 4 4
      Makefile.am

+ 4 - 4
Makefile.am

@@ -99,14 +99,14 @@ all-local:
 	cd starpu-top ; $(QMAKE) ; $(MAKE)
 	cd starpu-top ; $(QMAKE) ; $(MAKE)
 clean-local:
 clean-local:
 	cd starpu-top ; $(QMAKE) ; $(MAKE) clean ; $(RM) Makefile
 	cd starpu-top ; $(QMAKE) ; $(MAKE) clean ; $(RM) Makefile
-	$(RM) starpu-top/starpu_top.1 starpu-top/starpu_top
+	$(RM) starpu-top/starpu_top.1 starpu-top/starpu_top$(EXEEXT)
 # TODO: resources
 # TODO: resources
 install-exec-local:
 install-exec-local:
 	$(MKDIR_P) $(DESTDIR)$(bindir)
 	$(MKDIR_P) $(DESTDIR)$(bindir)
-	$(INSTALL_STRIP_PROGRAM) starpu-top/starpu_top $(DESTDIR)$(bindir)
+	$(INSTALL_STRIP_PROGRAM) starpu-top/starpu_top$(EXEEXT) $(DESTDIR)$(bindir)
 uninstall-local:
 uninstall-local:
-	$(RM) $(DESTDIR)$(bindir)/starpu_top
-	$(RM) starpu-top/starpu_top
+	$(RM) $(DESTDIR)$(bindir)/starpu_top$(EXEEXT)
+	$(RM) starpu-top/starpu_top$(EXEEXT)
 	$(RM) starpu-top/Makefile
 	$(RM) starpu-top/Makefile
 
 
 if STARPU_HAVE_HELP2MAN
 if STARPU_HAVE_HELP2MAN