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

1 2 3 45 6 7 8 91011>>

  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/win32/
Makefile.inc 5 EXTRA_DIST += modules/objfmts/win32/tests/Makefile.inc
7 include modules/objfmts/win32/tests/Makefile.inc
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/win64/
Makefile.inc 5 EXTRA_DIST += modules/objfmts/win64/tests/Makefile.inc
7 include modules/objfmts/win64/tests/Makefile.inc
  /external/mesa3d/src/glx/
.gitignore 0 Makefile
2 Makefile.in
  /ndk/sources/host-tools/make-3.81/tests/scripts/variables/
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...]
CURDIR 7 open(MAKEFILE,"> $makefile");
8 print MAKEFILE "all: ; \@echo \$(CURDIR)\n";
9 close(MAKEFILE);
15 &run_make_with_options($makefile,"",&get_logfile);
  /ndk/sources/host-tools/make-3.81/tests/scripts/features/
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...]
override 1 $description = "The following test creates a makefile to ...";
5 open(MAKEFILE,"> $makefile");
7 # The Contents of the MAKEFILE ...
9 print MAKEFILE "override define foo\n"
16 # END of Contents of MAKEFILE
18 close(MAKEFILE);
20 &run_make_with_options($makefile,"foo=Hello",&get_logfile);
22 # Create the answer to what should be produced by this Makefile
  /ndk/sources/host-tools/make-3.81/tests/scripts/options/
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/chromium_org/third_party/WebKit/Source/bindings/
.gitignore 1 *.Makefile
  /external/chromium_org/third_party/WebKit/Source/devtools/
.gitignore 1 *.Makefile
  /external/chromium_org/third_party/WebKit/Source/modules/
.gitignore 1 *.Makefile
  /external/chromium_org/third_party/WebKit/Source/wtf/
.gitignore 1 *.Makefile
  /external/clang/include/
Makefile 4 include $(CLANG_LEVEL)/Makefile
  /external/libogg/include/
Makefile.am 1 ## Process this file with automake to produce Makefile.in
  /external/libpng/contrib/pngminus/
pngminus.bat 1 make -f makefile.tc3
pngminus.sh 2 make -f makefile.std
  /external/libvorbis/include/
Makefile.am 1 ## Process this file with automake to produce Makefile.in
  /external/libvorbis/lib/books/
Makefile.am 1 ## Process this file with automake to produce Makefile.in
  /external/libvorbis/lib/books/floor/
Makefile.am 1 ## Process this file with automake to produce Makefile.in
  /external/libvorbis/lib/books/uncoupled/
Makefile.am 1 ## Process this file with automake to produce Makefile.in
  /ndk/sources/host-tools/make-3.81/tests/scripts/targets/
FORCE 7 open(MAKEFILE,"> $makefile");
9 # The Contents of the MAKEFILE ...
11 print MAKEFILE ".IGNORE :\n";
12 print MAKEFILE "clean: FORCE\n";
13 print MAKEFILE "\t$delete_command clean\n";
14 print MAKEFILE "FORCE:\n";
16 # END of Contents of MAKEFILE
18 close(MAKEFILE);
27 &run_make_with_options($makefile,"clean",&get_logfile)
    [all...]
clean 3 $description = "The following test creates a makefile to delete a \n"
10 open(MAKEFILE,"> $makefile");
12 # The Contents of the MAKEFILE ...
14 print MAKEFILE "all: \n";
15 print MAKEFILE "\t\@echo This makefile did not clean the dir... good\n";
16 print MAKEFILE "clean: \n";
17 print MAKEFILE "\t$delete_command EXAMPLE_FILE\n";
19 # END of Contents of MAKEFILE
    [all...]
SILENT 12 open(MAKEFILE,"> $makefile");
14 # The Contents of the MAKEFILE ...
16 print MAKEFILE ".SILENT : clean\n";
17 print MAKEFILE "clean: \n";
18 print MAKEFILE "\t$delete_command EXAMPLE_FILE\n";
20 # END of Contents of MAKEFILE
22 close(MAKEFILE);
27 &run_make_with_options($makefile,"clean",&get_logfile,0);
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/
Makefile.inc 1 EXTRA_DIST += modules/parsers/gas/Makefile.inc
2 EXTRA_DIST += modules/parsers/nasm/Makefile.inc
4 include modules/parsers/gas/Makefile.inc
5 include modules/parsers/nasm/Makefile.inc
6 include modules/parsers/tasm/Makefile.inc

Completed in 462 milliseconds

1 2 3 45 6 7 8 91011>>