HomeSort by relevance Sort by last modified time
    Searched defs:makefile (Results 1 - 2 of 2) sorted by null

  /development/ide/emacs/
android-compile.el 44 "\\(^\\(\\sw\\|[/_]\\)+\\(Makefile\\|\\.mk\\):[0-9]+:.*warning\\)\\|\\(^/bin/bash\\)"
49 (defun android-makefile-exists-p (directory)
50 "Return t if an Android makefile exists in DIRECTORY."
53 (file-exists-p (concat directory "Makefile"))))
55 (defun android-find-makefile (topdir)
56 "Ascend the current path until an Android makefile is found.
58 the file is named Makefile.
61 MAKEFILE_PATH is the relative path of the makefile wrt TOPDIR.
62 Signal an error if no Makefile was found."
70 (not (android-makefile-exists-p default-directory))
    [all...]
  /ndk/build/core/
definitions.mk 65 # Macro : this-makefile
66 # Returns : the name of the current Makefile in the inclusion stack
67 # Usage : $(this-makefile)
69 this-makefile = $(lastword $(MAKEFILE_LIST))
72 # Macro : local-makefile
74 # Usage : $(local-makefile)
76 local-makefile = $(lastword $(filter %Android.mk,$(MAKEFILE_LIST)))
174 # MAKEFILE -> The Android.mk where the module is defined.
213 modules-LOCALS += MAKEFILE
290 $(call __ndk_info,But this module was already defined by $(__ndk_modules.$1.MAKEFILE).)
    [all...]

Completed in 290 milliseconds