HomeSort by relevance Sort by last modified time
    Searched defs:srcdir (Results 1 - 25 of 37) sorted by null

1 2

  /build/kati/testcase/
curdir.mk 0 srcdir := .
6 foo.o: $(srcdir)/foo.c
8 bar.o: $(srcdir)/bar.c
11 $(srcdir)/foo.c:
1 srcdir := . macro
curdir_implicit_rule.mk 0 srcdir := .
6 %.o: $(srcdir)/%.c
9 $(srcdir)/foo.c:
1 srcdir := . macro
  /external/ltp/testcases/open_posix_testsuite/tools/
Makefile 11 srcdir= $(top_srcdir)/tools macro
21 ../bin/t0: ../bin $(srcdir)/t0.c
22 @$(CC) $(CFLAGS) $(LDFLAGS) -o $@ $(srcdir)/t0.c $(LDLIBS)
  /libcore/ojluni/src/main/native/
openjdksub.mk 6 srcdir := ojluni/src/main/native macro
70 libcore/$(srcdir) \
  /external/autotest/client/deps/libcap/
libcap.py 8 def setup(srcdir, tarball='libcap-2.16.tar.gz'):
10 utils.extract_tarball_to_dir(tarball, srcdir)
11 os.chdir(srcdir)
15 srcdir = os.path.abspath('./src') variable
16 utils.update_version(srcdir, False, version, setup, srcdir)
  /external/ltp/testcases/open_posix_testsuite/bin/
Makefile 9 srcdir= $(top_srcdir)/bin macro
  /external/libpng/scripts/
pnglibconf.mak 28 # 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)/scripts/pnglibconf.dfa
    [all...]
  /external/icu/icu4c/source/tools/gencolusb/
Makefile 18 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)
  /external/icu/icu4c/source/tools/genren/
Makefile 12 srcdir = . macro
  /external/openssh/contrib/cygwin/
Makefile 0 srcdir=../..
26 $(srcdir)/mkinstalldirs $(DESTDIR)$(defaultsdir)
34 $(srcdir)/mkinstalldirs $(DESTDIR)$(inetdefdir)
38 $(srcdir)/mkinstalldirs $(DESTDIR)$(sshdocdir)
39 -$(INSTALL) -m 644 $(srcdir)/CREDITS $(DESTDIR)$(sshdocdir)/CREDITS
40 -$(INSTALL) -m 644 $(srcdir)/ChangeLog $(DESTDIR)$(sshdocdir)/ChangeLog
41 -$(INSTALL) -m 644 $(srcdir)/LICENCE $(DESTDIR)$(sshdocdir)/LICENCE
42 -$(INSTALL) -m 644 $(srcdir)/OVERVIEW $(DESTDIR)$(sshdocdir)/OVERVIEW
43 -$(INSTALL) -m 644 $(srcdir)/PROTOCOL $(DESTDIR)$(sshdocdir)/PROTOCOL
44 -$(INSTALL) -m 644 $(srcdir)/PROTOCOL.agent $(DESTDIR)$(sshdocdir)/PROTOCOL.agen
1 srcdir=..\/.. macro
    [all...]
  /external/python/cpython2/Demo/embed/
Makefile 10 srcdir= ../.. macro
17 INCLUDES= -I$(srcdir)/Include -I$(blddir)
  /external/jacoco/org.jacoco.cli.test/src/org/jacoco/cli/internal/commands/
InstrumentTest.java 89 File srcdir = new File(tmp.getRoot(), "src"); local
90 srcdir.mkdir();
95 new File(srcdir, "Broken.class"));
108 srcdir.getAbsolutePath());
  /external/ltp/include/mk/
env_pre.mk 32 # "in-srcdir" build / install.
34 # "in-srcdir" build, non-srcdir install.
65 # Just in case it's not specified, set it to the top srcdir (because the user
91 srcdir := $(strip $(subst $(abs_top_srcdir)/,,$(abs_srcdir))) macro
93 ifeq ($(srcdir),)
94 srcdir := . macro
120 # START srcdir build-tree install checks
127 # END srcdir build-tree install checks
  /external/bison/
