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

<<11121314151617181920>>

  /external/mesa3d/src/gallium/winsys/sw/wrapper/
Makefile 12 include ../../../Makefile.template
  /external/mesa3d/src/mapi/glapi/
.gitignore 10 \Makefile
  /external/qemu/distrib/sdl-1.2.15/
README.DC 13 - make -f Makefile.dc
17 - uncomment GL=1 in Makefile.dc
18 - make -f Makefile.dc clean
19 - make -f Makefile.dc
  /external/qemu-pc-bios/vgabios/tests/lfbprof/
Makefile 1 # Very simple makefile for LFBPROF.C using Watcom C++ 10.0a with DOS4GW
  /external/stlport/test/compiler/StTerm-order/
Makefile.inc 1 # -*- makefile -*- Time-stamp: <02/07/14 14:03:13 ptr>
Makefile 1 # -*- Makefile -*- Time-stamp: <03/07/09 18:08:47 ptr>
8 include Makefile.inc
  /hardware/ti/omap3/omx/system/src/openmax_il/omx_core/
content.pkg 1 system\src\openmax_il\omx_core\Makefile
2 system\src\openmax_il\omx_core\docs\Makefile
3 system\src\openmax_il\omx_core\inc\Makefile
17 system\src\openmax_il\omx_core\src\Makefile
  /ndk/sources/host-tools/make-3.81/tests/scripts/functions/
suffix 1 $description = "The following test creates a makefile to test the suffix\n"
8 # IF YOU NEED >1 MAKEFILE FOR THIS TEST, USE &get_tmpfile; TO GET
9 # THE NAME OF THE MAKEFILE. THIS INSURES CONSISTENCY AND KEEPS TRACK OF
14 open(MAKEFILE,"> $makefile");
16 # The Contents of the MAKEFILE ...
18 print MAKEFILE "string := word.pl general_test2.pl1 FORCE.pl word.pl3 generic_test.perl /tmp.c/bar foo.baz/bar.c MAKEFILES_variable.c\n"
30 # END of Contents of MAKEFILE
32 close(MAKEFILE);
34 &run_make_with_options($makefile,"",&get_logfile,0)
    [all...]
filter-out 5 $details = "The makefile created in this test has two variables. The
14 open(MAKEFILE,"> $makefile");
16 print MAKEFILE <<'EOF';
22 close(MAKEFILE);
24 &run_make_with_options($makefile, "", &get_logfile, 0);
wildcard 3 $description = "The following test creates a makefile to test wildcard
16 open(MAKEFILE,"> $makefile");
18 # The Contents of the MAKEFILE ...
20 print MAKEFILE <<EOM;
31 # END of Contents of MAKEFILE
33 close(MAKEFILE);
46 &run_make_with_options($makefile,"print1",&get_logfile);
58 &run_make_with_options($makefile,"print2",&get_logfile);
76 &run_make_with_options($makefile,"clean",&get_logfile)
    [all...]
  /external/chromium_org/third_party/icu/source/test/testdata/
pkgdata.inc.in 7 # This Makefile is used to build the ICU's data.
16 ##### Add the following to source/config/Makefile.in
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nouveau/
Makefile 14 include Makefile.sources
16 include ../../Makefile.template
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeonsi/
Makefile 12 include Makefile.sources
21 include ../../Makefile.template
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/codeview/
Makefile.inc 10 #EXTRA_DIST += modules/dbgfmts/codeview/tests/Makefile.inc
11 #include modules/dbgfmts/codeview/tests/Makefile.inc
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/dwarf2/
Makefile.inc 9 EXTRA_DIST += modules/dbgfmts/dwarf2/tests/Makefile.inc
10 include modules/dbgfmts/dwarf2/tests/Makefile.inc
  /external/elfutils/libelf-po/
ChangeLog 3 * Makefile.in.in: Set PACKAGE to libelf.
7 * Makefile.in.in: Find mkinstalldirs script in right directory.
  /external/icu4c/test/testdata/
pkgdata.inc.in 7 # This Makefile is used to build the ICU's data.
16 ##### Add the following to source/config/Makefile.in
  /external/mesa3d/src/gallium/drivers/nouveau/
Makefile 14 include Makefile.sources
16 include ../../Makefile.template
  /external/mesa3d/src/gallium/drivers/radeonsi/
Makefile 12 include Makefile.sources
21 include ../../Makefile.template
  /libcore/crypto/src/main/native/
sub.mk 1 # -*- mode: makefile -*-
3 # It's not a normal makefile, so we don't include CLEAR_VARS
  /libcore/dalvik/src/main/native/
sub.mk 1 # -*- mode: makefile -*-
3 # It's not a normal makefile, so we don't include CLEAR_VARS
  /ndk/sources/host-tools/make-3.81/tests/scripts/options/
dash-C 9 find the makefile and the file to delete in the work directory.";
13 open(MAKEFILE,"> $makefile");
14 print MAKEFILE <<EOF;
15 all: ; \@echo This makefile did not clean the dir ... good
18 close(MAKEFILE);
36 # Create the answer to what should be produced by this Makefile
64 # Create the answer to what should be produced by this Makefile
dash-l 8 This test creates a makefile where all depends on three rules
19 open(MAKEFILE,"> $makefile");
21 # The Contents of the MAKEFILE ...
23 print MAKEFILE <<'EOF';
41 # END of Contents of MAKEFILE
43 close(MAKEFILE);
48 &run_make_with_options($makefile, $mkoptions, &get_logfile);
dash-k 6 The makefile created in this test is a simulation of building
14 open(MAKEFILE,"> $makefile");
16 # The Contents of the MAKEFILE ...
18 print MAKEFILE <<EOF;
36 # END of Contents of MAKEFILE
38 close(MAKEFILE);
56 &run_make_with_options($makefile, "-k", &get_logfile, $error_code);
58 # Create the answer to what should be produced by this Makefile
77 open(MAKEFILE, "> $makefile2")
    [all...]
  /ndk/sources/host-tools/make-3.81/tests/scripts/targets/
INTERMEDIATE 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);
44 &run_make_with_options($makefile,'foo.d',&get_logfile);
53 &run_make_with_options($makefile,'foo.d',&get_logfile);
59 &run_make_with_options($makefile,'foo.c',&get_logfile);
65 &run_make_with_options($makefile,'foo.c',&get_logfile)
    [all...]

Completed in 3619 milliseconds

<<11121314151617181920>>