Searched refs:cflags (Results 1 – 11 of 11) sorted by relevance
6 # INTERFACE_INCLUDE_DIRECTORIES and generating a Makefile.cflags file (and a7 # cmake.cflags one) with all flags necessary to build the extension.158 file(WRITE ${llext_edk}/Makefile.cflags "LLEXT_CFLAGS = ${all_flags_str}")161 file(APPEND ${llext_edk}/Makefile.cflags "\n\nLLEXT_ALL_INCLUDE_CFLAGS = ${all_inc_flags_str}")164 file(APPEND ${llext_edk}/Makefile.cflags "\n\nLLEXT_INCLUDE_CFLAGS = ${inc_flags_str}")167 file(APPEND ${llext_edk}/Makefile.cflags "\n\nLLEXT_GENERATED_INCLUDE_CFLAGS = ${inc_gen_flags_str}…170 file(APPEND ${llext_edk}/Makefile.cflags "\n\nLLEXT_BASE_CFLAGS = ${base_flags_str}")173 file(APPEND ${llext_edk}/Makefile.cflags "\n\nLLEXT_GENERATED_IMACROS_CFLAGS = ${imacros_gen_str}")177 file(WRITE ${llext_edk}/cmake.cflags "set(LLEXT_CFLAGS ${all_flags_cmake})")179 file(APPEND ${llext_edk}/cmake.cflags "\n\nset(LLEXT_ALL_INCLUDE_CFLAGS ${all_inc_flags_cmake})")[all …]
17 THRIFT_FLAGS += $(shell pkg-config --cflags thrift)25 THRIFT_FLAGS += $(shell pkg-config --cflags openssl)
15 include(${LLEXT_EDK_INSTALL_DIR}/cmake.cflags)
10 include($ENV{LLEXT_EDK_INSTALL_DIR}/cmake.cflags)
882 cflags = 0889 cflags |= subprocess.CREATE_NEW_PROCESS_GROUP # type: ignore898 return subprocess.Popen(cmd, creationflags=cflags, preexec_fn=preexec, **kwargs)
158 The EDK includes the convenience files ``cmake.cflags`` (for CMake-based159 projects) and ``Makefile.cflags`` (for Make-based ones), which define a set of
118 stating EDK location, used on generated Makefile.cflags. For