/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...] |
/external/compiler-rt/lib/tsan/ |
Makefile.old | 50 $(MAKE) -C rtl -f Makefile.old DEBUG=$(DEBUG) 70 $(MAKE) -f Makefile.old clean 71 $(MAKE) -f Makefile.old run DEBUG=1 -j 16 CC=$(CLANG) CXX=$(CLANG)++ 73 $(MAKE) -f Makefile.old clean 74 $(MAKE) -f Makefile.old run DEBUG=0 -j 16 CC=$(CLANG) CXX=$(CLANG)++ 76 $(MAKE) -f Makefile.old clean 77 $(MAKE) -f Makefile.old run DEBUG=1 -j 16 CC=gcc CXX=g++ 79 $(MAKE) -f Makefile.old clean 80 $(MAKE) -f Makefile.old run DEBUG=0 -j 16 CC=gcc CXX=g++ 98 $(MAKE) -f ../make/Makefile CXXFLAGS="$(CXXFLAGS)" CFLAGS="$(CFLAGS)" CC=$(CC) CXX=$(CXX) $(GTEST_LIB_NAME [all...] |
/external/elfutils/tests/ |
ChangeLog | 25 * Makefile.am (noinst_PROGRAMS): Add it. 38 * Makefile.am (EXTRA_DIST): Add it. 43 * Makefile.am (EXTRA_DIST): Add them. 51 * Makefile.am (TESTS, EXTRA_DIST): Add them. 57 * Makefile.am (noinst_PROGRAMS, TESTS, EXTRA_DIST): Add them. 77 * Makefile.am (EXTRA_DIST): Add it. 82 * Makefile.am: Hook up sha1-tst.c. 107 * Makefile.am (TESTS): Add run-disasm-x86-64.sh. 176 * Makefile.am (TESTS): Add run-disasm.sh. 198 * Makefile.am (EXTRA_DIST, TESTS): Add them [all...] |
/external/chromium_org/third_party/icu/source/tools/genren/ |
Makefile | 51 $(DAT): $(ICUDIR)/config.status Makefile 54 $(COM): $(DAT) $(ICUDIR)/config.status Makefile 57 $(I18): $(DAT) $(COM) $(ICUDIR)/config.status Makefile 60 $(LAY): $(DAT) $(I18) $(COM) $(ICUDIR)/config.status Makefile 63 $(LEX): $(DAT) $(I18) $(COM) $(ICUDIR)/config.status Makefile 66 $(UIO): $(DAT) $(I18) $(COM) $(ICUDIR)/config.status Makefile 88 -include Makefile.local
|
/external/icu4c/tools/genren/ |
Makefile | 26 -include Makefile.local 63 $(DAT): $(ICUDIR)/config.status Makefile 66 $(COM): $(DAT) $(ICUDIR)/config.status Makefile 69 $(I18): $(DAT) $(COM) $(ICUDIR)/config.status Makefile 72 $(LAY): $(DAT) $(I18) $(COM) $(ICUDIR)/config.status Makefile 75 $(LEX): $(DAT) $(I18) $(COM) $(ICUDIR)/config.status Makefile 78 $(UIO): $(DAT) $(I18) $(COM) $(ICUDIR)/config.status Makefile
|
/ndk/build/tools/ |
build-host-toolbox.sh | 47 register_var_option "--no-makefile" NO_MAKEFILE "Do not use makefile to speed-up build" 79 MAKEFILE=$BUILD_DIR/Makefile 81 MAKEFILE= 101 builder_begin_host "$BUILD_DIR" "$MAKEFILE" 110 builder_begin_host "$BUILD_DIR" "$MAKEFILE"
|
/external/chromium_org/third_party/icu/source/ |
Makefile.in | 7 ## Top-level Makefile.in for ICU 49 INSTALLED_BUILT_FILES = $(top_builddir)/config/Makefile.inc $(top_builddir)/config/pkgdata.inc $(top_builddir)/config/icu-config @platform_make_fragment@ $(EXTRA_DATA:%=$(DESTDIR)$(pkglibdir)/%) $(ALL_PKGCONFIG_FILES) 154 $(INSTALL_DATA) $(top_builddir)/config/Makefile.inc $(DESTDIR)$(pkglibdir)/Makefile.inc 158 $(RM) Makefile.inc && ln -s current/Makefile.inc Makefile.inc; \ 186 $(RMV) $(top_builddir)/config/Makefile.inc $(top_builddir)/config/pkgdata.inc $(top_builddir)/config/icu-config $(top_builddir)/config/icu.pc $(ALL_PKGCONFIG_FILES) 188 $(RMV) Makefile config/Makefile icudefs.mk $(LIBDIR) $(BINDIR [all...] |
/external/chromium_org/third_party/openssl/openssl/ |
openssl.config | 73 Makefile \ 74 Makefile.org \ 75 Makefile.shared \ 82 apps/Makefile \ 91 crypto/Makefile \ 92 crypto/aes/Makefile \ 94 crypto/asn1/Makefile \ 96 crypto/bf/Makefile \ 105 crypto/bio/Makefile \ 107 crypto/bn/Makefile \ [all...] |
openssl.config.orig | 74 Makefile \ 75 Makefile.org \ 76 Makefile.shared \ 83 apps/Makefile \ 92 crypto/Makefile \ 93 crypto/aes/Makefile \ 95 crypto/asn1/Makefile \ 97 crypto/bf/Makefile \ 106 crypto/bio/Makefile \ 108 crypto/bn/Makefile \ [all...] |
/external/openssl/ |
openssl.config | 74 Makefile \ 75 Makefile.org \ 76 Makefile.shared \ 83 apps/Makefile \ 92 crypto/Makefile \ 93 crypto/aes/Makefile \ 95 crypto/asn1/Makefile \ 97 crypto/bf/Makefile \ 106 crypto/bio/Makefile \ 108 crypto/bn/Makefile \ [all...] |