HomeSort by relevance Sort by last modified time
    Searched full:makefile (Results 1 - 25 of 2381) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/qemu/distrib/sdl-1.2.15/
Watcom-Win32.zip 
Watcom-OS2.zip 
  /external/webkit/Source/JavaScriptCore/
Makefile 1 include ../Makefile.shared
  /external/webkit/Source/JavaScriptGlue/
Makefile 1 include ../Makefile.shared
  /external/webkit/Source/ThirdParty/ANGLE/
Makefile 1 include ../Makefile.shared
  /external/webkit/Source/WebCore/
Makefile 1 include ../Makefile.shared
  /external/webkit/Source/WebKit/
Makefile 1 include ../Makefile.shared
  /external/antlr/antlr-3.4/runtime/Perl5/
.p4ignore 3 Makefile
4 Makefile.old
  /ndk/sources/host-tools/make-3.81/tests/scripts/features/
default_names 4 default makefiles in the correct order (GNUmakefile,makefile,Makefile)";
6 # Create a makefile called "GNUmakefile"
7 $makefile = "GNUmakefile";
9 open(MAKEFILE,"> $makefile");
10 print MAKEFILE "FIRST: ; \@echo It chose GNUmakefile\n";
11 close(MAKEFILE);
13 # DOS/WIN32 platforms preserve case, but Makefile is the same file as makefile
    [all...]
quoting 3 $description = "The following test creates a makefile to test using \n" .
6 open(MAKEFILE,"> $makefile");
8 # The Contents of the MAKEFILE ...
10 print MAKEFILE <<'EOM';
17 # END of Contents of MAKEFILE
19 close(MAKEFILE);
22 &run_make_with_options($makefile,"",&get_logfile);
25 # Create the answer to what should be produced by this Makefile
varnesting 1 $description = "The following test creates a makefile to ...";
5 open(MAKEFILE,"> $makefile");
7 # The Contents of the MAKEFILE ...
9 print MAKEFILE "x = variable1\n"
17 # END of Contents of MAKEFILE
19 close(MAKEFILE);
21 &run_make_with_options($makefile,"",&get_logfile);
23 # Create the answer to what should be produced by this Makefile
vpath2 9 ."rule to print a message at the end to confirm that the makefile\n"
12 open(MAKEFILE,"> $makefile");
14 # The Contents of the MAKEFILE ...
16 print MAKEFILE "VPATH = $workdir:$sourcedir\n";
17 print MAKEFILE "vpath %.c foo\n";
18 print MAKEFILE "vpath %.c $workdir\n";
19 print MAKEFILE "vpath %.c $sourcedir\n";
20 print MAKEFILE "vpath %.h $workdir\n";
21 print MAKEFILE "vpath %.c\n"
    [all...]
  /ndk/sources/host-tools/make-3.81/tests/scripts/variables/
MFILE_LIST 7 open(MAKEFILE,"> $makefile");
8 print MAKEFILE <<EOF;
18 close(MAKEFILE);
21 open(MAKEFILE,"> $makefile2");
22 print MAKEFILE "m2 := \$(MAKEFILE_LIST)\n";
23 close(MAKEFILE);
26 &run_make_with_options($makefile, "", &get_logfile);
27 $answer = "$makefile\n$makefile $makefile2\n$makefile $makefile2\n"
    [all...]
MAKEFILES 8 open(MAKEFILE,"> $makefile");
9 print MAKEFILE 'all: ; @echo DEFAULT RULE: M2=$(M2) M3=$(M3)', "\n";
10 close(MAKEFILE);
13 open(MAKEFILE,"> $makefile2");
14 print MAKEFILE <<EOF;
16 NDEF: ; \@echo RULE FROM MAKEFILE 2
18 close(MAKEFILE);
21 open(MAKEFILE,"> $makefile3");
22 print MAKEFILE <<EOF
    [all...]
