Big refactoring completed. Everything prepared for the separation of core and gui.
[quassel.git] / Makefile
index eaaa4c0..3de1c2c 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,25 @@
 # This, of course, triggers an out-of-source build.
 # Binaries are going to be in build/.
 
 # This, of course, triggers an out-of-source build.
 # Binaries are going to be in build/.
 
-default_target: run_cmake
+default_target: default
+
+default:
+       @echo "To start an out-of-source build, change to the build/ directory"
+       @echo "and run 'cmake ..' to create standard Makefiles. You can then use"
+       @echo "'make' from the build/ directory to compile the project."
+       @echo
+       @echo "To create KDevelop3 project files instead, run 'cmake .. -GKDevelop3'"
+       @echo "from the build/ directory."
+       @echo
+       @echo "Please refer to the INSTALL file for more options, such as"
+       @echo "client/server builds."
+       @echo
 
 run_cmake:
        cd build && cmake .. && make
 
 run_cmake:
        cd build && cmake .. && make
+
+# I need the prepare/restore at my system, because I have to alter the $PATH
+# temporarily. Because it's very system dependent, I didn't include the files.
+# -- kaffeedoktor
+build_windows:
+       win_build.bat