HomeSort by relevance Sort by last modified time
    Searched defs:MAKE (Results 1 - 9 of 9) sorted by null

  /ndk/sources/host-tools/make-3.81/
subproc.bat 4 rem This file is part of GNU Make.
6 rem GNU Make is free software; you can redistribute it and/or modify it under
11 rem GNU Make is distributed in the hope that it will be useful, but WITHOUT
17 rem with GNU Make; see the file COPYING. If not, write to the Free Software
21 set MAKE=%2
23 if x%2 == x set MAKE=nmake
24 %MAKE% /f %MAKEFILE%
  /external/qemu-pc-bios/
Makefile 23 MAKE := make
32 $(MAKE) -C bochs/bios
36 $(MAKE) -C vgabios
42 $(MAKE) -C bochs/bios bios-clean
43 $(MAKE) -C bochs/bios dist-clean
44 $(MAKE) -C vgabios bios-clean
45 $(MAKE) -C vgabios dist-clean
  /external/chromium_org/native_client_sdk/src/build_tools/
build_projects.py 26 MAKE = 'nacl_sdk/make_3.99.90-26-gf80222c/make.exe'
36 # add V=1 to all calls to 'make'
62 # Copy tools scripts and make includes
68 # On Windows add a prebuilt make
70 buildbot_common.BuildStep('Add MAKE')
71 http_download.HttpDownload(GSTORE + MAKE,
72 os.path.join(tools_dir, 'make.exe'))
111 # Generate master make for this branch of projects
137 # Generate top Make for example
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/
NdkHelper.java 45 private static final String MAKE = "make"; //$NON-NLS-1$
51 * make --no-print-dir -f ${NdkRoot}/build/core/build-local.mk -C <project-root> DUMP_APP_ABI
96 * make --no-print-dir -f ${NdkRoot}/build/core/build-local.mk \
127 return getFullPathTo(MAKE);
  /hardware/ti/omap4xxx/test/CameraHal/
camera_test.h 38 #define KEY_EXIF_MAKE "exif-make"
62 #define MAKE "camera_test"
  /external/chromium_org/third_party/JSON/JSON-2.59/
Makefile 145 MAKE = make
411 ## It remains here for awhile to allow for old usage: "make static"
459 # the Makefile here so a later make realclean still has a makefile to use.
602 cd $(DISTVNAME) && $(MAKE) $(PASTHRU)
603 cd $(DISTVNAME) && $(MAKE) test $(PASTHRU)
731 # We move Makefile to Makefile.old here to avoid gnu make looping.
737 - $(MAKE) $(USEMAKEFILE) $(MAKEFILE_OLD) clean $(DEV_NULL)
740 $(NOECHO) $(ECHO) "==> Please rerun the $(MAKE) command. <=="
752 $(MAKE) $(USEMAKEFILE) $(MAKE_APERL_FILE) $
    [all...]
  /device/asus/flo/camera/mm-image-codec/qexif/
qexif.h 84 * it is necessary to make a copy of the data pointed by this
184 MAKE,
672 #define EXIFTAGID_MAKE CONSTRUCT_TAGID(MAKE, _ID_MAKE)
    [all...]
  /hardware/qcom/camera/mm-image-codec/qexif/
qexif.h 84 * it is necessary to make a copy of the data pointed by this
184 MAKE,
672 #define EXIFTAGID_MAKE CONSTRUCT_TAGID(MAKE, _ID_MAKE)
    [all...]
  /device/lge/mako/camera/
QCamera_Intf.h     [all...]

Completed in 332 milliseconds