common/autoconf/spec.gmk.in

Print this page




 269 SJAVAC_SERVER_DIR:=@SJAVAC_SERVER_DIR@
 270 
 271 # Number of parallel jobs to use for compilation
 272 JOBS?=@JOBS@
 273 
 274 FREETYPE_LIBS:=@FREETYPE_LIBS@
 275 FREETYPE_CFLAGS:=@FREETYPE_CFLAGS@
 276 FREETYPE_BUNDLE_LIB_PATH=@FREETYPE_BUNDLE_LIB_PATH@
 277 CUPS_CFLAGS:=@CUPS_CFLAGS@
 278 ALSA_LIBS:=@ALSA_LIBS@
 279 ALSA_CFLAGS:=@ALSA_CFLAGS@
 280 
 281 PACKAGE_PATH=@PACKAGE_PATH@
 282 
 283 # Source file for cacerts
 284 CACERTS_FILE=@CACERTS_FILE@
 285 
 286 # Enable unlimited crypto policy
 287 UNLIMITED_CRYPTO=@UNLIMITED_CRYPTO@
 288 



 289 # Necessary additional compiler flags to compile X11
 290 X_CFLAGS:=@X_CFLAGS@
 291 X_LIBS:=@X_LIBS@
 292 OPENWIN_HOME:=@OPENWIN_HOME@
 293 
 294 # The lowest required version of macosx to enforce compatiblity for
 295 MACOSX_VERSION_MIN=@MACOSX_VERSION_MIN@
 296 
 297 # There are two types: CC or CL
 298 # CC is gcc and others behaving reasonably similar.
 299 # CL is cl.exe only.
 300 COMPILER_TYPE:=@COMPILER_TYPE@
 301 COMPILER_NAME:=@COMPILER_NAME@
 302 
 303 # Option used to tell the compiler whether to create 32- or 64-bit executables
 304 COMPILER_TARGET_BITS_FLAG:=@COMPILER_TARGET_BITS_FLAG@
 305 COMPILER_SUPPORTS_TARGET_BITS_FLAG=@COMPILER_SUPPORTS_TARGET_BITS_FLAG@
 306 
 307 CC_OUT_OPTION:=@CC_OUT_OPTION@
 308 EXE_OUT_OPTION:=@EXE_OUT_OPTION@




 269 SJAVAC_SERVER_DIR:=@SJAVAC_SERVER_DIR@
 270 
 271 # Number of parallel jobs to use for compilation
 272 JOBS?=@JOBS@
 273 
 274 FREETYPE_LIBS:=@FREETYPE_LIBS@
 275 FREETYPE_CFLAGS:=@FREETYPE_CFLAGS@
 276 FREETYPE_BUNDLE_LIB_PATH=@FREETYPE_BUNDLE_LIB_PATH@
 277 CUPS_CFLAGS:=@CUPS_CFLAGS@
 278 ALSA_LIBS:=@ALSA_LIBS@
 279 ALSA_CFLAGS:=@ALSA_CFLAGS@
 280 
 281 PACKAGE_PATH=@PACKAGE_PATH@
 282 
 283 # Source file for cacerts
 284 CACERTS_FILE=@CACERTS_FILE@
 285 
 286 # Enable unlimited crypto policy
 287 UNLIMITED_CRYPTO=@UNLIMITED_CRYPTO@
 288 
 289 # Enable RMIConnector IIOP transport
 290 RMICONNECTOR_IIOP=@RMICONNECTOR_IIOP@
 291 
 292 # Necessary additional compiler flags to compile X11
 293 X_CFLAGS:=@X_CFLAGS@
 294 X_LIBS:=@X_LIBS@
 295 OPENWIN_HOME:=@OPENWIN_HOME@
 296 
 297 # The lowest required version of macosx to enforce compatiblity for
 298 MACOSX_VERSION_MIN=@MACOSX_VERSION_MIN@
 299 
 300 # There are two types: CC or CL
 301 # CC is gcc and others behaving reasonably similar.
 302 # CL is cl.exe only.
 303 COMPILER_TYPE:=@COMPILER_TYPE@
 304 COMPILER_NAME:=@COMPILER_NAME@
 305 
 306 # Option used to tell the compiler whether to create 32- or 64-bit executables
 307 COMPILER_TARGET_BITS_FLAG:=@COMPILER_TARGET_BITS_FLAG@
 308 COMPILER_SUPPORTS_TARGET_BITS_FLAG=@COMPILER_SUPPORTS_TARGET_BITS_FLAG@
 309 
 310 CC_OUT_OPTION:=@CC_OUT_OPTION@
 311 EXE_OUT_OPTION:=@EXE_OUT_OPTION@