MAKELEVEL 3 $description = "The following test creates a makefile to test
7 open(MAKEFILE,"> $makefile");
9 # The Contents of the MAKEFILE ...
11 print MAKEFILE <<EOF;
17 # END of Contents of MAKEFILE
19 close(MAKEFILE);
23 &run_make_with_options($makefile,"",&get_logfile);
MAKE 3 $description = "The following test creates a makefile to test MAKE \n"
8 open(MAKEFILE,"> $makefile");
10 # The Contents of the MAKEFILE ...
12 print MAKEFILE "TMP := \$(MAKE)\n";
13 print MAKEFILE "MAKE := \$(subst X=\$(X),,\$(MAKE))\n\n";
14 print MAKEFILE "all:\n";
15 print MAKEFILE "\t\@echo \$(TMP)\n";
16 print MAKEFILE "\t\$(MAKE) -f $makefile foo\n\n"
    [all...]
  /hardware/ti/omap3/omx/system/src/openmax_il/common/
content.pkg 1 system\src\openmax_il\common\Makefile
2 system\src\openmax_il\common\inc\Makefile
  /external/dropbear/libtomcrypt/
updatemakes.sh 5 perl filter.pl makefile tmplist
6 mv -f tmp.delme makefile
8 perl filter.pl makefile.icc tmplist
9 mv -f tmp.delme makefile.icc
11 perl filter.pl makefile.shared tmplist
12 mv -f tmp.delme makefile.shared
14 perl filter.pl makefile.unix tmplist
15 mv -f tmp.delme makefile.unix
17 perl filter.pl makefile.msvc tmplist
18 sed -e 's/\.o /.obj /g' < tmp.delme > makefile.msv
    [all...]
  /external/libpng/scripts/
README.txt 4 makefile.linux => Linux/ELF makefile
6 makefile.gcc => Generic makefile (gcc, creates static libpng.a)
7 makefile.knr => Archaic UNIX Makefile that converts files with
10 makefile.acorn => Acorn makefile
11 makefile.aix => AIX/gcc makefile
    [all...]
  /ndk/sources/host-tools/make-3.81/tests/scripts/targets/
DEFAULT 1 $description = "The following test creates a makefile to override part\n"
2 ."of one Makefile with Another Makefile with the .DEFAULT\n"
7 ."in the containing makefile, make should look in another makefile\n"
8 ."This test gives this makefile the target bar which is not \n"
9 ."defined here but passes the target bar on to another makefile\n"
14 open(MAKEFILE,"> $makefile");
16 # The Contents of the MAKEFILE ..
    [all...]
  /external/srec/make/asr/
Makefile.common 2 # FILE: Makefile.common
4 # Common settings, independent of configuration (independent of Makefile.config).
5 # This is included by Makefile.defs
  /ndk/sources/host-tools/make-3.81/tests/scripts/options/
dash-f 14 open(MAKEFILE,"> $makefile");
16 # The Contents of the MAKEFILE ...
18 print MAKEFILE "all: \n";
19 print MAKEFILE "\t\@echo This is the output from the original makefile\n";
21 # END of Contents of MAKEFILE
23 close(MAKEFILE);
25 # Create a second makefile
26 open(MAKEFILE,"> $makefile2")
    [all...]
dash-e 3 $description = "The following test creates a makefile to ...";
9 open(MAKEFILE,"> $makefile");
11 print MAKEFILE <<'EOF';
16 close(MAKEFILE);
18 &run_make_with_options($makefile, '-e' ,&get_logfile);
dash-I 3 $description ="The following test creates a makefile to test the -I option.";
14 open(MAKEFILE,"> $makefile");
16 # The Contents of the MAKEFILE ...
19 print MAKEFILE <<EOF;
22 \t\@echo There should be no errors for this makefile.
25 # END of Contents of MAKEFILE
27 close(MAKEFILE);
30 open(MAKEFILE,"> $makefile2");
32 print MAKEFILE <<EOF
    [all...]
  /external/bison/build-aux/
Makefile.am 1 ## Process this file with automake to produce Makefile.in -*-Makefile-*-

Completed in 829 milliseconds

1 2 3 4 5 6 7 8 91011>>