Home
last modified time | relevance | path

Searched refs:SOURCES (Results 1 – 25 of 378) sorted by relevance

12345678910>>...16

/OK3568_Linux_fs/kernel/tools/edid/
H A DMakefile2 SOURCES := $(wildcard [0-9]*x[0-9]*.S) macro
4 BIN := $(patsubst %.S, %.bin, $(SOURCES))
6 IHEX := $(patsubst %.S, %.bin.ihex, $(SOURCES))
8 CODE := $(patsubst %.S, %.c, $(SOURCES))
/OK3568_Linux_fs/yocto/meta-clang/dynamic-layers/selinux/android-tools/android-tools/core/
H A D0013-patching-libziparchive.mk-to-build-in-yocto-environm.patch34 SOURCES = zip_archive.cc \
36 @@ -5,14 +6,15 @@ SOURCES = zip_archive.cc \
37 SOURCES := $(foreach source, $(SOURCES), libziparchive/$(source))
47 build: $(SOURCES)
H A D0001-patching-adb.mk-to-build-in-yocto-environment.patch34 SOURCES = client/adb_client.cpp \
35 @@ -12,10 +13,10 @@ SOURCES = client/adb_client.cpp \
37 SOURCES := $(foreach source, $(SOURCES), adb/$(source))
52 build: $(SOURCES)
H A D0009-patching-img2simg.mk-to-build-in-yocto-environment.patch33 SOURCES = img2simg.cpp
34 SOURCES := $(foreach source, $(SOURCES), libsparse/$(source))
43 build: $(SOURCES)
H A D0010-patching-simg2img.mk-to-build-in-yocto-environment.patch33 SOURCES = simg2img.cpp sparse_crc32.cpp
34 SOURCES := $(foreach source, $(SOURCES), libsparse/$(source))
43 build: $(SOURCES)
H A D0007-libcrypto_utils.mk-modifications-to-make-it-build-in.patch28 SOURCES := android_pubkey.c
29 SOURCES := $(foreach source, $(SOURCES), libcrypto_utils/$(source))
39 build: $(SOURCES)
H A D0006-libbase.mk-modifications-to-make-it-build-in-yocto-e.patch28 SOURCES = \
33 build: $(SOURCES)
/OK3568_Linux_fs/yocto/meta-clang/dynamic-layers/selinux/android-tools/android-tools/
H A Dlibcrypto_utils_mk_change_out_dir.patch19 SOURCES := android_pubkey.c
20 SOURCES := $(foreach source, $(SOURCES), libcrypto_utils/$(source))
30 build: $(SOURCES)
/OK3568_Linux_fs/yocto/meta-browser/meta-firefox/recipes-browser/firefox/firefox/porting/
H A DUse-NEON_FLAGS-instead-of-VPX_ASFLAGS-for-libaom-neo.patch16 for f in SOURCES:
18 - SOURCES[f].flags += CONFIG['VPX_ASFLAGS']
19 + SOURCES[f].flags += CONFIG['NEON_FLAGS']
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/libubox/libubox/
H A D0001-version-libraries.patch6 …SET(SOURCES avl.c avl-cmp.c blob.c blobmsg.c uloop.c usock.c ustream.c ustream-fd.c vlist.c utils.…
8 ADD_LIBRARY(ubox SHARED ${SOURCES})
10 ADD_LIBRARY(ubox-static STATIC ${SOURCES})
/OK3568_Linux_fs/buildroot/package/libsvgtiny/
H A D0004-Build-Include-gperf-generated-code-directly.patch31 -SOURCES := $(SOURCES) $(BUILDDIR)/src_colors.c
32 +SOURCES := $(SOURCES)
/OK3568_Linux_fs/external/security/librkcrypto/
H A DCMakeLists.txt43 file(GLOB SOURCES "src/*.c")
68 add_library(${SHARED_LIB_NAME} SHARED ${SOURCES} ${SOURCES_DRM} ${SOURCES_TEEC})
75 add_library(${STATIC_LIB_NAME} STATIC ${SOURCES} ${SOURCES_DRM} ${SOURCES_TEEC})
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/minifi-cpp/files/
H A Dfix-rocksdb-cross-compile.patch5 add_library(${ROCKSDB_STATIC_LIB} STATIC ${SOURCES})
11 # add_library(${ROCKSDB_IMPORT_LIB} SHARED ${SOURCES})
/OK3568_Linux_fs/yocto/poky/meta/recipes-support/serf/serf/
H A D0002-SConstruct-Fix-path-quoting-for-.def-generator.patch23 - Builder(action = sys.executable + ' build/gen_def.py $SOURCES > $TARGET',
24 + Builder(action = '"%s" "%s" $SOURCES > $TARGET' % (sys.executable, gen_def_script,),
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/libb64/libb64/
H A D0001-example-Do-not-run-the-tests.patch16 @@ -33,11 +33,8 @@ depend: $(SOURCES)
17 makedepend -f- $(CFLAGS) $(SOURCES) 2> /dev/null 1> depend
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/
H A Dlocation.pro35 SOURCES += \
48 SOURCES += labs/qgeojson.cpp
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-dbs/mysql/mariadb/
H A Dfix-arm-atomic.patch22 @@ -470,6 +470,9 @@ list(APPEND SOURCES ${CMAKE_CURRENT_BINARY_DIR}/build_version.cc)
24 ADD_CONVENIENCE_LIBRARY(rocksdblib ${SOURCES})
/OK3568_Linux_fs/yocto/meta-qt5/recipes-qt/qt5/qttools/
H A D0001-add-noqtwebkit-configuration.patch28 @@ -77,7 +77,7 @@ SOURCES += aboutdialog.cpp \
36 SOURCES += helpviewer_qwv.cpp
/OK3568_Linux_fs/yocto/meta-qt5/recipes-qt/qt5/ogl-runtime/
H A D0001-Fix-examples-build-error.patch38 SOURCES += \
62 SOURCES += \
/OK3568_Linux_fs/buildroot/dl/qt5location/git/config.tests/gypsy/
H A Dgypsy.pro2 SOURCES += main.cpp
/OK3568_Linux_fs/buildroot/dl/qt5location/git/config.tests/winrt/
H A Dwinrt.pro1 SOURCES += main.cpp
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qgeoshape/
H A Dqgeoshape.pro4 SOURCES = \
/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/imagebrower/
H A Dimagebrower.pro6 SOURCES += \
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qplacemanager_nokia/
H A Dqplacemanager_nokia.pro4 SOURCES += tst_qplacemanager_nokia.cpp
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qplacesearchresult/
H A Dqplacesearchresult.pro5 SOURCES += tst_qplacesearchresult.cpp

12345678910>>...16