OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:make
(Results
1 - 25
of
41926
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/libsepol/
Makefile
2
$(
MAKE
) -C src
3
$(
MAKE
) -C utils
6
$(
MAKE
) -C include install
7
$(
MAKE
) -C src install
8
$(
MAKE
) -C utils install
9
$(
MAKE
) -C man install
12
$(
MAKE
) -C src relabel
15
$(
MAKE
) -C src clean
16
$(
MAKE
) -C utils clean
17
$(
MAKE
) -C tests clea
[
all
...]
/external/antlr/antlr-3.4/runtime/C/m4/
dummy
1
Here to
make
sure autoconf does not screw up
/external/genext2fs/
INSTALL
8
make
9
make
install
13
make
check
/ndk/sources/host-tools/make-3.81/tests/scripts/misc/
close_stdout
3
$description = "
Make
sure
make
exits with an error if stdout is full.";
6
run_make_test('', '-v > /dev/full', '#
MAKE
#: write error', 256);
/ndk/sources/host-tools/make-3.81/tests/scripts/features/
recursion
9
$(
MAKE
) -f #MAKEFILE# foo
11
@echo $(
MAKE
)
13
$(
MAKE
) -f #MAKEFILE# last
15
@echo $(
MAKE
)
21
? "#
MAKE
#: Entering directory `#PWD#'
22
make
'CFLAGS=-O' -f #MAKEFILE# foo
23
make
CFLAGS=-O
25
make
'CFLAGS=-O' -f #MAKEFILE# last
26
make
CFLAGS=-O
29
#
MAKE
#: Leaving directory `#PWD#'
[
all
...]
/development/ide/intellij/
build.xml
1
<project name="android" default="
make
" basedir="../../">
2
<target name="
make
"
3
description="Run
make
and then regenerate IntelliJ configuration.">
5
<arg value="ide/intellij/
make
+intelligen.sh"/>
/device/sample/
README.txt
2
make
-j8 PRODUCT-sample_addon-sdk_addon
/external/libpng/contrib/pngminus/
pngminus.bat
0
make
-f makefile.tc3
pngminus.sh
2
make
-f makefile.std
/external/icu4c/data/
makedata.vcxproj.filters
8
<Filter Include="
Make
Files">
15
<Filter>
Make
Files</Filter>
18
<Filter>
Make
Files</Filter>
21
<Filter>
Make
Files</Filter>
24
<Filter>
Make
Files</Filter>
27
<Filter>
Make
Files</Filter>
30
<Filter>
Make
Files</Filter>
33
<Filter>
Make
Files</Filter>
36
<Filter>
Make
Files</Filter>
39
<Filter>
Make
Files</Filter>
[
all
...]
/bionic/libc/upstream-freebsd/
README.txt
2
files directly.
Make
fixes upstream and then pull down the new version of
5
TODO: write a script to
make
this process automated.
/external/javassist/sample/evolve/
Sample.java
9
public static Object
make
(Object[] args) {
method in class:Sample
10
return VersionManager.
make
(_version, args);
/external/webkit/Source/WebCore/
make-generated-sources.sh
7
make
-C DerivedSources/WebCore -f ../../DerivedSources.
make
$@
/external/e2fsprogs/
.release-checklist
1
1) Do "
make
depend" if necessary
3
2) "
make
check"!!!
7
4) Run "(cd po;
make
e2fsprogs.pot-update)" to update the translation template.
16
6)
Make
source distribution
/external/openssl/crypto/bn/
todo
2
make
the result argument independant of the inputs.
/external/quake/quake/src/QW/
makezip
1
zip -9 -r qw client server progs gas2masm
Make
* [qQ]* scitech dxsdk *.txt *.bmp
/external/clang/test/CXX/temp/temp.fct.spec/temp.arg.explicit/
p1.cpp
5
template<typename T> T
make
();
9
int& ir0 =
make
<int&>();
10
A<int> a0 =
make
< A<int> >();
/external/expat/bcb5/
makefile.mak
7
make
-l -fexpat.mak
10
make
-l -fexpatw.mak
13
make
-l -fexpat_static.mak
16
make
-l -fexpatw_static.mak
19
make
-l -felements.mak
22
make
-l -foutline.mak
25
make
-l -fxmlwf.mak
/frameworks/wilhelm/tools/mphtogen/
README.txt
5
* GNU
make
8
Type '
make
'.
11
Then do '
make
clean' here.
/development/ndk/
Android.mk
1
# Please this file empty. It is used to
make
the Android build system happy.
/external/chromium/third_party/libjingle/source/
README.chrome-sandbox
2
to
make
libjingle work in sandbox in Chrome.
/external/valgrind/main/massif/tests/
null.c
1
// This test does no allocations, to
make
sure that case is handled ok (eg.
/external/valgrind/main/memcheck/tests/
supp.c
6
volatile int x; /*
make
sure it isn't in a register */
/external/webkit/LayoutTests/http/tests/cookies/resources/
cookies-test-post.js
4
//
Make
sure that we do not leak any cookies.
/ndk/sources/cxx-stl/llvm-libc++/src/support/android/
wctype_support.c
3
// TODO(ajwong):
Make
these work.
Completed in 241 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>