diff --git a/configure/RULES_TOP b/configure/RULES_TOP index 0bc0126b9..8ec8f00e2 100644 --- a/configure/RULES_TOP +++ b/configure/RULES_TOP @@ -61,19 +61,24 @@ tarVersion: help: @echo "Usage: gnumake [options] [target] ..." @echo "Targets supported by all Makefiles:" - @echo " install - Installs executables in bin/ (default rule)" - @echo " build - Builds objects, using libraries from build_libs" - @echo " clean - Cleans objects. Clean removes the O. dirs" + @echo " install - Builds and installs all targets (default rule)" + @echo " all - Same as install" + @echo " buildInstall - Same as install" + @echo " clean - Cleans objects. Clean removes the O. dirs" @echo " in all except the O. level Makefile" - @echo " depends - Generates include dependencies" + @echo " rebuild - Same as clean install" + @echo " depends - Generates include header file dependencies" + @echo " build - Builds all targets" @echo "\"Partial\" build targets supported by Makefiles:" @echo " install. - Builds and installs only." @echo " clean. - Cleans binaries in O. dirs only." @echo " build. - Builds only." @echo " depends. - Generates dependencies only." @echo "Targets supported by top level Makefile:" - @echo " uninstall - Cleans directories created by the install." - @echo " tar - Create tar file " + @echo " uninstall - Cleans directories created by the install." + @echo " distclean - Same as clean uninstall." + @echo " tar - Create tar file " + @echo " help - Prints this list of valid make targets " @echo "Indiv. object targets are supported by O. level Makefile .e.g" @echo " xxxRecord.o"