Searched
full:makefile (Results
701 -
725 of
3322) sorted by null
<<21222324252627282930>>
/external/llvm/tools/llvm-symbolizer/ |
Makefile | 1 ##===- tools/llvm-symbolizer/Makefile ----------------------*- Makefile -*-===## 17 include $(LEVEL)/Makefile.common
|
/external/llvm/tools/macho-dump/ |
Makefile | 1 ##===- tools/macho-dump/Makefile ---------------------------*- Makefile -*-===## 17 include $(LEVEL)/Makefile.common
|
/external/llvm/tools/obj2yaml/ |
Makefile | 1 ##===- utils/obj2yaml/Makefile ----------------------------*- Makefile -*-===## 20 include $(LEVEL)/Makefile.common
|
/external/llvm/tools/opt/ |
Makefile | 1 ##===- tools/opt/Makefile ----------------------------------*- Makefile -*-===## 14 include $(LEVEL)/Makefile.common
|
/external/llvm/tools/yaml2obj/ |
Makefile | 1 ##===- utils/yaml2obj/Makefile ----------------------------*- Makefile -*-===## 20 include $(LEVEL)/Makefile.common
|
/external/llvm/unittests/ |
Makefile | 1 ##===- unittests/Makefile ----------------------------------*- Makefile -*-===## 15 include $(LEVEL)/Makefile.common
|
/external/llvm/utils/FileCheck/ |
Makefile | 1 ##===- utils/FileCheck/Makefile ----------------------------*- Makefile -*-===## 20 include $(LEVEL)/Makefile.common
|
/external/llvm/utils/FileUpdate/ |
Makefile | 1 ##===- utils/FileUpdate/Makefile ---------------------------*- Makefile -*-===## 20 include $(LEVEL)/Makefile.common
|
/external/llvm/utils/ |
Makefile | 1 ##===- utils/Makefile --------------------------------------*- Makefile -*-===## 19 include $(LEVEL)/Makefile.common
|
/external/llvm/utils/PerfectShuffle/ |
Makefile | 1 ##===- utils/PerfectShuffle/Makefile -----------------------*- Makefile -*-===## 17 include $(LEVEL)/Makefile.common
|
/external/llvm/utils/TableGen/ |
Makefile | 1 ##===- utils/TableGen/Makefile -----------------------------*- Makefile -*-===## 17 include $(LEVEL)/Makefile.common
|
/external/llvm/utils/count/ |
Makefile | 1 ##===- utils/count/Makefile --------------------------------*- Makefile -*-===## 20 include $(LEVEL)/Makefile.common
|
/external/llvm/utils/fpcmp/ |
Makefile | 1 ##===- utils/fpcmp/Makefile --------------------------------*- Makefile -*-===## 15 include $(LEVEL)/Makefile.common
|
/external/llvm/utils/not/ |
Makefile | 1 ##===- utils/not/Makefile ----------------------------------*- Makefile -*-===## 20 include $(LEVEL)/Makefile.common
|
/external/llvm/utils/yaml-bench/ |
Makefile | 1 ##===- utils/yaml-bench/Makefile ---------------------------*- Makefile -*-===## 20 include $(LEVEL)/Makefile.common
|
/external/mesa3d/src/gbm/backends/ |
Makefile.template | 1 # src/gbm/backends/Makefile.template 27 $(GBM_BACKEND).so: $(GBM_OBJECTS) Makefile $(TOP)/src/gbm/backends/Makefile.template
|
/external/protobuf/ |
.gitignore | 13 /Makefile 14 /src/Makefile 18 gtest/Makefile
|
/external/valgrind/main/ |
Makefile.tool-tests.am | 1 # This file is used for tool tests, and also in perf/Makefile.am. 3 include $(top_srcdir)/Makefile.all.am 17 # automake; see comments in Makefile.all.am for more detail.
|
/external/zlib/src/contrib/masmx86/ |
readme.txt | 11 directory, then run the appropriate makefile, as suggested below. You can
23 nmake -f win32/Makefile.msc LOC="-DASMV -DASMINF" OBJA="match686.obj inffas32.obj"
26 make -f win32/Makefile.bor LOCAL_ZLIB="-DASMV -DASMINF" OBJA="match686.obj inffas32.obj" OBJPA="+match686c.obj+match686.obj+inffas32.obj"
|
/frameworks/compile/libbcc/bcinfo/Wrap/ |
Makefile | 1 ##===- lib/Linker/Makefile ---------------------------------*- Makefile -*-===## 14 include $(LEVEL)/Makefile.common
|
/ndk/sources/host-tools/make-3.81/tests/scripts/features/ |
escape | 10 close(MAKEFILE); 29 "#MAKEFILE#:2: *** target pattern contains no `%'. Stop.", 42 "#MAKEFILE#:2: *** target pattern contains no `%'. Stop.",
|
/ndk/sources/host-tools/make-3.81/tests/scripts/variables/ |
special | 27 # open(MAKEFILE, "> $makefile2"); 29 # print MAKEFILE <<'EOF'; 44 # close(MAKEFILE);
|
/external/llvm/docs/ |
MakefileGuide.rst | 2 LLVM Makefile Guide 11 This document provides *usage* information about the LLVM makefile system. While 12 loosely patterned after the BSD makefile system, LLVM has taken a departure from 13 BSD in order to implement additional features needed by LLVM. Although makefile 15 that the features needed by LLVM and the ``Makefile`` norm are too great to use 17 portable makefile processor. LLVM unabashedly makes heavy use of the features of 19 ``make``, it is recommended that you read the `GNU Makefile Manual 30 The LLVM Makefile System is the component of LLVM that is responsible for 39 The LLVM Makefile System is quite generous. It not only builds its own software, 42 ``configure`` script and a ``Makefile`` is assumed to be a project that uses th [all...] |
/external/valgrind/main/drd/scripts/ |
download-and-build-splash2.in | 48 --- orig/splash2/codes/apps/radiosity/Makefile 2008-05-25 10:38:52.000000000 +0200 49 +++ splash2/codes/apps/radiosity/Makefile 2008-05-25 13:05:36.000000000 +0200 67 diff -ru orig/splash2/codes/apps/raytrace/rltotiff/Makefile splash2/codes/apps/raytrace/rltotiff/Makefile 68 --- orig/splash2/codes/apps/raytrace/rltotiff/Makefile 2008-05-25 10:38:52.000000000 +0200 69 +++ splash2/codes/apps/raytrace/rltotiff/Makefile 2008-05-25 10:31:57.000000000 +0200 71 include ../../../Makefile.config 81 diff -ru orig/splash2/codes/Makefile.config splash2/codes/Makefile.config 82 --- orig/splash2/codes/Makefile.config 2008-05-25 10:38:52.000000000 +020 [all...] |
/external/chromium_org/native_client_sdk/src/tools/tests/ |
oshelpers_test.py | 67 def MakeFile(self, rel_path, size): 91 file1 = self.MakeFile('file1', 1024) 92 file2 = self.MakeFile('file2', 3354) 102 self.MakeFile('file1', 1024) 103 self.MakeFile('file2', 3354) 118 self.MakeFile(os.path.join('dir1', 'file1'), 256) 120 self.MakeFile(os.path.join('dir1', 'dir2', 'file2'), 1234) 126 file1 = self.MakeFile('file1', 1223) 131 file1 = self.MakeFile('file1', 2334) 138 file1 = self.MakeFile('file1', 128 [all...] |
Completed in 478 milliseconds
<<21222324252627282930>>