Searched refs:makefile (Results 1 - 25 of 99) sorted by relevance

1234

/external/libpng/contrib/pngminus/
H A Dpngminus.sh2 make -f makefile.std
/external/libcxx/test/
H A Dmakemake.py27 with open(os.path.join(root, 'Android.mk'), 'w') as makefile:
30 makefile.write('''#
46 makefile.write('LOCAL_PATH := $(call my-dir)\n')
47 makefile.write('test_makefile := {}\n'.format(makefile_path))
50 makefile.write('''
55 makefile.write(
/external/chromium_org/tools/gyp/test/library/
H A Dgyptest-shared-obj-install-path.py31 with open(makefile_path) as makefile:
32 make_contents = makefile.read()
37 with open(makefile_path, 'w') as makefile:
38 makefile.write(make_contents)
/external/chromium_org/native_client_sdk/src/build_tools/
H A Dmake_simple.py158 def WriteList(makefile, value_list, variable, prefix='', quoter=QuoteIfNecessary):
160 makefile.write("\n%s := %s\n" % (variable, values))
163 def WriteConfig(makefile, name, config, target_type):
164 WriteList(makefile, config.get('defines', []), 'DEFS_%s' % name, '-D')
165 WriteList(makefile, config.get('cflags', []), 'CPPFLAGS_%s' % name)
166 WriteList(makefile, config.get('arflags', []), 'ARFLAGS_%s' % name)
170 WriteList(makefile, ldflags, 'LDFLAGS_%s' % name)
176 WriteList(makefile, common_flags + config.get('cflags_c', []), 'CFLAGS_%s' % name)
177 WriteList(makefile, common_flags + config.get('cflags_cc', []), 'CXXFLAGS_%s' % name)
180 def WriteActions(makefile, action
[all...]
/external/conscrypt/src/main/native/
H A Dsub.mk1 # -*- mode: makefile -*-
3 # It's not a normal makefile, so we don't include CLEAR_VARS
/external/qemu/distrib/sdl-1.2.15/
H A DMakefile31 $(error "The BUILD_SYSTEM variable was not defined by your configuration sub-makefile. Aborting")
/external/openssl/crypto/des/
H A DFILES010 Makefile.PL - An old makefile to build with perl5, not current.
11 Makefile.ssl - The SSLeay makefile
12 Makefile.uni - The normal unix makefile.
13 GNUmakefile - The makefile for use with glibc.
14 makefile.bc - A Borland C makefile
/external/chromium_org/third_party/tlslite/tlslite/integration/
H A Dsmtp_tls.py77 self.file = conn.makefile('rb')
H A Dxmlrpcserver.py25 self.rfile = self.connection.makefile('rb', self.rbufsize)
26 self.wfile = self.connection.makefile('wb', self.wbufsize)
H A Dimap4_tls.py96 self.file = self.sock.makefile('rb'
H A Dpop3_tls.py82 self.file = self.sock.makefile('rb')
/external/sonivox/arm-fm-22k/host_src/
H A Darm-fm-22k.mak2 # Auto-generated sample makefile
4 # This makefile is intended for use with GNU make.
/external/sonivox/arm-hybrid-22k/host_src/
H A Darm-hybrid-22k.mak2 # Auto-generated sample makefile
4 # This makefile is intended for use with GNU make.
/external/sonivox/arm-wt-22k/host_src/
H A Darm-wt-22k.mak2 # Auto-generated sample makefile
4 # This makefile is intended for use with GNU make.
/external/chromium_org/third_party/icu/source/extra/uconv/
H A Dresfiles.mk2 # A small makefile containing the list of resource bundles
/external/chromium_org/third_party/sqlite/src/test/
H A Dreleasetest.tcl13 -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
197 # CFLAGS. The makefile will pass OPTS to both gcc and lemon, but
228 set makefile [file normalize $::MAKEFILE]
234 [list exec make -C $dir -f $makefile clean] \
255 # Currently the only option supported is "-makefile", default
266 -makefile {
[all...]
/external/icu/icu4c/source/extra/uconv/
H A Dresfiles.mk2 # A small makefile containing the list of resource bundles
/external/svox/pico/
H A DAndroid.mk2 # This makefile builds both an activity and a shared library.
/external/bison/
H A DGNUmakefile4 # This makefile is used only if you run GNU Make.
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:
/external/llvm/utils/
H A Dmakellvm67 else if (-f makefile) then
68 set MFILE = makefile
77 echo "Missing or invalid makefile: $MFILE"
/external/sonivox/arm-fm-22k/lib_src/
H A Darm-fm-22k_lib.mak2 # Auto-generated sample makefile
4 # This makefile is intended for use with GNU make.
/external/sonivox/arm-hybrid-22k/lib_src/
H A Darm-hybrid-22k_lib.mak2 # Auto-generated sample makefile
4 # This makefile is intended for use with GNU make.
/external/sonivox/arm-wt-22k/lib_src/
H A Darm-wt-22k_lib.mak2 # Auto-generated sample makefile
4 # This makefile is intended for use with GNU make.
/external/openfst/
H A DAndroid.mk4 # Android makefile for openfst library.
/external/chromium_org/third_party/sqlite/src/tool/
H A Domittest.tcl11 <script> ?test-symbol? ?-makefile PATH-TO-MAKEFILE? ?-skip_run?
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
85 # Create an empty file "$dir/sqlite3". This is to trick the makefile out
117 # Currently the only option supported is "-makefile", default
131 -makefile {

Completed in 759 milliseconds

1234