# This is the CMakeCache file. # For build in directory: /Users/theo/Coding/CLionProjects/learningC/cmake-build-debug # It was generated by CMake: /Users/theo/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/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 GUIs for the type of VALUE, DO NOT EDIT TYPE!. # VALUE is the current value for the KEY. ######################## # EXTERNAL cache entries ######################## //Path to a program. CMAKE_ADDR2LINE:FILEPATH=CMAKE_ADDR2LINE-NOTFOUND //Path to a program. CMAKE_AR:FILEPATH=/Library/Developer/CommandLineTools/usr/bin/ar //Choose the type of build, options are: None Debug Release RelWithDebInfo // MinSizeRel ... CMAKE_BUILD_TYPE:STRING=Debug //Enable colored diagnostics throughout. CMAKE_COLOR_DIAGNOSTICS:BOOL=ON //C compiler CMAKE_C_COMPILER:FILEPATH=/Library/Developer/CommandLineTools/usr/bin/cc //Flags used by the C compiler during all build types. CMAKE_C_FLAGS:STRING= //Flags used by the C compiler during DEBUG builds. CMAKE_C_FLAGS_DEBUG:STRING=-g //Flags used by the C compiler during MINSIZEREL builds. CMAKE_C_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG //Flags used by the C compiler during RELEASE builds. CMAKE_C_FLAGS_RELEASE:STRING=-O3 -DNDEBUG //Flags used by the C compiler during RELWITHDEBINFO builds. CMAKE_C_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG //Path to a program. CMAKE_DLLTOOL:FILEPATH=CMAKE_DLLTOOL-NOTFOUND //Flags used by the linker during all build types. CMAKE_EXE_LINKER_FLAGS:STRING= //Flags used by the linker during DEBUG builds. CMAKE_EXE_LINKER_FLAGS_DEBUG:STRING= //Flags used by the linker during MINSIZEREL 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 RELWITHDEBINFO builds. CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO:STRING= //Enable/Disable output of compile commands during generation. CMAKE_EXPORT_COMPILE_COMMANDS:BOOL= //Value Computed by CMake. CMAKE_FIND_PACKAGE_REDIRECTS_DIR:STATIC=/Users/theo/Coding/CLionProjects/learningC/cmake-build-debug/CMakeFiles/pkgRedirects //Path to a program. CMAKE_INSTALL_NAME_TOOL:FILEPATH=/usr/bin/install_name_tool //Install path prefix, prepended onto install directories. CMAKE_INSTALL_PREFIX:PATH=/usr/local //Path to a program. CMAKE_LINKER:FILEPATH=/Library/Developer/CommandLineTools/usr/bin/ld //No help, variable specified on the command line. CMAKE_MAKE_PROGRAM:UNINITIALIZED=/Users/theo/Applications/CLion.app/Contents/bin/ninja/mac/aarch64/ninja //Flags used by the linker during the creation of modules during // all build types. CMAKE_MODULE_LINKER_FLAGS:STRING= //Flags used by the linker during the creation of modules during // DEBUG builds. CMAKE_MODULE_LINKER_FLAGS_DEBUG:STRING= //Flags used by the linker during the creation of modules during // MINSIZEREL builds. CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL:STRING= //Flags used by the linker during the creation of modules during // RELEASE builds. CMAKE_MODULE_LINKER_FLAGS_RELEASE:STRING= //Flags used by the linker during the creation of modules during // RELWITHDEBINFO builds. CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO:STRING= //Path to a program. CMAKE_NM:FILEPATH=/Library/Developer/CommandLineTools/usr/bin/nm //Path to a program. CMAKE_OBJCOPY:FILEPATH=CMAKE_OBJCOPY-NOTFOUND //Path to a program. CMAKE_OBJDUMP:FILEPATH=/Library/Developer/CommandLineTools/usr/bin/objdump //Build architectures for OSX CMAKE_OSX_ARCHITECTURES:STRING= //Minimum OS X version to target for deployment (at runtime); newer // APIs weak linked. Set to empty string for default value. CMAKE_OSX_DEPLOYMENT_TARGET:STRING= //The product will be built against the headers and libraries located // inside the indicated SDK. CMAKE_OSX_SYSROOT:PATH=/Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk //Value Computed by CMake CMAKE_PROJECT_DESCRIPTION:STATIC= //Value Computed by CMake CMAKE_PROJECT_HOMEPAGE_URL:STATIC= //Value Computed by CMake CMAKE_PROJECT_NAME:STATIC=learningC //Path to a program. CMAKE_RANLIB:FILEPATH=/Library/Developer/CommandLineTools/usr/bin/ranlib //Path to a program. CMAKE_READELF:FILEPATH=CMAKE_READELF-NOTFOUND //Flags used by the linker during the creation of shared libraries // during all build types. CMAKE_SHARED_LINKER_FLAGS:STRING= //Flags used by the linker during the creation of shared libraries // during DEBUG builds. CMAKE_SHARED_LINKER_FLAGS_DEBUG:STRING= //Flags used by the linker during the creation of shared libraries // during MINSIZEREL builds. CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL:STRING= //Flags used by the linker during the creation of shared libraries // during RELEASE builds. CMAKE_SHARED_LINKER_FLAGS_RELEASE:STRING= //Flags used by the linker during the creation of shared libraries // during RELWITHDEBINFO builds. CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO:STRING= //If set, runtime paths are not added when installing shared libraries, // but are added when building. CMAKE_SKIP_INSTALL_RPATH:BOOL=NO //If set, runtime paths are not added when using shared libraries. CMAKE_SKIP_RPATH:BOOL=NO //Flags used by the linker during the creation of static libraries // during all build types. CMAKE_STATIC_LINKER_FLAGS:STRING= //Flags used by the linker during the creation of static libraries // during DEBUG builds. CMAKE_STATIC_LINKER_FLAGS_DEBUG:STRING= //Flags used by the linker during the creation of static libraries // during MINSIZEREL builds. CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL:STRING= //Flags used by the linker during the creation of static libraries // during RELEASE builds. CMAKE_STATIC_LINKER_FLAGS_RELEASE:STRING= //Flags used by the linker during the creation of static libraries // during RELWITHDEBINFO builds. CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO:STRING= //Path to a program. CMAKE_STRIP:FILEPATH=/Library/Developer/CommandLineTools/usr/bin/strip //Path to a program. CMAKE_TAPI:FILEPATH=/Library/Developer/CommandLineTools/usr/bin/tapi //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=FALSE //Arguments to supply to pkg-config PKG_CONFIG_ARGN:STRING= //pkg-config executable PKG_CONFIG_EXECUTABLE:FILEPATH=/usr/local/bin/pkg-config //Value Computed by CMake learningC_BINARY_DIR:STATIC=/Users/theo/Coding/CLionProjects/learningC/cmake-build-debug //Value Computed by CMake learningC_IS_TOP_LEVEL:STATIC=ON //Value Computed by CMake learningC_SOURCE_DIR:STATIC=/Users/theo/Coding/CLionProjects/learningC //Path to a library. pkgcfg_lib_GTK4_cairo:FILEPATH=/usr/local/Cellar/cairo/1.18.0/lib/libcairo.dylib //Path to a library. pkgcfg_lib_GTK4_cairo-gobject:FILEPATH=/usr/local/Cellar/cairo/1.18.0/lib/libcairo-gobject.dylib //Path to a library. pkgcfg_lib_GTK4_gdk_pixbuf-2.0:FILEPATH=/usr/local/Cellar/gdk-pixbuf/2.42.10_1/lib/libgdk_pixbuf-2.0.dylib //Path to a library. pkgcfg_lib_GTK4_gio-2.0:FILEPATH=/usr/local/Cellar/glib/2.78.3/lib/libgio-2.0.dylib //Path to a library. pkgcfg_lib_GTK4_glib-2.0:FILEPATH=/usr/local/Cellar/glib/2.78.3/lib/libglib-2.0.dylib //Path to a library. pkgcfg_lib_GTK4_gobject-2.0:FILEPATH=/usr/local/Cellar/glib/2.78.3/lib/libgobject-2.0.dylib //Path to a library. pkgcfg_lib_GTK4_graphene-1.0:FILEPATH=/usr/local/Cellar/graphene/1.10.8/lib/libgraphene-1.0.dylib //Path to a library. pkgcfg_lib_GTK4_gtk-4:FILEPATH=/usr/local/Cellar/gtk4/4.12.4/lib/libgtk-4.dylib //Path to a library. pkgcfg_lib_GTK4_harfbuzz:FILEPATH=/usr/local/Cellar/harfbuzz/8.3.0/lib/libharfbuzz.dylib //Path to a library. pkgcfg_lib_GTK4_intl:FILEPATH=/usr/local/opt/gettext/lib/libintl.dylib //Path to a library. pkgcfg_lib_GTK4_pango-1.0:FILEPATH=/usr/local/Cellar/pango/1.50.14/lib/libpango-1.0.dylib //Path to a library. pkgcfg_lib_GTK4_pangocairo-1.0:FILEPATH=/usr/local/Cellar/pango/1.50.14/lib/libpangocairo-1.0.dylib //Value Computed by CMake uebung7_BINARY_DIR:STATIC=/Users/theo/Coding/CLionProjects/learningC/cmake-build-debug/uebung7/palindromLIB //Value Computed by CMake uebung7_IS_TOP_LEVEL:STATIC=OFF //Value Computed by CMake uebung7_SOURCE_DIR:STATIC=/Users/theo/Coding/CLionProjects/learningC/uebung7/palindromLIB ######################## # INTERNAL cache entries ######################## //ADVANCED property for variable: CMAKE_ADDR2LINE CMAKE_ADDR2LINE-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_AR CMAKE_AR-ADVANCED:INTERNAL=1 //This is the directory where this CMakeCache.txt was created CMAKE_CACHEFILE_DIR:INTERNAL=/Users/theo/Coding/CLionProjects/learningC/cmake-build-debug //Major version of cmake used to create the current loaded cache CMAKE_CACHE_MAJOR_VERSION:INTERNAL=3 //Minor version of cmake used to create the current loaded cache CMAKE_CACHE_MINOR_VERSION:INTERNAL=27 //Patch version of cmake used to create the current loaded cache CMAKE_CACHE_PATCH_VERSION:INTERNAL=8 //Path to CMake executable. CMAKE_COMMAND:INTERNAL=/Users/theo/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/bin/cmake //Path to cpack program executable. CMAKE_CPACK_COMMAND:INTERNAL=/Users/theo/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/bin/cpack //Path to ctest program executable. CMAKE_CTEST_COMMAND:INTERNAL=/Users/theo/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/bin/ctest //ADVANCED property for variable: CMAKE_C_COMPILER CMAKE_C_COMPILER-ADVANCED: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 //ADVANCED property for variable: CMAKE_DLLTOOL CMAKE_DLLTOOL-ADVANCED:INTERNAL=1 //Executable file format CMAKE_EXECUTABLE_FORMAT:INTERNAL=MACHO //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 //ADVANCED property for variable: CMAKE_EXPORT_COMPILE_COMMANDS CMAKE_EXPORT_COMPILE_COMMANDS-ADVANCED:INTERNAL=1 //Name of external makefile project generator. CMAKE_EXTRA_GENERATOR:INTERNAL= //Name of generator. CMAKE_GENERATOR:INTERNAL=Ninja //Generator instance identifier. CMAKE_GENERATOR_INSTANCE:INTERNAL= //Name of generator platform. CMAKE_GENERATOR_PLATFORM:INTERNAL= //Name of generator toolset. CMAKE_GENERATOR_TOOLSET:INTERNAL= //Source directory with the top level CMakeLists.txt file for this // project CMAKE_HOME_DIRECTORY:INTERNAL=/Users/theo/Coding/CLionProjects/learningC //ADVANCED property for variable: CMAKE_INSTALL_NAME_TOOL CMAKE_INSTALL_NAME_TOOL-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_LINKER CMAKE_LINKER-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_MAKEFILES:INTERNAL=5 //ADVANCED property for variable: CMAKE_OBJCOPY CMAKE_OBJCOPY-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_OBJDUMP CMAKE_OBJDUMP-ADVANCED:INTERNAL=1 //Platform information initialized CMAKE_PLATFORM_INFO_INITIALIZED:INTERNAL=1 //ADVANCED property for variable: CMAKE_RANLIB CMAKE_RANLIB-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_READELF CMAKE_READELF-ADVANCED:INTERNAL=1 //Path to CMake installation. CMAKE_ROOT:INTERNAL=/Users/theo/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.27 //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_INSTALL_RPATH CMAKE_SKIP_INSTALL_RPATH-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_SKIP_RPATH CMAKE_SKIP_RPATH-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS CMAKE_STATIC_LINKER_FLAGS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_DEBUG CMAKE_STATIC_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELEASE CMAKE_STATIC_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_STRIP CMAKE_STRIP-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_TAPI CMAKE_TAPI-ADVANCED:INTERNAL=1 //uname command CMAKE_UNAME:INTERNAL=/usr/bin/uname //ADVANCED property for variable: CMAKE_VERBOSE_MAKEFILE CMAKE_VERBOSE_MAKEFILE-ADVANCED:INTERNAL=1 //Details about finding PkgConfig FIND_PACKAGE_MESSAGE_DETAILS_PkgConfig:INTERNAL=[/usr/local/bin/pkg-config][v0.29.2()] GTK4_CFLAGS:INTERNAL=-mfpmath=sse;-msse;-msse2;-I/usr/local/Cellar/gtk4/4.12.4/include/gtk-4.0;-I/usr/local/Cellar/pango/1.50.14/include/pango-1.0;-I/usr/local/Cellar/harfbuzz/8.3.0/include/harfbuzz;-I/usr/local/Cellar/pango/1.50.14/include/pango-1.0;-I/usr/local/Cellar/fribidi/1.0.13/include/fribidi;-I/usr/local/Cellar/harfbuzz/8.3.0/include/harfbuzz;-I/usr/local/Cellar/graphite2/1.3.14/include;-I/usr/local/Cellar/gdk-pixbuf/2.42.10_1/include/gdk-pixbuf-2.0;-I/usr/local/Cellar/libtiff/4.6.0/include;-I/usr/local/opt/zstd/include;-I/usr/local/Cellar/xz/5.4.5/include;-I/usr/local/Cellar/jpeg-turbo/3.0.0/include;-I/usr/local/Cellar/cairo/1.18.0/include/cairo;-I/usr/local/Cellar/fontconfig/2.14.2/include;-I/usr/local/opt/freetype/include/freetype2;-I/usr/local/opt/libpng/include/libpng16;-I/usr/local/Cellar/libxext/1.3.5/include;-I/usr/local/Cellar/libxrender/0.9.11/include;-I/usr/local/Cellar/libx11/1.8.7/include;-I/usr/local/Cellar/libxcb/1.16/include;-I/usr/local/Cellar/libxau/1.0.11/include;-I/usr/local/Cellar/libxdmcp/1.1.4/include;-I/usr/local/Cellar/pixman/0.42.2/include/pixman-1;-I/usr/local/Cellar/graphene/1.10.8/include/graphene-1.0;-I/usr/local/Cellar/graphene/1.10.8/lib/graphene-1.0/include;-I/usr/local/Cellar/glib/2.78.3/include;-I/usr/local/Cellar/glib/2.78.3/include/glib-2.0;-I/usr/local/Cellar/glib/2.78.3/lib/glib-2.0/include;-I/usr/local/opt/gettext/include;-I/usr/local/Cellar/pcre2/10.42/include;-I/usr/local/Cellar/xorgproto/2023.2/include;-I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/ffi GTK4_CFLAGS_I:INTERNAL= GTK4_CFLAGS_OTHER:INTERNAL=-mfpmath=sse;-msse;-msse2 GTK4_FOUND:INTERNAL=1 GTK4_INCLUDEDIR:INTERNAL=/usr/local/Cellar/gtk4/4.12.4/include GTK4_INCLUDE_DIRS:INTERNAL=/usr/local/Cellar/gtk4/4.12.4/include/gtk-4.0;/usr/local/Cellar/pango/1.50.14/include/pango-1.0;/usr/local/Cellar/harfbuzz/8.3.0/include/harfbuzz;/usr/local/Cellar/pango/1.50.14/include/pango-1.0;/usr/local/Cellar/fribidi/1.0.13/include/fribidi;/usr/local/Cellar/harfbuzz/8.3.0/include/harfbuzz;/usr/local/Cellar/graphite2/1.3.14/include;/usr/local/Cellar/gdk-pixbuf/2.42.10_1/include/gdk-pixbuf-2.0;/usr/local/Cellar/libtiff/4.6.0/include;/usr/local/opt/zstd/include;/usr/local/Cellar/xz/5.4.5/include;/usr/local/Cellar/jpeg-turbo/3.0.0/include;/usr/local/Cellar/cairo/1.18.0/include/cairo;/usr/local/Cellar/fontconfig/2.14.2/include;/usr/local/opt/freetype/include/freetype2;/usr/local/opt/libpng/include/libpng16;/usr/local/Cellar/libxext/1.3.5/include;/usr/local/Cellar/libxrender/0.9.11/include;/usr/local/Cellar/libx11/1.8.7/include;/usr/local/Cellar/libxcb/1.16/include;/usr/local/Cellar/libxau/1.0.11/include;/usr/local/Cellar/libxdmcp/1.1.4/include;/usr/local/Cellar/pixman/0.42.2/include/pixman-1;/usr/local/Cellar/graphene/1.10.8/include/graphene-1.0;/usr/local/Cellar/graphene/1.10.8/lib/graphene-1.0/include;/usr/local/Cellar/glib/2.78.3/include;/usr/local/Cellar/glib/2.78.3/include/glib-2.0;/usr/local/Cellar/glib/2.78.3/lib/glib-2.0/include;/usr/local/opt/gettext/include;/usr/local/Cellar/pcre2/10.42/include;/usr/local/Cellar/xorgproto/2023.2/include;/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/ffi GTK4_LDFLAGS:INTERNAL=-L/usr/local/Cellar/gtk4/4.12.4/lib;-L/usr/local/Cellar/pango/1.50.14/lib;-L/usr/local/Cellar/harfbuzz/8.3.0/lib;-L/usr/local/Cellar/gdk-pixbuf/2.42.10_1/lib;-L/usr/local/Cellar/cairo/1.18.0/lib;-L/usr/local/Cellar/graphene/1.10.8/lib;-L/usr/local/Cellar/glib/2.78.3/lib;-L/usr/local/opt/gettext/lib;-lgtk-4;-lpangocairo-1.0;-lpango-1.0;-lharfbuzz;-lgdk_pixbuf-2.0;-lcairo-gobject;-lcairo;-lgraphene-1.0;-lgio-2.0;-lgobject-2.0;-lglib-2.0;-lintl GTK4_LDFLAGS_OTHER:INTERNAL= GTK4_LIBDIR:INTERNAL=/usr/local/Cellar/gtk4/4.12.4/lib GTK4_LIBRARIES:INTERNAL=gtk-4;pangocairo-1.0;pango-1.0;harfbuzz;gdk_pixbuf-2.0;cairo-gobject;cairo;graphene-1.0;gio-2.0;gobject-2.0;glib-2.0;intl GTK4_LIBRARY_DIRS:INTERNAL=/usr/local/Cellar/gtk4/4.12.4/lib;/usr/local/Cellar/pango/1.50.14/lib;/usr/local/Cellar/harfbuzz/8.3.0/lib;/usr/local/Cellar/gdk-pixbuf/2.42.10_1/lib;/usr/local/Cellar/cairo/1.18.0/lib;/usr/local/Cellar/graphene/1.10.8/lib;/usr/local/Cellar/glib/2.78.3/lib;/usr/local/opt/gettext/lib GTK4_LIBS:INTERNAL= GTK4_LIBS_L:INTERNAL= GTK4_LIBS_OTHER:INTERNAL= GTK4_LIBS_PATHS:INTERNAL= GTK4_MODULE_NAME:INTERNAL=gtk4 GTK4_PREFIX:INTERNAL=/usr/local/Cellar/gtk4/4.12.4 GTK4_STATIC_CFLAGS:INTERNAL=-mfpmath=sse;-msse;-msse2;-I/usr/local/Cellar/gtk4/4.12.4/include/gtk-4.0;-I/usr/local/Cellar/pango/1.50.14/include/pango-1.0;-I/usr/local/Cellar/harfbuzz/8.3.0/include/harfbuzz;-I/usr/local/Cellar/pango/1.50.14/include/pango-1.0;-I/usr/local/Cellar/fribidi/1.0.13/include/fribidi;-I/usr/local/Cellar/harfbuzz/8.3.0/include/harfbuzz;-I/usr/local/Cellar/graphite2/1.3.14/include;-I/usr/local/Cellar/gdk-pixbuf/2.42.10_1/include/gdk-pixbuf-2.0;-I/usr/local/Cellar/libtiff/4.6.0/include;-I/usr/local/opt/zstd/include;-I/usr/local/Cellar/xz/5.4.5/include;-I/usr/local/Cellar/jpeg-turbo/3.0.0/include;-I/usr/local/Cellar/cairo/1.18.0/include/cairo;-I/usr/local/Cellar/fontconfig/2.14.2/include;-I/usr/local/opt/freetype/include/freetype2;-I/usr/local/opt/libpng/include/libpng16;-I/usr/local/Cellar/libxext/1.3.5/include;-I/usr/local/Cellar/libxrender/0.9.11/include;-I/usr/local/Cellar/libx11/1.8.7/include;-I/usr/local/Cellar/libxcb/1.16/include;-I/usr/local/Cellar/libxau/1.0.11/include;-I/usr/local/Cellar/libxdmcp/1.1.4/include;-I/usr/local/Cellar/pixman/0.42.2/include/pixman-1;-I/usr/local/Cellar/graphene/1.10.8/include/graphene-1.0;-I/usr/local/Cellar/graphene/1.10.8/lib/graphene-1.0/include;-I/usr/local/Cellar/glib/2.78.3/include;-I/usr/local/Cellar/glib/2.78.3/include/glib-2.0;-I/usr/local/Cellar/glib/2.78.3/lib/glib-2.0/include;-I/usr/local/opt/gettext/include;-I/usr/local/Cellar/pcre2/10.42/include;-I/usr/local/Cellar/xorgproto/2023.2/include;-I/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/ffi GTK4_STATIC_CFLAGS_I:INTERNAL= GTK4_STATIC_CFLAGS_OTHER:INTERNAL=-mfpmath=sse;-msse;-msse2 GTK4_STATIC_INCLUDE_DIRS:INTERNAL=/usr/local/Cellar/gtk4/4.12.4/include/gtk-4.0;/usr/local/Cellar/pango/1.50.14/include/pango-1.0;/usr/local/Cellar/harfbuzz/8.3.0/include/harfbuzz;/usr/local/Cellar/pango/1.50.14/include/pango-1.0;/usr/local/Cellar/fribidi/1.0.13/include/fribidi;/usr/local/Cellar/harfbuzz/8.3.0/include/harfbuzz;/usr/local/Cellar/graphite2/1.3.14/include;/usr/local/Cellar/gdk-pixbuf/2.42.10_1/include/gdk-pixbuf-2.0;/usr/local/Cellar/libtiff/4.6.0/include;/usr/local/opt/zstd/include;/usr/local/Cellar/xz/5.4.5/include;/usr/local/Cellar/jpeg-turbo/3.0.0/include;/usr/local/Cellar/cairo/1.18.0/include/cairo;/usr/local/Cellar/fontconfig/2.14.2/include;/usr/local/opt/freetype/include/freetype2;/usr/local/opt/libpng/include/libpng16;/usr/local/Cellar/libxext/1.3.5/include;/usr/local/Cellar/libxrender/0.9.11/include;/usr/local/Cellar/libx11/1.8.7/include;/usr/local/Cellar/libxcb/1.16/include;/usr/local/Cellar/libxau/1.0.11/include;/usr/local/Cellar/libxdmcp/1.1.4/include;/usr/local/Cellar/pixman/0.42.2/include/pixman-1;/usr/local/Cellar/graphene/1.10.8/include/graphene-1.0;/usr/local/Cellar/graphene/1.10.8/lib/graphene-1.0/include;/usr/local/Cellar/glib/2.78.3/include;/usr/local/Cellar/glib/2.78.3/include/glib-2.0;/usr/local/Cellar/glib/2.78.3/lib/glib-2.0/include;/usr/local/opt/gettext/include;/usr/local/Cellar/pcre2/10.42/include;/usr/local/Cellar/xorgproto/2023.2/include;/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/ffi GTK4_STATIC_LDFLAGS:INTERNAL=-L/usr/local/Cellar/gtk4/4.12.4/lib;-L/usr/local/Cellar/pango/1.50.14/lib;-L/usr/local/Cellar/harfbuzz/8.3.0/lib;-L/usr/local/Cellar/pango/1.50.14/lib;-L/usr/local/Cellar/fribidi/1.0.13/lib;-L/usr/local/Cellar/harfbuzz/8.3.0/lib;-L/usr/local/Cellar/graphite2/1.3.14/lib;-L/usr/local/Cellar/gdk-pixbuf/2.42.10_1/lib;-L/usr/local/Cellar/libtiff/4.6.0/lib;-L/usr/local/opt/zstd/lib;-L/usr/local/Cellar/xz/5.4.5/lib;-L/usr/local/Cellar/jpeg-turbo/3.0.0/lib;-L/usr/local/Cellar/cairo/1.18.0/lib;-L/usr/local/Cellar/fontconfig/2.14.2/lib;-L/usr/local/opt/freetype/lib;-L/usr/local/opt/libpng/lib;-L/usr/local/Cellar/libxext/1.3.5/lib;-L/usr/local/Cellar/libxrender/0.9.11/lib;-L/usr/local/Cellar/libx11/1.8.7/lib;-L/usr/local/Cellar/libxcb/1.16/lib;-L/usr/local/Cellar/libxau/1.0.11/lib;-L/usr/local/Cellar/libxdmcp/1.1.4/lib;-L/usr/local/Cellar/pixman/0.42.2/lib;-L/usr/local/Cellar/graphene/1.10.8/lib;-L/usr/local/Cellar/glib/2.78.3/lib;-L/usr/local/opt/gettext/lib;-L/usr/local/Cellar/pcre2/10.42/lib;-L/usr/lib;-lgtk-4;-lpangocairo-1.0;-lm;-framework;CoreFoundation;-framework;ApplicationServices;-lpangoft2-1.0;-lm;-framework;CoreFoundation;-framework;ApplicationServices;-lharfbuzz-gobject;-lpango-1.0;-lm;-framework;CoreFoundation;-framework;ApplicationServices;-lfribidi;-lharfbuzz;-lm;-framework;ApplicationServices;-lgraphite2;-lgdk_pixbuf-2.0;-lm;-lintl;-ltiff;-lzstd;-llzma;-ljpeg;-lz;-lzstd;-llzma;-pthread;-lpthread;-ljpeg;-lcairo-gobject;-lm;-ldl;-framework;CoreFoundation;-framework;ApplicationServices;-lcairo;-lm;-ldl;-framework;CoreFoundation;-framework;ApplicationServices;-lfontconfig;-lexpat;-lfreetype;-lbz2;-lpng16;-lz;-lXext;-lXrender;-lX11;-lxcb-render;-lxcb-shm;-lxcb;-lXau;-lXdmcp;-lpixman-1;-lgraphene-1.0;-lm;-lgio-2.0;-lintl;-framework;Foundation;-framework;CoreFoundation;-framework;AppKit;-lresolv;-lgmodule-2.0;-lintl;-lz;-lgobject-2.0;-lintl;-lffi;-lglib-2.0;-lintl;-liconv;-lm;-framework;Foundation;-framework;CoreFoundation;-framework;AppKit;-framework;Carbon;-lpcre2-8;-D_THREAD_SAFE;-pthread GTK4_STATIC_LDFLAGS_OTHER:INTERNAL=-framework;CoreFoundation;-framework;ApplicationServices;-framework;CoreFoundation;-framework;ApplicationServices;-framework;CoreFoundation;-framework;ApplicationServices;-pthread;-framework;CoreFoundation;-framework;ApplicationServices;-framework;CoreFoundation;-framework;ApplicationServices;-framework;Foundation;-framework;CoreFoundation;-framework;AppKit;-framework;Foundation;-framework;CoreFoundation;-framework;AppKit;-framework;Carbon;-D_THREAD_SAFE;-pthread GTK4_STATIC_LIBDIR:INTERNAL= GTK4_STATIC_LIBRARIES:INTERNAL=gtk-4;pangocairo-1.0;m;pangoft2-1.0;m;harfbuzz-gobject;pango-1.0;m;fribidi;harfbuzz;m;graphite2;gdk_pixbuf-2.0;m;intl;tiff;zstd;lzma;jpeg;z;zstd;lzma;pthread;jpeg;cairo-gobject;m;dl;cairo;m;dl;fontconfig;expat;freetype;bz2;png16;z;Xext;Xrender;X11;xcb-render;xcb-shm;xcb;Xau;Xdmcp;pixman-1;graphene-1.0;m;gio-2.0;intl;resolv;gmodule-2.0;intl;z;gobject-2.0;intl;ffi;glib-2.0;intl;iconv;m;pcre2-8 GTK4_STATIC_LIBRARY_DIRS:INTERNAL=/usr/local/Cellar/gtk4/4.12.4/lib;/usr/local/Cellar/pango/1.50.14/lib;/usr/local/Cellar/harfbuzz/8.3.0/lib;/usr/local/Cellar/pango/1.50.14/lib;/usr/local/Cellar/fribidi/1.0.13/lib;/usr/local/Cellar/harfbuzz/8.3.0/lib;/usr/local/Cellar/graphite2/1.3.14/lib;/usr/local/Cellar/gdk-pixbuf/2.42.10_1/lib;/usr/local/Cellar/libtiff/4.6.0/lib;/usr/local/opt/zstd/lib;/usr/local/Cellar/xz/5.4.5/lib;/usr/local/Cellar/jpeg-turbo/3.0.0/lib;/usr/local/Cellar/cairo/1.18.0/lib;/usr/local/Cellar/fontconfig/2.14.2/lib;/usr/local/opt/freetype/lib;/usr/local/opt/libpng/lib;/usr/local/Cellar/libxext/1.3.5/lib;/usr/local/Cellar/libxrender/0.9.11/lib;/usr/local/Cellar/libx11/1.8.7/lib;/usr/local/Cellar/libxcb/1.16/lib;/usr/local/Cellar/libxau/1.0.11/lib;/usr/local/Cellar/libxdmcp/1.1.4/lib;/usr/local/Cellar/pixman/0.42.2/lib;/usr/local/Cellar/graphene/1.10.8/lib;/usr/local/Cellar/glib/2.78.3/lib;/usr/local/opt/gettext/lib;/usr/local/Cellar/pcre2/10.42/lib;/usr/lib GTK4_STATIC_LIBS:INTERNAL= GTK4_STATIC_LIBS_L:INTERNAL= GTK4_STATIC_LIBS_OTHER:INTERNAL= GTK4_STATIC_LIBS_PATHS:INTERNAL= GTK4_VERSION:INTERNAL=4.12.4 GTK4_gtk4_INCLUDEDIR:INTERNAL= GTK4_gtk4_LIBDIR:INTERNAL= GTK4_gtk4_PREFIX:INTERNAL= GTK4_gtk4_VERSION:INTERNAL= //ADVANCED property for variable: PKG_CONFIG_ARGN PKG_CONFIG_ARGN-ADVANCED:INTERNAL=1 //ADVANCED property for variable: PKG_CONFIG_EXECUTABLE PKG_CONFIG_EXECUTABLE-ADVANCED:INTERNAL=1 __pkg_config_arguments_GTK4:INTERNAL=REQUIRED;gtk4 __pkg_config_checked_GTK4:INTERNAL=1 //ADVANCED property for variable: pkgcfg_lib_GTK4_cairo pkgcfg_lib_GTK4_cairo-ADVANCED:INTERNAL=1 //ADVANCED property for variable: pkgcfg_lib_GTK4_cairo-gobject pkgcfg_lib_GTK4_cairo-gobject-ADVANCED:INTERNAL=1 //ADVANCED property for variable: pkgcfg_lib_GTK4_gdk_pixbuf-2.0 pkgcfg_lib_GTK4_gdk_pixbuf-2.0-ADVANCED:INTERNAL=1 //ADVANCED property for variable: pkgcfg_lib_GTK4_gio-2.0 pkgcfg_lib_GTK4_gio-2.0-ADVANCED:INTERNAL=1 //ADVANCED property for variable: pkgcfg_lib_GTK4_glib-2.0 pkgcfg_lib_GTK4_glib-2.0-ADVANCED:INTERNAL=1 //ADVANCED property for variable: pkgcfg_lib_GTK4_gobject-2.0 pkgcfg_lib_GTK4_gobject-2.0-ADVANCED:INTERNAL=1 //ADVANCED property for variable: pkgcfg_lib_GTK4_graphene-1.0 pkgcfg_lib_GTK4_graphene-1.0-ADVANCED:INTERNAL=1 //ADVANCED property for variable: pkgcfg_lib_GTK4_gtk-4 pkgcfg_lib_GTK4_gtk-4-ADVANCED:INTERNAL=1 //ADVANCED property for variable: pkgcfg_lib_GTK4_harfbuzz pkgcfg_lib_GTK4_harfbuzz-ADVANCED:INTERNAL=1 //ADVANCED property for variable: pkgcfg_lib_GTK4_intl pkgcfg_lib_GTK4_intl-ADVANCED:INTERNAL=1 //ADVANCED property for variable: pkgcfg_lib_GTK4_pango-1.0 pkgcfg_lib_GTK4_pango-1.0-ADVANCED:INTERNAL=1 //ADVANCED property for variable: pkgcfg_lib_GTK4_pangocairo-1.0 pkgcfg_lib_GTK4_pangocairo-1.0-ADVANCED:INTERNAL=1 prefix_result:INTERNAL=/usr/local/Cellar/gtk4/4.12.4/lib