Searched refs:makefile (Results 1 – 7 of 7) sorted by relevance
91 makefile = os.path.join(TOP, path, 'Android.mk')92 makefiles.append(makefile)123 for makefile in makefiles:124 if not os.path.isfile(makefile):128 with open(makefile, encoding='latin1') as mk_file:132 usage.add(makefile[len(TOP) + 1:])
22 !INCLUDE $(NTMAKEENV)\makefile.def
17 // This makefile shows how to build a shared library and an activity that
17 // This makefile supplies the rules for building a library of JNI code for
121 def makefile(self, *args): member in CurlSocket