Home
last modified time | relevance | path

Searched refs:TARGETS (Results 1 – 25 of 55) sorted by relevance

123

/openbmc/openbmc/meta-raspberrypi/recipes-graphics/userland/files/
H A D0025-CMakeLists.txt-.pc-respect-CMAKE_INSTALL_LIBDIR.patch91 -install(TARGETS containers DESTINATION lib)
92 +install(TARGETS containers DESTINATION ${CMAKE_INSTALL_LIBDIR})
104 -install(TARGETS containers_test DESTINATION bin)
105 +install(TARGETS containers_test DESTINATION ${CMAKE_INSTALL_BINDIR})
110 -install(TARGETS containers_check_frame_int DESTINATION bin)
111 +install(TARGETS containers_check_frame_int DESTINATION ${CMAKE_INSTALL_BINDIR})
116 -#install(TARGETS containers_autotest DESTINATION bin)
117 +#install(TARGETS containers_autotest DESTINATION ${CMAKE_INSTALL_BINDIR})
125 -install(TARGETS containers_stream_client DESTINATION bin)
126 +install(TARGETS containers_stream_client DESTINATION ${CMAKE_INSTALL_BINDIR})
[all …]
/openbmc/openbmc/meta-raspberrypi/recipes-graphics/raspidmx/raspidmx/
H A D0007-Makefile-reorganize.patch30 -TARGETS=lib \
32 +TARGETS=life \
36 @@ -10,15 +9,11 @@ TARGETS=lib \
40 +.PHONY: all lib install clean $(TARGETS)
45 - for target in $(TARGETS); do ($(MAKE) -C $$target); done
48 - for target in $(TARGETS); do ($(MAKE) -C $$target install); done
51 - for target in $(TARGETS); do ($(MAKE) -C $$target clean); done
52 +all: $(TARGETS)
54 +$(TARGETS): lib
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/wvdial/wvstreams/
H A D0001-build-fix-parallel-make.patch23 TARGETS += libwvstreams.so
24 -TARGETS += crypto/tests/ssltest ipstreams/tests/unixtest
25 +TARGETS += crypto/tests/ssltest …
28 +TARGETS += ipstreams/tests/unixtest
31 TARGETS += crypto/tests/printcert
36 TARGETS += ipstreams/tests/wsd
44 TARGETS += libwvdbus.so
45 - TARGETS += dbus/tests/wvdbus dbus/tests/wvdbusd
46 + TARGETS += dbus/tests/wvdbus
49 + TARGETS += dbus/tests/wvdbusd
/openbmc/u-boot/tools/binman/test/
H A DMakefile16 TARGETS = u_boot_ucode_ptr u_boot_no_ucode_ptr bss_data \ macro
20 all: $(TARGETS)
44 rm -f $(TARGETS)
/openbmc/u-boot/Documentation/media/
H A DMakefile9 TARGETS := $(addprefix $(BUILDDIR)/, $(FILES)) macro
27 all: $(IMGDOT) $(BUILDDIR) ${TARGETS}
35 -rm -f $(DOTTGT) $(IMGTGT) ${TARGETS} 2>/dev/null
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/freerdp/freerdp/
H A D0002-Do-not-install-tools-a-CMake-targets.patch25 -install(TARGETS ${MODULE_NAME} DESTINATION ${CMAKE_INSTALL_BINDIR} COMPONENT tools EXPORT WinPRTar…
26 +install(TARGETS ${MODULE_NAME} DESTINATION ${CMAKE_INSTALL_BINDIR} COMPONENT tools)
38 -install(TARGETS ${MODULE_NAME} DESTINATION ${CMAKE_INSTALL_BINDIR} COMPONENT tools EXPORT WinPRTar…
39 +install(TARGETS ${MODULE_NAME} DESTINATION ${CMAKE_INSTALL_BINDIR} COMPONENT tools)
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/avro/avro-c++/
H A D0002-Add-package-configuration-files.patch22 -install (TARGETS avrocpp avrocpp_s
27 -install (TARGETS avrogencpp RUNTIME DESTINATION bin)
30 +install (TARGETS avrocpp
37 +install (TARGETS avrogencpp
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-bsp/irda-utils/irda-utils-0.9.18/
H A Dldflags.patch21 @@ -49,13 +49,13 @@ all: $(TARGETS)
36 install: $(TARGETS)
54 @@ -56,7 +56,7 @@ all: $(TARGETS)
67 @@ -50,7 +50,7 @@ all: $(TARGETS)
/openbmc/openbmc/poky/meta-selftest/recipes-test/cpp/files/
H A DCMakeLists.txt34 install(TARGETS cmake-example-lib
44 install(TARGETS cmake-example
56 install(TARGETS test-cmake-example
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-bsp/irda-utils/
H A Dirda-utils_0.9.18.bb48 TARGETS ??= "irattach irdaping"
50 for t in ${TARGETS}; do
57 for t in ${TARGETS}; do
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/cdrkit/files/
H A D0001-install-netscsid-to-bin-for-nativesdk.patch23 -INSTALL(TARGETS netscsid DESTINATION sbin)
24 +INSTALL(TARGETS netscsid DESTINATION bin)
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/libubox/libubox/
H A Dfix-libdir.patch19 INSTALL(TARGETS ubox ubox-static
30 INSTALL(TARGETS blobmsg_json blobmsg_json-static jshn json_script
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/capnproto/capnproto/
H A D0001-Export-binaries-only-for-native-build.patch36 - install(TARGETS capnp_tool capnpc_cpp capnpc_capnp ${INSTALL_TARGETS_DEFAULT_ARGS})
38 + install(TARGETS capnp_tool capnpc_cpp capnpc_capnp ${INSTALL_TARGETS_DEFAULT_ARGS})
49 + install(TARGETS capnp_tool capnpc_cpp capnpc_capnp ${INSTALL_TARGETS_CROSS_COMPILED_BINARY_ARG…
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/paho-mqtt-cpp/paho-mqtt-cpp/
H A D0001-cmake-Use-CMAKE_INSTALL_LIBDIR-and-CMAKE_INSTALL_BIN.patch39 install(TARGETS ${EXECUTABLES} EXPORT PahoMqttCppSamples
48 install(TARGETS ${SSL_EXECUTABLES} EXPORT PahoMqttCppSamples
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/libiec61850/files/
H A D0001-pyiec61850-Use-CMAKE_INSTALL_LIBDIR-from-GNUInstallD.patch23 -install(TARGETS _iec61850 LIBRARY DESTINATION /usr/lib/python${PYTHON_VERSION_MAJOR}.${PYTHON_VERS…
27 +install(TARGETS _iec61850 LIBRARY DESTINATION ${CMAKE_INSTALL_PREFIX}/${CMAKE_INSTALL_LIBDIR}//pyt…
H A D0001-pyiec61850-don-t-break-CMAKE_INSTALL_PATH-by-trying-.patch32 -install(TARGETS _iec61850 LIBRARY DESTINATION ${PYTHON_SITE_DIR})
34 +install(TARGETS _iec61850 LIBRARY DESTINATION /usr/lib/python${PYTHON_VERSION_MAJOR}.${PYTHON_VERS…
/openbmc/openbmc/poky/meta/recipes-devtools/clang/clang/
H A D0014-cmake-Fix-configure-for-packages-using-find_package.patch40 install(TARGETS ${name}
60 install(TARGETS ${name}
81 install(TARGETS ${name}
106 install(TARGETS ${target}
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/poppler/poppler/
H A D0001-cmake-Do-not-use-isystem.patch75 …install(TARGETS poppler-glib RUNTIME DESTINATION bin LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR} A…
92 …install(TARGETS poppler-qt5 RUNTIME DESTINATION bin LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR} AR…
108 …install(TARGETS poppler-qt6 RUNTIME DESTINATION bin LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR} AR…
148 install(TARGETS pdftoppm DESTINATION bin)
161 install(TARGETS pdftocairo DESTINATION bin)
179 install(TARGETS pdftops DESTINATION bin)
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/fltk/fltk/
H A D0003-fluid-CMakeLists.txt-Do-not-export-fluid-target.patch33 install (TARGETS fluid DESTINATION ${FLTK_BINDIR})
35 install (TARGETS fluid
/openbmc/openbmc/poky/meta/recipes-graphics/glslang/glslang/
H A D0001-generate-glslang-pkg-config.patch22 install(TARGETS MachineIndependent EXPORT glslang-targets)
23 install(TARGETS GenericCodeGen EXPORT glslang-targets)
/openbmc/openbmc/poky/meta/lib/oeqa/sdkext/files/myapp_cmake/
H A DCMakeLists.txt10 install(TARGETS myapp
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/rocksdb/files/
H A Dstatic_library_as_option.patch54 - TARGETS ${ROCKSDB_STATIC_LIB}
62 + TARGETS ${ROCKSDB_STATIC_LIB}
/openbmc/boost-dbus/
H A DCMakeLists.txt90 export(TARGETS boost-dbus
101 install(TARGETS boost-dbus
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/openwsman/openwsman/
H A Dlibssl-is-required-if-eventint-supported.patch12 INSTALL(TARGETS ${WSMAN_CLIENT_TRANSPORT_PKG} DESTINATION ${LIB_INSTALL_DIR})
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/wipe/files/
H A Dmakefile-add-ldflags.patch10 $(MAKE) $(TARGETS) "CC=$(CC_GENERIC)" "CCO=$(CCO_GENERIC)" "CCOC=$(CCOC_GENERIC)"

123