mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
Document well-known targets
svn path=/trunk/; revision=15872
This commit is contained in:
parent
ad04a63867
commit
ad1bdc040e
1 changed files with 49 additions and 0 deletions
|
@ -1,3 +1,52 @@
|
||||||
|
# Well-known targets:
|
||||||
|
#
|
||||||
|
# all (default target)
|
||||||
|
# This target builds all of ReactOS.
|
||||||
|
#
|
||||||
|
# module
|
||||||
|
# These targets builds a single module. Replace module with the name of
|
||||||
|
# the module you want to build.
|
||||||
|
#
|
||||||
|
# bootcd
|
||||||
|
# This target builds an ISO (ReactOS.iso) from which ReactOS can be booted
|
||||||
|
# and installed.
|
||||||
|
#
|
||||||
|
# livecd
|
||||||
|
# This target builds an ISO (ReactOS-Live.iso) from which ReactOS can be
|
||||||
|
# booted, but not installed.
|
||||||
|
#
|
||||||
|
# install
|
||||||
|
# This target installs all of ReactOS to a location specified by the
|
||||||
|
# ROS_INSTALL environment variable.
|
||||||
|
#
|
||||||
|
# module_install
|
||||||
|
# These targets installs a single module to a location specified by the
|
||||||
|
# ROS_INSTALL environment variable. Replace module with the name of the
|
||||||
|
# module you want to install.
|
||||||
|
#
|
||||||
|
# clean
|
||||||
|
# This target cleans (deletes) all files that are generated when building
|
||||||
|
# ReactOS.
|
||||||
|
#
|
||||||
|
# module_clean
|
||||||
|
# These targets cleans (deletes) files that are generated when building a
|
||||||
|
# single module. Replace module with the name of the module you want to
|
||||||
|
# clean.
|
||||||
|
#
|
||||||
|
# depends
|
||||||
|
# This target does a complete dependency check of the ReactOS codebase.
|
||||||
|
# This can require several minutes to complete. If you only need to check
|
||||||
|
# dependencies for a single or few modules then you can use the
|
||||||
|
# module_depends targets instead. This target can also repair a damaged or
|
||||||
|
# missing makefile.auto if needed.
|
||||||
|
#
|
||||||
|
# module_depends
|
||||||
|
# These targets do a dependency check of individual modules. Replace module
|
||||||
|
# with the name of the module for which you want to check dependencies.
|
||||||
|
# This is faster than the depends target which does a complete dependency
|
||||||
|
# check of the ReactOS codebase.
|
||||||
|
#
|
||||||
|
#
|
||||||
# Accepted environment variables:
|
# Accepted environment variables:
|
||||||
#
|
#
|
||||||
# ROS_PREFIX
|
# ROS_PREFIX
|
||||||
|
|
Loading…
Reference in a new issue