OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:srcdir
(Results
1 - 25
of
4189
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/ltp/testcases/open_posix_testsuite/functional/threads/pi_test/
CFLAGS
1
-I"$(
srcdir
)/../include"
/toolchain/binutils/binutils-2.27/config/
mt-mips-gnu
1
include $(
srcdir
)/config/mt-gnu
2
include $(
srcdir
)/config/mt-mips16-compat
mt-mips-elfoabi
1
include $(
srcdir
)/config/mt-mips16-compat
/external/libpng/tests/
pngstest-1.8
2
exec "${
srcdir
}/tests/pngstest" 1.8 none
pngstest-1.8-alpha
2
exec "${
srcdir
}/tests/pngstest" 1.8 alpha
pngstest-linear
2
exec "${
srcdir
}/tests/pngstest" linear none
pngstest-linear-alpha
2
exec "${
srcdir
}/tests/pngstest" linear alpha
pngstest-none
2
exec "${
srcdir
}/tests/pngstest" none none
pngstest-none-alpha
2
exec "${
srcdir
}/tests/pngstest" none alpha
pngstest-sRGB
2
exec "${
srcdir
}/tests/pngstest" sRGB none
pngstest-sRGB-alpha
2
exec "${
srcdir
}/tests/pngstest" sRGB alpha
/toolchain/binutils/binutils-2.27/ld/emulparams/
elf32ebmip.sh
2
. ${
srcdir
}/emulparams/elf32bmip.sh
elf32elmip.sh
2
. ${
srcdir
}/emulparams/elf32lmip.sh
elf32lsmip.sh
1
. ${
srcdir
}/emulparams/elf32lmip.sh
elf64alpha_nbsd.sh
1
. ${
srcdir
}/emulparams/elf64alpha.sh
score7_elf.sh
1
. ${
srcdir
}/emulparams/score3_elf.sh
elf32ppcvxworks.sh
1
. ${
srcdir
}/emulparams/elf32ppccommon.sh
2
. ${
srcdir
}/emulparams/plt_unwind.sh
5
. ${
srcdir
}/emulparams/vxworks.sh
/external/llvm/test/tools/llvm-cov/Inputs/
test_long_paths.output
1
File '
srcdir
/./nested_dir/../test.h'
3
srcdir
/./nested_dir/../test.h:creating '
srcdir
#^#test_paths.cpp##
srcdir
#nested_dir#^#test.h.gcov'
5
File '
srcdir
/./nested_dir/../test.cpp'
7
srcdir
/./nested_dir/../test.cpp:creating '
srcdir
#^#test_paths.cpp##
srcdir
#nested_dir#^#test.cpp.gcov'
/external/wayland/
autogen.sh
3
test -n "$
srcdir
" ||
srcdir
=`dirname "$0"`
4
test -n "$
srcdir
" ||
srcdir
=.
6
cd "$
srcdir
" &&
9
test -n "$NOCONFIGURE" || "$
srcdir
/configure" "$@"
/external/wayland-protocols/freedesktop.org/
autogen.sh
3
test -n "$
srcdir
" ||
srcdir
=`dirname "$0"`
4
test -n "$
srcdir
" ||
srcdir
=.
6
cd "$
srcdir
" &&
9
test -n "$NOCONFIGURE" || "$
srcdir
/configure" "$@"
/external/ImageMagick/tests/
common.shi
2
SRCDIR
=`dirname $0`
3
SRCDIR
=`cd $
SRCDIR
&& pwd`
4
TOPSRCDIR=`cd $
srcdir
&& pwd`
9
export
SRCDIR
TOPSRCDIR
/external/libxkbcommon/xkbcommon/
autogen.sh
3
srcdir
=`dirname "$0"`
4
test -z "$
srcdir
" &&
srcdir
=.
7
cd "$
srcdir
"
13
exec "$
srcdir
/configure" "$@"
/external/mesa3d/
autogen.sh
3
srcdir
=`dirname "$0"`
4
test -z "$
srcdir
" &&
srcdir
=.
7
cd "$
srcdir
"
13
"$
srcdir
"/configure "$@"
/hardware/intel/common/libwsbm/
autogen.sh
3
srcdir
=`dirname $0`
4
test -z "$
srcdir
" &&
srcdir
=.
7
cd $
srcdir
12
$
srcdir
/configure --enable-maintainer-mode "$@"
/toolchain/binutils/binutils-2.27/ld/
Makefile.am
28
YACC = `if [ -f ../bison/bison ]; then echo ../bison/bison -y -L$(
srcdir
)/../bison/; else echo @YACC@; fi`
76
BASEDIR = $(
srcdir
)/..
146
AM_MAKEINFOFLAGS = -I $(
srcdir
) -I $(BFDDIR)/doc -I ../bfd/doc \
148
TEXI2DVI = texi2dvi -I $(
srcdir
) -I $(BFDDIR)/doc -I ../bfd/doc \
151
AM_CPPFLAGS = -I. -I$(
srcdir
) -I../bfd -I$(BFDDIR) -I$(INCDIR) \
556
$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `test -f ldgram.c || echo $(
srcdir
)/`ldgram.c $(NO_WERROR)
563
$(COMPILE) -c `test -f ldgram.c || echo $(
srcdir
)/`ldgram.c $(NO_WERROR)
568
$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $(
srcdir
)/ldlex-wrapper.c $(NO_WERROR)
575
$(COMPILE) -c $(
srcdir
)/ldlex-wrapper.c $(NO_WERROR)
580
$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `test -f deffilep.c || echo $(
srcdir
)/`deffilep.c $(NO_WERROR
[
all
...]
Completed in 3575 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>