/ndk/sources/host-tools/make-3.81/tests/scripts/features/ |
errors | 26 open(MAKEFILE,"> $makefile"); 28 # The Contents of the MAKEFILE ... 30 print MAKEFILE "clean:\n" 37 # END of Contents of MAKEFILE 39 close(MAKEFILE); 55 &run_make_with_options($makefile,"",&get_logfile); 82 &run_make_with_options($makefile,"clean2 -i",&get_logfile);
|
targetvars | 5 Create a makefile containing various flavors of target-specific variable 9 open(MAKEFILE,"> $makefile"); 11 print MAKEFILE <<'EOF'; 59 close(MAKEFILE); 63 &run_make_with_options($makefile, "one two three", &get_logfile); 69 &run_make_with_options($makefile, "one two FOO=1 BAR=2", &get_logfile); 75 &run_make_with_options($makefile, "four", &get_logfile); 81 &run_make_with_options($makefile, "seven", &get_logfile); 87 &run_make_with_options($makefile, "nine", &get_logfile) [all...] |
/ndk/sources/host-tools/make-3.81/tests/scripts/functions/ |
word | 9 open(MAKEFILE,"> $makefile"); 10 print MAKEFILE <<'EOF'; 29 close(MAKEFILE); 31 &run_make_with_options($makefile, "", &get_logfile); 59 "#MAKEFILE#:3: *** non-numeric first argument to `word' function: ''. Stop.", 64 "#MAKEFILE#:4: *** non-numeric first argument to `word' function: 'abc '. Stop.", 69 "#MAKEFILE#:5: *** non-numeric first argument to `word' function: '1a'. Stop.", 74 "#MAKEFILE#:7: *** non-numeric first argument to `wordlist' function: ''. Stop.", 79 "#MAKEFILE#:8: *** non-numeric first argument to `wordlist' function: 'abc '. Stop." [all...] |
/ndk/sources/host-tools/make-3.81/tests/scripts/misc/ |
general2 | 3 $description = "The following test creates a makefile to test the 8 open(MAKEFILE,"> $makefile"); 10 # The contents of the Makefile ... 12 print MAKEFILE <<EOF; 29 close(MAKEFILE); 40 &run_make_with_options($makefile,"",&get_logfile); 42 # Create the answer to what should be produced by this Makefile
|
/ndk/sources/host-tools/make-3.81/tests/scripts/options/ |
dash-t | 15 open(MAKEFILE, "> $makefile"); 16 print MAKEFILE <<'EOMAKE'; 24 close(MAKEFILE); 31 &run_make_with_options($makefile, "-t final-a final-b", &get_logfile); 43 open(MAKEFILE, "> $makefile2"); 44 print MAKEFILE <<'EOMAKE'; 50 close(MAKEFILE);
|
/external/chromium_org/native_client_sdk/src/build_tools/ |
make_simple.py | 5 """This is a simplified Makefile generator for single-target gyp files. 51 $(warning Cannot use BUILDTYPE=$(BUILDTYPE) with this Makefile.) 158 def WriteList(makefile, value_list, variable, prefix='', quoter=QuoteIfNecessary): 160 makefile.write("\n%s := %s\n" % (variable, values)) 163 def WriteConfig(makefile, name, config, target_type): 164 WriteList(makefile, config.get('defines', []), 'DEFS_%s' % name, '-D') 165 WriteList(makefile, config.get('cflags', []), 'CPPFLAGS_%s' % name) 166 WriteList(makefile, config.get('arflags', []), 'ARFLAGS_%s' % name) 170 WriteList(makefile, ldflags, 'LDFLAGS_%s' % name) 176 WriteList(makefile, common_flags + config.get('cflags_c', []), 'CFLAGS_%s' % name [all...] |
/ndk/sources/host-tools/sed-4.2.1/testsuite/ |
xemacs.good | 0 #Makefile.in generated automatically by automake 1.5 from Makefile.am. 5 #This Makefile.in is free software; the Free Software Foundation 31 "CONFIG_CLEAN_FILES = bootstrap.sh intl/Makefile" 43 " COPYING ChangeLog INSTALL Makefile.am Makefile.in NEWS THANKS \\" 52 "$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.ac $(ACLOCAL_M4)" 54 " $(AUTOMAKE) --gnu Makefile" 55 "Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status [all...] |
xemacs.inp | 0 # Makefile.in generated automatically by automake 1.5 from Makefile.am. 5 # This Makefile.in is free software; the Free Software Foundation 31 CONFIG_CLEAN_FILES = bootstrap.sh intl/Makefile 43 COPYING ChangeLog INSTALL Makefile.am Makefile.in NEWS THANKS \ 52 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.ac $(ACLOCAL_M4) 54 $(AUTOMAKE) --gnu Makefile 55 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.statu [all...] |
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitperl/VCSUtils_unittest/ |
parseDiffWithMockFiles.pl | 58 diff --git a/Makefile b/Makefile 62 +++ b/Makefile 67 diff --git a/Makefile b/Makefile 69 --- a/Makefile 70 +++ b/Makefile 75 Index: Makefile 77 --- Makefile 78 +++ Makefile [all...] |
/development/testrunner/ |
android_mk.py | 41 self._includes = Set() # variables included in makefile 42 self._variables = {} # variables defined in makefile 51 line: line of text from makefile 65 """Retrieve makefile variable. 70 value of specified identifier, None if identifier not found in makefile 77 """Retrieve makefile variable. 85 value of specified identifier, None if identifier not found in makefile 96 raise RuntimeError('recursive loop found for makefile variable %s' 109 """Check variable is included in makefile. 114 True if identifer is included in makefile, otherwise Fals [all...] |
/external/chromium-trace/trace-viewer/third_party/python_gflags/ |
MANIFEST.in | 5 include Makefile
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/pipebuffer/ |
Makefile | 18 include ../../Makefile.template
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/ |
SConscript | 16 source = env.ParseSourceList('Makefile.sources', 'C_SOURCES') + [
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/trace/ |
Makefile | 13 include ../../Makefile.template
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/d3d1xstutil/ |
Makefile | 5 include ../Makefile.inc
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/dxgid3d10/ |
Makefile | 4 include ../Makefile.inc
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/dxgid3d11/ |
Makefile | 4 include ../Makefile.inc
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/dri/ |
Makefile | 1 # src/gallium/state_trackers/dri/Makefile
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xvmc/ |
Makefile | 14 include ../../Makefile.template
|
/external/chromium_org/third_party/mesa/src/src/gallium/targets/ |
Makefile | 1 # src/gallium/winsys/Makefile
|
/external/chromium_org/third_party/mesa/src/src/gallium/winsys/ |
Makefile | 1 # src/gallium/winsys/Makefile
|
/external/chromium_org/third_party/mesa/src/src/gallium/winsys/i915/sw/ |
Makefile | 12 include ../../../Makefile.template
|
/external/chromium_org/third_party/mesa/src/src/gallium/winsys/sw/null/ |
Makefile | 14 include ../../../Makefile.template
|
/external/chromium_org/third_party/mesa/src/src/gallium/winsys/sw/wayland/ |
Makefile | 13 include ../../../Makefile.template
|
/external/chromium_org/third_party/mesa/src/src/gallium/winsys/sw/xlib/ |
Makefile | 15 include ../../../Makefile.template
|