HomeSort by relevance Sort by last modified time
    Searched full:makefile (Results 451 - 475 of 3322) sorted by null

<<11121314151617181920>>

  /external/llvm/unittests/Support/
Makefile 1 ##===- unittests/Support/Makefile --------------------------*- Makefile -*-===##
14 include $(LEVEL)/Makefile.config
15 include $(LLVM_SRC_ROOT)/unittests/Makefile.unittest
  /external/llvm/utils/llvm-lit/
Makefile 1 ##===- utils/llvm-lit/Makefile -----------------------------*- Makefile -*-===##
12 include $(LEVEL)/Makefile.common
16 $(ToolDir)/llvm-lit: llvm-lit.in Makefile $(ToolDir)/.dir
  /external/llvm/utils/unittest/UnitTestMain/
Makefile 1 ##===- utils/unittest/UnitTestMain/Makefile ----------------*- Makefile -*-===##
12 include $(LEVEL)/Makefile.config
32 include $(LEVEL)/Makefile.common
  /external/mesa3d/src/gallium/auxiliary/pipebuffer/
Makefile 18 include ../../Makefile.template
  /external/mesa3d/src/gallium/drivers/r300/
SConscript 16 source = env.ParseSourceList('Makefile.sources', 'C_SOURCES') + [
  /external/mesa3d/src/gallium/drivers/trace/
Makefile 13 include ../../Makefile.template
  /external/mesa3d/src/gallium/state_trackers/d3d1x/d3d1xstutil/
Makefile 5 include ../Makefile.inc
  /external/mesa3d/src/gallium/state_trackers/d3d1x/dxgid3d10/
Makefile 4 include ../Makefile.inc
  /external/mesa3d/src/gallium/state_trackers/d3d1x/dxgid3d11/
Makefile 4 include ../Makefile.inc
  /external/mesa3d/src/gallium/state_trackers/dri/
Makefile 1 # src/gallium/state_trackers/dri/Makefile
  /external/mesa3d/src/gallium/state_trackers/xvmc/
Makefile 14 include ../../Makefile.template
  /external/mesa3d/src/gallium/targets/
Makefile 1 # src/gallium/winsys/Makefile
  /external/mesa3d/src/gallium/winsys/
Makefile 1 # src/gallium/winsys/Makefile
  /external/mesa3d/src/gallium/winsys/i915/sw/
Makefile 12 include ../../../Makefile.template
  /external/mesa3d/src/gallium/winsys/sw/null/
Makefile 14 include ../../../Makefile.template
  /external/mesa3d/src/gallium/winsys/sw/wayland/
Makefile 13 include ../../../Makefile.template
  /external/mesa3d/src/gallium/winsys/sw/xlib/
Makefile 15 include ../../../Makefile.template
  /external/stlport/test/compiler/
Makefile.inc 1 # -*- makefile -*- Time-stamp: <04/10/17 21:16:38 ptr>
  /external/valgrind/main/memcheck/tests/ppc32/
Makefile.am 2 include $(top_srcdir)/Makefile.tool-tests.am
  /external/valgrind/main/memcheck/tests/ppc64/
Makefile.am 2 include $(top_srcdir)/Makefile.tool-tests.am
  /external/zlib/src/nintendods/
README 1 This Makefile requires devkitARM (http://www.devkitpro.org/category/devkitarm/) and works inside "contrib/nds". It is based on a devkitARM template.
  /frameworks/native/opengl/tests/testPauseResume/
Android.mk 3 # This makefile builds both an activity and a shared library.
  /ndk/sources/host-tools/sed-4.2.1/lib/
Makefile.am 1 ## Process this file with automake to produce Makefile.in
  /ndk/sources/host-tools/make-3.81/tests/scripts/misc/
general1 3 $description = "The following test creates a makefile to test the
8 open(MAKEFILE,"> $makefile");
10 print MAKEFILE <<EOF;
28 close(MAKEFILE);
39 &run_make_with_options($makefile,"",&get_logfile);
41 # Create the answer to what should be produced by this Makefile
  /ndk/sources/host-tools/make-3.81/tests/scripts/features/
patspecific_vars 5 Create a makefile containing various flavors of pattern-specific variable
9 open(MAKEFILE,"> $makefile");
11 print MAKEFILE <<'EOF';
34 close(MAKEFILE);
39 &run_make_with_options($makefile, "", &get_logfile);
46 &run_make_with_options($makefile, "BAZ=five", &get_logfile);
53 &run_make_with_options($makefile, "four.x", &get_logfile);
60 &run_make_with_options($makefile, "ab", &get_logfile);
118 run_make_test(undef, # reuse previous makefile
    [all...]

Completed in 244 milliseconds

<<11121314151617181920>>