< prev index next >

common/autoconf/spec.gmk.in

Print this page




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



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




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


< prev index next >