summaryrefslogtreecommitdiff
path: root/Makefile.defaults
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.defaults')
-rw-r--r--Makefile.defaults22
1 files changed, 15 insertions, 7 deletions
diff --git a/Makefile.defaults b/Makefile.defaults
index 4bfb17cae..dd5400647 100644
--- a/Makefile.defaults
+++ b/Makefile.defaults
@@ -1,13 +1,13 @@
#
-# NetSurf default build configuration
+# NetSurf default build setup
#
-# Some of these options support an 'AUTO' option, as well as YES and NO.
-# When an option is set to AUTO, the Makefile will attempt to detect if that
-# feature is available, enabling it if possible.
#
-# Options marked "highly recommended" have a severe impact on NetSurf's
-# use as a web browser and should be set to YES unless there is a particularly
-# good reason not to.
+# | WARNING: You should NOT be editing this file.
+# |
+# | If you want to configure your build, create a 'Makefile.config'
+# | file with 'override' statements to override the settings here.
+# | Follow the example in 'Makefile.config.example'.
+#
#
# This file should be treated as INVIOLATE and only altered to alter
# the defaults by a core developer. If you wish to configure the build
@@ -18,6 +18,14 @@
# Makefile.config can use the TARGET variable to control what to set
# the configuration options to.
#
+# Some of these options support an 'AUTO' option, as well as YES and NO.
+# When an option is set to AUTO, the Makefile will attempt to detect if that
+# feature is available, enabling it if possible.
+#
+# Options marked "highly recommended" have a severe impact on NetSurf's
+# use as a web browser and should be set to YES unless there is a particularly
+# good reason not to.
+#
# ----------------------------------------------------------------------------
# Options relating to all versions of NetSurf