HomeSort by relevance Sort by last modified time
    Searched refs:makefile (Results 26 - 50 of 180) sorted by null

12 3 4 5 6 7 8

  /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/dropbear/libtomcrypt/
testme.sh 7 echo "Testing verion" `grep "^VERSION=" makefile | sed "s/.*=//"`
8 #grep "VERSION=" makefile | perl -e "@a = split('=', <>); print @a[1];"`
  /external/icu4c/extra/uconv/
resfiles.mk 2 # A small makefile containing the list of resource bundles
  /external/svox/pico/
Android.mk 2 # This makefile builds both an activity and a shared library.
  /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/chromium_org/third_party/tlslite/tlslite/integration/
SMTP_TLS.py 113 self.file = conn.makefile('rb')
IMAP4_TLS.py 132 self.file = self.sock.makefile('rb'
  /external/llvm/utils/
makellvm 62 ## It is recorded in the variable LEVEL in Makefile, to compute it
67 else if (-f makefile) then
68 set MFILE = makefile
70 set MFILE = Makefile
77 echo "Missing or invalid makefile: $MFILE"
96 ## Try to determine object root directory by looking for Makefile.config
98 if (-f "${objdir}/Makefile.config") then
  /external/sonivox/arm-fm-22k/lib_src/
arm-fm-22k_lib.mak 2 # Auto-generated sample makefile
4 # This makefile is intended for use with GNU make.
  /external/sonivox/arm-hybrid-22k/lib_src/
arm-hybrid-22k_lib.mak 2 # Auto-generated sample makefile
4 # This makefile is intended for use with GNU make.
  /external/sonivox/arm-wt-22k/lib_src/
arm-wt-22k_lib.mak 2 # Auto-generated sample makefile
4 # This makefile is intended for use with GNU make.
  /libcore/luni/src/main/native/
sub.mk 1 # -*- mode: makefile -*-
3 # It's not a normal makefile, so we don't include CLEAR_VARS
  /external/chromium_org/android_webview/
webview_pak.mk 5 # This makefile fragment describes how to install a Chromium pak into the
  /external/openfst/
Android.mk 4 # Android makefile for openfst library.
  /external/chromium_org/third_party/sqlite/src/tool/
omittest.tcl 11 <script> ?test-symbol? ?-makefile PATH-TO-MAKEFILE? ?-skip_run?
13 The default value for ::MAKEFILE is "../Makefile.linux.gcc".
24 Almost any SQLite makefile (except those generated by configure - see below)
27 * The makefile should support the "testfixture" target.
28 * The makefile should support the "test" target.
29 * The makefile should support the variable "OPTS" as a way to pass
34 make -f $::MAKEFILE testfixture OPTS="-DSQLITE_OMIT_ALTERTABLE=1"
35 make -f $::MAKEFILE tes
    [all...]
  /external/compiler-rt/make/
subdir.mk 1 # This file is intended to be included from each subdirectory makefile.
19 # Include child makefile fragments
22 # makefile.
44 include $(1)/Makefile.mk
  /external/javasqlite/
Android.mk 1 # -*- mode: makefile -*-
  /frameworks/av/media/libstagefright/tests/
Android.mk 52 # team really wants is to build the stuff defined by this makefile.
  /frameworks/native/libs/gui/tests/
Android.mk 42 # team really wants is to build the stuff defined by this makefile.
  /frameworks/native/opengl/tests/EGLTest/
Android.mk 43 # team really wants is to build the stuff defined by this makefile.
  /frameworks/native/services/surfaceflinger/tests/
Android.mk 36 # team really wants is to build the stuff defined by this makefile.
  /sdk/build/
windows_sdk_tools.mk 0 # Makefile to build the Windows SDK Tools under linux.
3 # This makefile is included by development/build/tools/windows_sdk.mk
  /external/icu4c/samples/ufortune/resources/
fortune_resources.mak 5 # Windows nmake makefile for compiling and packaging the resources
8 # This makefile is normally invoked by the pre-link step in the
  /cts/tests/tests/jni/
Android.mk 41 # Include the associated library's makefile.
  /cts/tests/tests/nativeopengl/
Android.mk 40 # Include the associated library's makefile.

Completed in 924 milliseconds

12 3 4 5 6 7 8