OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:srcdir
(Results
226 - 250
of
1250
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/lc3b/
Makefile.inc
8
lc3bid.c: $(
srcdir
)/modules/arch/lc3b/lc3bid.re re2c$(EXEEXT)
9
$(top_builddir)/re2c$(EXEEXT) -s -o $@ $(
srcdir
)/modules/arch/lc3b/lc3bid.re
/external/harfbuzz_ng/
Makefile.am
19
$(
srcdir
)/INSTALL \
20
$(
srcdir
)/ChangeLog \
28
ChangeLog: $(
srcdir
)/ChangeLog
29
$(
srcdir
)/ChangeLog:
33
&& mv -f $@.tmp "$(
srcdir
)/ChangeLog" \
36
(test -f $@ || echo git-log is required to generate this file >> "$(
srcdir
)/$@")); \
40
echo A git checkout and git-log is required to generate this file >> "$(
srcdir
)/$@"); \
42
.PHONY: ChangeLog $(
srcdir
)/ChangeLog
/ndk/build/tools/
dev-platform-expand-all.sh
26
SRCDIR
="$(cd $ANDROID_NDK_ROOT/../development/ndk/platforms && pwd)"
27
register_var_option "--src-dir=<path>"
SRCDIR
"Source for compressed platforms"
46
if [ ! -d "$
SRCDIR
" ] ; then
47
echo "ERROR: Source directory doesn't exist: $
SRCDIR
"
50
if [ ! -d "$
SRCDIR
/android-3" ]; then
51
echo "ERROR: Source directory doesn't seem to be valid: $
SRCDIR
"
54
log "Using source directory: $
SRCDIR
"
60
$PROGDIR/dev-platform-expand.sh --platform=$PLATFORM --src-dir=$
SRCDIR
--dst-dir=$DSTDIR --arch=$(spaces_to_commas $ARCHS)
/external/chromium_org/third_party/icu/source/tools/tzcode/
Makefile.in
3
srcdir
= @
srcdir
@
13
TZDATA = $(firstword $(wildcard ./tzdata*.tar.gz) $(wildcard $(
srcdir
)/tzdata*.tar.gz))
16
TZCODE = $(firstword $(wildcard ./tzcode*.tar.gz) $(wildcard $(
srcdir
)/tzcode*.tar.gz))
72
cp $(
srcdir
)/zdump.c $(TZORIG)/zdump.c
74
cat $(TZORIG)/factory.orig $(
srcdir
)/icuzones > $(TZORIG)/factory
117
$(ZICTARG): $(OBJECTS) $(TDATA) yearistype $(
srcdir
)/tz2icu.h
118
$(CC) $(CFLAGS) $(TZORIG_EXTRA_CFLAGS) $(LFLAGS) -I$(
srcdir
) $(OBJECTS) $(LDLIBS) -o $@
120
$(TZ2ICUTARG): $(
srcdir
)/tz2icu.cpp $(
srcdir
)/tz2icu.
[
all
...]
/external/icu/icu4c/source/tools/tzcode/
Makefile.in
3
srcdir
= @
srcdir
@
13
TZDATA = $(firstword $(wildcard ./tzdata*.tar.gz) $(wildcard $(
srcdir
)/tzdata*.tar.gz))
16
TZCODE = $(firstword $(wildcard ./tzcode*.tar.gz) $(wildcard $(
srcdir
)/tzcode*.tar.gz))
72
cp $(
srcdir
)/zdump.c $(TZORIG)/zdump.c
74
cat $(TZORIG)/factory.orig $(
srcdir
)/icuzones > $(TZORIG)/factory
118
$(ZICTARG): $(OBJECTS) $(TDATA) yearistype $(
srcdir
)/tz2icu.h
119
$(CC) $(CFLAGS) $(TZORIG_EXTRA_CFLAGS) $(LFLAGS) -I$(
srcdir
) $(OBJECTS) $(LDLIBS) -o $@
121
$(TZ2ICUTARG): $(
srcdir
)/tz2icu.cpp $(
srcdir
)/tz2icu.
[
all
...]
/external/e2fsprogs/misc/
Makefile.in
5
srcdir
= @
srcdir
@
7
VPATH = @
srcdir
@
79
SRCS= $(
srcdir
)/tune2fs.c $(
srcdir
)/mklost+found.c $(
srcdir
)/mke2fs.c \
80
$(
srcdir
)/chattr.c $(
srcdir
)/lsattr.c $(
srcdir
)/dumpe2fs.c \
81
$(
srcdir
)/badblocks.c $(srcdir)/fsck.c $(srcdir)/util.c
[
all
...]
/ndk/sources/host-tools/make-3.81/
SMakefile
29
srcdir
= /make-3.81/
57
GETOPT_SRC = $(
srcdir
)getopt.c $(
srcdir
)getopt1.c $(
srcdir
)getopt.h
69
ALLOCA_SRC = $(
srcdir
)alloca.c
130
srcs = $(
srcdir
)commands.c $(
srcdir
)job.c $(
srcdir
)dir.c \
131
$(
srcdir
)file.c $(
srcdir
)getloadavg.c $(srcdir)misc.c
[
all
...]
/external/e2fsprogs/resize/
Makefile.in
5
srcdir
= @
srcdir
@
7
VPATH = @
srcdir
@
24
SRCS= $(
srcdir
)/extent.c \
25
$(
srcdir
)/resize2fs.c \
26
$(
srcdir
)/main.c \
27
$(
srcdir
)/online.c \
28
$(
srcdir
)/resource_track.c \
29
$(
srcdir
)/sim_progress.c
54
resize2fs.8: $(DEP_SUBSTITUTE) $(
srcdir
)/resize2fs.8.i
[
all
...]
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/coff/
Makefile.inc
9
win64-nasm.c: $(
srcdir
)/modules/objfmts/coff/win64-nasm.mac genmacro$(EXEEXT)
10
$(top_builddir)/genmacro$(EXEEXT) $@ win64_nasm_stdmac $(
srcdir
)/modules/objfmts/coff/win64-nasm.mac
16
win64-gas.c: $(
srcdir
)/modules/objfmts/coff/win64-gas.mac genmacro$(EXEEXT)
17
$(top_builddir)/genmacro$(EXEEXT) $@ win64_gas_stdmac $(
srcdir
)/modules/objfmts/coff/win64-gas.mac
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/nasm/
Makefile.inc
9
nasm-token.c: $(
srcdir
)/modules/parsers/nasm/nasm-token.re re2c$(EXEEXT)
10
$(top_builddir)/re2c$(EXEEXT) -b -o $@ $(
srcdir
)/modules/parsers/nasm/nasm-token.re
20
nasm-macros.c: $(
srcdir
)/modules/parsers/nasm/nasm-std.mac genmacro$(EXEEXT)
21
$(top_builddir)/genmacro$(EXEEXT) $@ nasm_standard_mac $(
srcdir
)/modules/parsers/nasm/nasm-std.mac
/external/libedit/doc/
Makefile.am
19
cp $(
srcdir
)/$@.roff $@;\
21
$(AWK) -f $(
srcdir
)/mdoc2man.awk $(
srcdir
)/$@.roff > $@ || rm -f $@;\
31
@sed 's/@/ (at)/g; s/&/\&/g; s/</\</g; s/>/\>/g;' $(
srcdir
)/$< > $@;
/external/llvm/autoconf/m4/
config_makefile.m4
8
${SHELL} ${llvm_src}/autoconf/install-sh -m 0644 -c ${
srcdir
}/$1 $1])
/external/llvm/test/tools/llvm-cov/Inputs/
test_missing.h.gcov
1
-: 0:Source:
srcdir
/./nested_dir/../test.h
test_paths.h.gcov
1
-: 0:Source:
srcdir
/./nested_dir/../test.h
/external/openfst/src/lib/
Makefile.am
1
AM_CPPFLAGS = -I$(
srcdir
)/../include $(ICU_CPPFLAGS)
/external/openfst/src/test/
Makefile.am
1
AM_CPPFLAGS = -I$(
srcdir
)/../include $(ICU_CPPFLAGS)
/external/strace/tests/
run.sh
3
. "${
srcdir
=.}/init.sh"
strace-f.test
5
. "${
srcdir
=.}/init.sh"
/external/libunwind/doc/
Makefile.am
54
L2M_CMD = $(L2M) -t $(
srcdir
)/libunwind.trans
55
L2H_CMD = $(L2M) -H -t $(
srcdir
)/libunwind.trans
59
-cp $@ $(
srcdir
)/$@
64
$(L2H_CMD) $(
srcdir
)/$$page.tex "$$page(3).raw"; \
70
$(L2P) $(
srcdir
)/$$page.tex "$$page(3).pdf"; \
/external/chromium_org/third_party/yasm/source/patched-yasm/tools/python-yasm/
Makefile.inc
27
$(PYTHON) $(
srcdir
)/tools/python-yasm/pyxelator/wrap_yasm.py \
28
"YASM_DIR=${
srcdir
}" "CPP=${CPP}" "CPPFLAGS=${CPPFLAGS}"
35
yasm.pyx: $(
srcdir
)/tools/python-yasm/yasm.pyx
36
sed -e 's,^include "\([^_]\),include "${
srcdir
}/tools/python-yasm/\1,' \
37
$(
srcdir
)/tools/python-yasm/yasm.pyx > $@
52
echo "
srcdir
=${
srcdir
}" >> python-setup.txt
58
$(PYTHON) `test -f tools/python-yasm/setup.py || echo '$(
srcdir
)/'`tools/python-yasm/setup.py build
65
$(PYTHON) `test -f tools/python-yasm/setup.py || echo '$(
srcdir
)/'`tools/python-yasm/setup.py install "--install-lib=$(DESTDIR)$(pythondir)"
/external/e2fsprogs/doc/
Makefile.in
5
srcdir
= @
srcdir
@
7
VPATH = @
srcdir
@
36
libext2fs.info: $(
srcdir
)/libext2fs.texinfo
38
-$(Q) $(INFO) $(
srcdir
)/libext2fs.texinfo
40
libext2fs.dvi: $(
srcdir
)/libext2fs.texinfo
42
-$(Q) $(DVI) $(
srcdir
)/libext2fs.texinfo
52
libext2fs.html: $(
srcdir
)/libext2fs.texinfo
54
-$(Q) $(HTML) $(
srcdir
)/libext2fs.texinfo
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/config/
Makefile
29
srcdir
= /s/ndk-toolchain/src/python/Python-2.7.5
macro
43
SVNVERSION= svnversion $(
srcdir
)
44
HGVERSION= hg id -i $(
srcdir
)
45
HGTAG= hg id -t $(
srcdir
)
46
HGBRANCH= hg id -b $(
srcdir
)
68
MAKESETUP= $(
srcdir
)/Modules/makesetup
77
CPPFLAGS= -I. -IInclude -I$(
srcdir
)/Include
198
PYTHON_FOR_BUILD=_PYTHON_PROJECT_BASE=$(abs_builddir) _PYTHON_HOST_PLATFORM=$(_PYTHON_HOST_PLATFORM) PYTHONPATH=/tmp/ndk-andrewhsieh/buildhost/install/prebuilt/linux-x86_64/lib/python2.7/lib-dynload:$(shell test -f pybuilddir.txt && echo $(abs_builddir)/`cat pybuilddir.txt`:)$(
srcdir
)/Lib:$(
srcdir
)/Lib/plat-$(MACHDEP) /tmp/ndk-andrewhsieh/buildhost/install/prebuilt/linux-x86_64/bin/python2.7
203
PROFILE_TASK= $(
srcdir
)/Tools/pybench/pybench.py -n 2 --with-gc --with-syschec
[
all
...]
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/config/
Makefile
29
srcdir
= /s/ndk-toolchain/src/python/Python-2.7.5
macro
43
SVNVERSION= svnversion $(
srcdir
)
68
MAKESETUP= $(
srcdir
)/Modules/makesetup
77
CPPFLAGS= -I. -IInclude -I$(
srcdir
)/Include
203
PROFILE_TASK= $(
srcdir
)/Tools/pybench/pybench.py -n 2 --with-gc --with-syscheck
204
#PROFILE_TASK= $(
srcdir
)/Lib/test/regrtest.py
240
GRAMMAR_INPUT= $(
srcdir
)/Grammar/Grammar
306
AST_ASDL= $(
srcdir
)/Parser/Python.asdl
308
ASDLGEN_FILES= $(
srcdir
)/Parser/asdl.py $(
srcdir
)/Parser/asdl_c.p
[
all
...]
/external/chromium_org/third_party/icu/source/config/
mh-bsd-gcc
35
%.$(STATIC_O): $(
srcdir
)/%.c
37
%.o: $(
srcdir
)/%.c
40
%.$(STATIC_O): $(
srcdir
)/%.cpp
42
%.o: $(
srcdir
)/%.cpp
47
%.d: $(
srcdir
)/%.c
53
%.d: $(
srcdir
)/%.cpp
mh-haiku
36
%.$(STATIC_O): $(
srcdir
)/%.c
38
%.o: $(
srcdir
)/%.c
41
%.$(STATIC_O): $(
srcdir
)/%.cpp
43
%.o: $(
srcdir
)/%.cpp
48
%.d: $(
srcdir
)/%.c
54
%.d: $(
srcdir
)/%.cpp
Completed in 581 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>