GNUmakefile 37 -include $(srcdir)/cfg.mk
43 include $(srcdir)/maint.mk
48 $(shell test -f $(srcdir)/$(_build-aux)/git-version-gen && echo yes)
54 _curr-ver := $(shell cd $(srcdir) \
84 cd $(srcdir) && rm -rf autom4te.cache .version && $(_autoreconf)
90 srcdir = . macro
  /external/harfbuzz_ng/test/api/
hb-test.h 54 srcdir (void) function
59 s = getenv ("srcdir");
61 #ifdef SRCDIR
63 s = SRCDIR;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/msi/
msi.py 21 srcdir = os.path.abspath("../..") variable
43 lines = open(srcdir + "/Include/patchlevel.h").readlines()
172 lib_file = os.path.join(srcdir, PCBUILD, "python%s%s.lib" % (major, minor))
173 def_file = os.path.join(srcdir, PCBUILD, "python%s%s.def" % (major, minor))
175 mingw_lib = os.path.join(srcdir, PCBUILD, "libpython%s%s.a" % (major, minor))
180 dll_path = os.path.join(srcdir, PCBUILD, dll_file)
363 if not os.path.exists(srcdir+r"\PC\python_icon.exe"):
366 [("PythonWin", msilib.Binary(r"%s\PCbuild\installer.bmp" % srcdir)), # 152x328 pixels
367 ("py.ico",msilib.Binary(srcdir+r"\PC\py.ico")),
370 [("python_icon.exe", msilib.Binary(srcdir+r"\PC\python_icon.exe"))])
    [all...]
  /external/pcre/dist2/
RunTest.bat 32 if [%srcdir%]==[] (
33 if exist testdata\ set srcdir=.) variable
34 if [%srcdir%]==[] (
35 if exist ..\testdata\ set srcdir=..) variable
36 if [%srcdir%]==[] (
37 if exist ..\..\testdata\ set srcdir=..\..) variable
38 if NOT exist %srcdir%\testdata\ (
47 echo source dir is %srcdir%
255 if exist %srcdir%\testdata\win%testinput% (
261 %pcre2test% %mode% %4 %5 %6 %7 %8 %9 %srcdir%\testdata\%testinput% >%2%bits%\%testoutput%
    [all...]
  /external/python/cpython2/Tools/msi/
msi.py 21 srcdir = os.path.abspath("../..") variable
43 lines = open(srcdir + "/Include/patchlevel.h").readlines()
170 dll_path = os.path.join(srcdir, PCBUILD, "python%s%s.dll" % (major, minor))
171 def_file = os.path.join(srcdir, PCBUILD, "python%s%s.def" % (major, minor))
173 mingw_lib = os.path.join(srcdir, PCBUILD, "libpython%s%s.a" % (major, minor))
178 dll_path = os.path.join(srcdir, PCBUILD, dll_file)
364 if not os.path.exists(srcdir+r"\PC\python_icon.exe"):
367 [("PythonWin", msilib.Binary(r"%s\PCbuild\installer.bmp" % srcdir)), # 152x328 pixels
368 ("py.ico",msilib.Binary(srcdir+r"\PC\py.ico")),
371 [("python_icon.exe", msilib.Binary(srcdir+r"\PC\python_icon.exe"))]
    [all...]
  /toolchain/binutils/binutils-2.25/opcodes/
i386-gen.c 1322 char *srcdir = NULL; local
    [all...]
  /external/libogg/win32/
Makefile 18 srcdir = . macro
123 $(srcdir)/Makefile.in: # Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
126 Makefile: # $(srcdir)/Makefile.in $(top_builddir)/config.status
148 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
157 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
158 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
  /test/vts/drivers/hal/common/driver_base/
DriverBase.cpp 368 DIR* srcdir = opendir(product_path); local
369 if (!srcdir) {
376 while ((dent = readdir(srcdir)) != NULL) {
381 if (fstatat(dirfd(srcdir), dent->d_name, &st, 0) < 0) {
391 closedir(srcdir);
403 srcdir = opendir(module_basepath);
404 if (!srcdir) {
414 while ((dent = readdir(srcdir)) != NULL) {
419 if (fstatat(dirfd(srcdir), dent->d_name, &st, 0) < 0) {
448 closedir(srcdir);
517 DIR* srcdir = opendir(basepath.c_str()); local
559 DIR* srcdir = opendir(gcov_output_basepath_); local
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/config/
Makefile 29 srcdir= /Volumes/Android/buildbot/src/android/master-ndk/toolchain/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...]
  /prebuilts/gdb/linux-x86/lib/python2.7/config/
Makefile 29 srcdir= /usr/local/google/buildbot/src/android/master-ndk/toolchain/python/Python-2.7.5 macro
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
241 GRAMMAR_INPUT= $(srcdir)/Grammar/Grammar
307 AST_ASDL= $(srcdir)/Parser/Python.asdl
309 ASDLGEN_FILES= $(srcdir)/Parser/asdl.py $(srcdir)/Parser/asdl_c.py
311 ASDLGEN= $(srcdir)/Parser/asdl_c.p
    [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...]
  /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...]

Completed in 1250 milliseconds

1 2