/development/host/windows/usb/adb_winapi_test/ |
MAKEFILE | 22 !INCLUDE $(NTMAKEENV)\makefile.def
|
/development/host/windows/usb/api/ |
MAKEFILE | 22 !INCLUDE $(NTMAKEENV)\makefile.def
|
/development/host/windows/usb/winusb/ |
MAKEFILE | 22 !INCLUDE $(NTMAKEENV)\makefile.def
|
/external/dropbear/libtomcrypt/ |
updatemakes.sh | 5 perl filter.pl makefile tmplist 6 mv -f tmp.delme makefile 8 perl filter.pl makefile.icc tmplist 9 mv -f tmp.delme makefile.icc 11 perl filter.pl makefile.shared tmplist 12 mv -f tmp.delme makefile.shared 14 perl filter.pl makefile.unix tmplist 15 mv -f tmp.delme makefile.unix 17 perl filter.pl makefile.msvc tmplist 18 sed -e 's/\.o /.obj /g' < tmp.delme > makefile.msv [all...] |
/external/libpng/contrib/pngminus/ |
pngminus.sh | 2 make -f makefile.std
|
/external/chromium_org/tools/gyp/test/library/ |
gyptest-shared-obj-install-path.py | 29 makefile_path = 'relocate/src/Makefile' 31 with open(makefile_path) as makefile: 32 make_contents = makefile.read() 37 with open(makefile_path, 'w') as makefile: 38 makefile.write(make_contents)
|
/ndk/sources/host-tools/sed-4.2.1/testsuite/ |
runtest | 7 makefile="$srcdir/Makefile.tests" 11 if $MAKE SED="$SED" srcdir="$srcdir" -f "$makefile" $test > $test.test 2>&1; then
|
/frameworks/base/core/tests/overlaytests/ |
Android.mk | 1 # Dummy makefile to halt recursive directory traversal.
|
/ndk/sources/host-tools/make-3.81/tests/scripts/targets/ |
SECONDARY | 7 Create a makefile where a file would not normally be considered 16 open(MAKEFILE,"> $makefile"); 18 print MAKEFILE <<'EOF'; 32 close(MAKEFILE); 38 &run_make_with_options($makefile,'foo.d',&get_logfile); 46 &run_make_with_options($makefile,'foo.d',&get_logfile); 55 &run_make_with_options($makefile,'foo.d',&get_logfile); 61 &run_make_with_options($makefile,'foo.c',&get_logfile); 69 &run_make_with_options($makefile,'foo.c',&get_logfile) [all...] |
/external/chromium_org/native_client_sdk/src/build_tools/ |
make_simple.py | 5 """This is a simplified Makefile generator for single-target gyp files. 51 $(warning Cannot use BUILDTYPE=$(BUILDTYPE) with this Makefile.) 158 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 [all...] |
/packages/apps/Camera/ |
Android.mk | 3 # leaving the makefile emtpy to prevent the build
|
/ndk/sources/host-tools/make-3.81/tests/ |
run_make_tests.pl | 75 # [0] (string): The makefile to be tested. undef means use the last one. 86 # If the user specified a makefile string, create a new makefile to contain 93 $makefile = $old_makefile; 95 if (! defined($makefile)) { 96 $makefile = &get_tmpfile(); 102 # Replace @MAKEFILE@ with the makefile name and @MAKE@ with the path to 104 $makestring =~ s/#MAKEFILE#/$makefile/g [all...] |
/external/qemu/distrib/sdl-1.2.15/ |
Makefile | 16 # this is a set of definitions that allow the usage of Makefile.android 31 $(error "The BUILD_SYSTEM variable was not defined by your configuration sub-makefile. Aborting") 58 include Makefile.android
|
/libcore/crypto/src/main/native/ |
sub.mk | 1 # -*- mode: makefile -*- 3 # It's not a normal makefile, so we don't include CLEAR_VARS
|
/libcore/dalvik/src/main/native/ |
sub.mk | 1 # -*- mode: makefile -*- 3 # It's not a normal makefile, so we don't include CLEAR_VARS
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/ |
test_sysconfig.py | 15 self.makefile = None 18 if self.makefile is not None: 19 os.unlink(self.makefile) 57 self.makefile = test.test_support.TESTFN 58 fd = open(self.makefile, 'w') 64 d = sysconfig.parse_makefile(self.makefile) 69 self.makefile = test.test_support.TESTFN 70 fd = open(self.makefile, 'w') 76 d = sysconfig.parse_makefile(self.makefile)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/ |
test_sysconfig.py | 15 self.makefile = None 18 if self.makefile is not None: 19 os.unlink(self.makefile) 57 self.makefile = test.test_support.TESTFN 58 fd = open(self.makefile, 'w') 64 d = sysconfig.parse_makefile(self.makefile) 69 self.makefile = test.test_support.TESTFN 70 fd = open(self.makefile, 'w') 76 d = sysconfig.parse_makefile(self.makefile)
|
/hardware/samsung_slsi/exynos5/mobicore/daemon/Daemon/Device/Platforms/ |
Android.mk | 3 # Makefile pointing to the platform specific makefile.
|
/external/chromium_org/third_party/openssl/openssl/crypto/des/ |
FILES0 | 10 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/openssl/crypto/des/ |
FILES0 | 10 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/ |
Android.mk | 5 # This Android makefile is used to build WebView in the Android build system. 7 # we are doing a WebView build. For other builds, this makefile does nothing, 13 # Assume that if the gyp autogenerated makefile exists, we are doing the
|
/development/ide/emacs/ |
android-compile.el | 44 "\\(^\\(\\sw\\|[/_]\\)+\\(Makefile\\|\\.mk\\):[0-9]+:.*warning\\)\\|\\(^/bin/bash\\)" 49 (defun android-makefile-exists-p (directory) 50 "Return t if an Android makefile exists in DIRECTORY." 53 (file-exists-p (concat directory "Makefile")))) 55 (defun android-find-makefile (topdir) 56 "Ascend the current path until an Android makefile is found. 58 the file is named Makefile. 61 MAKEFILE_PATH is the relative path of the makefile wrt TOPDIR. 62 Signal an error if no Makefile was found." 70 (not (android-makefile-exists-p default-directory)) [all...] |
/external/sonivox/arm-fm-22k/host_src/ |
arm-fm-22k.mak | 2 # Auto-generated sample makefile
4 # This makefile is intended for use with GNU make.
|
/external/sonivox/arm-hybrid-22k/host_src/ |
arm-hybrid-22k.mak | 2 # Auto-generated sample makefile
4 # This makefile is intended for use with GNU make.
|
/external/sonivox/arm-wt-22k/host_src/ |
arm-wt-22k.mak | 2 # Auto-generated sample makefile
4 # This makefile is intended for use with GNU make.
|