/ndk/sources/host-tools/make-3.81/tests/scripts/targets/ |
SECONDARY | 7 Create a makefile where a file would not normally be considered 16 open(MAKEFILE,"> $makefile"); 18 print MAKEFILE <<'EOF'; 32 close(MAKEFILE); 38 &run_make_with_options($makefile,'foo.d',&get_logfile); 46 &run_make_with_options($makefile,'foo.d',&get_logfile); 55 &run_make_with_options($makefile,'foo.d',&get_logfile); 61 &run_make_with_options($makefile,'foo.c',&get_logfile); 69 &run_make_with_options($makefile,'foo.c',&get_logfile) [all...] |
/ndk/sources/host-tools/make-3.81/tests/scripts/features/ |
reinvoke | 6 If the makefile or one it includes can be rebuilt then it is, and make 7 is reinvoked. We create a rule to rebuild the makefile from a temp 8 file, then touch the temp file to make it newer than the makefile."; 10 $omkfile = $makefile; 20 #MAKEFILE# incl.mk: incl-1.mk 27 # Make sure updating the makefile itself also works 31 run_make_test(undef, '', "rebuilding #MAKEFILE#\nrunning rules.\n");
|
/ndk/sources/host-tools/make-3.81/tests/scripts/functions/ |
sort | 1 $description = "The following test creates a makefile to verify\n" 10 open(MAKEFILE,"> $makefile"); 12 # The Contents of the MAKEFILE ... 14 print MAKEFILE "foo := moon_light days \n" 36 # END of Contents of MAKEFILE 38 close(MAKEFILE); 40 &run_make_with_options($makefile,"",&get_logfile); 42 # Create the answer to what should be produced by this Makefile
|
if | 7 open(MAKEFILE, "> $makefile"); 9 print MAKEFILE <<EOMAKE; 27 close(MAKEFILE); 29 &run_make_with_options($makefile, "", &get_logfile);
|
/external/chromium_org/third_party/mesa/src/src/glsl/ |
Makefile.template | 1 # src/glsl/Makefile.template 3 # Template makefile for glsl libraries. 6 # The minimum that the including makefile needs to define 27 lib$(LIBNAME).a: $(OBJECTS) Makefile $(TOP)/src/glsl/Makefile.template
|
/external/chromium_org/tools/gyp/test/library/ |
gyptest-shared-obj-install-path.py | 29 makefile_path = 'relocate/src/Makefile' 31 with open(makefile_path) as makefile: 32 make_contents = makefile.read() 37 with open(makefile_path, 'w') as makefile: 38 makefile.write(make_contents)
|
/external/harfbuzz/ |
configure.ac | 49 Makefile 50 src/Makefile 51 tests/Makefile 52 tests/linebreaking/Makefile 53 tests/shaping/Makefile
|
/external/llvm/lib/Target/ |
Makefile | 1 #===- lib/Target/Makefile ----------------------------------*- Makefile -*-===## 15 # value for PARALLEL_DIRS which must be set before Makefile.rules is included 16 include $(LEVEL)/Makefile.config 20 include $(LLVM_SRC_ROOT)/Makefile.rules
|
/external/llvm/projects/sample/ |
Makefile | 1 ##===- projects/sample/Makefile ----------------------------*- Makefile -*-===## 3 # This is a sample Makefile for a project that uses LLVM. 15 # Include the Master Makefile that knows how to build all. 17 include $(LEVEL)/Makefile.common
|
/external/mesa3d/src/glsl/ |
Makefile.template | 1 # src/glsl/Makefile.template 3 # Template makefile for glsl libraries. 6 # The minimum that the including makefile needs to define 27 lib$(LIBNAME).a: $(OBJECTS) Makefile $(TOP)/src/glsl/Makefile.template
|
/ndk/sources/host-tools/make-3.81/tests/scripts/variables/ |
negative | 15 '', '#MAKEFILE#:3: *** unterminated variable reference. Stop.', 22 '#MAKEFILE#:4: *** unterminated variable reference. Stop.', 26 # Again, but this time while reading the makefile. 36 '', '#MAKEFILE#:3: *** unterminated variable reference. Stop.', 43 '#MAKEFILE#:4: *** unterminated variable reference. Stop.',
|
/external/icu4c/ |
config.status | 274 config_files=" icudefs.mk Makefile data/icupkg.inc config/Makefile.inc data/Makefile stubdata/Makefile common/Makefile i18n/Makefile layout/Makefile layoutex/Makefile io/Makefile extra/Makefile extra/uconv/Makefile extra/scrptrun/Makefile tools/Makefile tools/ctestfw/Makefile tools/toolutil/ (…) [all...] |
/external/chromium_org/third_party/sqlite/src/tool/ |
omittest.tcl | 11 <script> ?test-symbol? ?-makefile PATH-TO-MAKEFILE? ?-skip_run? 13 The default value for ::MAKEFILE is "../Makefile.linux.gcc". 24 Almost any SQLite makefile (except those generated by configure - see below) 27 * The makefile should support the "testfixture" target. 28 * The makefile should support the "test" target. 29 * The makefile should support the variable "OPTS" as a way to pass 34 make -f $::MAKEFILE testfixture OPTS="-DSQLITE_OMIT_ALTERTABLE=1" 35 make -f $::MAKEFILE tes [all...] |
/development/tools/idegen/src/com/android/idegen/ |
ModuleIndexes.java | 65 String makeFile = arr[0]; 67 moduleNameToMakeFileMap.put(moduleName, makeFile); 68 append(makeFile, moduleName); 80 private void append(String makeFile, String moduleName) { 81 Set<String> moduleNames = makeFileToModuleNamesMap.get(makeFile); 84 makeFileToModuleNamesMap.put(makeFile, moduleNames); 87 //moduleNameToMakeFileMap.put(getAggregateName(moduleName), makeFile); 101 String makeFile = getMakeFile(moduleName); 102 return makeFileToModuleNamesMap.get(makeFile); 106 String makeFile = getMakeFile(moduleName) [all...] |
/external/chromium_org/tools/clang/empty_string/ |
Makefile | 5 # This Makefile requires the LLVM build system. In order to build this tool, 14 include $(CLANG_LEVEL)/../../Makefile.config 22 include $(CLANG_LEVEL)/Makefile
|
/external/chromium_org/tools/clang/rewrite_scoped_array/ |
Makefile | 5 # This Makefile requires the LLVM build system. In order to build this tool, 14 include $(CLANG_LEVEL)/../../Makefile.config 22 include $(CLANG_LEVEL)/Makefile
|
/external/chromium_org/tools/clang/rewrite_scoped_ptr_ctor_null/ |
Makefile | 5 # This Makefile requires the LLVM build system. In order to build this tool, 14 include $(CLANG_LEVEL)/../../Makefile.config 22 include $(CLANG_LEVEL)/Makefile
|
/external/clang/lib/ASTMatchers/Dynamic/ |
Makefile | 1 ##===- clang/lib/ASTMatchers/Dynamic/Makefile --------------*- Makefile -*-===## 13 include $(CLANG_LEVEL)/Makefile
|
/external/clang/lib/ASTMatchers/ |
Makefile | 1 ##===- clang/lib/ASTMatchers/Makefile ----------------------*- Makefile -*-===## 15 include $(CLANG_LEVEL)/Makefile
|
/external/clang/lib/Driver/ |
Makefile | 1 ##===- clang/lib/Driver/Makefile ---------------------------*- Makefile -*-===## 13 include $(CLANG_LEVEL)/Makefile
|
/external/clang/lib/Edit/ |
Makefile | 1 ##===- clang/lib/Edit/Makefile -----------------------------*- Makefile -*-===## 13 include $(CLANG_LEVEL)/Makefile
|
/external/clang/lib/Format/ |
Makefile | 1 ##===- clang/lib/Format/Makefile ---------------------------*- Makefile -*-===## 13 include $(CLANG_LEVEL)/Makefile
|
/external/clang/lib/Frontend/ |
Makefile | 1 ##===- clang/lib/Frontend/Makefile -------------------------*- Makefile -*-===## 13 include $(CLANG_LEVEL)/Makefile
|
/external/clang/lib/Rewrite/ |
Makefile | 1 ##===- clang/lib/StaticAnalyzer/Makefile -------------------*- Makefile -*-===## 14 include $(CLANG_LEVEL)/Makefile
|
/external/clang/lib/Tooling/ |
Makefile | 1 ##===- clang/lib/Tooling/Makefile ---------------------------*- Makefile -*-===## 13 include $(CLANG_LEVEL)/Makefile
|