HomeSort by relevance Sort by last modified time
    Searched full:makefile (Results 351 - 375 of 3322) sorted by null

<<11121314151617181920>>

  /external/icu4c/samples/case/
Makefile 2 # sample code makefile
18 # Load in standard makefile definitions
  /external/icu4c/samples/citer/
Makefile 2 # sample code makefile
16 # Load in standard makefile definitions
  /external/icu4c/samples/coll/
Makefile 2 # sample code makefile
18 # Load in standard makefile definitions
  /external/icu4c/samples/csdet/
Makefile 2 # sample code makefile
18 # Load in standard makefile definitions
  /external/icu4c/samples/datecal/
Makefile 2 # sample code makefile
18 # Load in standard makefile definitions
  /external/icu4c/samples/datefmt/
Makefile 2 # sample code makefile
16 # Load in standard makefile definitions
  /external/icu4c/samples/msgfmt/
Makefile 2 # sample code makefile
18 # Load in standard makefile definitions
  /external/icu4c/samples/numfmt/
Makefile 2 # sample code makefile
18 # Load in standard makefile definitions
  /external/icu4c/samples/props/
Makefile 2 # sample code makefile
18 # Load in standard makefile definitions
  /external/icu4c/samples/strsrch/
Makefile 2 # sample code makefile
18 # Load in standard makefile definitions
  /external/icu4c/samples/translit/
Makefile 2 # sample code makefile
18 # Load in standard makefile definitions
  /external/icu4c/samples/uciter8/
Makefile 2 # sample code makefile
16 # Load in standard makefile definitions
  /external/icu4c/samples/ucnv/
Makefile 2 # sample code makefile
16 # Load in standard makefile definitions
  /external/icu4c/samples/ugrep/
Makefile 2 # sample code makefile
20 # Load in standard makefile definitions
  /external/icu4c/samples/ustring/
Makefile 2 # sample code makefile
16 # Load in standard makefile definitions
  /external/iptables/
.gitignore 12 Makefile
13 Makefile.in
  /external/mesa3d/
.gitignore 39 Makefile.in
44 /Makefile
  /external/mesa3d/src/gallium/drivers/svga/
Makefile 7 include Makefile.sources
19 include ../../Makefile.template
  /external/mesa3d/src/gallium/winsys/svga/drm/
Makefile 7 include Makefile.sources
19 include ../../../Makefile.template
  /external/oprofile/
configure.in 230 AC_OUTPUT(Makefile \
231 m4/Makefile \
232 libutil/Makefile \
233 libutil/tests/Makefile \
234 libutil++/Makefile \
235 libutil++/tests/Makefile \
236 libop/Makefile \
237 libop/tests/Makefile \
238 libopagent/Makefile \
239 libopt++/Makefile \
    [all...]
  /ndk/build/gmsl/
README 6 2. To use the GMSL in your Makefile make sure that you have the files
15 to your Makefile(s).
  /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

Completed in 123 milliseconds

<<11121314151617181920>>