| /openbmc/openbmc/meta-raspberrypi/recipes-graphics/userland/files/ |
| H A D | 0025-CMakeLists.txt-.pc-respect-CMAKE_INSTALL_LIBDIR.patch | 91 -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 D | 0007-Makefile-reorganize.patch | 30 -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 D | 0001-build-fix-parallel-make.patch | 23 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 D | Makefile | 16 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 D | Makefile | 9 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 D | 0002-Do-not-install-tools-a-CMake-targets.patch | 25 -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 D | 0002-Add-package-configuration-files.patch | 22 -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 D | ldflags.patch | 21 @@ -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 D | CMakeLists.txt | 34 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 D | irda-utils_0.9.18.bb | 48 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 D | 0001-install-netscsid-to-bin-for-nativesdk.patch | 23 -INSTALL(TARGETS netscsid DESTINATION sbin) 24 +INSTALL(TARGETS netscsid DESTINATION bin)
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/libubox/libubox/ |
| H A D | fix-libdir.patch | 19 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 D | 0001-Export-binaries-only-for-native-build.patch | 36 - 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 D | 0001-cmake-Use-CMAKE_INSTALL_LIBDIR-and-CMAKE_INSTALL_BIN.patch | 39 install(TARGETS ${EXECUTABLES} EXPORT PahoMqttCppSamples 48 install(TARGETS ${SSL_EXECUTABLES} EXPORT PahoMqttCppSamples
|
| /openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/libiec61850/files/ |
| H A D | 0001-pyiec61850-Use-CMAKE_INSTALL_LIBDIR-from-GNUInstallD.patch | 23 -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 D | 0001-pyiec61850-don-t-break-CMAKE_INSTALL_PATH-by-trying-.patch | 32 -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 D | 0014-cmake-Fix-configure-for-packages-using-find_package.patch | 40 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 D | 0001-cmake-Do-not-use-isystem.patch | 75 …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 D | 0003-fluid-CMakeLists.txt-Do-not-export-fluid-target.patch | 33 install (TARGETS fluid DESTINATION ${FLTK_BINDIR}) 35 install (TARGETS fluid
|
| /openbmc/openbmc/poky/meta/recipes-graphics/glslang/glslang/ |
| H A D | 0001-generate-glslang-pkg-config.patch | 22 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 D | CMakeLists.txt | 10 install(TARGETS myapp
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/rocksdb/files/ |
| H A D | static_library_as_option.patch | 54 - TARGETS ${ROCKSDB_STATIC_LIB} 62 + TARGETS ${ROCKSDB_STATIC_LIB}
|
| /openbmc/boost-dbus/ |
| H A D | CMakeLists.txt | 90 export(TARGETS boost-dbus 101 install(TARGETS boost-dbus
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/openwsman/openwsman/ |
| H A D | libssl-is-required-if-eventint-supported.patch | 12 INSTALL(TARGETS ${WSMAN_CLIENT_TRANSPORT_PKG} DESTINATION ${LIB_INSTALL_DIR})
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/wipe/files/ |
| H A D | makefile-add-ldflags.patch | 10 $(MAKE) $(TARGETS) "CC=$(CC_GENERIC)" "CCO=$(CCO_GENERIC)" "CCOC=$(CCOC_GENERIC)"
|