< prev index next >

common/autoconf/spec.gmk.in

Print this page




 379 GNM:=@GNM@
 380 STRIP:=@STRIP@
 381 
 382 LIPO:=@LIPO@
 383 
 384 # Options to linker to specify a mapfile.
 385 # (Note absence of := assignment, because we do not want to evaluate the macro body here)
 386 SET_SHARED_LIBRARY_MAPFILE=@SET_SHARED_LIBRARY_MAPFILE@
 387 
 388 # Options for C/CXX compiler to be used if linking is performed
 389 #   using reorder file
 390 C_FLAG_REORDER:=@C_FLAG_REORDER@
 391 CXX_FLAG_REORDER:=@CXX_FLAG_REORDER@
 392 
 393 #
 394 # Options for generating debug symbols
 395 ENABLE_DEBUG_SYMBOLS:=@ENABLE_DEBUG_SYMBOLS@
 396 CFLAGS_DEBUG_SYMBOLS:=@CFLAGS_DEBUG_SYMBOLS@
 397 CXXFLAGS_DEBUG_SYMBOLS:=@CXXFLAGS_DEBUG_SYMBOLS@
 398 ZIP_DEBUGINFO_FILES:=@ZIP_DEBUGINFO_FILES@



 399 
 400 #
 401 # Compress (or not) jars
 402 COMPRESS_JARS=@COMPRESS_JARS@
 403 
 404 # Options to linker to specify the library name.
 405 # (Note absence of := assignment, because we do not want to evaluate the macro body here)
 406 SET_SHARED_LIBRARY_NAME=@SET_SHARED_LIBRARY_NAME@
 407 
 408 # Set origin using the linker, ie use the relative path to the dependent library to find the dependees.
 409 # (Note absence of := assignment, because we do not want to evaluate the macro body here)
 410 SET_SHARED_LIBRARY_ORIGIN=@SET_SHARED_LIBRARY_ORIGIN@
 411 SET_EXECUTABLE_ORIGIN=@SET_EXECUTABLE_ORIGIN@
 412 
 413 # Different OS:es have different ways of naming shared libraries.
 414 # The SHARED_LIBRARY macro takes "verify" as and argument and returns:
 415 #    "libverify.so" or "libverify.dylib" or "verify.dll" depending on platform.
 416 # (Note absence of := assignment, because we do not want to evaluate the macro body here)
 417 SHARED_LIBRARY=@SHARED_LIBRARY@
 418 STATIC_LIBRARY=@STATIC_LIBRARY@




 379 GNM:=@GNM@
 380 STRIP:=@STRIP@
 381 
 382 LIPO:=@LIPO@
 383 
 384 # Options to linker to specify a mapfile.
 385 # (Note absence of := assignment, because we do not want to evaluate the macro body here)
 386 SET_SHARED_LIBRARY_MAPFILE=@SET_SHARED_LIBRARY_MAPFILE@
 387 
 388 # Options for C/CXX compiler to be used if linking is performed
 389 #   using reorder file
 390 C_FLAG_REORDER:=@C_FLAG_REORDER@
 391 CXX_FLAG_REORDER:=@CXX_FLAG_REORDER@
 392 
 393 #
 394 # Options for generating debug symbols
 395 ENABLE_DEBUG_SYMBOLS:=@ENABLE_DEBUG_SYMBOLS@
 396 CFLAGS_DEBUG_SYMBOLS:=@CFLAGS_DEBUG_SYMBOLS@
 397 CXXFLAGS_DEBUG_SYMBOLS:=@CXXFLAGS_DEBUG_SYMBOLS@
 398 ZIP_DEBUGINFO_FILES:=@ZIP_DEBUGINFO_FILES@
 399 NATIVE_DEBUG_SYMBOLS:=@NATIVE_DEBUG_SYMBOLS@
 400 DEBUG_BINARIES:=@DEBUG_BINARIES@
 401 STRIP_POLICY:=@STRIP_POLICY@
 402 
 403 #
 404 # Compress (or not) jars
 405 COMPRESS_JARS=@COMPRESS_JARS@
 406 
 407 # Options to linker to specify the library name.
 408 # (Note absence of := assignment, because we do not want to evaluate the macro body here)
 409 SET_SHARED_LIBRARY_NAME=@SET_SHARED_LIBRARY_NAME@
 410 
 411 # Set origin using the linker, ie use the relative path to the dependent library to find the dependees.
 412 # (Note absence of := assignment, because we do not want to evaluate the macro body here)
 413 SET_SHARED_LIBRARY_ORIGIN=@SET_SHARED_LIBRARY_ORIGIN@
 414 SET_EXECUTABLE_ORIGIN=@SET_EXECUTABLE_ORIGIN@
 415 
 416 # Different OS:es have different ways of naming shared libraries.
 417 # The SHARED_LIBRARY macro takes "verify" as and argument and returns:
 418 #    "libverify.so" or "libverify.dylib" or "verify.dll" depending on platform.
 419 # (Note absence of := assignment, because we do not want to evaluate the macro body here)
 420 SHARED_LIBRARY=@SHARED_LIBRARY@
 421 STATIC_LIBRARY=@STATIC_LIBRARY@


< prev index next >