HomeSort by relevance Sort by last modified time
    Searched full:make (Results 176 - 200 of 61352) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/libvorbis/test/
Makefile.am 16 $(MAKE) all CFLAGS="@DEBUG@"
19 $(MAKE) all CFLAGS="@PROFILE@"
  /external/libvpx/libvpx/nestegg/
INSTALL 7 3. Run |make| to build.
8 4. Run |make check| to run the test suite.
  /external/llvm/test/Transforms/GlobalDCE/
2002-08-17-FunctionDGE.ll 0 ; Make sure that functions are removed successfully if they are referred to by
2 ; a global that is dead. Make sure any globals they refer to die as well.
  /external/mesa3d/src/gallium/state_trackers/
Makefile 14 (cd $$dir && $(MAKE)) || exit 1 ; \
27 (cd $$dir && $(MAKE) $@) || exit 1 ; \
  /external/qemu/distrib/sdl-1.2.15/
README.BeOS 6 e.g. ./configure && make && make install
  /external/valgrind/unittest/output_tests/
fun_hist_test.cc 3 extern "C" { // TODO: make this line empty when ignore vs. mangling is fixed.
29 } // TODO: make this line empty when ignore vs. mangling is fixed.
  /hardware/invensense/65xx/libsensors_iio/software/build/android/
shared.mk 47 cd $$DIR && $(MAKE) -f shared.mk $@ ); \
50 cd $$DIR && $(MAKE) -f shared.mk $@ ); \
55 cd $$DIR && $(MAKE) -f shared.mk $@ ); \
58 cd $$DIR && $(MAKE) -f shared.mk $@ ); \
63 cd $$DIR && $(MAKE) -f shared.mk $@ ); \
66 cd $$DIR && $(MAKE) -f shared.mk $@ ); \
71 cd $$DIR && $(MAKE) -f shared.mk $@ ); \
74 cd $$DIR && $(MAKE) -f shared.mk $@ ); \
  /ndk/sources/host-tools/make-3.81/
README.customs 3 GNU make can utilize the Customs library, distributed with Pmake, to
24 GNU make, distributed in the pmake-2.1.33/etc/gnumake/ directory. These
25 patches are based on GNU make 3.75 (there are patches for earlier
26 versions of GNU make, also). The parts of this patchfile which relate
28 version of GNU make, so you should _NOT_ apply the patch file.
42 BUILDING GNU MAKE
45 Once you've installed Customs, you can build GNU make to use it. When
46 configuring GNU make, merely use the ``--with-customs=DIR'' option.
52 Run make (or use build.sh) normally to build GNU make as described i
    [all...]
NMakefile 1 # -*-Makefile-*- to build GNU make with nmake
3 # NOTE: If you have no 'make' program at all to process this makefile,
8 # This file is part of GNU Make.
10 # GNU Make is free software; you can redistribute it and/or modify it under the
14 # GNU Make is distributed in the hope that it will be useful, but WITHOUT ANY
19 # GNU Make; see the file COPYING. If not, write to the Free Software
24 MAKE = nmake
31 CFLAGS_debug = $(CFLAGS_any) /Od /D DEBUG /D _DEBUG /FR.\WinDebug/ /Fp.\WinDebug/make.pch /Fo.\WinDebug/ /Fd.\WinDebug/make.pdb
32 CFLAGS_release = $(CFLAGS_any) /O2 /D NDEBUG /FR.\WinRel/ /Fp.\WinRel/make.pch /Fo.\WinRel
    [all...]
Makefile.am 5 # This file is part of GNU Make.
7 # GNU Make is free software; you can redistribute it and/or modify it under the
11 # GNU Make is distributed in the hope that it will be useful, but WITHOUT ANY
16 # GNU Make; see the file COPYING. If not, write to the Free Software
33 bin_PROGRAMS = make
49 noinst_HEADERS = commands.h dep.h filedef.h job.h make.h rule.h variable.h \
58 man_MANS = make.1
74 README.Amiga Makefile.ami config.ami make.lnk amiga.c amiga.h \
88 cd doc && $(MAKE) $(AM_MAKEFLAGS) $@
101 # Whether or not make needs to be installed setgid
    [all...]
  /ndk/sources/host-tools/make-3.81/glob/
