From 9f97b634c2058d86903da18d8760cf7774d82383 Mon Sep 17 00:00:00 2001 From: Richard Aas Date: Fri, 7 Oct 2011 08:56:27 +0000 Subject: [PATCH] re.mk: updated alphabetical list of imported and exported variables --- mk/re.mk | 53 ++++++++++++++++++++++++++++------------------------- 1 file changed, 28 insertions(+), 25 deletions(-) diff --git a/mk/re.mk b/mk/re.mk index f0c6368..a09292a 100644 --- a/mk/re.mk +++ b/mk/re.mk @@ -5,34 +5,37 @@ # # Imported variables: # -# PROJECT Project name -# VERSION Version number -# CC Compiler -# GCOV If non-empty, enable GNU Coverage testing -# GPROF If non-empty, enable GNU Profiling -# OPT_SPEED If non-empty, optimize for speed -# OPT_SIZE If non-empty, optimize for size -# USE_OPENSSL If non-empty, link to libssl library -# USE_ZLIB If non-empty, link to libz library -# SYSROOT System root of library and include files -# SYSROOT_ALT Alternative system root of library and include files -# EXTRA_CFLAGS Extra compiler flags appended to CFLAGS -# EXTRA_LFLAGS Extra linker flags appended to LFLAGS +# ARCH Target architecture +# CC Compiler +# CROSS_COMPILE Cross-compiler prefix (optional) +# EXTRA_CFLAGS Extra compiler flags appended to CFLAGS +# EXTRA_LFLAGS Extra linker flags appended to LFLAGS +# GCOV If non-empty, enable GNU Coverage testing +# GPROF If non-empty, enable GNU Profiling +# OPT_SIZE If non-empty, optimize for size +# OPT_SPEED If non-empty, optimize for speed +# PROJECT Project name +# RELEASE Release build +# SYSROOT System root of library and include files +# SYSROOT_ALT Alternative system root of library and include files +# USE_OPENSSL If non-empty, link to libssl library +# USE_ZLIB If non-empty, link to libz library +# VERSION Version number # # Exported variables: # -# CC Compiler -# CCACHE Compiler ccache tool -# CFLAGS Compiler flags -# DFLAGS Dependency generator flags -# LFLAGS Common linker flags -# SH_LFLAGS Linker flags for shared libraries -# MOD_LFLAGS Linker flags for dynamic modules -# APP_LFLAGS Linker flags for applications using modules -# LIBS Libraries to link against -# LIB_SUFFIX Suffix for shared libraries -# MOD_SUFFIX Suffix for dynamic modules -# BIN_SUFFIX Suffix for binary executables +# APP_LFLAGS Linker flags for applications using modules +# BIN_SUFFIX Suffix for binary executables +# CC Compiler +# CCACHE Compiler ccache tool +# CFLAGS Compiler flags +# DFLAGS Dependency generator flags +# LFLAGS Common linker flags +# LIBS Libraries to link against +# LIB_SUFFIX Suffix for shared libraries +# MOD_LFLAGS Linker flags for dynamic modules +# MOD_SUFFIX Suffix for dynamic modules +# SH_LFLAGS Linker flags for shared libraries #