Searched defs:build (Results 1 - 9 of 9) sorted by relevance

/ndk/sources/host-tools/ndk-depends/
H A DGNUmakefile20 BUILD_DIR := /tmp/ndk-$(USER)/build/build-ndk-depends
45 define build-c-object
52 define build-cxx-object
60 $(eval $(call build-c-object,$(BUILD_DIR)/$(src:%.c=%.o),$(src)))\
64 $(eval $(call build-cxx-object,$(BUILD_DIR)/$(src:%.cc=%.o),$(src)))\
/ndk/sources/host-tools/ndk-stack/
H A DGNUmakefile20 BUILD_DIR := /tmp/ndk-$(USER)/build/build-ndk-stack
68 define build-c-object
75 define build-cxx-object
83 $(eval $(call build-c-object,$(BUILD_DIR)/$(src:%.c=%.o),$(src)))\
87 $(eval $(call build-cxx-object,$(BUILD_DIR)/$(src:%.cc=%.o),$(src)))\
/ndk/toolchains/llvm-3.4/
H A Dsetup-common.mk93 # This function will be called to determine the target CFLAGS used to build
105 define cmd-build-shared-library
122 define cmd-build-executable
/ndk/toolchains/llvm-3.5/
H A Dsetup-common.mk93 # This function will be called to determine the target CFLAGS used to build
105 define cmd-build-shared-library
122 define cmd-build-executable
/ndk/build/core/
H A Ddefault-build-commands.mk72 define cmd-build-shared-library
87 define cmd-build-executable
100 define cmd-build-static-library
H A Ddefinitions-host.mk17 # typically used to generate shell commands during the build and their
123 # Function : host-echo-build-step
126 # Usage : ---->|$(call host-echo-build-step,Compile) ....other text...
128 # to print the prefix of a given build step / command.
130 host-echo-build-step = @ $(HOST_ECHO) [$1] $(call left-justify-quoted-15,$2):
H A Ddefinitions.mk15 # Common definitions for the Android NDK build system
19 include $(NDK_ROOT)/build/gmsl/gmsl
46 # build
61 # or abort the build with an error
87 # ':' if ndk-build is called inside jni/ directory when path is expanded
362 # Some of these are created by build scripts like BUILD_STATIC_LIBRARY:
416 # The following are generated by the build scripts themselves
455 # Rationale: clears the list of defined modules known by the build system
529 # at build time. At the moment, this is only used for prebuilt shared
708 # Note: Do not use this to determine build dependencie
[all...]
/ndk/sources/host-tools/nawk-20071023/
H A DGNUmakefile5 BUILD_DIR ?= /tmp/ndk-$(USER)/build-awk
13 # NATIVE_CC is to build maketab which needs to run in order
69 define build-c-file
78 $(eval $(call build-c-file,$(src),$(BUILD_DIR)/$(src:%.c=%.o)))\
89 $(eval $(call build-c-file,$(PROCTAB_C),$(PROCTAB_O)))
/ndk/sources/host-tools/make-3.81/w32/
H A DMakefile174 build = i686-pc-linux-gnu macro

Completed in 400 milliseconds