Home
last modified time | relevance | path

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

1234

/third_party/pcre2/pcre2/
H A DRunGrepTest92 # If this test is being run from "make check", $srcdir will be set. If not, set
97 if [ -z "$srcdir" -o ! -d "$srcdir/testdata" ] ; then
99 srcdir=.
101 srcdir=..
137 (cd $srcdir; $valgrind $vjs $pcre2grep PATTERN ./testdata/grepinput) >>testtrygrep
141 (cd $srcdir; $valgrind $vjs $pcre2grep '^PATTERN' ./testdata/grepinput) >>testtrygrep
145 (cd $srcdir; $valgrind $vjs $pcre2grep -in PATTERN ./testdata/grepinput) >>testtrygrep
149 (cd $srcdir; $valgrind $vjs $pcre2grep -ic PATTERN ./testdata/grepinput) >>testtrygrep
153 (cd $srcdir;
[all...]
H A DRunGrepTest.bat52 :: Set srcdir to the current or parent directory, whichever one contains the
56 if NOT defined srcdir set srcdir=. variable
57 if NOT exist %srcdir%\testdata\ (
59 set srcdir=. variable
61 set srcdir=.. variable
63 set srcdir=..\.. variable
94 (pushd %srcdir% & %pcre2grep% PATTERN ./testdata/grepinput & popd) >>testtrygrep
98 (pushd %srcdir% & %pcre2grep% "^PATTERN" ./testdata/grepinput & popd) >>testtrygrep
102 (pushd %srcdir
[all...]
/third_party/musl/porting/linux/user/
H A DMakefile11 srcdir = . macro
21 SRC_DIRS = $(addprefix $(srcdir)/,src/* src/malloc/$(MALLOC_DIR) crt ldso $(COMPAT_SRC_DIRS))
26 BASE_OBJS = $(patsubst $(srcdir)/%,%.o,$(basename $(BASE_SRCS)))
27 ARCH_OBJS = $(patsubst $(srcdir)/%,%.o,$(basename $(ARCH_SRCS)))
39 IMPH = $(addprefix $(srcdir)/, src/internal/stdio_impl.h src/internal/pthread_impl.h src/internal/locale_impl.h src/internal/libc.h)
50 CFLAGS_ALL += -D_XOPEN_SOURCE=700 -I$(srcdir)/arch/$(ARCH) -I$(srcdir)/arch/generic -Iobj/src/internal -I$(srcdir)/src/include -I$(srcdir)/src/internal -Iobj/include -I$(srcdir)/includ
[all...]
/third_party/musl/scripts/linux/
H A DMakefile11 srcdir = . macro
21 SRC_DIRS = $(addprefix $(srcdir)/,src/* src/malloc/$(MALLOC_DIR) crt ldso $(COMPAT_SRC_DIRS))
26 BASE_OBJS = $(patsubst $(srcdir)/%,%.o,$(basename $(BASE_SRCS)))
27 ARCH_OBJS = $(patsubst $(srcdir)/%,%.o,$(basename $(ARCH_SRCS)))
39 IMPH = $(addprefix $(srcdir)/, src/internal/stdio_impl.h src/internal/pthread_impl.h src/internal/locale_impl.h src/internal/libc.h)
50 CFLAGS_ALL += -D_XOPEN_SOURCE=700 -I$(srcdir)/arch/$(ARCH) -I$(srcdir)/arch/generic -Iobj/src/internal -I$(srcdir)/src/include -I$(srcdir)/src/internal -Iobj/include -I$(srcdir)/includ
[all...]
/third_party/musl/porting/liteos_a/user_debug/
H A DMakefile11 srcdir = . macro
21 SRC_DIRS = $(addprefix $(srcdir)/,src/* src/malloc/$(MALLOC_DIR) crt ldso $(COMPAT_SRC_DIRS))
26 BASE_OBJS = $(patsubst $(srcdir)/%,%.o,$(basename $(BASE_SRCS)))
27 ARCH_OBJS = $(patsubst $(srcdir)/%,%.o,$(basename $(ARCH_SRCS)))
39 IMPH = $(addprefix $(srcdir)/, src/internal/stdio_impl.h src/internal/pthread_impl.h src/internal/locale_impl.h src/internal/libc.h)
50 CFLAGS_ALL += -D_XOPEN_SOURCE=700 -I$(srcdir)/arch/$(ARCH) -I$(srcdir)/arch/generic -Iobj/src/internal -I$(srcdir)/src/include -I$(srcdir)/src/internal -Iobj/include -I$(srcdir)/includ
[all...]
/third_party/musl/
H A DMakefile11 srcdir = . macro
21 SRC_DIRS = $(addprefix $(srcdir)/,src/* src/malloc/$(MALLOC_DIR) crt ldso $(COMPAT_SRC_DIRS))
26 BASE_OBJS = $(patsubst $(srcdir)/%,%.o,$(basename $(BASE_SRCS)))
27 ARCH_OBJS = $(patsubst $(srcdir)/%,%.o,$(basename $(ARCH_SRCS)))
39 IMPH = $(addprefix $(srcdir)/, src/internal/stdio_impl.h src/internal/pthread_impl.h src/internal/locale_impl.h src/internal/libc.h)
50 CFLAGS_ALL += -D_XOPEN_SOURCE=700 -I$(srcdir)/arch/$(ARCH) -I$(srcdir)/arch/generic -Iobj/src/internal -I$(srcdir)/src/include -I$(srcdir)/src/internal -Iobj/include -I$(srcdir)/includ
[all...]
H A Dconfigure13 --srcdir=DIR source directory [detected]
126 srcdir=
150 --srcdir=*) srcdir=${arg#*=} ;;
193 for i in srcdir prefix exec_prefix bindir libdir includedir syslibdir ; do
200 if test -z "$srcdir" ; then
201 srcdir="${0%/configure}"
202 stripdir srcdir
205 abs_srcdir="$(cd $srcdir && pwd)" || fail "$0: invalid source directory $srcdir"
[all...]
/third_party/skia/third_party/externals/libpng/scripts/
H A Dpnglibconf.mak28 # srcdir is a defacto standard for the location of the source
29 srcdir = . macro
38 $(AWK) -f "$(srcdir)/scripts/dfn.awk" out="pnglibconf.tmp" pnglibconf.out 1>&2
41 pnglibconf.dfn: $(srcdir)/scripts/pnglibconf.dfa $(srcdir)/scripts/options.awk $(srcdir)/pngconf.h $(srcdir)/pngusr.dfa $(DFA_XTRA)
45 $(AWK) -f $(srcdir)/scripts/options.awk out="pnglibconf.pre"\
46 version=search $(srcdir)/pngconf.h $(srcdir)/script
[all...]
/third_party/libcoap/
H A Dautogen.sh124 test -n "$srcdir" || srcdir=`dirname "$0"`
125 test -n "$srcdir" || srcdir=.
129 mkdir -p $srcdir/m4
137 autoreconf --force --install --verbose "$srcdir"
/third_party/pcre2/pcre2/maint/
H A DManyConfigTests134 # are in $opts. The source directory must be set in srcdir. The function must
140 rm -f $srcdir/pcre2test $srcdir/pcre2grep $srcdir/pcre2_jit_test
153 $srcdir/configure $opts >/dev/null 2>teststderrM
198 $srcdir/RunTest $valgrind >teststdoutM 2>teststderrM
213 $srcdir/RunGrepTest $valgrind >teststdoutM 2>teststderrM
227 $jrvalgrind $srcdir/pcre2_jit_test >teststdoutM 2>teststderrM
263 srcdir=.
264 export srcdir
[all...]
/third_party/skia/third_party/externals/harfbuzz/
H A Dgit.mk80 $(srcdir)/aclocal.m4 \
81 $(srcdir)/autoscan.log \
82 $(srcdir)/configure.scan \
83 `AUX_DIR=$(srcdir)/$$(cd $(top_srcdir); $(AUTOCONF) --trace 'AC_CONFIG_AUX_DIR:$$1' ./configure.ac); \
84 test "x$$AUX_DIR" = "x$(srcdir)/" && AUX_DIR=$(srcdir); \
100 head -n 1 | while read f; do echo "$(srcdir)/$$f.in"; done`
108 test -f "$(srcdir)/$$f.am" && echo "$(srcdir)/$$f.in";; esac; \
114 `MACRO_DIR=$(srcdir)/
[all...]
/third_party/optimized-routines/
H A DMakefile6 srcdir = . macro
33 $(foreach sub,$(SUBS),$(eval include $(srcdir)/$(sub)/Dir.mk))
55 build/%.o: $(srcdir)/%.S
58 build/%.o: $(srcdir)/%.c
61 build/%.os: $(srcdir)/%.S
64 build/%.os: $(srcdir)/%.c
/third_party/ltp/lib/newlib_tests/
H A Druntest.sh74 local srcdir="$2"
85 elif [ "$srcdir" -a -f "$srcdir/$i" ]; then
86 dir="$srcdir"
121 local ret srcdir="$PWD"
127 run_tests "C" "$srcdir"
131 cd "$srcdir"
/third_party/python/Lib/distutils/tests/
H A Dtest_sysconfig.py55 srcdir = sysconfig.get_config_var('srcdir')
57 self.assertTrue(os.path.isabs(srcdir), srcdir)
58 self.assertTrue(os.path.isdir(srcdir), srcdir)
61 # The python executable has not been installed so srcdir
63 Python_h = os.path.join(srcdir, 'Include', 'Python.h')
65 # <srcdir>/PC/pyconfig.h always exists even if unused on POSIX.
66 pyconfig_h = os.path.join(srcdir, 'P
[all...]
/third_party/ltp/include/lapi/syscalls/
H A Dregen.sh10 srcdir=${0%/*}
67 for arch in $(cat "${srcdir}/order") ; do
92 done < "${srcdir}/${arch}.in"
111 for nr in $(awk '{print $1}' "${srcdir}/"*.in | sort -u) ; do
123 for arch in $(cat "${srcdir}/order") _footer ; do
/third_party/libexif/test/
H A Dextract-parse.sh5 srcdir="${srcdir:-.}"
26 . ${srcdir}/inc-comparetool.sh
33 for fn in "${srcdir}"/testdata/*.jpg ; do
45 for fn in "${srcdir}"/testdata/*.jpg ; do
/third_party/ltp/testcases/open_posix_testsuite/tools/
H A DMakefile8 srcdir = $(top_srcdir)/tools macro
22 ../bin/t0: ../bin $(srcdir)/t0.c
23 @$(CC) $(CFLAGS) $(LDFLAGS) -o $@ $(srcdir)/t0.c $(LDLIBS)
/third_party/python/Tools/freeze/test/
H A Dfreeze.py145 srcdir = os.path.join(outdir, 'cpython')
146 copy_source_tree(srcdir, SRCDIR)
148 # We use an out-of-tree build (instead of srcdir).
155 os.path.join(srcdir, 'configure'),
156 *shlex.split(get_config_var(srcdir, 'CONFIG_ARGS') or ''),
177 if os.path.exists(os.path.join(srcdir, 'Makefile')):
178 # Out-of-tree builds require a clean srcdir.
179 _run_quiet([MAKE, '-C', srcdir, 'clean'])
/third_party/icu/icu4c/source/tools/gencolusb/
H A DMakefile18 srcdir=$(shell pwd) macro
38 $(CXX) -o $(BUILD_HERE)/$(TOOL) $(srcdir)/$(TOOL).cpp $(BUILD_OPTS)
40 $(CXX) -o $(BUILD_HERE)/$(TEST) $(srcdir)/$(TEST).cpp $(BUILD_OPTS)
/third_party/skia/third_party/externals/icu/source/tools/gencolusb/
H A DMakefile18 srcdir=$(shell pwd) macro
38 $(CXX) -o $(BUILD_HERE)/$(TOOL) $(srcdir)/$(TOOL).cpp $(BUILD_OPTS)
40 $(CXX) -o $(BUILD_HERE)/$(TEST) $(srcdir)/$(TEST).cpp $(BUILD_OPTS)
/third_party/python/Lib/test/
H A Dtest_sysconfig.py445 srcdir = sysconfig.get_config_var('srcdir')
447 self.assertTrue(os.path.isabs(srcdir), srcdir)
448 self.assertTrue(os.path.isdir(srcdir), srcdir)
451 # The python executable has not been installed so srcdir
453 Python_h = os.path.join(srcdir, 'Include', 'Python.h')
455 # <srcdir>/PC/pyconfig.h always exists even if unused on POSIX.
456 pyconfig_h = os.path.join(srcdir, 'P
[all...]
/third_party/ltp/testcases/open_posix_testsuite/scripts/
H A Dgenerate-makefiles.sh113 srcdir= \$(top_srcdir)/\$(subdir)
125 CFLAGS+= -I\$(srcdir)
237 COMPILE_STR="\$(CC) $compiler_args \$(CFLAGS) \$(LDFLAGS) -o \$@ \$(srcdir)/$c_file"
243 $bin_file: \$(srcdir)/$c_file
264 $dst: \$(srcdir)/$src
265 @cp \$(srcdir)/$src \$@
/third_party/ltp/include/mk/
H A Denv_pre.mk33 # "in-srcdir" build / install.
35 # "in-srcdir" build, non-srcdir install.
51 # Just in case it's not specified, set it to the top srcdir (because the user
71 srcdir := $(strip $(subst $(abs_top_srcdir)/,,$(abs_srcdir))) macro
73 ifeq ($(srcdir),)
74 srcdir := . macro
100 # START srcdir build-tree install checks
107 # END srcdir build-tree install checks
/third_party/skia/third_party/externals/harfbuzz/test/fuzzing/
H A Drun-subset-fuzzer-tests.py24 srcdir = os.getenv ("srcdir", ".") variable
68 run_dir (os.path.join (srcdir, "..", "subset", "data", "fonts"))
69 run_dir (os.path.join (srcdir, "fonts"))
/third_party/python/Tools/ssl/
H A Dmake_ssl_data.py24 parser.add_argument("srcdir", help="OpenSSL source directory")
101 args.err_h = os.path.join(args.srcdir, "include", "openssl", "err.h")
105 args.errcodes = os.path.join(args.srcdir, "crypto", "err", "openssl.ec")
106 args.errtxt = os.path.join(args.srcdir, "crypto", "err", "openssl.txt")
109 parser.error(f"File {args.errtxt} not found in srcdir\n.")

Completed in 8 milliseconds

1234