Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Reorganized some files for cmake
[simgrid.git] / buildtools / Cmake / Scripts / Makefile.default
diff --git a/buildtools/Cmake/Scripts/Makefile.default b/buildtools/Cmake/Scripts/Makefile.default
new file mode 100644 (file)
index 0000000..a7d7400
--- /dev/null
@@ -0,0 +1,8 @@
+#THIS Makefile should be erase by Cmake when use command "cmake."
+
+all : 
+       @echo "THIS COMMAND IS NOT AVAILABLE!"
+       @echo "Since v3.4 we use Cmake. Now use:"
+       @echo "\tcmake -DCMAKE_INSTALL_PREFIX=<where_you_want> .\n\tmake\n\tmake install"
+
+clean : all