< prev index next >

common/autoconf/spec.gmk.in

Print this page




 401 GNM:=@GNM@
 402 STRIP:=@STRIP@
 403 
 404 LIPO:=@LIPO@
 405 
 406 # Options to linker to specify a mapfile.
 407 # (Note absence of := assignment, because we do not want to evaluate the macro body here)
 408 SET_SHARED_LIBRARY_MAPFILE=@SET_SHARED_LIBRARY_MAPFILE@
 409 
 410 # Options for C/CXX compiler to be used if linking is performed
 411 #   using reorder file
 412 C_FLAG_REORDER:=@C_FLAG_REORDER@
 413 CXX_FLAG_REORDER:=@CXX_FLAG_REORDER@
 414 
 415 #
 416 # Options for generating debug symbols
 417 ENABLE_DEBUG_SYMBOLS:=@ENABLE_DEBUG_SYMBOLS@
 418 CFLAGS_DEBUG_SYMBOLS:=@CFLAGS_DEBUG_SYMBOLS@
 419 CXXFLAGS_DEBUG_SYMBOLS:=@CXXFLAGS_DEBUG_SYMBOLS@
 420 ZIP_DEBUGINFO_FILES:=@ZIP_DEBUGINFO_FILES@



 421 
 422 #
 423 # Compress (or not) jars
 424 COMPRESS_JARS=@COMPRESS_JARS@
 425 
 426 # Options to linker to specify the library name.
 427 # (Note absence of := assignment, because we do not want to evaluate the macro body here)
 428 SET_SHARED_LIBRARY_NAME=@SET_SHARED_LIBRARY_NAME@
 429 
 430 # Set origin using the linker, ie use the relative path to the dependent library to find the dependees.
 431 # (Note absence of := assignment, because we do not want to evaluate the macro body here)
 432 SET_SHARED_LIBRARY_ORIGIN=@SET_SHARED_LIBRARY_ORIGIN@
 433 SET_EXECUTABLE_ORIGIN=@SET_EXECUTABLE_ORIGIN@
 434 
 435 # Different OS:es have different ways of naming shared libraries.
 436 # The SHARED_LIBRARY macro takes "verify" as and argument and returns:
 437 #    "libverify.so" or "libverify.dylib" or "verify.dll" depending on platform.
 438 # (Note absence of := assignment, because we do not want to evaluate the macro body here)
 439 SHARED_LIBRARY=@SHARED_LIBRARY@
 440 STATIC_LIBRARY=@STATIC_LIBRARY@




 401 GNM:=@GNM@
 402 STRIP:=@STRIP@
 403 
 404 LIPO:=@LIPO@
 405 
 406 # Options to linker to specify a mapfile.
 407 # (Note absence of := assignment, because we do not want to evaluate the macro body here)
 408 SET_SHARED_LIBRARY_MAPFILE=@SET_SHARED_LIBRARY_MAPFILE@
 409 
 410 # Options for C/CXX compiler to be used if linking is performed
 411 #   using reorder file
 412 C_FLAG_REORDER:=@C_FLAG_REORDER@
 413 CXX_FLAG_REORDER:=@CXX_FLAG_REORDER@
 414 
 415 #
 416 # Options for generating debug symbols
 417 ENABLE_DEBUG_SYMBOLS:=@ENABLE_DEBUG_SYMBOLS@
 418 CFLAGS_DEBUG_SYMBOLS:=@CFLAGS_DEBUG_SYMBOLS@
 419 CXXFLAGS_DEBUG_SYMBOLS:=@CXXFLAGS_DEBUG_SYMBOLS@
 420 ZIP_DEBUGINFO_FILES:=@ZIP_DEBUGINFO_FILES@
 421 NATIVE_DEBUG_SYMBOLS:=@NATIVE_DEBUG_SYMBOLS@
 422 DEBUG_BINARIES:=@DEBUG_BINARIES@
 423 STRIP_POLICY:=@STRIP_POLICY@
 424 
 425 #
 426 # Compress (or not) jars
 427 COMPRESS_JARS=@COMPRESS_JARS@
 428 
 429 # Options to linker to specify the library name.
 430 # (Note absence of := assignment, because we do not want to evaluate the macro body here)
 431 SET_SHARED_LIBRARY_NAME=@SET_SHARED_LIBRARY_NAME@
 432 
 433 # Set origin using the linker, ie use the relative path to the dependent library to find the dependees.
 434 # (Note absence of := assignment, because we do not want to evaluate the macro body here)
 435 SET_SHARED_LIBRARY_ORIGIN=@SET_SHARED_LIBRARY_ORIGIN@
 436 SET_EXECUTABLE_ORIGIN=@SET_EXECUTABLE_ORIGIN@
 437 
 438 # Different OS:es have different ways of naming shared libraries.
 439 # The SHARED_LIBRARY macro takes "verify" as and argument and returns:
 440 #    "libverify.so" or "libverify.dylib" or "verify.dll" depending on platform.
 441 # (Note absence of := assignment, because we do not want to evaluate the macro body here)
 442 SHARED_LIBRARY=@SHARED_LIBRARY@
 443 STATIC_LIBRARY=@STATIC_LIBRARY@


< prev index next >