SMakefile 4 # This file is part of GNU Make.
6 # GNU Make is free software; you can redistribute it and/or modify it under the
10 # GNU Make is distributed in the hope that it will be useful, but WITHOUT ANY
15 # GNU Make; see the file COPYING. If not, write to the Free Software
18 # Ultrix 2.2 make doesn't expand the value of VPATH.
26 MAKE = smake
47 # For some reason, Unix make wants the dependencies on the source files.
66 $(MAKE) -C .. $@
  /ndk/sources/host-tools/make-3.81/tests/scripts/variables/
MAKELEVEL 4 makelevels in Make. It prints \$(MAKELEVEL) and then
21 # RUN MAKE
  /ndk/sources/host-tools/sed-4.2.1/
Makefile.am 18 cd doc && make html
31 make distcheck EXTRA_DC_FLAGS='--enable-regex-tests'
32 make distcheck EXTRA_DC_FLAGS='--enable-html'
33 make distcheck EXTRA_DC_FLAGS='--disable-i18n'
34 make distcheck EXTRA_DC_FLAGS='--disable-nls'
35 make distcheck EXTRA_DC_FLAGS='--without-included-gettext'
38 echo make distcheck EXTRA_DC_FLAGS=\'--without-included-regex\'; \
39 make distcheck EXTRA_DC_FLAGS='--without-included-regex' \
  /external/blktrace/
Makefile 14 $(MAKE) -C btt
17 $(MAKE) -C btreplay
20 $(MAKE) -C btreplay
43 $(MAKE) -C doc all
44 $(MAKE) -C btt docs
45 $(MAKE) -C btreplay docs
48 $(MAKE) -C doc clean
49 $(MAKE) -C btt clean
50 $(MAKE) -C btreplay clean
77 $(MAKE) -C btt clea
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/docs/
Makefile 18 @echo "Please use \`make <target>' where <target> is one of"
19 @echo " html to make standalone HTML files"
20 @echo " dirhtml to make HTML files named index.html in directories"
21 @echo " pickle to make pickle files"
22 @echo " json to make JSON files"
23 @echo " htmlhelp to make HTML files and a HTML help project"
24 @echo " qthelp to make HTML files and a qthelp project"
25 @echo " latex to make LaTeX files, you can set PAPER=a4 or PAPER=letter"
26 @echo " changes to make an overview of all changed/added/deprecated items"
72 @echo "Run \`make all-pdf' or \`make all-ps' in that directory to"
    [all...]
  /external/mesa3d/src/gallium/docs/
Makefile 18 @echo "Please use \`make <target>' where <target> is one of"
19 @echo " html to make standalone HTML files"
20 @echo " dirhtml to make HTML files named index.html in directories"
21 @echo " pickle to make pickle files"
22 @echo " json to make JSON files"
23 @echo " htmlhelp to make HTML files and a HTML help project"
24 @echo " qthelp to make HTML files and a qthelp project"
25 @echo " latex to make LaTeX files, you can set PAPER=a4 or PAPER=letter"
26 @echo " changes to make an overview of all changed/added/deprecated items"
72 @echo "Run \`make all-pdf' or \`make all-ps' in that directory to"
    [all...]
  /art/test/090-loop-formation/
info.txt 2 catch here is to make sure that some never-exercised code blocks are included
  /dalvik/dx/tests/076-dex-synch-and-stack/
info.txt 1 This is a smoke test of dex conversion, which checks to make sure that
  /dalvik/dx/tests/077-dex-code-alignment/
info.txt 1 This is a smoke test of dex conversion, which checks to make sure that
  /dalvik/dx/tests/078-dex-local-variable-table/
info.txt 1 This is a smoke test of dex conversion, which checks to make sure that
  /dalvik/dx/tests/112-dex-return-jsr-result/
info.txt 1 This test checks to make sure a result returned more-or-less directly
  /dalvik/tests/090-loop-formation/
info.txt 2 catch here is to make sure that some never-exercised code blocks are included
  /development/ide/intellij/
make+intelligen.sh 11 if make -j4; then
  /development/ndk/platforms/android-3/arch-arm/include/asm/arch/
memory.h 5 *** of the same name, to make information necessary for userspace to
timex.h 5 *** of the same name, to make information necessary for userspace to

Completed in 920 milliseconds

1 2 3 4 5 6 78 91011>>