Makefile Engine template: Whitespace cleanup and synchronization.

Also update comment as FULL is O3 not O2, fixing #14396.
This commit is contained in:
Augustin Cavalier
2018-08-25 21:28:29 -04:00
parent 99158ccedd
commit 427edfcf0d
2 changed files with 56 additions and 52 deletions
+3 -2
View File
@@ -3,6 +3,7 @@
## Fill in this file to specify the project being created, and the referenced ## Fill in this file to specify the project being created, and the referenced
## Makefile-Engine will do all of the hard work for you. This handles any ## Makefile-Engine will do all of the hard work for you. This handles any
## architecture of Haiku. ## architecture of Haiku.
##
## For more information, see: ## For more information, see:
## file:///system/develop/documentation/makefile-engine.html ## file:///system/develop/documentation/makefile-engine.html
@@ -16,7 +17,7 @@ NAME =
# DRIVER: Kernel driver # DRIVER: Kernel driver
TYPE = TYPE =
# If you plan to use localization, specify the application's MIME signature. # If you plan to use localization, specify the application's MIME signature.
APP_MIME_SIG = APP_MIME_SIG =
# The following lines tell Pe and Eddie where the SRCS, RDEFS, and RSRCS are # The following lines tell Pe and Eddie where the SRCS, RDEFS, and RSRCS are
@@ -76,7 +77,7 @@ SYSTEM_INCLUDE_PATHS =
LOCAL_INCLUDE_PATHS = LOCAL_INCLUDE_PATHS =
# Specify the level of optimization that you want. Specify either NONE (O0), # Specify the level of optimization that you want. Specify either NONE (O0),
# SOME (O1), FULL (O2), or leave blank (for the default optimization level). # SOME (O1), FULL (O3), or leave blank (for the default optimization level).
OPTIMIZE := OPTIMIZE :=
# Specify the codes for languages you are going to support in this # Specify the codes for languages you are going to support in this
@@ -3,6 +3,9 @@
## Fill in this file to specify the project being created, and the referenced ## Fill in this file to specify the project being created, and the referenced
## Makefile-Engine will do all of the hard work for you. This handles any ## Makefile-Engine will do all of the hard work for you. This handles any
## architecture of Haiku. ## architecture of Haiku.
##
## For more information, see:
## file:///system/develop/documentation/makefile-engine.html
# The name of the binary. # The name of the binary.
NAME = NAME =
@@ -14,7 +17,7 @@ NAME =
# DRIVER: Kernel driver # DRIVER: Kernel driver
TYPE = TYPE =
# If you plan to use localization, specify the application's MIME signature. # If you plan to use localization, specify the application's MIME signature.
APP_MIME_SIG = APP_MIME_SIG =
# The following lines tell Pe and Eddie where the SRCS, RDEFS, and RSRCS are # The following lines tell Pe and Eddie where the SRCS, RDEFS, and RSRCS are
@@ -74,7 +77,7 @@ SYSTEM_INCLUDE_PATHS =
LOCAL_INCLUDE_PATHS = LOCAL_INCLUDE_PATHS =
# Specify the level of optimization that you want. Specify either NONE (O0), # Specify the level of optimization that you want. Specify either NONE (O0),
# SOME (O1), FULL (O2), or leave blank (for the default optimization level). # SOME (O1), FULL (O3), or leave blank (for the default optimization level).
OPTIMIZE := OPTIMIZE :=
# Specify the codes for languages you are going to support in this # Specify the codes for languages you are going to support in this