Searched refs:subdir (Results 1 - 25 of 185) sorted by relevance

12345678

/external/iproute2/man/
H A DMakefile8 @for subdir in $(SUBDIRS); do $(MAKE) -C $$subdir; done
13 @for subdir in $(SUBDIRS); do $(MAKE) -C $$subdir clean; done
16 @for subdir in $(SUBDIRS); do $(MAKE) -C $$subdir install; done
/external/iptables/
H A DAndroid.mk5 include $(call all-subdir-makefiles)
/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/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/bin/
H A Drunrc.cmd48 subdir = filespec('path', dir)
49 if subdir \= '\' then do
50 subdir = left(subdir, length(subdir)-1)
51 call runit name path filespec('drive', dir) || subdir
/external/srec/
H A DAndroid.mk12 include $(call all-subdir-makefiles)
/external/svox/PicoLangInstallerDeuDeu/
H A DAndroid.mk4 LOCAL_SRC_FILES := $(call all-subdir-java-files)
/external/svox/PicoLangInstallerEngGbr/
H A DAndroid.mk4 LOCAL_SRC_FILES := $(call all-subdir-java-files)
/external/svox/PicoLangInstallerEngUsa/
H A DAndroid.mk4 LOCAL_SRC_FILES := $(call all-subdir-java-files)
/external/svox/PicoLangInstallerFraFra/
H A DAndroid.mk4 LOCAL_SRC_FILES := $(call all-subdir-java-files)
/external/svox/PicoLangInstallerItaIta/
H A DAndroid.mk4 LOCAL_SRC_FILES := $(call all-subdir-java-files)
/external/svox/PicoLangInstallerSpaEsp/
H A DAndroid.mk4 LOCAL_SRC_FILES := $(call all-subdir-java-files)
/external/svox/picolanginstaller/
H A DAndroid.mk4 LOCAL_SRC_FILES := $(call all-subdir-java-files)
/external/jdiff/
H A DAndroid.mk4 LOCAL_SRC_FILES := $(call all-subdir-java-files)
/external/chromium_org/third_party/icu/source/test/
H A DMakefile.in14 subdir = test
56 list='$(SUBDIRS)'; for subdir in $$list; do \
57 echo "$(MAKE)[$(MAKELEVEL)]: Making \`$$target' in \`$$subdir'"; \
58 if test "$$subdir" = "."; then \
64 (cd $$subdir && $(MAKE) $$local_target) || exit; \
74 list='$(SUBDIRS)'; for subdir in $$list; do \
75 echo "$(MAKE)[$(MAKELEVEL)]: Making \`$$target' in \`$$subdir'"; \
77 if (cd $$subdir && $(MAKE) $$local_target); then \
78 goods="$$goods $$subdir"; \
80 bads="$$bads $$subdir"; \
[all...]
/external/icu4c/test/
H A DMakefile.in14 subdir = test
58 list='$(SUBDIRS)'; for subdir in $$list; do \
59 echo "$(MAKE)[$(MAKELEVEL)]: Making \`$$target' in \`$$subdir'"; \
60 if test "$$subdir" = "."; then \
66 (cd $$subdir && $(MAKE) $$local_target) || exit; \
76 list='$(SUBDIRS)'; for subdir in $$list; do \
77 echo "$(MAKE)[$(MAKELEVEL)]: Making \`$$target' in \`$$subdir'"; \
79 if (cd $$subdir && $(MAKE) $$local_target); then \
80 goods="$$goods $$subdir"; \
82 bads="$$bads $$subdir"; \
[all...]
/external/icu4c/samples/
H A DMakefile.in14 subdir = samples
55 list='$(SUBDIRS)'; for subdir in $$list; do \
56 echo "$(MAKE)[$(MAKELEVEL)]: Making \`$$target' in \`$$subdir'"; \
57 if test "$$subdir" = "."; then \
63 (cd $$subdir && $(MAKE) $$local_target) || exit; \
73 list='$(SUBDIRS) $(ALLSUBDIRS)'; for subdir in $$list; do \
74 echo "$(MAKE)[$(MAKELEVEL)]: Making \`$$subtarget' in \`$$subdir'"; \
75 if test "$$subdir" = "."; then \
81 (cd $$subdir && $(MAKE) $$local_target) || exit; \
104 && CONFIG_FILES=$(subdir)/
[all...]
/external/chromium_org/third_party/icu/source/tools/
H A DMakefile.in14 subdir = tools
41 list='$(SUBDIRS)'; for subdir in $$list; do \
42 echo "$(MAKE)[$(MAKELEVEL)]: Making \`$$target' in \`$$subdir'"; \
43 if test "$$subdir" = "."; then \
49 (cd $$subdir && $(MAKE) $$local_target) || exit; \
78 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
/external/icu4c/tools/
H A DMakefile.in14 subdir = tools
43 list='$(SUBDIRS)'; for subdir in $$list; do \
44 echo "$(MAKE)[$(MAKELEVEL)]: Making \`$$target' in \`$$subdir'"; \
45 if test "$$subdir" = "."; then \
51 (cd $$subdir && $(MAKE) $$local_target) || exit; \
80 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
/external/bluetooth/bluedroid/
H A DAndroid.mk12 include $(call all-subdir-makefiles)
/external/chromium_org/tools/gyp/test/generator-output/
H A Dgyptest-symlink.py25 test.subdir(test.workpath('build'))
26 test.subdir(test.workpath('build/deeper'))
/external/icu4c/tools/pkgdata/
H A DMakefile.in15 subdir = tools/pkgdata
80 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
89 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
/external/chromium_org/tools/gyp/test/dependencies/
H A Dgyptest-lib-only.py37 test.built_file_must_exist('b', type=test.STATIC_LIB, subdir='b')
/external/chromium_org/third_party/icu/source/test/perf/
H A DMakefile.in14 subdir = test/perf
61 list='$(SUBDIRS)'; for subdir in $$list; do \
62 echo "$(MAKE)[$(MAKELEVEL)]: Making \`$$target' in \`$$subdir'"; \
63 if test "$$subdir" = "."; then \
69 (cd $$subdir && $(MAKE) $$local_target) || exit; \
91 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
/external/icu4c/test/perf/
H A DMakefile.in14 subdir = test/perf
61 list='$(SUBDIRS)'; for subdir in $$list; do \
62 echo "$(MAKE)[$(MAKELEVEL)]: Making \`$$target' in \`$$subdir'"; \
63 if test "$$subdir" = "."; then \
69 (cd $$subdir && $(MAKE) $$local_target) || exit; \
91 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status

Completed in 434 milliseconds

12345678