# This is the CMakeCache file. # For build in directory: /home/hagish/workspace/adt/love-native-android/jni/openal-soft-android # It was generated by CMake: /usr/bin/cmake # You can edit this file to change values found and used by cmake. # If you do not want to change any of the values, simply exit the editor. # If you do want to change a value, simply edit, save, and exit the editor. # The syntax for the file is as follows: # KEY:TYPE=VALUE # KEY is the name of a variable in the cache. # TYPE is a hint to GUI's for the type of VALUE, DO NOT EDIT TYPE!. # VALUE is the current value for the KEY. ######################## # EXTERNAL cache entries ######################## //Check for ALSA backend ALSA:BOOL=ON //Install alsoft.conf configuration file ALSOFT_CONFIG:BOOL=OFF //Check for Android backend ANDROID:BOOL=ON //android API level ANDROID_API_LEVEL:STRING=5 //Enable Android low-latency backend ANDROID_LOW_LATENCY:BOOL=OFF //archive CMAKE_AR:PATH=/opt/android-ndk-r6/toolchains/arm-linux-androideabi-4.4.3/prebuilt/linux-x86/bin/arm-linux-androideabi-ar //For backwards compatibility, what version of CMake commands and // syntax should this version of CMake try to support. CMAKE_BACKWARDS_COMPATIBILITY:STRING=2.4 //Choose the type of build, options are: Debug Release RelWithDebInfo // MinSizeRel. CMAKE_BUILD_TYPE:STRING=RelWithDebInfo //Enable/Disable color output during build. CMAKE_COLOR_MAKEFILE:BOOL=ON //g++ CMAKE_CXX_COMPILER:PATH=/opt/android-ndk-r6/toolchains/arm-linux-androideabi-4.4.3/prebuilt/linux-x86/bin/arm-linux-androideabi-g++ //c++ flags CMAKE_CXX_FLAGS:STRING=--sysroot=/opt/android-ndk-r6/platforms/android-5/arch-arm -fPIC -DANDROID -Wno-psabi -fsigned-char -mthumb //C compiler. CMAKE_C_COMPILER:FILEPATH=/opt/android-ndk-r6/toolchains/arm-linux-androideabi-4.4.3/prebuilt/linux-x86/bin/arm-linux-androideabi-gcc //c flags CMAKE_C_FLAGS:STRING=--sysroot=/opt/android-ndk-r6/platforms/android-5/arch-arm -fPIC -DANDROID -Wno-psabi -fsigned-char -mthumb //Flags used by the compiler during debug builds. CMAKE_C_FLAGS_DEBUG:STRING=-g3 -D_DEBUG //Flags used by the compiler during release minsize builds. CMAKE_C_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG //Flags used by the compiler during release builds CMAKE_C_FLAGS_RELEASE:STRING=-O2 -fomit-frame-pointer -DNDEBUG //Flags used by the compiler during Release with Debug Info builds. CMAKE_C_FLAGS_RELWITHDEBINFO:STRING=-g -O2 -D_DEBUG //Library postfix for debug builds. Normally left blank. CMAKE_DEBUG_POSTFIX:STRING= //linker flags CMAKE_EXE_LINKER_FLAGS:STRING=-Wl,--fix-cortex-a8 -L"/opt/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/libs/armeabi" -L"/usr/local/libs/armeabi" -lstdc++ -lsupc++ //Flags used by the linker during debug builds. CMAKE_EXE_LINKER_FLAGS_DEBUG:STRING= //Flags used by the linker during release minsize builds. CMAKE_EXE_LINKER_FLAGS_MINSIZEREL:STRING= //Flags used by the linker during release builds. CMAKE_EXE_LINKER_FLAGS_RELEASE:STRING= //Flags used by the linker during Release with Debug Info builds. CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO:STRING= //Install path prefix, prepended onto install directories. CMAKE_INSTALL_PREFIX:PATH=/usr/local //linker CMAKE_LINKER:PATH=/opt/android-ndk-r6/toolchains/arm-linux-androideabi-4.4.3/prebuilt/linux-x86/bin/arm-linux-androideabi-ld //Path to a program. CMAKE_MAKE_PROGRAM:FILEPATH=/usr/bin/make //linker flags CMAKE_MODULE_LINKER_FLAGS:STRING=-Wl,--fix-cortex-a8 -L"/opt/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/libs/armeabi" -L"/usr/local/libs/armeabi" -lstdc++ -lsupc++ //Flags used by the linker during debug builds. CMAKE_MODULE_LINKER_FLAGS_DEBUG:STRING= //Flags used by the linker during release minsize builds. CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL:STRING= //Flags used by the linker during release builds. CMAKE_MODULE_LINKER_FLAGS_RELEASE:STRING= //Flags used by the linker during Release with Debug Info builds. CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO:STRING= //nm CMAKE_NM:PATH=/opt/android-ndk-r6/toolchains/arm-linux-androideabi-4.4.3/prebuilt/linux-x86/bin/arm-linux-androideabi-nm //objcopy CMAKE_OBJCOPY:PATH=/opt/android-ndk-r6/toolchains/arm-linux-androideabi-4.4.3/prebuilt/linux-x86/bin/arm-linux-androideabi-objcopy //objdump CMAKE_OBJDUMP:PATH=/opt/android-ndk-r6/toolchains/arm-linux-androideabi-4.4.3/prebuilt/linux-x86/bin/arm-linux-androideabi-objdump //Value Computed by CMake CMAKE_PROJECT_NAME:STATIC=OpenAL //ranlib CMAKE_RANLIB:PATH=/opt/android-ndk-r6/toolchains/arm-linux-androideabi-4.4.3/prebuilt/linux-x86/bin/arm-linux-androideabi-ranlib //linker flags CMAKE_SHARED_LINKER_FLAGS:STRING=-Wl,--fix-cortex-a8 -L"/opt/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/libs/armeabi" -L"/usr/local/libs/armeabi" -lstdc++ -lsupc++ //Flags used by the linker during debug builds. CMAKE_SHARED_LINKER_FLAGS_DEBUG:STRING= //Flags used by the linker during release minsize builds. CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL:STRING= //Flags used by the linker during release builds. CMAKE_SHARED_LINKER_FLAGS_RELEASE:STRING= //Flags used by the linker during Release with Debug Info builds. CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO:STRING= //If set, runtime paths are not added when using shared libraries. CMAKE_SKIP_RPATH:BOOL=OFF //strip CMAKE_STRIP:PATH=/opt/android-ndk-r6/toolchains/arm-linux-androideabi-4.4.3/prebuilt/linux-x86/bin/arm-linux-androideabi-strip //The CMake toolchain file CMAKE_TOOLCHAIN_FILE:FILEPATH=/home/hagish/workspace/adt/love-native-android/jni/openal-soft-android/toolchain.android.cmake //If true, cmake will use relative paths in makefiles and projects. CMAKE_USE_RELATIVE_PATHS:BOOL=OFF //If this value is on, makefiles will be generated without the // .SILENT directive, and all commands will be echoed to the console // during the make. This is useful for debugging only. With Visual // Studio IDE projects all commands are done without /nologo. CMAKE_VERBOSE_MAKEFILE:BOOL=OFF //Check for CoreAudio backend COREAUDIO:BOOL=ON //Check for the dlopen API for loading optional libs DLOPEN:BOOL=ON //Check for DirectSound backend DSOUND:BOOL=ON //Single output directory for building all executables. EXECUTABLE_OUTPUT_PATH:PATH= //Use 32-bit ARM instructions instead of Thumb-1 FORCE_ARM:BOOL=OFF //Single output directory for building all libraries. LIBRARY_OUTPUT_PATH:PATH= //Check for MMDevApi MMDEVAPI:BOOL=ON NDK_CPU_ARM:BOOL=ON //Check for OpenSL backend OPENSL:BOOL=ON //Check for OSS backend OSS:BOOL=ON //Value Computed by CMake OpenAL_BINARY_DIR:STATIC=/home/hagish/workspace/adt/love-native-android/jni/openal-soft-android //Value Computed by CMake OpenAL_SOURCE_DIR:STATIC=/home/hagish/workspace/adt/love-native-android/jni/openal-soft-android //Check for PortAudio backend PORTAUDIO:BOOL=ON //Check for PulseAudio backend PULSEAUDIO:BOOL=ON //Require ALSA backend REQUIRE_ALSA:BOOL=OFF //Require Android backend REQUIRE_ANDROID:BOOL=OFF //Require CoreAudio backend REQUIRE_COREAUDIO:BOOL=OFF //Require DirectSound backend REQUIRE_DSOUND:BOOL=OFF //Require MMDevApi REQUIRE_MMDEVAPI:BOOL=OFF //Require OpenSL backend REQUIRE_OPENSL:BOOL=OFF //Require OSS backend REQUIRE_OSS:BOOL=OFF //Require PortAudio backend REQUIRE_PORTAUDIO:BOOL=OFF //Require PulseAudio backend REQUIRE_PULSEAUDIO:BOOL=OFF //Require SndIO backend REQUIRE_SNDIO:BOOL=OFF //Require Solaris backend REQUIRE_SOLARIS:BOOL=OFF //Require Windows Multimedia backend REQUIRE_WINMM:BOOL=OFF //Check for SndIO backend SNDIO:BOOL=ON //Check for Solaris backend SOLARIS:BOOL=ON //Build and install utility programs UTILS:BOOL=ON //Enable Wave Writer backend WAVE:BOOL=ON //Treat compile warnings as errors WERROR:BOOL=OFF //Check for Windows Multimedia backend WINMM:BOOL=ON //Dependencies for the target openal_LIB_DEPENDS:STATIC=general;dl;general;m; ######################## # INTERNAL cache entries ######################## //ADVANCED property for variable: CMAKE_AR CMAKE_AR-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_BUILD_TOOL CMAKE_BUILD_TOOL-ADVANCED:INTERNAL=1 //What is the target build tool cmake is generating for. CMAKE_BUILD_TOOL:INTERNAL=/usr/bin/make //This is the directory where this CMakeCache.txt was created CMAKE_CACHEFILE_DIR:INTERNAL=/home/hagish/workspace/adt/love-native-android/jni/openal-soft-android //Major version of cmake used to create the current loaded cache CMAKE_CACHE_MAJOR_VERSION:INTERNAL=2 //Minor version of cmake used to create the current loaded cache CMAKE_CACHE_MINOR_VERSION:INTERNAL=8 //Patch version of cmake used to create the current loaded cache CMAKE_CACHE_PATCH_VERSION:INTERNAL=3 //ADVANCED property for variable: CMAKE_COLOR_MAKEFILE CMAKE_COLOR_MAKEFILE-ADVANCED:INTERNAL=1 //Path to CMake executable. CMAKE_COMMAND:INTERNAL=/usr/bin/cmake //Path to cpack program executable. CMAKE_CPACK_COMMAND:INTERNAL=/usr/bin/cpack //Path to ctest program executable. CMAKE_CTEST_COMMAND:INTERNAL=/usr/bin/ctest //ADVANCED property for variable: CMAKE_C_COMPILER CMAKE_C_COMPILER-ADVANCED:INTERNAL=1 CMAKE_C_COMPILER_WORKS:INTERNAL=1 //ADVANCED property for variable: CMAKE_C_FLAGS CMAKE_C_FLAGS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_C_FLAGS_DEBUG CMAKE_C_FLAGS_DEBUG-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_C_FLAGS_MINSIZEREL CMAKE_C_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_C_FLAGS_RELEASE CMAKE_C_FLAGS_RELEASE-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_C_FLAGS_RELWITHDEBINFO CMAKE_C_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 //Path to cache edit program executable. CMAKE_EDIT_COMMAND:INTERNAL=/usr/bin/cmake-gui //ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS CMAKE_EXE_LINKER_FLAGS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_DEBUG CMAKE_EXE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_MINSIZEREL CMAKE_EXE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELEASE CMAKE_EXE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 //Name of generator. CMAKE_GENERATOR:INTERNAL=Unix Makefiles //Start directory with the top level CMakeLists.txt file for this // project CMAKE_HOME_DIRECTORY:INTERNAL=/home/hagish/workspace/adt/love-native-android/jni/openal-soft-android //Install .so files without execute permission. CMAKE_INSTALL_SO_NO_EXE:INTERNAL=1 //ADVANCED property for variable: CMAKE_LINKER CMAKE_LINKER-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_MAKE_PROGRAM CMAKE_MAKE_PROGRAM-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS CMAKE_MODULE_LINKER_FLAGS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_DEBUG CMAKE_MODULE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELEASE CMAKE_MODULE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_NM CMAKE_NM-ADVANCED:INTERNAL=1 //number of local generators CMAKE_NUMBER_OF_LOCAL_GENERATORS:INTERNAL=1 //ADVANCED property for variable: CMAKE_OBJCOPY CMAKE_OBJCOPY-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_OBJDUMP CMAKE_OBJDUMP-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_RANLIB CMAKE_RANLIB-ADVANCED:INTERNAL=1 //Path to CMake installation. CMAKE_ROOT:INTERNAL=/usr/share/cmake-2.8 //ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS CMAKE_SHARED_LINKER_FLAGS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_DEBUG CMAKE_SHARED_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELEASE CMAKE_SHARED_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_SKIP_RPATH CMAKE_SKIP_RPATH-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_STRIP CMAKE_STRIP-ADVANCED:INTERNAL=1 //Suppress Warnings that are meant for the author of the CMakeLists.txt // files. CMAKE_SUPPRESS_DEVELOPER_WARNINGS:INTERNAL=FALSE //uname command CMAKE_UNAME:INTERNAL=/bin/uname //ADVANCED property for variable: CMAKE_USE_RELATIVE_PATHS CMAKE_USE_RELATIVE_PATHS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_VERBOSE_MAKEFILE CMAKE_VERBOSE_MAKEFILE-ADVANCED:INTERNAL=1 //ADVANCED property for variable: FORCE_ARM FORCE_ARM-ADVANCED:INTERNAL=1 //Have symbol acosf HAVE_ACOSF:INTERNAL=1 //Have include alsa/asoundlib.h HAVE_ALSA_ASOUNDLIB_H:INTERNAL= //Have include android/api-level.h HAVE_ANDROID_API_LEVEL_H:INTERNAL=1 //Have symbol __ANDROID_API__ HAVE_ANDROID_INTERNAL:INTERNAL=1 //Have include arm_neon.h HAVE_ARM_NEON_H:INTERNAL= //Have symbol asinf HAVE_ASINF:INTERNAL=1 //Have symbol atan2f HAVE_ATAN2F:INTERNAL=1 //Have symbol atanf HAVE_ATANF:INTERNAL=1 //Have include /System/Library/Frameworks/CoreAudio.framework/Headers/CoreAudio.h HAVE_COREAUDIO_FRAMEWORK:INTERNAL= //Have symbol cosf HAVE_COSF:INTERNAL=1 //Have include dlfcn.h HAVE_DLFCN_H:INTERNAL=1 //Have include dsound.h HAVE_DSOUND_H:INTERNAL= //Have symbol fabsf HAVE_FABSF:INTERNAL=1 //Have include fenv.h HAVE_FENV_H:INTERNAL= //Have include float.h HAVE_FLOAT_H:INTERNAL=1 //Have symbol floorf HAVE_FLOORF:INTERNAL=1 //Have include fpu_control.h HAVE_FPU_CONTROL_H:INTERNAL= //Test HAVE_GCC_DESTRUCTOR HAVE_GCC_DESTRUCTOR:INTERNAL=1 //Test HAVE_GCC_FORMAT HAVE_GCC_FORMAT:INTERNAL=1 //Test HAVE_GCC_PROTECTED_VISIBILITY HAVE_GCC_PROTECTED_VISIBILITY:INTERNAL=1 //Have function gettimeofday HAVE_GETTIMEOFDAY:INTERNAL=1 //Have include guiddef.h HAVE_GUIDDEF_H:INTERNAL= //Have include ieeefp.h HAVE_IEEEFP_H:INTERNAL= //Have include initguid.h HAVE_INITGUID_H:INTERNAL= //Have symbol isfinite HAVE_ISFINITE:INTERNAL=1 //Have symbol isnan HAVE_ISNAN:INTERNAL=1 //Have library dl HAVE_LIBDL:INTERNAL=1 //Have library m HAVE_LIBM:INTERNAL=1 //Have library pthread HAVE_LIBPTHREAD:INTERNAL= //Have library rt HAVE_LIBRT:INTERNAL= //Have symbol timeGetTime in winmm HAVE_LIBWINMM:INTERNAL= //Have symbol log10f HAVE_LOG10F:INTERNAL=1 //Have function nanosleep HAVE_NANOSLEEP:INTERNAL=1 //Have include portaudio.h HAVE_PORTAUDIO_H:INTERNAL= //Have symbol powf HAVE_POWF:INTERNAL=1 //Test HAVE_PTHREAD HAVE_PTHREAD:INTERNAL= //Have include pthread.h HAVE_PTHREAD_H:INTERNAL=1 //Have includes HAVE_PTHREAD_NP_H HAVE_PTHREAD_NP_H:INTERNAL= //Have library pthread HAVE_PTHREAD_SETSCHEDPARAM:INTERNAL= //Have include pulse/pulseaudio.h HAVE_PULSE_PULSEAUDIO_H:INTERNAL= //Test HAVE_RESTRICT HAVE_RESTRICT:INTERNAL= //Have symbol sinf HAVE_SINF:INTERNAL=1 //Result of TRY_COMPILE HAVE_SIZEOF_LONG:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_SIZEOF_LONG_LONG:INTERNAL=TRUE //Have includes HAVE_SLES_OPENSLES_ANDROID_H HAVE_SLES_OPENSLES_ANDROID_H:INTERNAL= //Have include sndio.h HAVE_SNDIO_H:INTERNAL= //Have function snprintf HAVE_SNPRINTF:INTERNAL=1 //Have symbol sqrtf HAVE_SQRTF:INTERNAL=1 //Have function stat HAVE_STAT:INTERNAL=1 //Have include stddef.h HAVE_STDDEF_H:INTERNAL=1 //Have include stdint.h HAVE_STDINT_H:INTERNAL=1 //Have function strcasecmp HAVE_STRCASECMP:INTERNAL=1 //Have function strncasecmp HAVE_STRNCASECMP:INTERNAL=1 //Have function strtof HAVE_STRTOF:INTERNAL= //Have include sys/audioio.h HAVE_SYS_AUDIOIO_H:INTERNAL= //Have include sys/soundcard.h HAVE_SYS_SOUNDCARD_H:INTERNAL= //Have include sys/types.h HAVE_SYS_TYPES_H:INTERNAL=1 //Test HAVE_VISIBILITY_INTERNAL_SWITCH HAVE_VISIBILITY_INTERNAL_SWITCH:INTERNAL=1 //Have function vsnprintf HAVE_VSNPRINTF:INTERNAL=1 //Have include windows.h HAVE_WINDOWS_H:INTERNAL= //Test HAVE_W_EXTRA HAVE_W_EXTRA:INTERNAL=1 //Have function _controlfp HAVE__CONTROLFP:INTERNAL= //Test HAVE___RESTRICT HAVE___RESTRICT:INTERNAL=1 //CHECK_TYPE_SIZE: sizeof(long) SIZEOF_LONG:INTERNAL=4 //CHECK_TYPE_SIZE: sizeof(long long) SIZEOF_LONG_LONG:INTERNAL=8