HomeSort by relevance Sort by last modified time
    Searched refs:notdir (Results 1 - 25 of 78) sorted by null

1 2 3 4

  /build/core/
copy_headers.mk 18 $($(my_prefix)OUT_HEADERS)/$(LOCAL_COPY_HEADERS_TO)/$(notdir $(header))) \
notice_files.mk 23 $(patsubst $(PRODUCT_OUT)%,%,$($(my_prefix)OUT_SHARED_LIBRARIES))/$(notdir $(LOCAL_BUILT_MODULE))
27 module_leaf := $(notdir $(LOCAL_BUILT_MODULE))
distdir.mk 58 $(eval dst := $(if $(dst),$(dst),$(notdir $(src)))) \
multi_prebuilt.mk 61 $(eval LOCAL_MODULE := $(basename $(notdir $(t)))) \
67 $(eval LOCAL_BUILT_MODULE_STEM := $(notdir $(LOCAL_SRC_FILES))) \
  /external/clang/lib/Headers/
Makefile 22 HEADERS := $(notdir $(wildcard $(PROJ_SRC_DIR)/*.h))
29 $(Echo) Copying $(notdir $<) to build dir
33 $(Echo) Copying $(notdir $<) to build dir
48 $(Echo) Installing compiler include file: $(notdir $<)
  /frameworks/compile/libbcc/runtime/lib/arm/
Makefile.mk 13 AsmSources := $(foreach file,$(wildcard $(Dir)/*.S),$(notdir $(file)))
14 Sources := $(foreach file,$(wildcard $(Dir)/*.c),$(notdir $(file)))
  /frameworks/compile/libbcc/runtime/lib/i386/
Makefile.mk 13 AsmSources := $(foreach file,$(wildcard $(Dir)/*.S),$(notdir $(file)))
14 Sources := $(foreach file,$(wildcard $(Dir)/*.c),$(notdir $(file)))
  /frameworks/compile/libbcc/runtime/lib/ppc/
Makefile.mk 13 AsmSources := $(foreach file,$(wildcard $(Dir)/*.S),$(notdir $(file)))
14 Sources := $(foreach file,$(wildcard $(Dir)/*.c),$(notdir $(file)))
  /frameworks/compile/libbcc/runtime/lib/x86_64/
Makefile.mk 13 AsmSources := $(foreach file,$(wildcard $(Dir)/*.S),$(notdir $(file)))
14 Sources := $(foreach file,$(wildcard $(Dir)/*.c),$(notdir $(file)))
  /external/zlib/nintendods/
Makefile 38 LDFLAGS = -specs=ds_arm9.specs -g $(ARCH) -Wl,-Map,$(notdir $*.map)
50 ifneq ($(BUILD),$(notdir $(CURDIR)))
60 CFILES := $(foreach dir,$(SOURCES),$(notdir $(wildcard $(dir)/*.c)))
61 CPPFILES := $(foreach dir,$(SOURCES),$(notdir $(wildcard $(dir)/*.cpp)))
62 SFILES := $(foreach dir,$(SOURCES),$(notdir $(wildcard $(dir)/*.s)))
63 BINFILES := $(foreach dir,$(DATA),$(notdir $(wildcard $(dir)/*.*)))
118 @echo $(notdir $<)
  /hardware/ti/omap4xxx/domx/Ducati_binary/
Android.mk 7 LOCAL_MODULE := $(basename $(notdir $1))
22 $(notdir $(basename $(_file))))
  /external/icu4c/io/
Makefile 105 cd $(DESTDIR)$(libdir) && $(RM) $(notdir $(SO_TARGET)) && ln -s $(notdir $(FINAL_SO_TARGET)) $(notdir $(SO_TARGET))
107 cd $(DESTDIR)$(libdir) && $(RM) $(notdir $(MIDDLE_SO_TARGET)) && ln -s $(notdir $(FINAL_SO_TARGET)) $(notdir $(MIDDLE_SO_TARGET))
113 cd $(DESTDIR)$(libdir) && $(RM) $(notdir $(IMPORT_LIB)) && ln -s $(notdir $(FINAL_IMPORT_LIB)) $(notdir $(IMPORT_LIB))
116 cd $(DESTDIR)$(libdir) && $(RM) $(notdir $(MIDDLE_IMPORT_LIB)) && ln -s $(notdir $(FINAL_IMPORT_LIB)) $(notdir $(MIDDLE_IMPORT_LIB)
    [all...]
  /external/icu4c/layout/
Makefile 175 cd $(DESTDIR)$(libdir) && $(RM) $(notdir $(SO_TARGET)) && ln -s $(notdir $(FINAL_SO_TARGET)) $(notdir $(SO_TARGET))
177 cd $(DESTDIR)$(libdir) && $(RM) $(notdir $(MIDDLE_SO_TARGET)) && ln -s $(notdir $(FINAL_SO_TARGET)) $(notdir $(MIDDLE_SO_TARGET))
183 cd $(DESTDIR)$(libdir) && $(RM) $(notdir $(IMPORT_LIB)) && ln -s $(notdir $(FINAL_IMPORT_LIB)) $(notdir $(IMPORT_LIB))
186 cd $(DESTDIR)$(libdir) && $(RM) $(notdir $(MIDDLE_IMPORT_LIB)) && ln -s $(notdir $(FINAL_IMPORT_LIB)) $(notdir $(MIDDLE_IMPORT_LIB)
    [all...]
  /external/icu4c/layoutex/
Makefile 106 cd $(DESTDIR)$(libdir) && $(RM) $(notdir $(SO_TARGET)) && ln -s $(notdir $(FINAL_SO_TARGET)) $(notdir $(SO_TARGET))
108 cd $(DESTDIR)$(libdir) && $(RM) $(notdir $(MIDDLE_SO_TARGET)) && ln -s $(notdir $(FINAL_SO_TARGET)) $(notdir $(MIDDLE_SO_TARGET))
114 cd $(DESTDIR)$(libdir) && $(RM) $(notdir $(IMPORT_LIB)) && ln -s $(notdir $(FINAL_IMPORT_LIB)) $(notdir $(IMPORT_LIB))
117 cd $(DESTDIR)$(libdir) && $(RM) $(notdir $(MIDDLE_IMPORT_LIB)) && ln -s $(notdir $(FINAL_IMPORT_LIB)) $(notdir $(MIDDLE_IMPORT_LIB)
    [all...]
  /libcore/
CaCerts.mk 33 LOCAL_MODULE_STEM := $(notdir $(2))
44 $(foreach cacert, $(cacerts), $(eval $(call include-prebuilt-with-destination-directory,target-cacert-$(notdir $(cacert)),$(cacert),$(cacerts_target_directory))))
45 cacerts_target := $(addprefix $(cacerts_target_directory)/,$(foreach cacert,$(cacerts),$(notdir $(cacert))))
54 $(foreach cacert, $(cacerts), $(eval $(call include-prebuilt-with-destination-directory,host-cacert-$(notdir $(cacert)),$(cacert),$(cacerts_host_directory))))
56 cacerts_host := $(addprefix $(cacerts_host_directory)/,$(foreach cacert,$(cacerts),$(notdir $(cacert))))
  /external/icu4c/config/
mh-os390 126 IMPORT_LIB = $(basename $(notdir $(SO_TARGET)))$(IMPORT_LIB_EXT)#M#
127 MIDDLE_IMPORT_LIB = $(basename $(notdir $(MIDDLE_SO_TARGET)))$(IMPORT_LIB_EXT)#M#
128 FINAL_IMPORT_LIB = $(basename $(notdir $(FINAL_SO_TARGET)))$(IMPORT_LIB_EXT)#M#
mh-alpha-linux-cc 37 LD_SONAME = -Wl,-soname -Wl,$(notdir $(MIDDLE_SO_TARGET))
mh-alpha-osf 37 LD_SONAME = -Wl,-soname -Wl,$(notdir $(MIDDLE_SO_TARGET))
mh-bsd-gcc 24 LD_SONAME = -Wl,-soname -Wl,$(notdir $(MIDDLE_SO_TARGET))
mh-haiku 25 LD_SONAME = -Wl,-soname -Wl,$(notdir $(MIDDLE_SO_TARGET))
  /system/core/charger/
Android.mk 26 LOCAL_MODULE := system_core_charger_$(notdir $(1))
27 LOCAL_MODULE_STEM := $(notdir $(1))
  /frameworks/compile/libbcc/runtime/lib/
Makefile.mk 12 Sources := $(foreach file,$(wildcard $(Dir)/*.c),$(notdir $(file)))
  /frameworks/base/cmds/installd/tests/
Android.mk 35 $(eval LOCAL_MODULE := $(notdir $(file:%.cpp=%))) \
  /system/vold/tests/
Android.mk 33 $(eval LOCAL_MODULE := $(notdir $(file:%.cpp=%))) \
  /development/build/tools/
sdk_repo.mk 30 @echo "Building SDK repository package $(3) from $(notdir $(2))"
32 zip -9rq ../$(notdir $(call sdk-repo-pkg-zip,$(1),$(2),$(3))) $(3)/*
35 $(call sdk-repo-pkg-zip,$(1),$(2),$(3)):$(notdir $(call sdk-repo-pkg-zip,$(1),$(2),$(3)))
51 @echo "Building SDK repository package $(3) from $(notdir $(2))"
53 zip -9rq ../../$(notdir $(call sdk-repo-pkg-zip,$(1),$(2),$(3))) *
56 $(call sdk-repo-pkg-zip,$(1),$(2),$(3)):$(notdir $(call sdk-repo-pkg-zip,$(1),$(2),$(3)))
76 @echo "Building SDK repository package $(3) from $(notdir $(2))"
78 zip -9rq ../../../$(notdir $(call sdk-repo-pkg-zip,$(1),$(2),$(3))) *
81 $(call sdk-repo-pkg-zip,$(1),$(2),$(3)):$(notdir $(call sdk-repo-pkg-zip,$(1),$(2),$(3)))
99 $(call sdk-repo-pkg-zip,$(1),$(2),$(3)):$(notdir $(call sdk-repo-pkg-zip,$(1),$(2),$(3))
    [all...]

Completed in 319 milliseconds

1 2 3 4