Searched refs:srcdir (Results 1 - 25 of 261) sorted by relevance

1234567891011

/external/mesa3d/src/glsl/
H A Dautogen.sh3 srcdir=`dirname $0`
4 test -z "$srcdir" && srcdir=.
7 cd $srcdir
12 $srcdir/configure --enable-maintainer-mode "$@"
/external/libpng/
H A Dtest-pngtest.sh3 ./pngtest ${srcdir}/pngtest.png
/external/llvm/utils/lit/lit/ExampleTests/LLVM.InTree/test/
H A Dsite.exp8 set srcdir "/Volumes/Data/ddunbar/llvm/test"
/external/llvm/utils/lit/lit/ExampleTests/LLVM.OutOfTree/obj/test/
H A Dsite.exp8 set srcdir "/Volumes/Data/ddunbar/llvm/test"
/external/mksh/
H A Dmkmf.sh12 srcdir=$(pwd)
17 cd $srcdir/tmp
/external/tcpdump/
H A DMakefile-devel-adds5 ${srcdir}/configure: configure.in
6 cd ${srcdir} && autoconf
9 ${srcdir}/config.h.in: ${srcdir}/stamp-h.in
10 ${srcdir}/stamp-h.in: configure.in acconfig.h
11 cd ${srcdir} && autoheader
12 echo timestamp > ${srcdir}/stamp-h.in
15 stamp-h: ${srcdir}/config.h.in config.status
21 config.status: ${srcdir}/configure
/external/e2fsprogs/ext2ed/
H A DMakefile.in5 srcdir = @srcdir@
7 VPATH = @srcdir@
22 SRCS= $(srcdir)/main.c $(srcdir)/init.c $(srcdir)/general_com.c \
23 $(srcdir)/inode_com.c $(srcdir)/dir_com.c $(srcdir)/super_com.c \
24 $(srcdir)/dis
[all...]
/external/elfutils/tests/
H A Drun-early-offscn.sh26 . $srcdir/test-subr.sh
H A Drun-ranlib-test3.sh30 . $srcdir/run-ranlib-test2.sh
H A Drun-strip-test2.sh30 . $srcdir/run-strip-test.sh
H A Drun-strip-test3.sh30 . $srcdir/run-strip-test.sh
H A Drun-ecp-test2.sh27 . $srcdir/test-subr.sh
H A Drun-ranlib-test4.sh31 . $srcdir/run-ranlib-test2.sh
H A Drun-strip-test4.sh5 . $srcdir/run-strip-test.sh
H A Drun-strip-test5.sh5 . $srcdir/run-strip-test.sh
H A Drun-strip-test6.sh5 . $srcdir/run-strip-test.sh
H A Drun-strip-test7.sh5 . $srcdir/run-strip-test.sh
H A Drun-strip-test8.sh5 . $srcdir/run-strip-test.sh
H A Drun-unstrip-test2.sh5 . $srcdir/run-unstrip-test.sh
/external/llvm/utils/lit/lit/ExampleTests/LLVM.InTree/test/Bar/
H A Ddg.exp4 RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{ll}]]
/external/llvm/utils/lit/lit/ExampleTests/LLVM.OutOfTree/src/test/Foo/
H A Ddg.exp4 RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{ll}]]
/external/libffi/testsuite/libffi.call/
H A Dcall.exp24 global srcdir subdir
26 dg-runtest [lsort [glob -nocomplain $srcdir/$subdir/*.\[cS\]]] "-O0 -W -Wall" ""
27 dg-runtest [lsort [glob -nocomplain $srcdir/$subdir/*.\[cS\]]] "-O2" ""
28 dg-runtest [lsort [glob -nocomplain $srcdir/$subdir/*.\[cS\]]] "-O3" ""
29 dg-runtest [lsort [glob -nocomplain $srcdir/$subdir/*.\[cS\]]] "-Os" ""
30 dg-runtest [lsort [glob -nocomplain $srcdir/$subdir/*.\[cS\]]] "-O2 -fomit-frame-pointer" ""
/external/libffi/testsuite/libffi.special/
H A Dspecial.exp23 global srcdir subdir
29 dg-runtest [lsort [glob -nocomplain $srcdir/$subdir/*.cc]] $cxx_options "-O0 -W -Wall"
30 dg-runtest [lsort [glob -nocomplain $srcdir/$subdir/*.cc]] $cxx_options "-O2"
31 dg-runtest [lsort [glob -nocomplain $srcdir/$subdir/*.cc]] $cxx_options "-O3"
32 dg-runtest [lsort [glob -nocomplain $srcdir/$subdir/*.cc]] $cxx_options "-Os"
/external/e2fsprogs/lib/ss/
H A DMakefile.in5 srcdir = @srcdir@
7 VPATH = @srcdir@
35 # -I$(srcdir)/.. is so that ss/ss.h works
36 # -I$(srcdir)/../et is so com_err.h works
37 XTRA_CFLAGS= -I$(srcdir)/../et
58 SRCS= $(srcdir)/invocation.c $(srcdir)/help.c \
59 $(srcdir)/execute_cmd.c $(srcdir)/liste
[all...]
/external/llvm/autoconf/m4/
H A Dconfig_makefile.m48 ${SHELL} ${llvm_src}/autoconf/install-sh -m 0644 -c ${srcdir}/$1 $1])

Completed in 329 milliseconds

1234567891011