/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...] |
/external/chromium_org/third_party/JSON/JSON-2.59/ |
Makefile.PL | 18 print "We do not make Makefile by requiring Perl version 7.0.\n"; 68 open(IN, "Makefile"); 69 open(OUT,">Makefile.tmp") || die; 76 rename("Makefile.tmp" => "Makefile");
|
/external/chromium_org/third_party/mesa/src/src/gallium/ |
Makefile.template | 1 # src/gallium/Makefile.template 3 # Template makefile for gallium libraries. 6 # The minimum that the including makefile needs to define 35 lib$(LIBNAME).a: $(OBJECTS) $(EXTRA_OBJECTS) Makefile $(TOP)/src/gallium/Makefile.template
|
/external/chromium_org/third_party/mesa/src/src/gallium/targets/ |
Makefile.xorg | 1 # src/gallium/targets/Makefile.xorg 3 # Template makefile for gallium xorg drivers. 6 # The minimum that the including makefile needs to define 48 $(LIBNAME): $(OBJECTS) Makefile ../Makefile.xorg $(LIBS) $(DRIVER_PIPES) $(GALLIUM_AUXILIARIES)
|
/external/chromium_org/third_party/sqlite/src/test/ |
releasetest.tcl | 13 -makefile PATH-TO-MAKEFILE (default "releasetest.mk") 17 The default value for -makefile is "./releasetest.mk". 27 Almost any SQLite makefile (except those generated by configure - see below) 30 * The makefile should support the "fulltest" target. 31 * The makefile should support the variable "OPTS" as a way to pass 36 make -f $::MAKEFILE fulltest OPTS="-DSQLITE_SECURE_DELETE=1 -DSQLITE_DEBUG=1" 41 Example Makefile contents: 196 # OPTS Makefile variable. Variable $cflags holds the value for 197 # CFLAGS. The makefile will pass OPTS to both gcc and lemon, bu [all...] |
/external/clang/tools/c-index-test/ |
Makefile | 1 ##===- tools/index-test/Makefile ---------------------------*- Makefile -*-===## 22 # LINK_COMPONENTS before including Makefile.rules 23 include $(CLANG_LEVEL)/../../Makefile.config 37 include $(CLANG_LEVEL)/Makefile
|
/external/clang/tools/driver/ |
Makefile | 1 ##===- tools/driver/Makefile -------------------------------*- Makefile -*-===## 29 # LINK_COMPONENTS before including Makefile.rules 30 include $(CLANG_LEVEL)/../../Makefile.config 52 include $(CLANG_LEVEL)/Makefile
|
/external/e2fsprogs/ |
MCONFIG.in | 181 DEP_LIB_MAKEFILES = $(top_srcdir)/lib/Makefile.library \ 182 $(top_srcdir)/lib/Makefile.elf-lib \ 183 $(top_srcdir)/lib/Makefile.bsd-lib $(top_srcdir)/lib/Makefile.darwin-lib \ 184 $(top_srcdir)/lib/Makefile.solaris-lib $(top_srcdir)/lib/Makefile.checker \ 185 $(top_srcdir)/lib/Makefile.profile 201 Makefile: $(srcdir)/Makefile.in $(top_builddir)/MCONFIG \ 203 cd $(top_builddir); CONFIG_FILES=$(my_dir)/Makefile ./config.statu [all...] |
/external/harfbuzz_ng/ |
git.mk | 17 # then do "make -f git.mk". This modifies all Makefile.am files in 19 # Makefile.am files you create in your project, or just rerun the 23 # more files, add them to the GITIGNOREFILES variable in your Makefile.am. 37 # me the output of "git status" as well as your Makefile.am and Makefile for 41 # Makefile.am.sample in the git.mk git repo. 50 # This makefile provides the following targets: 91 # removes automake-generated Makefile.in files: 95 case $$f in Makefile|*/Makefile) \ [all...] |
/external/icu4c/test/perf/howExpensiveIs/ |
Makefile.in | 0 ## Makefile.in for ICU - test/perf/howExpensiveIs 56 $(RMV) Makefile 61 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 79 -include Makefile.local
|
/external/liblzf/ |
Makefile.in | 19 all: Makefile lzf 49 tar c LICENSE README Makefile.in config.h.in \ 61 Makefile: Makefile.in 64 bench: Makefile liblzf.a bench.c
|
/external/mesa3d/src/gallium/ |
Makefile.template | 1 # src/gallium/Makefile.template 3 # Template makefile for gallium libraries. 6 # The minimum that the including makefile needs to define 35 lib$(LIBNAME).a: $(OBJECTS) $(EXTRA_OBJECTS) Makefile $(TOP)/src/gallium/Makefile.template
|
/external/mesa3d/src/gallium/targets/ |
Makefile.xorg | 1 # src/gallium/targets/Makefile.xorg 3 # Template makefile for gallium xorg drivers. 6 # The minimum that the including makefile needs to define 48 $(LIBNAME): $(OBJECTS) Makefile ../Makefile.xorg $(LIBS) $(DRIVER_PIPES) $(GALLIUM_AUXILIARIES)
|
/external/webp/ |
README.android | 14 - Makefile.am Makefile.vc Makefile.in 18 - Removed some more unused Makefile.am & Makefile.in
|
/ndk/sources/host-tools/make-3.81/glob/ |
configure.bat | 23 echo # Makefile generated by "configure.bat"> Makefile
38 echo "s/^Makefile *:/_Makefile:/ ">> config.sed
42 sed -f config2.sed Makefile.in >> Makefile
|
/external/bison/ |
GNUmakefile | 4 # This makefile is used only if you run GNU Make. 25 _gl-Makefile := $(wildcard [M]akefile) 26 ifneq ($(_gl-Makefile),) 31 # Allow the user to add to this in the Makefile. 34 include Makefile 85 $(MAKE) $(AM_MAKEFLAGS) Makefile 89 .DEFAULT_GOAL := abort-due-to-no-makefile 101 ifeq ($(.DEFAULT_GOAL),abort-due-to-no-makefile) 102 $(MAKECMDGOALS): abort-due-to-no-makefile 105 abort-due-to-no-makefile [all...] |
/external/clang/ |
Makefile | 1 ##===- Makefile --------------------------------------------*- Makefile -*-===## 10 # If CLANG_LEVEL is not set, then we are the top-level Makefile. Otherwise, we 11 # are being included from a subdirectory makefile. 36 # Common Makefile code, shared by all Clang Makefiles. 41 # Include LLVM common makefile. 42 include $(LEVEL)/Makefile.common 85 if [ -f $(PROJ_SRC_DIR)/$${dir}/Makefile ] && [ ! -f $${dir}/Makefile ]; then \ 87 $(CP) $(PROJ_SRC_DIR)/$${dir}/Makefile $${dir}/Makefile; [all...] |